Xonotic Forums
[NEED HELP] Running On Mac - 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: [NEED HELP] Running On Mac (/showthread.php?tid=9807)



Running On Mac - jpumroy - 12-28-2023

Can someone point me to a guide to run xonotic Mac? I have not found what I am looking for yet. I tried the brief explanation on the FAQ, but could not get it to run. Any help is appreciated.

Currently running Monterey 12.7.2 on a MacBook Air.


RE: Running On Mac - stdi - 12-31-2023

Hey jpumroy.

Just running the app doesn't work for me as well, as I get the following error:

Code:
You have reached this menu due to missing or unlocatable content/data
You may consider adding -basedir /path/to/game to your launch commandline

If you get the same error, I managed to make it work by running the sdl binary from the terminal app:

Code:
$ ~/Applications/Xonotic/Xonotic.app/Contents/MacOS/xonotic-osx-sdl -basedir ~/Applications/Xonotic/

(In the command above, ~/Applications/Xonotic is the unpacked the Xonotic.zip.)


RE: Running On Mac - jpumroy - 01-04-2024

(12-31-2023, 11:40 AM)stdi Wrote: Hey jpumroy.

Just running the app doesn't work for me as well, as I get the following error:

Code:
You have reached this menu due to missing or unlocatable content/data
You may consider adding -basedir /path/to/game to your launch commandline

If you get the same error, I managed to make it work by running the sdl binary from the terminal app:

Code:
$ ~/Applications/Xonotic/Xonotic.app/Contents/MacOS/xonotic-osx-sdl -basedir ~/Applications/Xonotic/

(In the command above, ~/Applications/Xonotic is the unpacked the Xonotic.zip.)

Thanks for the response. I gave it a few tries and unfortunately it keeps crashing my computer. Any other thoughts?