User:Ccw: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 2: | Line 2: | ||
= Things that keep me awake at night = | = Things that keep me awake at night = | ||
== Crash #1 == | == <strike>Crash #1 == | ||
* (&CClientGame::OnMouseClick) callback had invalid 'this' pointer for CClientGame | * (&CClientGame::OnMouseClick) callback had invalid 'this' pointer for CClientGame | ||
** g_pClientGame gets renewed every connect. Perhaps a previous pointer was left behind somewhere. | ** g_pClientGame gets renewed every connect. Perhaps a previous pointer was left behind somewhere.</strike> | ||
== Crash #2 == | == Crash #2 == |
Revision as of 18:47, 17 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?