Wireshark-bugs: [Wireshark-bugs] [Bug 10640] wireshark 1.12.1 crashes on startup on Mac OS X 10.

Date: Tue, 28 Oct 2014 21:49:47 +0000

Comment # 3 on bug 10640 from
(In reply to mauroj from comment #2)
> (In reply to Guy Harris from comment #1)
> > Does libcairo.2.dylib exist in /opt/X11/lib/libcairo.2.dylib?  (/opt/X11,
> > not /usr/X11)?
> 
> Yes
> 
> > 
> > If so, did you have another OS X release installed, and have XQuartz
> > installed, and then upgrade to Yosemite?
> 
> Yes, exactly.
> > 
> > If so, then Apple's Yosemite installer broke your XQuartz installation; 
> 
> Yep - I agree.

Sadly, that means that the Wireshark installer can't fix the problem, as, in
those cases, Wireshark may already have been installed.

We might be able to fix this in the Wireshark wrapper program (the actual
program for the Wireshark app bundle is, in the GTK+ version of Wireshark, a
wrapper that runs the real Wireshark program, and that's the program that's
getting the error).

We'd probably have the wrapper program check whether "/opt/X11" exists, and
whether "/usr/X11 exists", and if "/opt/X11" exists but "/usr/X11" doesn't, run
"ln" using the AuthorizationExecuteWithPrivileges() function.


You are receiving this mail because:
  • You are watching all bug changes.