We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, I built the project on MacOS 12.5 Monterey and when I try to run it I get the log below. Any ideas on what I could do to make the project run?
./client qengine v0.1.0 ============== Byte ordering: little endian Added packfile './assets/pak0.pak' (3307 files). Added packfile './assets/pak1.pak' (279 files). Added packfile './assets/pak2.pak' (2 files). Added packfile '/Users/asdf/dev/qengine/build//assets/pak0.pak' (3307 files). Added packfile '/Users/asdf/dev/qengine/build//assets/pak1.pak' (279 files). Added packfile '/Users/asdf/dev/qengine/build//assets/pak2.pak' (2 files). Using '/Users/asdf/dev/qengine/build//assets' for writing. execing default.cfg You can't bind the special key "ESCAPE"! You can't bind the special key "~"! You can't bind the special key "`"! couldn't exec config.cfg couldn't exec autoexec.cfg Console initialized. Sound init Starting SDL audio callback. SDL audio driver is "coreaudio". SDL audio initialized. Sound sampling rate: 44100 SDL version is: 2.0.22 SDL video driver is "cocoa". setting mode 0: 320 240 808k surface cache Byte ordering: little endian Successfully loaded renderer Unknown command "start" ... <long delay> ... Loading plaque timed out. Version: 0.1.0 Compiler: Apple LLVM 13.1.6 (clang-1316.0.21.2.5) Signal: 11 zsh: segmentation fault ./client
The text was updated successfully, but these errors were encountered:
I don't have a Mac, so can't really help. :(
Try building from debug and put a breakpoint there to see what is the offending line. Could be SDL related.
Sorry, something went wrong.
No branches or pull requests
Hello,
I built the project on MacOS 12.5 Monterey and when I try to run it I get the log below. Any ideas on what I could do to make the project run?
The text was updated successfully, but these errors were encountered: