Tue 11 Mar 2008 05:19:38 PM UTC, original submission:
besides the desync, I don't think I've seen the removeDisplayMapping thing before
removeDisplayMapping: _CGSUnmapFramebuffer returns -536870206
Game desychronized.
Dumped full game memory to file glob2.world-desynchronization.dump2.txt
src/Engine.cpp:302: failed assertion `false'
Program received signal SIGABRT, Aborted.
0x9003d66c in kill ()
(gdb) bt
#0 0x9003d66c in kill ()
#1 0x9010e8cf in raise ()
#2 0x9010d422 in abort ()
#3 0x0017e8f4 in __eprintf () at /usr/include/c++/4.0.0/iostream:76
#4 0x0006248e in Engine::run (this=0xbffc1a48) at src/Engine.cpp:302
#5 0x00109809 in MultiplayerGame::startEngine (this=0x19d9a000) at src/MultiplayerGame.cpp:526
#6 0x0010ae60 in MultiplayerGame::recieveMessage (this=0x19d9a000, message=@0xbffdfd34) at src/MultiplayerGame.cpp:408
#7 0x0016c201 in YOGClient::update (this=0x4dd6610) at src/YOGClient.cpp:235
#8 0x00108269 in MultiplayerGame::update (this=0x19d9a000) at src/MultiplayerGame.cpp:53
#9 0x0010cfa2 in MultiplayerGameScreen::onTimer (this=0xbffdffac, tick=141802) at src/MultiplayerGameScreen.cpp:122
#10 0x0018f143 in GAGGUI::Screen::dispatchTimer (this=0xbffdffac, tick=141802) at libgag/src/GUIBase.cpp:627
#11 0x0018f808 in GAGGUI::Screen::execute (this=0xbffdffac, gfx=0x19a996e0, stepLength=40) at libgag/src/GUIBase.cpp:445
#12 0x0017b7b8 in YOGScreen::joinGame (this=0xbffe0358) at src/YOGScreen.cpp:280
#13 0x0017c2fc in YOGScreen::onAction (this=0xbffe0358, source=0x4de0e70, action=BUTTON_RELEASED, par1=7, par2=0) at src/YOGScreen.cpp:145
#14 0x0018b245 in GAGGUI::Button::onSDLMouseButtonUp (this=0x4de0e70, event=0xbffe02b4) at libgag/src/GUIButton.cpp:80
#15 0x0018f494 in GAGGUI::Screen::dispatchEvents (this=0xbffe0358, event=0xbffe02b4) at libgag/src/GUIBase.cpp:596
#16 0x0018f9ab in GAGGUI::Screen::execute (this=0xbffe0358, gfx=0x19a996e0, stepLength=40) at libgag/src/GUIBase.cpp:506
#17 0x00171f76 in YOGLoginScreen::handleYOGEvent (this=0xbffe0720, event=@0xbffe04f4) at src/YOGLoginScreen.cpp:138
#18 0x0016b352 in YOGClient::update (this=0x4dd6610) at src/YOGClient.cpp:122
#19 0x00171baa in YOGLoginScreen::onTimer (this=0xbffe0720, tick=21781) at src/YOGLoginScreen.cpp:110
#20 0x0018f143 in GAGGUI::Screen::dispatchTimer (this=0xbffe0720, tick=21781) at libgag/src/GUIBase.cpp:627
#21 0x0018f808 in GAGGUI::Screen::execute (this=0xbffe0720, gfx=0x19a996e0, stepLength=40) at libgag/src/GUIBase.cpp:445
#22 0x0009794a in Glob2::mutiplayerYOG (this=0xbfffebc3) at src/Glob2.cpp:105
#23 0x000983c0 in Glob2::run (this=0xbfffebc3, argc=1, argv=0x4d07ef0) at src/Glob2.cpp:428
#24 0x00098cfd in SDL_main (argc=1, argv=0x4d07ef0) at src/Glob2.cpp:590
#25 0x0017e052 in -[SDLMain applicationDidFinishLaunching:] (self=0x4d22d00, _cmd=0x1b0314, note=0x4d18690) at ./src/main/macosx/SDLMain.m:302
#26 0x927f015b in _nsnote_callback ()
#27 0x908563ca in __CFXNotificationPost ()
#28 0x9084db69 in _CFXNotificationPostNotification ()
#29 0x927e8704 in -[NSNotificationCenter postNotificationName:object:userInfo:] ()
#30 0x927ef6a9 in -[NSNotificationCenter postNotificationName:object:] ()
#31 0x93278eb4 in -[NSApplication _postDidFinishNotification] ()
#32 0x93278d9e in -[NSApplication _sendFinishLaunchingNotification] ()
#33 0x9327889d in -[NSApplication(NSAppleEventHandling) _handleAEOpen:] ()
#34 0x93278468 in -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] ()
#35 0x927f5e45 in -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] ()
#36 0x927f5c6f in _NSAppleEventManagerGenericHandler ()
#37 0x915236c5 in aeDispatchAppleEvent ()
#38 0x915235f6 in dispatchEventAndSendReply ()
#39 0x915234c2 in aeProcessAppleEvent ()
#40 0x92df3084 in AEProcessAppleEvent ()
#41 0x9327665d in _DPSNextEvent ()
#42 0x93276076 in -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] ()
#43 0x9326fdfb in -[NSApplication run] ()
#44 0x0017e7a6 in main (argc=1, argv=0xbffff85c) at ./src/main/macosx/SDLMain.m:229
|