You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If Hero6 throws any exceptions and crashes the game it will do so silently, throwing the player back to the desktop without any feedback. In the interest of improving the user experience we should probably improve this experience, and at the same time maybe make the game produce a dump file that would make debugging release builds easier.
Proposal if exception is thrown
The application produces a dump file (simple .txt file is probably good enough?).
Name of dump file must always be unique, "HERO6-DUMP-21.09.16-23:30:05.txt" or something to that effect.
The dump files must be stored somewhere conventional and valid for that purpose.
The application forwards the player to the dump file.
The text was updated successfully, but these errors were encountered:
If Hero6 throws any exceptions and crashes the game it will do so silently, throwing the player back to the desktop without any feedback. In the interest of improving the user experience we should probably improve this experience, and at the same time maybe make the game produce a dump file that would make debugging release builds easier.
Proposal if exception is thrown
The text was updated successfully, but these errors were encountered: