After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 91895 - gst-editor has lots of gtk and glade warnings on startup
gst-editor has lots of gtk and glade warnings on startup
Status: VERIFIED INCOMPLETE
Product: GStreamer
Classification: Platform
Component: gst-editor
git master
Other Linux
: Normal normal
: 0.4.0
Assigned To: Andy Wingo
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2002-08-28 15:41 UTC by Thomas Vander Stichele
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Thomas Vander Stichele 2002-08-28 15:41:34 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.
Comment 1 Andy Wingo 2002-08-28 18:30:42 UTC
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.
Comment 2 Andy Wingo 2002-10-06 22:17:01 UTC
closed, seems to have gone away