-
Notifications
You must be signed in to change notification settings - Fork 39
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
gamecontrollerdb.txt seems to be missing #83
Comments
After saving the default controller setting the Log now looks different, but the game still crashes. [17:15:57.404] [DisplayListPatch.cpp:11] [info] Applying display list patches |
seems to be a problem with gcc. I've rebuild with clang and now the game works without crashes. cmake -H. -Bbuild-cmake -GNinja -DCMAKE_BUILD_TYPE:STRING=Release cmake -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ ❯ gcc --version ❯ clang --version |
I've build the game under CachyOS Linux without problems. The game always crashes after a short time, with the ELF and also the AppImage.
[16:19:08.203] [DisplayListPatch.cpp:11] [info] Applying display list patches
[16:19:08.212] [GenericArrayFactory.cpp:16] [info] GenericArray Type Num: 0
[16:19:08.212] [GenericArrayFactory.cpp:20] [info] GenericArray Count: 283
[16:19:08.273] [os.cpp:27] [error] Failed add SDL game controller mappings from "./gamecontrollerdb.txt" (Invalid RWops)
[16:19:23.739] [AnimFactory.cpp:19] [info] JointSize: 23
[16:19:23.740] [AnimFactory.cpp:19] [info] JointSize: 23
[16:19:23.740] [AnimFactory.cpp:19] [info] JointSize: 23
[16:19:23.740] [AnimFactory.cpp:19] [info] JointSize: 21
[16:19:23.746] [AnimFactory.cpp:19] [info] JointSize: 19
[16:19:46.291] [CrashHandler.cpp:72] [critical] Signal: 11
INVALID ACCESS TO STORAGE
Registers:
RAX: 0x0002B7ED5191A1B8
RDI: 0x000064E85028ED40
RSI: 0x0000000000000010
RDX: 0x0000000000000000
RCX: 0x0000000000000001
R8: 0x0000000000000001
R9: 0x000064E873F1C8D4
R10: 0x000064E87338F8A0
R11: 0x000064E873F1CA64
RSP: 0x00007FFCCBEDA3F8
RBX: 0x000064E84FE24700
RBP: 0x000064E85028EDC0
R12: 0x0000000000000000
R13: 0x00007FFCCBEDA548
R14: 0x000064E84FDBD218
R15: 0x00007AF2E0DED000
RIP: 0x000064E84FB03C0F
EFL: 0x0000000000010212
Traceback:
1 /usr/lib/libc.so.6(+0x41a80) [0x7af2e037da80]
2 osSendMesg (+0x1F)
3 Graphics_ThreadUpdate (+0x147)
4 main (+0x35)
5 /usr/lib/libc.so.6(+0x261ce) [0x7af2e03621ce]
6 __libc_start_main (+0x8A)
7 _start (+0x25)
To me it looks like the gamecontrollerdb.txt is missing. I've downloaded one and tried to put it in the same directory as the ELF, but this doesn't help.
The text was updated successfully, but these errors were encountered: