Mac OS X issue

Do you need help? Ask here!

Bug reporting belongs here: http://developer.wz2100.net/newticket
theplague42
New user
Posts: 5
Joined: 18 Jan 2012, 02:31

Mac OS X issue

Post by theplague42 »

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). :)
User avatar
NoQ
Special
Special
Posts: 6226
Joined: 24 Dec 2009, 11:35
Location: /var/zone

Re: Mac OS X issue

Post by NoQ »

I'm paranoid about identity theft
I usually read the error messages i post and sometimes just change the hostname and ip if any of those is present (:
theplague42
New user
Posts: 5
Joined: 18 Jan 2012, 02:31

Re: Mac OS X issue

Post by theplague42 »

In that case, error message below.

Code: Select all

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.

Code: Select all

Graphics: NVIDIA GeForce 320M, NVIDIA GeForce 320M, PCI, 256 MB
Also, this happened to me when I tried to run MegaGlest, if any of you are familiar with that.
User avatar
dak180
Trained
Trained
Posts: 288
Joined: 01 Nov 2009, 23:58
Location: Keeper of the Mac Builds

Re: Mac OS X issue

Post by dak180 »

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.
User:dak180
Keeper of the Mac Builds
theplague42
New user
Posts: 5
Joined: 18 Jan 2012, 02:31

Re: Mac OS X issue

Post by theplague42 »

Alpha meaning something in development, right? I can't seem to find it.

In the meantime, I'll dig up my original discs and install it. Failing that, I'll try the interweb.
theplague42
New user
Posts: 5
Joined: 18 Jan 2012, 02:31

Re: Mac OS X issue

Post by theplague42 »

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?
User avatar
dak180
Trained
Trained
Posts: 288
Joined: 01 Nov 2009, 23:58
Location: Keeper of the Mac Builds

Re: Mac OS X issue

Post by dak180 »

theplague42 wrote:Alpha meaning something in development, right? I can't seem to find it.
viewtopic.php?f=1&t=8780 is what you are looking for.
User:dak180
Keeper of the Mac Builds
theplague42
New user
Posts: 5
Joined: 18 Jan 2012, 02:31

Re: Mac OS X issue

Post by theplague42 »

Aha, it's working! Thanks for the help.