mherger wrote: 
> > Now that I recall, running multiple instances of the EXE may not be
> > possible. The issue I ran into was that it never picked up the
> > command-line option pointing to a different prefs folder. Works with
> the
> > Perl code.
> 
> I thought I had fixed this almost exactly one year ago:
> 
> https://github.com/Logitech/slimserver/commit/1b92e24b7cab860c98b099c65916ddbedf766c66

I'm not sure your fix works. If I try it with the standard "squeezesvc"
service that was installed by the Control Panel, I get an error. Here is
what I have in ImagePath in the registry:


Code:
--------------------
    
  "C:\Program Files (x86)\Squeezebox\server\SqueezeSvr.exe" --prefsdir 
"C:\ProgramData\Squeeze\40\prefs" --cachedir "C:\ProgramData\Squeeze\40\cache" 
--logdir "C:\ProgramData\Squeeze\40\logs" --playeraddr 192.168.9.40 --cliaddr 
192.168.9.40 --streamaddr 192.168.9.40 --httpaddr 192.168.9.40 --d_startup
--------------------


The error logged in the Windows Application event log:


Code:
--------------------
    
  mkdir "C:\: Invalid argument; The filename, directory name, or volume label 
syntax is incorrect 
  at /<C:\Program Files 
(x86)\Squeezebox\server\SqueezeSvr.exe>Slim/Utils/Log.pm line 656
--------------------


All of the folders already exist, with cache and logs empty, and prefs
contains a server.prefs file with correct paths, etc. Run from the
command line, the same string from ImagePath works fine and it looks it
recognizes all of the designated folders.


------------------------------------------------------------------------
JJZolx's Profile: http://forums.slimdevices.com/member.php?userid=10
View this thread: http://forums.slimdevices.com/showthread.php?t=105253

_______________________________________________
Squeezecenter mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/squeezecenter

Reply via email to