Mitch If you are prepared to install some other bits we may be able to get to extra info. I do the development with the the following setup: 1. Run slimserver via perl rather than slim.exe. This involves getting perl from http://www.perl.com/ 2. Change slimserver-convert.conf to use the #DEBUGPIPE# option. 3. Install unixutils from http://unxutils.sourceforge.net/ (this gives me the Unix utility 'Tee'). 4. Get the latest 6.0.3 nightly build of slimserver from http://www.slimdevices.com/downloads/nightly/latest/6.0.3/. 5. Run slimserver using the following batch file: -path=C:\Perl\bin;C:\UnixUtils cls perl.exe -w slimserver.pl --d_plugins --d_parse --d_display --d_ui --d_server --d_source 2>&1 | Tee "%~dp0Log.txt"- (this assumes perl is in C:\Perl and unixutils in C:\UnixUtils)
Using this batch file will ensure you see the errors in the command window and they are written to a file (Log.txt) for later analysis. I know this is quite a lot to change but it might help us find and hopefully fix the problem. Neil -- Neil Sleightholm _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/plugins
