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

Improve crash handler #3047

Merged
merged 2 commits into from
May 6, 2023
Merged

Improve crash handler #3047

merged 2 commits into from
May 6, 2023

Conversation

zku
Copy link
Contributor

@zku zku commented May 6, 2023

We have gotten a couple of raid sim crash reports recently:

Unfortunately, these error reports are not really actionable. The links (which under the hood are zlib deflated and base64 encoded settings protos) are truncated. Furthermore, the actual error message and the RNG seed are also truncated (because they are appended after the link, which is already too large).

This PR changes the order of the information: print the error and rng first, and then the (possibly truncated) link. If the link has to be truncated, then a new modal is opened to prompt users to append the full link to the issue manually.

The link can be decoded into the settings proto using the CLI (decodelink command).

@zku zku merged commit 1ae8118 into wowsims:master May 6, 2023
@zku zku deleted the improve-crash-handler branch May 7, 2023 16:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant