[MonoDevelop] MonoDevelop gtksharpglue DllNotFoundException

Joris Willems trendzetter@pandora.be
Thu, 6 May 2004 23:48:39 +0200


$ monodevelop

Unhandled Exception: System.TypeInitializationException: An exception was 
thrown by the type initializer for MonoDevelop.Gui.Dialogs.SplashScreenForm 
---> System.DllNotFoundException: gtksharpglue
in <0x00053> (wrapper managed-to-native) 
Gtk.Object:gtksharp_object_is_floating (intptr)
in <0x00021> Gtk.Object:set_Raw (intptr)
in <0x0000d> Gtk.Window:set_Raw (intptr)
in <0x00033> Gtk.Window:.ctor (Gtk.WindowType)
in <0x0000f> Gtk.Window:.ctor (string)
in [0x00006] 
(at /data/tmp/portage/monodevelop-0.3/work/monodevelop-0.3/src/Main/Base/Gui/Dialogs/SplashScreen.cs:23) 
MonoDevelop.Gui.Dialogs.SplashScreenForm:.ctor ()
in <0x0001c> MonoDevelop.Gui.Dialogs.SplashScreenForm:.cctor ()
--- End of inner exception stack trace ---

in (unmanaged) MonoDevelop.Gui.Dialogs.SplashScreenForm:SetCommandLineArgs 
(string[])
in [0x0006f] 
(at /data/tmp/portage/monodevelop-0.3/work/monodevelop-0.3/src/Main/StartUp/MonoDevelopMain.cs:65) 
MonoDevelop.SharpDevelopMain:Main (string[])

This might be a gentoo ebuild problem but I couldn't find anything about it.

I have the following ebuilds installed:
mono-0.91
gtk-sharp-0.91.1
gtksourceview-sharp-0.2
gecko-sharp-0.2
monodoc-0.15
monodevelop-0.3

Joris Willems