OK ... I searched through the log file for something that makes sense. I'm guessing that the reason there are so many OPEN attempts is that slim.exe is looking in lots of different places to find the files it needs. It seems to really only be looking for 5 files:
* index.html which it finds in the H:\Program Files\SlimServer\server\Plugins\Alien\HTML\EN\plugins\Alien\ folder * pageheader.html which it finds in the H:\Program Files\SlimServer\server\HTML\Default folder * standardheader.html which it finds in the H:\Program Files\SlimServer\server\HTML\EN folder * common.js which it finds in the H:\Program Files\SlimServer\server\HTML\EN\html folder * contentitem which it never finds! I searched the and there's no such file anywhere in h:\Program Files\SlimServer\... I guess that's the root of my problem, although I notice that in the log, when the found files are opened, they all generate a buffer overflow error - I don't know if that's to be expected: 19:58:32 slim.exe:2016 QUERY INFORMATION H:\Program Files\SlimServer\server\Plugins\Alien\HTML\EN\plugins\Alien\index.html BUFFER OVERFLOW FileFsVolumeInformation 19:58:32 slim.exe:2016 QUERY INFORMATION H:\Program Files\SlimServer\server\HTML\Default\pageheader.html BUFFER OVERFLOW 19:58:32 slim.exe:2016 QUERY INFORMATION H:\Program Files\SlimServer\server\HTML\EN\standardheader.html BUFFER OVERFLOW 19:58:32 slim.exe:2016 QUERY INFORMATION H:\Program Files\SlimServer\server\HTML\EN\html\common.js BUFFER OVERFLOW Steve -- madfuzu ------------------------------------------------------------------------ madfuzu's Profile: http://forums.slimdevices.com/member.php?userid=5149 View this thread: http://forums.slimdevices.com/showthread.php?t=23255 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/plugins
