Author Topic: [FIXED] BUG REPORT,svn rev 2037,crash in Game Mod menu  (Read 1237 times)

titi_son

  • Draco Rider
  • *****
  • Posts: 283
  • titi_son
    • View Profile
I found a bug in the Game Mod menu  :D

What i did:

1.I removed the tileset: mother_board
2.Pressed Return (the button in game not the one on keyboard  :P )
3.crash

Code: [Select]
#0  0x081d17b7 in Glest::Game::MenuStateMods::mouseMove (this=0xa7bec40, x=517, y=49, ms=0x85470f8) at /home/tscharn/megaglest_svn/megaglest/source/glest_game/menu/menu_state_mods.cpp:1537
#1  0x08193483 in Glest::Game::MainWindow::eventMouseMove (this=0x9cd9f50, x=663, y=957, ms=0x85470f8) at /home/tscharn/megaglest_svn/megaglest/source/glest_game/main/main.cpp:727
#2  0x08418d0c in Shared::Platform::Window::handleEvent () at /home/tscharn/megaglest_svn/megaglest/source/shared_lib/sources/platform/sdl/window.cpp:157
#3  0x081a8f8d in Glest::Game::ExceptionHandler::handleRuntimeError(char const*) ()
#4  0x0819def1 in Glest::Game::handleSIGSEGV (sig=11) at /home/tscharn/megaglest_svn/megaglest/source/glest_game/main/main.cpp:569
#5  <signal handler called>
#6  0x081d17b7 in Glest::Game::MenuStateMods::mouseMove (this=0xa7bec40, x=518, y=48, ms=0x85470f8) at /home/tscharn/megaglest_svn/megaglest/source/glest_game/menu/menu_state_mods.cpp:1537
#7  0x08193483 in Glest::Game::MainWindow::eventMouseMove (this=0x9cd9f50, x=664, y=958, ms=0x85470f8) at /home/tscharn/megaglest_svn/megaglest/source/glest_game/main/main.cpp:727
#8  0x08418d0c in Shared::Platform::Window::handleEvent () at /home/tscharn/megaglest_svn/megaglest/source/shared_lib/sources/platform/sdl/window.cpp:157
#9  0x081a8f8d in Glest::Game::ExceptionHandler::handleRuntimeError(char const*) ()
#10 0x081a3435 in Glest::Game::glestMain (argc=1, argv=0xbfd01944) at /home/tscharn/megaglest_svn/megaglest/source/glest_game/main/main.cpp:2638
#11 0x081a6ea4 in Glest::Game::glestMainWrapper (argc=1, argv=0xbfd01944) at /home/tscharn/megaglest_svn/megaglest/source/glest_game/main/main.cpp:2694
#12 0x081a6fc8 in main (argc=1, argv=0xbfd01944) at /home/tscharn/megaglest_svn/megaglest/source/glest_game/main/main.cpp:2716
(xxgdb)

i never used mother_board after download because i made the german translate for the "You currently have: %d files downloading, exit and abort these download(s)?" question
« Last Edit: 13 April 2011, 14:18:39 by softcoder »
My first Tilseset: SPRING :) (included in Megaglest )

Secret Hint: To play online join the IRC #megaglest-lobby on freenode which is the lobby chat ingame. So you can chat with or wait for people in the lobby without running megaglest all the time.

titi_son

  • Draco Rider
  • *****
  • Posts: 283
  • titi_son
    • View Profile
Re: BUG REPORT,svn rev 2039,crash in Game Mod menu
« Reply #1 on: 9 April 2011, 22:35:32 »
updated stacktrace:
Code: [Select]
#0  0xb6d8c1ae in ?? () from /lib/libgcc_s.so.1
#1  0xb6d8c854 in _Unwind_Backtrace () from /lib/libgcc_s.so.1
#2  0xb6cfd5b5 in backtrace () from /lib/tls/i686/cmov/libc.so.6
#3  0x081a943c in Glest::Game::ExceptionHandler::handleRuntimeError(char const*) ()
#4  0x0819def1 in Glest::Game::handleSIGSEGV (sig=11) at /home/tscharn/megaglest_svn/megaglest/source/glest_game/main/main.cpp:569
#5  <signal handler called>
#6  0x7070632e in ?? ()
#7  0x081d17aa in Glest::Game::MenuStateMods::mouseMove (this=0xaceee40, x=503, y=51, ms=0x85470f8) at /home/tscharn/megaglest_svn/megaglest/source/glest_game/menu/menu_state_mods.cpp:1556
#8  0x08193483 in Glest::Game::MainWindow::eventMouseMove (this=0xa1fdd28, x=644, y=954, ms=0x85470f8) at /home/tscharn/megaglest_svn/megaglest/source/glest_game/main/main.cpp:727
#9  0x0841977c in Shared::Platform::Window::handleEvent () at /home/tscharn/megaglest_svn/megaglest/source/shared_lib/sources/platform/sdl/window.cpp:157
#10 0x081a8f7d in Glest::Game::ExceptionHandler::handleRuntimeError(char const*) ()
#11 0x081a3435 in Glest::Game::glestMain (argc=1, argv=0xbfb03234) at /home/tscharn/megaglest_svn/megaglest/source/glest_game/main/main.cpp:2638
#12 0x081a6e94 in Glest::Game::glestMainWrapper (argc=1, argv=0xbfb03234) at /home/tscharn/megaglest_svn/megaglest/source/glest_game/main/main.cpp:2694
#13 0x081a6fb8 in main (argc=1, argv=0xbfb03234) at /home/tscharn/megaglest_svn/megaglest/source/glest_game/main/main.cpp:2716
(xxgdb)
My first Tilseset: SPRING :) (included in Megaglest )

Secret Hint: To play online join the IRC #megaglest-lobby on freenode which is the lobby chat ingame. So you can chat with or wait for people in the lobby without running megaglest all the time.

softcoder

  • MegaGlest Team
  • Battle Machine
  • ********
  • Posts: 2,239
    • View Profile
Re: BUG REPORT,svn rev 2037,crash in Game Mod menu
« Reply #2 on: 10 April 2011, 01:42:26 »
Fixed in svn rev#2042