[Suggestion] General Exception Catcher in code
|
07-03-2013, 01:20 AM
(This post was last modified: 07-03-2013 01:21 AM by FelixWan.)
Post: #1
|
|||
|
|||
[Suggestion] General Exception Catcher in code
I didn't drill into the source code so I don't know if I am correct.
Seems that now all exception is handled separately, and if any exception is not catched, the game will just crash. Since i have quite a long time haven't use C++ as a develope language, I don't know if the version now have something like Application.OnException which can set the way to handle all un-catched exception in application level. Actually, I don't mind if the application crash in the middle of game, that's a problem all emulator have during the develope period. But PPSSPP just crashed without any log. now that's the problem, a game only crash on my computer but not on the developers'. That may be caused by my computer setting, windows setting, antivirus or PPSSPP may just have problem in somewhere. But i have no way to figure it out. so please consider my suggestion. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
[Suggestion] General Exception Catcher in code - FelixWan - 07-03-2013 01:20 AM
RE: [Suggestion] General Exception Catcher in code - arg274 - 07-03-2013, 03:34 AM
RE: [Suggestion] General Exception Catcher in code - FelixWan - 07-03-2013, 05:56 AM
RE: [Suggestion] General Exception Catcher in code - arg274 - 07-04-2013, 06:11 PM
RE: [Suggestion] General Exception Catcher in code - vnctdj - 07-03-2013, 08:11 AM
|