Open GoogleCodeExporter opened 8 years ago
It also crashes with Windows Vista
Original comment by holger.d...@gmail.com
on 29 May 2008 at 1:25
I am seeing same crash on exit. Running windows XP Pro
message mo5.surveillance saver has encountered a problem and will have to close.
Running alpha 3
Original comment by pack....@gmail.com
on 3 Jul 2008 at 9:30
It crashed on exit in Vista but it run no problem
Original comment by yilo...@gmail.com
on 14 Nov 2008 at 5:29
crashes also on windows xp home
Original comment by suni1...@gmail.com
on 23 Dec 2008 at 8:44
crashes on exit, also exit from screensaver preview mode.
xp pro sp3
Original comment by goo...@apmicro.co.uk
on 18 Jan 2009 at 3:48
I've fixed it
when you want to close ScreenSaverFrm, you don't need an event handler for the
FormClosed event that closes its parent; closing the parent
ScreenSaverManagerFrm
closes the ScreenSaverFrm again, which causes an infinite loop and a stack
overflow.
Instead, in ScreenSaverFrm.cs you just change the 3 calls to Close() into
Owner.Close() instead; closing the parent will cascade to all the owned windows
(i.e.
ScreenSaverFrm) automatically. You can then remove the "FormClosed" handler
entirely.
Job done.
I'd check the fix in myself if I could get subversion to work...
Original comment by goo...@apmicro.co.uk
on 18 Jan 2009 at 4:59
Attachments:
Original issue reported on code.google.com by
ralfe...@gmail.com
on 20 May 2008 at 1:30