Welcome! Log In Create A New Profile

Advanced

Return to loader from exception crash?

Posted by DrTwox 
Return to loader from exception crash?
February 21, 2009 03:39AM
I saw this screenshot over at the mplayer-ce site:
MPlayer-ce crash

At the bottom it says "Reload in 4 seconds"... how can I enable this feature?
Re: Return to loader from exception crash?
February 21, 2009 04:15AM
Edit exception.c from libogc and compile.
Re: Return to loader from exception crash?
February 21, 2009 04:28AM
Quote
Tantric
Edit exception.c from libogc and compile.

Excellent! Thanks for the help.
Re: Return to loader from exception crash?
February 21, 2009 10:30AM
Just remember that the exception handler can make extremely few assumptions about the environment. It is not unlikely that the malloc memory heap has been corrupted.
Re: Return to loader from exception crash?
February 21, 2009 08:07PM
Is this the same feature as holding down reset on an exception (returns to loader)? Only I don't appear to have an exception.c file, and right now I have a hard to find (rare) exception on exit...I do tend to test every few minutes though!
Re: Return to loader from exception crash?
February 21, 2009 10:18PM
Yes, all they did was replace the reset button check with a sleep() and immediate Reload ();

exception.c is in libogc, you would have to download libogc from SVN and compile.
Sorry, only registered users may post in this forum.

Click here to login