ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: Re: [Wireshark-dev] Packaging of 1.12.0rc2 under OS X not working

From: Andreas Fink <afink@xxxxxxxxxxxxx>
Date: Sat, 14 Jun 2014 11:41:57 +0200
this is actually fixing the @rpath

cd /Applications/Wireshark.app/Contents/Resources/bin
for FILE in *-bin
do
install_name_tool -rpath @executable_path/../Frameworks @executable_path/../../Frameworks $FILE 
done

But launching it does this:

# ./wireshark-bin 

(wireshark-bin:7206): GdkPixbuf-WARNING **: Cannot open pixbuf loader module file '/usr/local/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache': No such file or directory

This likely means that your installation is broken.
Try running the command
  gdk-pixbuf-query-loaders > /usr/local/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache
to make things work again for the time being.

(wireshark-bin:7206): Pango-CRITICAL **: No modules found:
No builtin or dynamically loaded modules were found.
PangoFc will not work correctly.
This probably means there was an error in the creation of:
  '/usr/local/etc/pango/pango.modules'
You should create this file by running:
  pango-querymodules > '/usr/local/etc/pango/pango.modules'

(wireshark-bin:7206): Pango-WARNING **: failed to choose a font, expect ugly output. engine-type='PangoRenderFc', script='latin'

(wireshark-bin:7206): Pango-WARNING **: failed to choose a font, expect ugly output. engine-type='PangoRenderFc', script='common'

(wireshark-bin:7206): GdkPixbuf-WARNING **: Error loading XPM image loader: Image type 'xpm' is not supported
**
ERROR:stock_icons.c:401:stock_icons_init: assertion failed: (pixbuf)
Abort trap: 6


Also the loading box is being displayed with a lot of carets instead of text in the box.

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail