Search Results
Searched for posts by max220 in all forums

Showing results 1 - 1 out of 1 total
Modify your search
Posted by max220, Jan 20, 2022 at 1:12 pm
I'm on Ubuntu 18 compiling the game using cmake, whenever I press "Start game" it crashes and gives me the message:

Segmentation fault
./Main/ivan(_ZN18globalerrorhandler22DumpStackTraceToStdErrEi+0x34)[0x55d9d911a792]
./Main/ivan(_Z12CrashHandleri+0x15)[0x55d9d90ab870]
/lib/x86_64-linux-gnu/libc.so.6(+0x3f040)[0x7f0be6527040]
/lib/x86_64-linux-gnu/libc.so.6(rewind+0x1)[0x7f0be6570481]
./Main/ivan(_ZN8iosystem14StringQuestionER8festringRKS0_2v2immbbPFbiS1_E+0x222)[0x55d9d911c1e6]
./Main/ivan(_ZN4game4InitERK8festring+0x136)[0x55d9d8fcb6cc]
./Main/ivan(main+0x9e8)[0x55d9d90ac2af]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xe7)[0x7f0be6509bf7]
./Main/ivan(_start+0x2a)[0x55d9d8e8cada]

any help? I've tried rebuilding it from scratch to no avail...