[MonoDevelop] Monodevelop stopped working: GdkPixbuf-CRITICAL
Peter Johanson
latexer@gentoo.org
Mon, 21 Feb 2005 16:11:35 -0800
On Tue, Feb 22, 2005 at 01:03:26AM +0100, Uwe Fechner wrote:
> Hello,
>
> today I emerged mono 1.1.4 and the newest version of monodevelop (0.5.1).
> It worked fine, until I emerged the new version of glade.
>
> Now monodevelop crashes, if I do anything with it, like looking help pages
> or creating a new empty file:
>
> bash-2.05b$ monodevelop
> Reading
> /home/ufechner/.config/MonoDevelop/CodeCompletionData/mscorlib_1.0.5000.0_b77a5c561934e089.pidb
> Creating DefaultWorkbench
>
>
> (MonoDevelop:25799): GdkPixbuf-CRITICAL **: file gdk-pixbuf-scale.c:
> line 246 (gdk_pixbuf_scale_simple): assertion `src != NULL' failed
>
> (MonoDevelop:25799): GdkPixbuf-CRITICAL **: file gdk-pixbuf-scale.c:
> line 246 (gdk_pixbuf_scale_simple): assertion `src != NULL' failed
>
> (MonoDevelop:25799): GdkPixbuf-CRITICAL **: file gdk-pixbuf-scale.c:
> line 246 (gdk_pixbuf_scale_simple): assertion `src != NULL' failed
> Socket already in use
>
> (MonoDevelop:25799): GdkPixbuf-CRITICAL **: file gdk-pixbuf-scale.c:
> line 246 (gdk_pixbuf_scale_simple): assertion `src != NULL' failed
>
> Unhandled Exception: System.NullReferenceException: Object reference not
> set to an instance of an object
> in <0x00182> Gtk.Image:.ctor (Gdk.Pixbuf)
> in <0x00094> MonoDevelop.Gui.SdiWorkbenchLayout:ShowView
> (MonoDevelop.Gui.IViewContent)
> in <0x001fb> MonoDevelop.Gui.DefaultWorkbench:ShowView
> (MonoDevelop.Gui.IViewContent)
> in <0x000c9> MonoDevelop.Services.DefaultFileService:NewFile
> (string,string,string)
> in <0x00099> MonoDevelop.Gui.Dialogs.NewFileDialog:SaveFile
> (string,string,string,bool)
> in <0x00106> MonoDevelop.Gui.Dialogs.NewFileDialog:OpenEvent
> (object,System.EventArgs)
> in <0x00045> (wrapper delegate-invoke)
> System.MulticastDelegate:invoke_void_object_EventArgs
> (object,System.EventArgs)
> in <0x000bd> GtkSharp.voidObjectSignal:voidObjectCallback (intptr,int)
> in <0x00027> (wrapper native-to-managed)
> GtkSharp.voidObjectSignal:voidObjectCallback (intptr,int)
> in (unmanaged) 0x412a9c70
> in <0x00004> (wrapper managed-to-native) Gtk.Application:gtk_main ()
> in <0x00007> Gtk.Application:Run ()
> in <0x0061a> MonoDevelop.Commands.StartWorkbenchCommand:Run ()
> in <0x00876> MonoDevelop.SharpDevelopMain:Main (string[])
>
> bash-2.05b$
>
> I tried to reemerge all packages, deleted the .config/Monodevelop
> directory, but it didn't help.
>
> Any idea?
I've seen this sort of a trace with someone who had a gtk+ theme that
didn't have some of the necessary icons. You might try stracing this and
seeing which file(s) it's failing to open.
-pete
--
Peter Johanson
<latexer@gentoo.org>