I downloaded Warzone earlier today and got the Mac error message in the FAQs. I installed XQuartz like suggested, but the same message came up again. I then logged out and logged back in like it suggested, but nothing changed. I tried to open it directly from XQuarts with the bash "open" command but same thing. Any ideas? Software is 10.6.8 Snow Leopard and I have a nvidia 320m driver which I'm fairly sure is above the one required.
Thanks!
PS. I can copy-pasta the message if it's needed, but I'm paranoid about identity theft (yes, even though I know posting the message probably wouldn't matter).
Process: Warzone [2621]
Path: /Applications/Warzone.app/Contents/MacOS/Warzone
Identifier: net.wz2100.Warzone
Version: ??? (???)
Code Type: X86 (Native)
Parent Process: launchd [92]
Date/Time: 2012-01-18 09:08:24.180 -0500
OS Version: Mac OS X 10.6.8 (10K549)
Report Version: 6
Interval Since Last Report: 29962 sec
Crashes Since Last Report: 12
Per-App Crashes Since Last Report: 9
Anonymous UUID: D4573A8B-52DC-413B-BD77-18F1F945268D
Exception Type: EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000002, 0x0000000000000000
Crashed Thread: 0
Dyld Error Message:
Library not loaded: /usr/X11R6/lib/libfontconfig.1.dylib
Referenced from: /Applications/Warzone.app/Contents/MacOS/../Frameworks/QuesoGLC.framework/Versions/A/QuesoGLC
Reason: image not found
Binary Images:
0x8fe00000 - 0x8fe4163b dyld 132.1 (???) <4CDE4F04-0DD6-224E-ACE5-3C06E169A801> /usr/lib/dyld
That's the whole error message. There's more, but it's all hardware system specs and such. Only relevant one I can think of would be the graphics card.
theplague42 wrote:I downloaded Warzone earlier today and got the Mac error message in the FAQs. I installed XQuartz like suggested, but the same message came up again.
For 10.6 you need to have the apple supplied X11, XQuartz only works for 10.5 as there it replaces the apple X11; you can find the apple X11 on your original install media.
Or you could use the latest alpha as it no longer requires X11 to be installed.
I've narrowed down the issue some. The error message occurred when the computer tried to access /usr/X11R6/lib/libfontconfig.1.dylib. I went into Terminal and got into the usr directory, but there's no X11R6. There's X11, but its lib directory doesn't contain libfontconfig.1.dylib. Apparently, X11R6 is the 6th revision of X11 by some open-source group if I read correctly. Unfortunately, their downloads for X11R6 are in .tar files, which I don't know how to operate. Googling it has not helped me at all.
Does anyone have the X11R6 or is yours just running off X11?