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

In game error/warning notifications #48

Open
Moneyl opened this issue Oct 7, 2023 · 0 comments
Open

In game error/warning notifications #48

Moneyl opened this issue Oct 7, 2023 · 0 comments

Comments

@Moneyl
Copy link
Contributor

Moneyl commented Oct 7, 2023

The games error reporting needs a lot of work. For example, in some cases adding a single line to an xtbl can exceed the max size of a string pool. This is a problem and can cause bugs, but it doesn't always crash the game, and it doesn't notify the users. To fix this I imagine something like this:
- [ ] When problems like this are detected log them (see #44) and then display them in a warnings/error window in the reconstructor overlay.
- [ ] For serious problems display a notification is one of the corners of the screen (make this toggleable)
- [ ] Attempt to provide solutions to the problem. E.g. if we detect a mempool overrun tell the user to close the game, edit the pool size in the config file (complete #49 first), and start the game again.

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

No branches or pull requests

1 participant