The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 795 - File: showthread.php PHP 7.4.33 (Linux)
File Line Function
/showthread.php 795 errorHandler->error





Post Reply 
 
Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[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.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
[Suggestion] General Exception Catcher in code - FelixWan - 07-03-2013 01:20 AM

Forum Jump: