PDA

View Full Version : Crash on launching game (Amun version)


_Enio_
07-21-2016, 11:25 PM
Did any dependencies change for the game version on Amun?

Anyone have similar issues on linux?

*** Error in `./game': double free or corruption (!prev): 0x0000000003e1c640 ***
======= Backtrace: =========
/usr/lib/libc.so.6(+0x6ed4b)[0x7fcc46c83d4b]
/usr/lib/libc.so.6(+0x74546)[0x7fcc46c89546]
/usr/lib/libc.so.6(+0x74d1e)[0x7fcc46c89d1e]
/usr/lib/libc.so.6(fclose+0x110)[0x7fcc46c7a530]
./game(_ZN10GameClient19initialize_entitiesEv+0xcfb)[0x651c4b]
./game(_ZN10GameClient4initEiPPc+0x296)[0x6537a6]
./game(main+0x140)[0x644500]
/usr/lib/libc.so.6(__libc_start_main+0xf1)[0x7fcc46c35741]
./game[0x64da8d]Edit:
Slightly better dump from gdb:
Program received signal SIGABRT, Aborted.
0x00007ffff5cda295 in raise () from /usr/lib/libc.so.6
(gdb) bt
#0 0x00007ffff5cda295 in raise () from /usr/lib/libc.so.6
#1 0x00007ffff5cdb6da in abort () from /usr/lib/libc.so.6
#2 0x00007ffff5d15d50 in __libc_message () from /usr/lib/libc.so.6
#3 0x00007ffff5d1b546 in malloc_printerr () from /usr/lib/libc.so.6
#4 0x00007ffff5d1bd1e in _int_free () from /usr/lib/libc.so.6
#5 0x00007ffff5d0c530 in fclose@@GLIBC_2.2.5 () from /usr/lib/libc.so.6
#6 0x0000000000651c4b in GameClient::initialize_entities() ()
#7 0x00000000006537a6 in GameClient::init(int, char**) ()
#8 0x0000000000644500 in main ()
(gdb) info locals
No symbol table info available.

Any version of "game" executable with debug symbols aviable for x86_64?

Adrian
07-22-2016, 05:17 PM
We've checked your gdb dump and fixed the problem. Can you check entering Amun again to download the new binary?

Thanks!

_Enio_
07-23-2016, 12:57 AM
We've checked your gdb dump and fixed the problem. Can you check entering Amun again to download the new binary?

Thanks!

Wonderful, it works now, thank you so much!