Furball icon indicating copy to clipboard operation
Furball copied to clipboard

[FEATURE] Notify the user on game exception

Open Beyley opened this issue 2 years ago • 0 comments

We can wrap the Run in a try and throw up a message box using Eto when an exception occurs, along with sending an exception through an event, so games can do other special logic, like sending it to a server We could also save it to a crash-logs folder with the stack trace, some system info, and info about the engine at the time it hit the exception

Beyley avatar Feb 16 '23 22:02 Beyley