[Glade-users] Running glade 3.10.
Tristan Van Berkom
tristanvb at openismus.com
Fri Apr 8 13:36:30 EDT 2011
On Sat, 2011-04-09 at 02:06 -0300, John Coppens wrote:
> Hello people.
>
> I successfully compiled and installed glade 3.10.0, but, on starting it,
> I get the message below. I guess the first line is normal, but the thing
> about registering type seems more serious.
>
The first line is where everything went wrong and Glade could not
find it's backend plugin ;-)
The next error and those that follow come from a plugin I suspect
was compiled with <= 3.8 sources (and that plugin of course links
to GTK+2, and so the mix would surely cause bad things to happen).
Note:
> Any suggestions? (gtk+-3.0.5, glib 2.28.5)
>
> John
>
> (glade:27164): GladeUI-WARNING **: Failed to open catalog directory '':
> Error opening directory '': No such file or directory
This line is 'glade' which is the new program name
>
> (glade-3:27164): GLib-GObject-WARNING **: cannot register existing type
> `GdkDisplayManager'
This one must come from old Glade which was called 'glade-3'...
I'm really not sure how that happened or how Glade somehow picked
up the old plugin.
For what its worth new glade puts the plugins in
${prefix}/lib/glade/modules
and old glade puts them in
${prefix}/lib/glade3/modules
Cheers,
-Tristan
>
> (glade-3:27164): GLib-CRITICAL **: g_once_init_leave: assertion
> `initialization_value != 0' failed
>
> (glade-3:27164): GLib-GObject-CRITICAL **: g_object_new: assertion
> `G_TYPE_IS_OBJECT (object_type)' failed
>
> (glade-3:27164): GladeUI-CRITICAL **: glade_xml_node_new: assertion
> `context != NULL' failed
>
> (glade-3:27164): GladeUI-CRITICAL **: glade_xml_node_append_child:
> assertion `child != NULL' failed
>
> (glade-3:27164): GladeUI-CRITICAL **: glade_widget_get_internal:
> assertion `GLADE_IS_WIDGET (widget)' failed
>
> (glade-3:27164): GladeUI-CRITICAL **: glade_xml_node_new: assertion
> `context != NULL' failed
>
> (glade-3:27164): GladeUI-CRITICAL **: glade_xml_node_append_child:
> assertion `node != NULL' failed Segmentation fault
> _______________________________________________
> Glade-users maillist - Glade-users at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/glade-users
More information about the Glade-users
mailing list