Re: [Plib-devel] PUI crash in Tuxkart.
Brought to you by:
sjbaker
|
From: Sam S. <sa...@sp...> - 2000-10-03 15:21:40
|
----- Original Message ----- From: "Ben Woodhead" <be...@bg...> To: <pli...@li...> Sent: Tuesday, October 03, 2000 3:44 PM Subject: RE: [Plib-devel] PUI crash in Tuxkart. > Hello, > > I had a chance to look at the code more, and I thought I might remove the > puActiveWidget stuff from the file. Its attached to this file, could someone > can test this to see if everything still crashes with this file. Ben, I haven't tested with this code, but I very much doubt the problem lies here since the changed code here lies in a destructor, and we'll seeing problems in or before a doHit() call. I suspect the problem lies with the active widget changes (since that has been the last big PUI change), but not here. In fact, this change might cause even bigger problems - after an object is deleted if might still be listed as the active widget, not sure what would happen then but it's probably not good :) If someone checks out the PUI version from the 26th (before active widgets) and tries it with that we'll be a damn site further along in finding the bug than we are at the moment. |