User:Ccw

From Multi Theft Auto: Wiki
Revision as of 22:45, 26 April 2009 by Ryden (talk | contribs)
Jump to navigation Jump to search
Coder.gif This user is an MTA developer

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?