Argasek |
Posted: 2014-11-22 15:32:51 |
|
|
Just looking around Posts: 3
Member since: 2014-11-22 15:29:10 |
Hi,
HT doesn't run on OS X 10.9. I get a window "Hivelytracker cannot be opened because of a problem."
I did a short investigation and it looks like the binary cannot load the SDL library:
bash-3.2$ ./Hivelytracker
dyld: Library not loaded: @rpath/SDL.framework/Versions/A/SDL
Referenced from: /Applications/Hivelytracker.app/Contents/MacOS/./Hivelytracker
Reason: image not found
Trace/BPT trap: 5
bash-3.2$ otool -L Hivelytracker
Hivelytracker:
/System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa (compatibility version 1.0.0, current version 20.0.0)
@executable_path/../Frameworks/SDL_image.framework/Versions/A/SDL_image (compatibility version 1.0.0, current version 9.4.0)
@executable_path/../Frameworks/SDL_ttf.framework/Versions/A/SDL_ttf (compatibility version 1.0.0, current version 11.1.0)
@rpath/SDL.framework/Versions/A/SDL (compatibility version 1.0.0, current version 12.4.0)
/System/Library/Frameworks/Foundation.framework/Versions/C/Foundation (compatibility version 300.0.0, current version 1056.16.0)
/usr/lib/libobjc.A.dylib (compatibility version 1.0.0, current version 228.0.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1197.1.1)
/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit (compatibility version 45.0.0, current version 1265.21.0)
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices (compatibility version 1.0.0, current version 48.0.0)
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 855.17.0)
There's also a thread on StackOverflow with a similar problem report:
http://stackoverflow.com/questions/24539563/library-not-loaded-rpath-sdl-framework-versions-a-sdl-on-mac-10-9
Cheers,
Jakub http://soundcloud.com/argasek |
Argasek |
Posted: 2014-11-22 15:36:26 |
|
|
Just looking around Posts: 3
Member since: 2014-11-22 15:29:10 |
I'm sorry, I posted a wrong link (this one on SO is related, however, this one sheds some light over the problem: http://forums.macrumors.com/showthread.php?t=1348501) http://soundcloud.com/argasek |
Xeron |
Posted: 2014-11-23 16:59:00 |
|
|
Supreme Being Posts: 448
Member since: 2006-12-13 11:34:00 |
Ahh... someone did email me a fixed build I forgot to put it online! I will try and get around to it soon! AHX forever! |
Argasek |
Posted: 2014-11-25 13:55:04 |
|
|
Just looking around Posts: 3
Member since: 2014-11-22 15:29:10 |
Great! Thanks for the heads up. :) http://soundcloud.com/argasek |
Xeron |
Posted: 2014-11-28 23:43:19 |
|
|
Supreme Being Posts: 448
Member since: 2006-12-13 11:34:00 |
SamuraiCrow's 10.6 compatible port is now available from the downloads page. Thanks SamuraiCrow! AHX forever! |
Samurai_Crow |
Posted: 2014-12-24 17:04:44 |
|
|
Occasional visitor Posts: 23
Member since: 2007-01-16 00:52:06 |
You're welcome! |