Version 1.3 crashes on startup on MacOS 10.8.5
I have MacBook Pro w/ 10.8.5, Intel Core 2 Duo, 8 GB RAM. Just downloaded version 1.3. It crashes on startup. I've attached screenshot of system error message, but in short the error seems to revolve around this:
Dyld Error Message:
Library not loaded: @executable_path/../Frameworks/libogg.0.dylib
Referenced from: /Applications/Apps - Media/MuseScore.app/Contents/Frameworks/libsndfile.1.dylib
Reason: Incompatible library version: libsndfile.1.dylib requires version 9.0.0 or later, but libogg.0.dylib provides version 6.0.0
Any ideas?
Attachment | Size |
---|---|
MuseScore Error Message.pdf | 142.05 KB |
Comments
Do you have another version of the ogg library installed on your system?
See also http://musescore.org/en/node/20734 for more info.
This seems indeed to be the problem - I have Tracker installed, and indeed when I enter into the terminal
echo $DYLD_LIBRARY_PATH
it returns
/usr/local/xuggler/lib
However, trying
set $LD_LIBRARY_PATH=
open /Applications/MuseScore.app
still results in the same crash on startup, with same error window.
Tracker is not a high priority at the moment - so I can delete it, but how to get rid of the misbehaving library file? (Incidentally, MuseScore 1.2 works fine, but would be nice to get up to 1.3)
Thanks.
try
set $DYLD_LIBRARY_PATH=
open /Applications/MuseScore.app
Thanks for the note - I tried that too - same result... :-(
What about
set $DYLD_LIBRARY_PATH=
/Applications/MuseScore.app/Contents/MacOS/mscore
I really appreciate your help!
Tried what you suggested, same result. Terminal output was
dyld: Library not loaded: @executable_path/../Frameworks/libogg.0.dylib
Referenced from: /Applications/MuseScore.app/Contents/Frameworks/libsndfile.1.dylib
Reason: Incompatible library version: libsndfile.1.dylib requires version 9.0.0 or later, but libogg.0.dylib provides version 6.0.0
Trace/BPT trap: 5
Thanks.
Since this affects 1.3, I close this.