This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

wireshark mountain lion

0

I just went through installing wireshark and xquartz on a new mountain lion install, and after pointing wireshark to the X11 directory, have been getting some weird gdk errors that prevent it from loading altogether.

I'll paste part of the log here in hopes that someone else has run through the same issue.

(wireshark-bin:1838): Gdk-CRITICAL **: gdk_window_set_icon_list: assertion `GDK_IS_PIXBUF (pixbuf)' failed

(wireshark-bin:1838): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_width: assertion `GDK_IS_PIXBUF (pixbuf)' failed

(wireshark-bin:1838): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_height: assertion `GDK_IS_PIXBUF (pixbuf)' failed

(wireshark-bin:1838): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_width: assertion `GDK_IS_PIXBUF (pixbuf)' failed

(wireshark-bin:1838): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_height: assertion `GDK_IS_PIXBUF (pixbuf)' failed

(wireshark-bin:1838): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_width: assertion `GDK_IS_PIXBUF (pixbuf)' failed

(wireshark-bin:1838): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_height: assertion `GDK_IS_PIXBUF (pixbuf)' failed

(wireshark-bin:1838): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_width: assertion `GDK_IS_PIXBUF (pixbuf)' failed

(wireshark-bin:1838): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_height: assertion `GDK_IS_PIXBUF (pixbuf)' failed

(wireshark-bin:1838): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed

(wireshark-bin:1838): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed

(wireshark-bin:1838): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed

(wireshark-bin:1838): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed

(wireshark-bin:1838): GdkPixbuf-WARNING **: Error loading XPM image loader: Unable to load image-loading module: /Applications/Wireshark.app/Contents/Resources/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-xpm.so: dlopen(/Applications/Wireshark.app/Contents/Resources/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-xpm.so, 1): image not found

(wireshark-bin:1838): GdkPixbuf-WARNING : Error loading XPM image loader: Unable to load image-loading module: /Applications/Wireshark.app/Contents/Resources/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-xpm.so: dlopen(/Applications/Wireshark.app/Contents/Resources/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-xpm.so, 1): image not found ERROR:stock_icons.c:229:stock_icons_init: assertion failed: (pixbuf)

asked 21 Aug '12, 09:59

heyoni's gravatar image

heyoni
1111
accept rate: 0%

What do you mean by "pointing wireshark to the X11 directory"? I just installed Wireshark 1.8.2 and the latest version of XQuartz on a fresh Mountain Lion virtual machine and, once I logged out and logged in again (to get the appropriate DISPLAY environment variable setting; don't try to set DISPLAY yourself!), it worked fine.

(13 Sep '12, 11:34) Guy Harris ♦♦