Search Results
Searched for posts by Lukegros in all forums

Showing results 1 - 2 out of 2 total
Modify your search
Posted by Lukegros, Jun 5, 2022 at 3:27 pm
Pressing 'escape' when prompted to type in what you want to craft consistently crashes the game (on Arch Linux).

Sometimes it just terminates with a generic segmentation violation, most times it returns the following, with varying memory addresses

SPOILER ALERT. Click here to see text.
Segmentation fault
ivan(_ZN18globalerrorhandler22DumpStackTraceToStdErrEi+0x34)[0x555dc8ad11ea]
ivan(_Z12CrashHandleri+0x15)[0x555dc8a5fb98]
/usr/lib/libc.so.6(+0x3e8e0)[0x7f87361018e0]


And once, in the few dozen times i tested this, i got

SPOILER ALERT. Click here to see text.
Segmentation fault
ivan(_ZN18globalerrorhandler22DumpStackTraceToStdErrEi+0x34)[0x5624ec7191ea]
ivan(_Z12CrashHandleri+0x15)[0x5624ec6a7b98]
/usr/lib/libc.so.6(+0x3e8e0)[0x7fea5f4f58e0]
ivan(_ZN12srpForgeItem4workER10recipedata+0x462)[0x5624ec563ba2]
ivan(_ZN9craftcore5CraftEP9character+0xcd7)[0x5624ec54ac2d]
ivan(_ZN13commandsystem5CraftEP9character+0x18)[0x5624ec549bc6]
ivan(_ZN9character16GetPlayerCommandEv+0x3e7)[0x5624ec49c95d]
ivan(_ZN9character2BeEv+0x622)[0x5624ec48f49a]
ivan(_ZN4pool2BeEv+0x31)[0x5624ec57a22b]
ivan(_ZN4game3RunEv+0x3ef)[0x5624ec5c2499]
ivan(main+0xb58)[0x5624ec6a8747]
/usr/lib/libc.so.6(+0x29290)[0x7fea5f4e0290]
/usr/lib/libc.so.6(__libc_start_main+0x8a)[0x7fea5f4e034a]
ivan(_start+0x25)[0x5624ec477615]


Edit for clarity: Game is built from Github, issue wasn't fixed by rebuilding.
This doesn't happen when running the v0.59 release through wine or a windows VM, haven't tried building from source on windows.
Posted by Lukegros, Jul 15, 2020 at 7:08 pm
failing to craft a key crashes the game with the attached message

making keys not breakable in item.dat prevents the crash (creates lump of material on failed craft)