On Apr 14, 2011, at 5:33 AM, Steven wrote:

>> From: Steven <stevena...@yahoo.com>
> 
>> I tried installing scid-4.3-macosx.zip on my G4, but the program quits soon 
>> (1 
> 
>> to 3  seconds) after startup is complete
>> with (Console message)  "com.apple.launchd[69]    
>> [0x0-0xd50d5].net.sourceforge.scid[3645] Exited with exit code 1"
> 
> This error message is misleading for some unresolved  reason, but i have 
> pinned 
> down the problem.
> It seems Israel, or someone else, has added a small snippet of code:
> 
>    package require interp
>    bind all <Command-t> {console show}
> 
> The problem is the interp package is not core tcl, and was not installed on 
> my 
> G4/OSX-10.5 with tcl-8.5.8 installed from source. I'm supposing "interp" is 
> included with OSX 10.6 by default, but regardless, the command should be 
> 
> 
>    if {![catch {package require interp}]} {
>      bind all <Command-t> {console show}
>    }

That's not part of Scid code, it's my mistake. I put it there when I'm 
debugging something, that's why it isn't inside the catch.

It also has the bases in .s*3 format, that's why they can't be found.

I should re-upload Scid for mac once more, but I restored my system from a 
backup and I'm having problems compiling Scid, and the lack of time doesn't 
help. But I'll try to get it done this weekend.

Israel
------------------------------------------------------------------------------
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
_______________________________________________
Scid-users mailing list
Scid-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scid-users

Reply via email to