[SOLVED] Xonotic fails to start in OSX 10.7 lion - Printable Version +- Xonotic Forums (https://forums.xonotic.org) +-- Forum: Support (https://forums.xonotic.org/forumdisplay.php?fid=3) +--- Forum: Xonotic - Help & Troubleshooting (https://forums.xonotic.org/forumdisplay.php?fid=4) +--- Thread: [SOLVED] Xonotic fails to start in OSX 10.7 lion (/showthread.php?tid=2027) |
Xonotic fails to start in OSX 10.7 lion - theShadow - 08-08-2011 Downloading from git and compiling seemed to go fine, however when I try to launch, the screen flashes a few times and it quits. here is the error log. http://pastie.org/2340780 ok, putting vid_fullscreen 0 in library/application support/xonotic/config.cfg fixes it. lion seems to have issues with fullscreen. how ironic RE: Xonotic fails to start in OSX 10.7 lion - Spaceman - 08-08-2011 you can also use"./all run +vid_fullscreen 0". RE: Xonotic fails to start in OSX 10.7 lion - Just_M - 09-01-2011 (08-08-2011, 02:05 PM)theShadow Wrote: Downloading from git and compiling seemed to go fine, however when I try to launch, the screen flashes a few times and it quits. I had the same problem; I took the information I could find about it (including the SDL patch required to fix it) and gathered it up here: http://dev.xonotic.org/issues/633 OK, divVerent already rejected my bug since he's already tried updating to a newer SDL but it broke OS/X 10.6. The good news is that if you're on 10.7 it appears (at least for me) to be fixed if you just replace the Xonotic.app/Contents/Frameworks/SDL.framework/Versions/A/SDL file in your local copy with the pre-revert version. (NOTE: if you're building from git, look in the misc/buildfiles/osx directory) Again, this is known NOT to work for OS/X 10.6. You can grab that updated SDL binary here: http://git.xonotic.org/?p=xonotic/xonotic.git;a=blob;f=misc/buildfiles/osx/Xonotic.app/Contents/Frameworks/SDL.framework/Versions/A/SDL;h=59fd6c3429449691f82aed111656260ca090b462;hb=958ed1b219f8dd7a5bd063df91edf5f09b162e5c With that dropped in, I'm not happily running fullscreen on my Lion machine. RE: Xonotic fails to start in OSX 10.7 lion - Halogene - 09-01-2011 Just for the record: using git version on OSX 10.6 in windowed mode (./all run +vid_fullscreen 0) works too. |