Sun 16 Mar 2008 05:45:23 PM UTC, original submission:
got the following when playing the attached map:
#0 0x00002ac37fae3025 in raise () from /lib/libc.so.6
#1 0x00002ac37fae4a80 in abort () from /lib/libc.so.6
#2 0x00002ac37fadc42f in __assert_fail () from /lib/libc.so.6
#3 0x00000000004a62ff in Game::drawUnit (this=0x7fff2cfe7270, x=-1, y=-1, gid=32, viewportX=239, viewportY=110, screenW=45, screenH=28, localTeam=1, drawOptions=9) at src/Game.cpp:1631
#4 0x00000000004b5d2e in Game::drawMapGroundUnits (this=0x7fff2cfe7270, left=0, top=0, right=45, bot=29, sw=1440, sh=900, viewportX=239, viewportY=110, localTeam=1, drawOptions=9)
at src/Game.cpp:1867
#5 0x00000000004a7670 in Game::drawMap (this=0x7fff2cfe7270, sx=0, sy=0, sw=1440, sh=900, viewportX=239, viewportY=110, localTeam=1, drawOptions=9, visibleBuildings=0x7fff2cfe6f50)
at src/Game.cpp:2556
#6 0x00000000004c79cc in GameGUI::drawAll (this=0x7fff2cfe7240, team=1) at src/GameGUI.cpp:3568
#7 0x000000000049b87a in Engine::run (this=0x7fff2cfe7240) at src/Engine.cpp:358
#8 0x0000000000570eab in MultiplayerGame::startEngine (this=0x2aaab12a35c0) at src/MultiplayerGame.cpp:527
#9 0x000000000057295c in MultiplayerGame::recieveMessage (this=0x2aaab12a35c0, message=@0x7fff2d00aaa0) at src/MultiplayerGame.cpp:409
#10 0x00000000006104ff in YOGClient::update (this=0x2aaab3042700) at src/YOGClient.cpp:242
#11 0x0000000000573c33 in MultiplayerGame::update (this=0x2aaab12a35c0) at src/MultiplayerGame.cpp:54
#12 0x000000000057b9e9 in MultiplayerGameScreen::onTimer (this=0x7fff2d018d80, tick=1569056) at src/MultiplayerGameScreen.cpp:125
#13 0x0000000000646ec0 in GAGGUI::Screen::dispatchTimer (this=0x7fff2d018d80, tick=1569056) at libgag/src/GUIBase.cpp:627
#14 0x0000000000648106 in GAGGUI::Screen::execute (this=0x7fff2d018d80, gfx=0x9abd10, stepLength=40) at libgag/src/GUIBase.cpp:445
#15 0x000000000061800a in YOGClientLobbyScreen::hostGame (this=0x7fff2d0193f0) at src/YOGClientLobbyScreen.cpp:270
#16 0x0000000000618332 in YOGClientLobbyScreen::onAction (this=0x7fff2d0193f0, source=0x2aaab385ebe0, action=GAGGUI::BUTTON_RELEASED, par1=3, par2=0) at src/YOGClientLobbyScreen.cpp:153
#17 0x0000000000649e52 in GAGGUI::Button::onSDLMouseButtonUp (this=0x2aaab385ebe0, event=0x7fff2d019310) at libgag/src/GUIButton.cpp:80
#18 0x0000000000647209 in GAGGUI::Screen::dispatchEvents (this=0x7fff2d0193f0, event=0x7fff2d019310) at libgag/src/GUIBase.cpp:596
#19 0x0000000000648249 in GAGGUI::Screen::execute (this=0x7fff2d0193f0, gfx=0x9abd10, stepLength=40) at libgag/src/GUIBase.cpp:506
#20 0x000000000061de0b in YOGLoginScreen::handleYOGClientEvent (this=0x7fff2d019ab0, event=@0x7fff2d019560) at src/YOGLoginScreen.cpp:154
#21 0x000000000060edda in YOGClient::sendToListeners (this=0x2aaab3042700, event=@0x7fff2d019720) at src/YOGClient.cpp:450
#22 0x000000000060f92a in YOGClient::update (this=0x2aaab3042700) at src/YOGClient.cpp:149
#23 0x000000000061e238 in YOGLoginScreen::onTimer (this=0x7fff2d019ab0, tick=1372802) at src/YOGLoginScreen.cpp:126
#24 0x0000000000646ec0 in GAGGUI::Screen::dispatchTimer (this=0x7fff2d019ab0, tick=1372802) at libgag/src/GUIBase.cpp:627
#25 0x0000000000648106 in GAGGUI::Screen::execute (this=0x7fff2d019ab0, gfx=0x9abd10, stepLength=40) at libgag/src/GUIBase.cpp:445
#26 0x00000000004e922b in Glob2::mutiplayerYOG (this=0x7fff2d03d62f) at src/Glob2.cpp:107
#27 0x00000000004e99bb in Glob2::run (this=0x7fff2d03d62f, argc=1, argv=0x7fff2d03d718) at src/Glob2.cpp:262
#28 0x00000000004e9c2f in main (argc=1, argv=0x7fff2d03d718) at src/Glob2.cpp:337
this crash might be related to us running different versions.
|