Page 1 of 1
v.015 crash- MacOSX
Posted: Fri Jul 04, 2008 12:27 pm
by coffin
<Moderator's note: This topic has been split from another topic>
Hey Pierre,
Thanks a lot for the OSX version.
Although I can't seem to make it work over here

I'm on a MacbookPro 10.5.4
Here is the crash log, I hope it makes sense to you
Process: xnview [6753]
Path: /Applications/xnview.app/Contents/MacOS/xnview
Identifier: com.xnview.XnViewQT
Version: ??? (???)
Code Type: X86 (Native)
Parent Process: launchd [123]
Date/Time: 2008-07-04 14:23:54.277 +0200
OS Version: Mac OS X 10.5.4 (9E17)
Report Version: 6
Exception Type: EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000002, 0x0000000000000000
Crashed Thread: 0
Dyld Error Message:
Library not loaded: /usr/local/Trolltech/Qt-4.4.0/lib/QtGui.framework/Versions/4/QtGui
Referenced from: /Applications/xnview.app/Contents/MacOS/xnview
Reason: image not found
Posted: Mon Jul 07, 2008 8:06 am
by nerbrume
Confirmed (on Macbook Intel 10.4)
same error with a Qt4 lib not found.
Posted: Sun Jul 13, 2008 2:27 pm
by stenosis
ditto

same here
Posted: Tue Jul 15, 2008 12:30 pm
by xnview
Ok, i'll check
Posted: Tue Jul 15, 2008 9:23 pm
by BabaG
not sure if it's the same error but i just tried to run 0.015 on my
macpro 10.4.11 and when i double click the app icon it flashes like
it's going to open, i hear a bit of disk activity, and then nothing.
xnview mp never opens.
thanks,
BabaG
ditto 10.3.9
Posted: Fri Jul 25, 2008 12:31 pm
by occidental tourist
same deal. I tried both xnview MP and xnview MacOSX. downloads seamless. expanded fine. double click program icon. it pops up in the dock briefly and occasionally a finder progress bar accompanies this 'launch'. Then within a few seconds it disappears from the dock and that is all she wrote.
notice that the posts to this thread seem relatively recent so not trying to pile on if you are looking at this, just echo the results with another version of OSX.
here is the hardware info:
Machine Model: PowerBook G4 15"
CPU Type: PowerPC G4 (1.1)
Number Of CPUs: 1
CPU Speed: 1.33 GHz
L2 Cache (per CPU): 512 KB
Memory: 1 GB
Bus Speed: 167 MHz
Boot ROM Version: 4.8.6f0
Re: v.015 crash- MacOSX
Posted: Sun Aug 24, 2008 7:18 am
by maxim_k
coffin wrote:<Moderator's note: This topic has been split from another topic>
Hey Pierre,
Thanks a lot for the OSX version.
Although I can't seem to make it work over here

I'm on a MacbookPro 10.5.4
Here is the crash log, I hope it makes sense to you
Process: xnview [6753]
Path: /Applications/xnview.app/Contents/MacOS/xnview
Identifier: com.xnview.XnViewQT
Version: ??? (???)
Code Type: X86 (Native)
Parent Process: launchd [123]
Date/Time: 2008-07-04 14:23:54.277 +0200
OS Version: Mac OS X 10.5.4 (9E17)
Report Version: 6
Exception Type: EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000002, 0x0000000000000000
Crashed Thread: 0
Dyld Error Message:
Library not loaded: /usr/local/Trolltech/Qt-4.4.0/lib/QtGui.framework/Versions/4/QtGui
Referenced from: /Applications/xnview.app/Contents/MacOS/xnview
Reason: image not found
1. You have to create two directory structures under /usr/local/:
a. "/Trolltech/Qt-4.4.0/lib/QtGui.framework/Versions/4"
b. "/Trolltech/Qt-4.4.0/lib/QtCore.framework/Versions/4"
(Use Terminal with
sudo)
2. Open contents of xnview.app in Finder and copy files QtGui (from "xnview.app/Contents/Frameworks/QtGui.framework/Versions/4") and QtCore (from "xnview.app/Contents/Frameworks/QtCore.framework/Versions/4") to temporary location somewhere in your home dir.
3. Move from your temporary location (step 2) file
QtGui to "/usr/local/Trolltech/Qt-4.4.0/lib/QtGui.framework/Versions/4"
and file
QtCore to "/usr/local/Trolltech/Qt-4.4.0/lib/QtCore.framework/Versions/4"
4. Start Xnview.app as usual - everything works fine!

Posted: Tue Aug 26, 2008 8:48 am
by coffin
Yes, its working perfectly!
Wow... I hope it'll become easier at some point.
Thanks again
Coffin