You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Q3 1.32e macos-aarch64-debug Apr 28 2023
----- FS_Startup -----
...found 10 cached paks
...loaded in 4 milliseconds
----------------------
5277 files in 10 pk3 files
execing default.cfg
couldn't exec q3config.cfg
couldn't exec autoexec.cfg
Hunk_Clear: reset the hunk ok
...detecting CPU, found aarch64
----- Client Initialization -----
----- Client Initialization Complete -----
----- Initializing Renderer ----
----- Client Shutdown (Server fatal crashed: Failed to load renderer quake3e_"opengl"_aarch64.dylib) -----
-----------------------
Sys_Error: Failed to load renderer quake3e_"opengl"_aarch64.dylib
Assertion failed: (code == 0), function Sys_Exit, file unix_main.c, line 286.
fish: Job 1, './quake3e.aarch64.app/Contents/…' terminated by signal SIGABRT (Abort)
I installed sdl2 via brew
what did I do wrong?
also the build provided in releases has a different issue:
alex@Alexs-MBP ~/q/quake3e-macos-x86_64> ./quake3e
dyld[3237]: Library not loaded: '/usr/local/opt/sdl2/lib/libSDL2-2.0.0.dylib'
Referenced from: '/Users/alex/q3/quake3e-macos-x86_64/quake3e'
Reason: tried: '/usr/local/opt/sdl2/lib/libSDL2-2.0.0.dylib' (no such file), '/usr/local/lib/libSDL2-2.0.0.dylib' (no such file), '/usr/lib/libSDL2-2.0.0.dylib' (no such file)
fish: Job 1, './quake3e' terminated by signal SIGABRT (Abort)
alex@Alexs-MBP ~/q/quake3e-macos-x86_64 [SIGABRT]> ./quake3e-vulkan
dyld[3262]: Library not loaded: '/usr/local/opt/sdl2/lib/libSDL2-2.0.0.dylib'
Referenced from: '/Users/alex/q3/quake3e-macos-x86_64/quake3e-vulkan'
Reason: tried: '/usr/local/opt/sdl2/lib/libSDL2-2.0.0.dylib' (no such file), '/usr/local/lib/libSDL2-2.0.0.dylib' (no such file), '/usr/lib/libSDL2-2.0.0.dylib' (no such file)
fish: Job 1, './quake3e-vulkan' terminated by signal SIGABRT (Abort)
alex@Alexs-MBP ~/q/quake3e-macos-x86_64 [SIGABRT]>
The text was updated successfully, but these errors were encountered:
I installed sdl2 via brew
what did I do wrong?
also the build provided in releases has a different issue:
The text was updated successfully, but these errors were encountered: