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

Client Exception Handling #11

Open
Ragora opened this issue Mar 24, 2016 · 2 comments
Open

Client Exception Handling #11

Ragora opened this issue Mar 24, 2016 · 2 comments

Comments

@Ragora
Copy link
Contributor

Ragora commented Mar 24, 2016

When a client has an exception raised, it pops open a window in the game with information about the exception. There is options to continue, send to server or exit. Sending to server does nothing and there's no way to actually obtain the error report from the GUI because you can't select nor copy text.

There should be a way to at least dump the exception information to a file that can be accessed by the user for reporting to us.

@atmafox
Copy link
Member

atmafox commented Mar 24, 2016

I think this should be done so that we can more efficiently track and resolve bugs that occur using the legacy codebase. What's the time investment requirement for this?

@Ragora
Copy link
Contributor Author

Ragora commented Mar 24, 2016

It should just be a quick couple lines in the exception handler that raises the window to dump the exception text to a file at the very least. So optimistically, maybe 30 minutes within starting it.

@Delsorou Delsorou modified the milestone: Revival-v0.1 Mar 27, 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

3 participants