Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mac M1 #218

Open
Qwertylex opened this issue Apr 29, 2023 · 1 comment
Open

Mac M1 #218

Qwertylex opened this issue Apr 29, 2023 · 1 comment

Comments

@Qwertylex
Copy link

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]>
@ensiform
Copy link
Contributor

You built with cmake rather than makefile I'm guessing?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants