User:Ccw
Jump to navigation
Jump to search
Things that keep me awake at night
Crash #1
- (&CClientGame::OnMouseClick) callback had invalid 'this' pointer for CClientGame
- g_pClientGame gets renewed every connect. Perhaps a previous pointer was left behind somewhere.
Crash #2
- GUI Redraw queue contained an invalid item (possibly CGUIStaticImage_Impl)
- CGUIStaticImage_Impl::Clear() queues itself just before destruction. Problems near here?