User:Ccw: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
|||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
{{MTA Developer}} | |||
= Things that keep me awake at night = | = Things that keep me awake at night = | ||
Revision as of 22:45, 26 April 2009
Things that keep me awake at night
Crash #1
(&CClientGame::OnMouseClick) callback had invalid 'this' pointer for CClientGameg_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?