#SuperUserBugReporter
This is the crash reporter for our game. One of the requirements is to have a way the user can email us if the game crashes.
What this does:
-
Upon SuperUser crashing, user is presented with a pane for them to enter their email address and what they did to cause the crash.
-
Whenever the user presses submit, a few things happen. The email address and its contents are written to a text file and the user is presented with a beautiful conformation box made by a StackPane.
-
When the confirm button is clicked, the crash reporter attempts to create and send an email with the contents to the email entered in the crash reporter and to the developer email account.
There are no known issues at the moment. :)