Qt Creator Problem on Ubuntu 10.10
Hello. When I run Qt Creator (Latest version) on Ubuntu with different icon theme Qt Creator crashes. Especially when I click options.
Here is the console output for it
Code:
(<unknown>:4102): GdkPixbuf-WARNING **: Bug! loader 'png' didn't set an error on failure
(<unknown>:4102): Gtk-WARNING **: Error loading theme icon 'gtk-ok' for stock: Internal error: Image loader module 'png' failed to complete an operation, but didn't give a reason for the failure
(<unknown>:4102): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed
** (<unknown>:4102): CRITICAL **: murrine_style_draw_render_icon: assertion `base_pixbuf != NULL' failed
(<unknown>:4102): Gtk-CRITICAL **: IA__gtk_style_render_icon: assertion `pixbuf != NULL' failed
(<unknown>:4102): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_pixels: assertion `GDK_IS_PIXBUF (pixbuf)' failed
(<unknown>:4102): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_width: assertion `GDK_IS_PIXBUF (pixbuf)' failed
(<unknown>:4102): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_height: assertion `GDK_IS_PIXBUF (pixbuf)' failed
Segmentation fault
Re: Qt Creator Problem on Ubuntu 10.10
Seems like a bug in a Gtk style
Re: Qt Creator Problem on Ubuntu 10.10
Yes this sounds like an unknown issue. Please report the bug against Qt at bugreports.qt.nokia.com and attach the problematic icon theme.
Re: Qt Creator Problem on Ubuntu 10.10
Re: Qt Creator Problem on Ubuntu 10.10
Does anybody know if this happens only with SDK Qt? I mean, if I compile Qt and Qt Creator by myself this error is still present or not?