Can`t launch Quake3 (OS X)

Hi,

i can`t get Quake3 to run.

Downloaded and copied ioquake3 to /Applications/ioquake3/.
Copied pak0.pk3 to baseq3 folder (from Steam installation)
Installed new test build.

crashlog.txt:

tty console mode disabled
ioq3 1.36_GIT_c7ebe82-2018-08-02 macosx-x86_64 Aug 2 2018
SSE instruction set enabled
----- FS_Startup -----
We are looking in the current search path:
/Users/simi/Library/Application Support/Quake3/baseq3
/private/var/folders/xh/52c8n6vx0qx0kc4472x2n5fw0000gn/T/AppTranslocation/8D1A4343-F1A7-488D-8736-4A022A69752C/d/ioquake3.app/Contents/MacOS/baseq3
/private/var/folders/xh/52c8n6vx0qx0kc4472x2n5fw0000gn/T/AppTranslocation/8D1A4343-F1A7-488D-8736-4A022A69752C/d/baseq3


0 files in pk3 files
“pak0.pk3” is missing. Please copy it from your legitimate Q3 CDROM. Point Release files are missing. Please re-install the 1.32 point release. Also check that your ioq3 executable is in the correct place and that every file in the “baseq3” directory is present and readable

Any help would be greatly appreciated.

Thanks

macOS uses virtual paths (AppTranslocation) when run out of the Downloads directory. Moving ioquake3.app from Downloads to /Applications/ioquake3/ should allow accessing the real baseq3 directory. Maybe try moving ioquake3.app to desktop and back to /Applications/ioquake3/ ?

Thanks for reply. Does not work unfortuntely.

What version of macOS are you using? Did you move ioquake3.app using Finder?

Using version 10.13.6 . Yes, i did use finder to move file.

Hmm… I don’t see any references online to AppTranslocation behavior changing between 10.12 and 10.13 but I don’t have access to either of them to test.

It appears you may be able to fix it by opening Terminal.app and running

xattr -d com.apple.quarantine /Applications/ioquake3/ioquake3.app

which will remove the com.apple.quarantine attribute.