I can't test an alternative Windows install so the changes are what I
think should have worked and didn't break my systems.  I need your help
to fix it properly

1. Can you copy the new lines of code that work on your system.
2. Can you revert to 1.04 code and add the two "$log->error" lines at
line 66 in Fork.pm. Restart SC and test CDplayer.  The $log lines will
produce entries in the log and show exactly whatpath to cmd.exe is
being returned so I can compared against the path that works.


Code:
--------------------
    
  $self->{completionStatusTest}  = $completionStatusTest;
  
  #  2 New debug line follow 
  $log->error("Result of Which=" . File::Which::which('cmd.exe') );
  $log->error("syscommand=". $self->{syscommand});
  
  $log->debug("Batch file line:>>>". "\"$exec\" $params 2> \"$forkout\"" . 
"<<<" );
  
--------------------


-- 
bpa
------------------------------------------------------------------------
bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=47288

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/plugins

Reply via email to