[ Harald Haentsch]Harald HaentschAnonymous 27 Jul 2012 11:53

Yes, its crashing but I found a workaround if you familiar with linux commands. This error is shown:

Application Specific Information:
dyld: launch, loading dependent libraries

Dyld Error Message:
Library not loaded: @executable_path/../Frameworks/Growl-WithInstaller.framework/Versions/A/Growl-WithInstaller
Referenced from: /Applications/Saldomat.app/Contents/MacOS/Saldomat
Reason: image not found

Binary Images:
0x10000000 - 0x1004dff7 +Saldomat (RAWPUBLICVERSION - RAWVERSION) <7F5D716D-3BDC-AAA0-63D5-BE5D1A9F7321> /Applications/Saldomat.app/Contents/MacOS/Saldomat
0x8fe10000 - 0x8fe42e57 dyld (210.2.3) <23516BE4-29BE-350C-91C9-F36E7999F0F1> /usr/lib/dyld

Somehow it seems to point to a wrong path of its Growl package. So creating the according symbolic link worked for now.

- Open Terminal and type:
sudo -s (Password to type)
cd /Applications/Saldomat.app/Contents/Frameworks
ln -s Growl.framework Growl-WithInstaller.framework
cd /Applications/Saldomat.app/Contents/Frameworks/Growl.framework/Versions/A
ln -s Growl Growl-WithInstaller

Edit | Permalink