Well until this gets solved properly, I have just hacked into the plugin
and forced that test to always pass.
So far it seems to be working fine for me and generating the commands
that I needed to see, so all good :p



Code:
--------------------
    sub _testC3PO{
        my $self = shift;
        
        my $exe                 = $EnvironmentHelper->testC3POEXE();
        my $pl                  = 0;
        
        if (!$exe){
  
                if (main::ISWINDOWS){
                        
                        #not requested anymore 2.03.01
                        
                        #require Plugins::C3PO::WindowsDownloader; 
                        #Plugins::C3PO::WindowsDownloader->download($self);
                        #$C3POisDownloading=1;
                }
                                
                $pl= $EnvironmentHelper->testC3POPL();
        }
        
  ..............................        
  
  
        $log->warn('WARNING: C3PO will not start on call: ');
        $log->warn('WARNING: Perl path: '.$EnvironmentHelper->pathToPerl());
        $log->warn('WARNING: C-3PO.pl path: 
'.$EnvironmentHelper->pathToC3PO_pl());
        $log->warn('WARNING: C-3PO path: 
'.$EnvironmentHelper->pathToC3PO_exe());
        
  #return 0;
        return 'exe';
  }
  
--------------------


30362
30363
30364


+-------------------------------------------------------------------+
|Filename: Image2.png                                               |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=30364|
+-------------------------------------------------------------------+


http://www.last.fm/user/amatala
------------------------------------------------------------------------
amatala's Profile: http://forums.slimdevices.com/member.php?userid=15972
View this thread: http://forums.slimdevices.com/showthread.php?t=105309

_______________________________________________
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter

Reply via email to