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}
>    }

Could you see if this works on 10.5? There is no more console code (I actually 
used the original 4.3 source) and the bases are on format 4. I haven't 
installed it yet, so I can't test here :(

http://cachivaches.chauca.net/scid/files/Scid-4.3test1.dmg

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