GNOME Bugzilla – Bug 621263
Applications does not even start - System.DllNotFoundException: libgtk-quartz-2.0.0.dylib
Last modified: 2012-10-05 22:07:37 UTC
Created attachment 163353 [details] crash log i did not file a bug report before, so i am sorry if i do anything wrong. when i double click the app its icon briefly (~0.1 seconds) appears on the dock than program shuts down. i attached the log i got from mac console. i guess the important lines are: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.DllNotFoundException: libgtk-quartz-2.0.0.dylib and Unhandled Exception: System.DllNotFoundException: libgtk-quartz-2.0.0.dylib thanks.
Is libgtk-quartz-2.0.0.dylib installed?
I can confirm this. Banshee would not start here either, so I ran the Banshee script from /Applications/Banshee.app. The output differs somewhat from that of @kureta, so I include it below. The missing file does seem to exist. $ pwd && find . -name "*libgtk-quartz*" /Applications/Banshee.app ./Contents/Resources/lib/libgtk-quartz-2.0.0.dylib ./Contents/Resources/lib/libgtk-quartz-2.0.dylib Running Mac OS X 10.5.8.
Created attachment 175521 [details] output from running Banshee script $ pwd /Applications/Banshee.app $ ./Contents/MacOS/Banshee > log.txt 2>&1
Same here, Banshee 1.9.5 on Mac OS 10.5.8. The DYLD_LIBRARY_PATH set in the shell script is: /Applications/Banshee.app/Contents/Resources/lib:/Applications/Banshee.app/Contents/Resources/lib/banshee-1:/Applications/Banshee.app/Contents/Resources/lib/banshee-1/Extensions The first folder contains the libgtk-quartz-2.0.0.dylib.
Perhaps GTK_PATH or GTK_EXE_PREFIX needs to be set?
Both of these are set to "/Applications/Banshee.app/Contents/Resources", but it sounds to me like Mono can't even find GTK in the first place.
Please grab the latest alpha build from here and see if this issue is fixed: https://live.gnome.org/SummerOfCode2012/Projects/TimoDoerr_Banshee_MacOSX#Get_latest_pre-build_alpha_.app-Bundle_for_Mac
Closing this bug report as no further information has been provided. Please feel free to reopen this bug if you can provide the information asked for. Thanks!