Page 1 of 1

termination bug

Posted: 21 Jun 2005, 08:46
by MasterX
game termination bug:
hit a side button on my mouse and my game closed and got this message:

Code: Select all

terminate called after throwing an instance of 'gcn::Exception'
Aborted

Posted: 21 Jun 2005, 19:11
by Bjørn
Hmm, not that useful unless we manage to reproduce it. If you can, try to make a backtrace after running the game in gdb. On Linux, that'd mean:

Code: Select all

./configure --prefix=<...> CXXFLAGS="-g"
make clean
make
make install
gdb src/tmw
> run
[crash]
> bt