Golly doesn't work in OS X 10.9 (Mavericks)

Has something gone haywire? Let us know about it!
Post Reply
User avatar
lukebradford
Posts: 101
Joined: October 11th, 2013, 8:07 pm
Location: Cambridge, MA
Contact:

Golly doesn't work in OS X 10.9 (Mavericks)

Post by lukebradford » October 24th, 2013, 10:43 pm

I get the following error: "Golly cannot be opened because of a problem. Check with the developer to make sure Golly works with this version of OS X."

Is this a known issue? If so, are there plans to support 10.9?
Attachments
Error
Error
Screen Shot 2013-10-24 at 10.41.26 PM.png (131.36 KiB) Viewed 6858 times

User avatar
Andrew
Moderator
Posts: 927
Joined: June 2nd, 2009, 2:08 am
Location: Melbourne, Australia
Contact:

Re: Golly doesn't work in OS X 10.9 (Mavericks)

Post by Andrew » October 25th, 2013, 9:17 pm

I think the problem is due to an incompatibility in the Perl library. Start up Terminal, cd to the directory containing Golly.app, and try this command:

Code: Select all

install_name_tool -change /System/Library/Perl/lib/5.10/libperl.dylib /System/Library/Perl/5.12/darwin-thread-multi-2level/CORE/libperl.dylib Golly.app/Contents/MacOS/Golly
If that doesn't fix the problem then please send me the crash report.

Someone reported another crash when trying to open the File > Run Script dialog. This seems to be a bug in the wxWidgets code so I've reported the problem and hopefully there will be a fix before too long. Until then, you can run scripts by clicking on their names in the left panel, or via keyboard shortcuts.
Use Glu to explore CA rules on non-periodic tilings: DominoLife and HatLife

User avatar
lukebradford
Posts: 101
Joined: October 11th, 2013, 8:07 pm
Location: Cambridge, MA
Contact:

Re: Golly doesn't work in OS X 10.9 (Mavericks)

Post by lukebradford » October 25th, 2013, 10:19 pm

It works, thanks!

andyd
Posts: 1
Joined: January 16th, 2014, 9:31 pm

Re: Golly doesn't work in OS X 10.9 (Mavericks)

Post by andyd » January 16th, 2014, 9:34 pm

Unfortunately Golly has stopped working on my OSX Mavericks mac. It was working fine on Snow Leopard! I tried the command above in terminal, but no luck. Here is the crash report, hope you can help? We love Golly!

Crashed Thread: 0

Exception Type: EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000002, 0x0000000000000000

Application Specific Information:
dyld: launch, loading dependent libraries

Dyld Error Message:
Library not loaded: /System/Library/Perl/lib/5.8/libperl.dylib
Referenced from: /Applications/golly-2.2-mac/Golly.app/Contents/MacOS/Golly
Reason: image not found

Binary Images:
0x8fe89000 - 0x8febb417 dyld (239.3) <4B280BB1-55F8-313F-86A6-8ADD644ED69E> /usr/lib/dyld

User avatar
Andrew
Moderator
Posts: 927
Joined: June 2nd, 2009, 2:08 am
Location: Melbourne, Australia
Contact:

Re: Golly doesn't work in OS X 10.9 (Mavericks)

Post by Andrew » January 16th, 2014, 10:24 pm

andyd wrote:Unfortunately Golly has stopped working on my OSX Mavericks mac. ...
You need to download golly-2.6-mac109.zip from here:
http://sourceforge.net/projects/golly/f ... golly-2.6/
Use Glu to explore CA rules on non-periodic tilings: DominoLife and HatLife

Post Reply