Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User friendly crashes #30

Closed
persn opened this issue Sep 21, 2016 · 0 comments
Closed

User friendly crashes #30

persn opened this issue Sep 21, 2016 · 0 comments

Comments

@persn
Copy link
Contributor

persn commented Sep 21, 2016

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.
@persn persn added this to the v0.1.0 milestone Sep 21, 2016
@persn persn mentioned this issue Nov 30, 2016
@persn persn closed this as completed Jan 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant