User:Ccw

From Multi Theft Auto: Wiki
Revision as of 03:06, 3 April 2009 by Ccw (talk | contribs)
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?