Segfault when exiting the game

Issue #2 resolved
Former user created an issue

Earth 2140 throws a Segfault aber leaving the game through the "exit"-button from the main menu.

Compiler: GCC 4.4.5
Build time: Dec 30 2013 17:47:21
Build revision: ca61d2ec24c508b578995e7624e1bedb8679a721
Build type: RelWithDebInfo (Full Version)
CFLAGS:  -Wall -Wextra -Wno-unused -Wno-long-long -Wno-variadic-macros  -m32 -O3 -ggdb -DNDEBUG 
CXXFLAGS:  -Wall -Wextra -Wno-unused -Wno-long-long -Wno-variadic-macros  -m32 -O3 -ggdb -DNDEBUG 

Backtrace:
[0xf77da410]
./Earth2140 : VR_Menu(VR_Param*)+0x792 [0x8098592]
./Earth2140 : MainMenu()+0x5c7 [0x80c32b7]
./Earth2140 : main+0x70d [0x80c433d]
/lib/i386-linux-gnu/libc.so.6 : __libc_start_main+0xf5 [0xf72e3935]
./Earth2140() [0x8073021]

This is a Linux Mint 15-Machine

Comments (6)

  1. Steffen Pankratz

    I was abled to reproduce the crash.

    • start the game
    • press the "ESC" key in the main menu

    I fixed it and the the fix will be released along with the solution for issue #3

  2. Log in to comment