[Mono-osx] MonoDevelop launch crashes with Mono 2.10.3 & 4
Lee V. Andrus
landrus2 at by-rite.net
Tue Aug 16 17:25:47 EDT 2011
Since I installed Mono 2.10.3 on my OS X 10.5.8 system, MonoDevelop 2.4.2
will not launch. Its log indicates that 2 DLLs,
"/Library/Frameworks/Mono.framework/Versions/2.10.3/lib/libglib-2.0.0.dylib"
and
"/Library/Frameworks/Mono.framework/Versions/2.10.3/lib/libglibsharpglue-2.so",
are missing. Oddly, they are there. I use Terminal and ls to verify that.
Since I installed Mono 2.10.4, the only change is that the DLLs names in the
error messages in the Monodevelop log no longer include the directory path:
ERROR [2011-08-16 15:03:49Z]: Error initialising GLib logging.
System.DllNotFoundException: libglib-2.0.0.dylib
at (wrapper managed-to-native) GLib.Marshaller:g_malloc (uintptr)
at GLib.Marshaller.StringToPtrGStrdup (System.String str) [0x00000] in
<filename unknown>:0
at GLib.Log.SetLogHandler (System.String logDomain, LogLevelFlags flags,
GLib.LogFunc logFunc) [0x00000] in <filename unknown>:0
at MonoDevelop.Ide.Gui.GLibLogging.set_Enabled (Boolean value) [0x00000]
in <filename unknown>:0
at MonoDevelop.Ide.IdeStartup.Run (System.String[] args) [0x00000] in
<filename unknown>:0
FATAL ERROR [2011-08-16 15:03:50Z]: MonoDevelop failed to start. Some of the
assemblies required to run MonoDevelop (for example gtk-sharp, gnome-sharp
or gtkhtml-sharp) may not be properly installed in the GAC.
System.TypeInitializationException: An exception was thrown by the type
initializer for Gtk.Application ---> System.DllNotFoundException:
glibsharpglue-2
at (wrapper managed-to-native) GLib.Thread:glibsharp_g_thread_supported ()
at GLib.Thread.get_Supported () [0x00000] in <filename unknown>:0
at Gtk.Application..cctor () [0x00000] in <filename unknown>:0
--- End of inner exception stack trace ---
at MonoDevelop.Ide.IdeStartup.Run (System.String[] args) [0x00000] in
<filename unknown>:0
at MonoDevelop.Startup.MonoDevelopMain.Main (System.String[] args)
[0x00000] in <filename unknown>:0
--
View this message in context: http://mono.1490590.n4.nabble.com/MonoDevelop-launch-crashes-with-Mono-2-10-3-4-tp3748510p3748510.html
Sent from the Mono - OSX mailing list archive at Nabble.com.
More information about the Mono-osx
mailing list