[MonoDevelop] Crashing opening projects
Jon Cosby
jon at jcosby.com
Thu Aug 16 10:30:57 EDT 2007
Jacek Ruzyczka wrote:
> Hi,
>
>
>> (MonoDevelop:16407): Gtk-CRITICAL **: gtk_style_detach: assertion
>> `style->attach_count > 0' failed
>>
>> (MonoDevelop:16407): Gtk-CRITICAL **: gtk_style_detach: assertion
>> `style->attach_count > 0' failed
>>
>> (MonoDevelop:16407): Gtk-CRITICAL **: gtk_style_detach: assertion
>> `style->attach_count > 0' failed
>>
>>
> Well...Gtk-CRITICAL messages are always »critical«. The most common reason of
> such messages is some type of unhandled exception in the area of the Gtk#
> API. The subsequent crash is probably the consequence of these unhandled
> exceptions.
>
> I once encountered such a problem when making up a window without using the
> Stetic designer. I entered some wrong parameters in the Gtk.Table.Attach()
> method. The Gtk# libs themselves didn't check for wrong parameters, but
> simply handed them over 1 by 1 to the underlying native GTK code.
> Consequence: Gtk-CRITICAL messages.
>
> Have you also changed the Gtk# version when updating MD? I suppose that the
> problem lies within the updated Gtk# API, but I can be wrong...
>
> Regards
> Jacek
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list
>
>
>
I updated to gtk-sharp2-2.10.1-65. This was a requirement for MD 0.15.
Jon Cosby
More information about the Monodevelop-list
mailing list