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

fix: unreported crash on 3d-visualizer #2062

Merged
merged 4 commits into from
Jan 15, 2025

Conversation

paxcut
Copy link
Contributor

@paxcut paxcut commented Jan 8, 2025

The recently added data checks allowed invalid sized vertex arrays to be used as if they were valid making ImHex crash.

Moved all the error messages into localization strings for translation.

The recently added data checks allowed invalid sized vertex arrays to be used as if they were valid making ImHex crash.
Moved all the error messages into localization strings for translation.
@WerWolv
Copy link
Owner

WerWolv commented Jan 9, 2025

Thank you! I usually use libfmt format strings for translatable strings that contain variables. That allows translators to insert those variables exactly where they want them and aren't limited to the order things are written in english. That will also reduce the number of entries you need in the language file

@WerWolv WerWolv merged commit 8abaafa into WerWolv:master Jan 15, 2025
18 checks passed
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.

2 participants