Thu 21 Jun 2007 03:59:16 AM UTC, comment #1:
Encountered the same problem with any map i create on this machine, i can't edit again after saving/closing/starting/loading it, glob2 just segfaults.
GDB backtrace can be found at: http://pastie.caboo.se/72285
I'll attach one of my maps as well. And yes, i can play the maps i create, but never edit them again. Editing maps that come with the game is possible however.
|
Sat 02 Sep 2006 04:46:22 AM UTC, original submission:
If I load the enclosed map in the editor I get a sigsegv (segnentation violation) crash immediately, before the screen is redrawn.
(gdb) where
#0 0x082037a0 in GAGCore::DrawableSurface::_drawVertLine ()
#1 0x08204436 in GAGCore::DrawableSurface::drawRect ()
#2 0x080e54aa in Game::drawMap (this=0xbfdd251c, sx=0, sy=0, sw=672, sh=800,
viewportX=0, viewportY=0, localTeam=0, drawOptions=28) at Game.cpp:2036
#3 0x0814b0cc in MapEdit::drawMap (this=0xbfdd251c, sx=0, sy=0, sw=672, sh=800,
needUpdate=true, doPaintEditMode=true) at MapEdit.cpp:273
#4 0x0814d83a in MapEdit::run (this=0xbfdd251c) at MapEdit.cpp:189
#5 0x08117057 in Glob2::run (this=0xbfdd4973, argc=1, argv=0xbfdd4a14) at Glob2.cpp:394
#6 0x0811727d in main (argc=Cannot access memory at address 0xc80
) at Glob2.cpp:433
The game can be played, however.
|