GNOME Bugzilla – Bug 91895
gst-editor has lots of gtk and glade warnings on startup
Last modified: 2009-08-15 18:40:50 UTC
here's output from a run from gst-editor ** Message: palette visible: TRUE ** Message: making new palette (lt-gst-editor:31787): libglade-CRITICAL **: file glade-xml.c: line 1172 (glade_xml_build_interface): assertion `wid != NULL' failed (lt-gst-editor:31787): Gtk-CRITICAL **: file gtkwidget.c: line 1630 (gtk_widget_show): assertion `GTK_IS_WIDGET (widget)' failed (lt-gst-editor:31787): GLib-GObject-WARNING **: invalid cast from (NULL) pointer to `GtkBox' (lt-gst-editor:31787): Gtk-CRITICAL **: file gtkbox.c: line 358 (gtk_box_pack_start): assertion `GTK_IS_BOX (box)' failed (lt-gst-editor:31787): GLib-GObject-WARNING **: invalid cast from (NULL) pointer to `GtkBox' (lt-gst-editor:31787): Gtk-CRITICAL **: file gtkbox.c: line 358 (gtk_box_pack_start): assertion `GTK_IS_BOX (box)' failed (lt-gst-editor:31787): GLib-GObject-WARNING **: invalid (NULL) pointer instance (lt-gst-editor:31787): GLib-GObject-CRITICAL **: file gsignal.c: line 1601 (g_signal_connect_data): assertion `G_TYPE_CHECK_INSTANCE (instance)' failed (lt-gst-editor:31787): Gtk-CRITICAL **: file gtkwidget.c: line 1630 (gtk_widget_show): assertion `GTK_IS_WIDGET (widget)' failed (lt-gst-editor:31787): GLib-GObject-WARNING **: invalid cast from (NULL) pointer to `GObject' (lt-gst-editor:31787): GLib-GObject-CRITICAL **: file gobject.c: line 987 (g_object_set_property): assertion `G_IS_OBJECT (object)' failed ** Message: canvas property notify (lt-gst-editor:31787): GLib-GObject-WARNING **: invalid cast from (NULL) pointer to `GObject' (lt-gst-editor:31787): GLib-GObject-CRITICAL **: file gobject.c: line 987 (g_object_set_property): assertion `G_IS_OBJECT (object)' failed realizing element 0x81a6ee0 I tried going through it, and it looks to me like, while a GstEditorCanvas is being created, this set of errors get thrown up. I also noticed gst_editor_canvas_init is an empty function. Is that how it's supposed to be ? These errors prevent me from trying to debug the other error I'm having, which is coming in the next bug report.
I never get this, it sounds like a broken install on your end; we need to figure out what caused it. This is probably better debugged over irc. I can't really debug this well over bugzilla, i'd prefer to do it over irc or email. Thanks, yo. BTW: if you are running it uninstalled, be sure that you don't have an installed glade file.
closed, seems to have gone away