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

The wrong padding loading warning uses SubmitMessage(). #1958

Open
VladiStep opened this issue Oct 29, 2024 · 0 comments
Open

The wrong padding loading warning uses SubmitMessage(). #1958

VladiStep opened this issue Oct 29, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@VladiStep
Copy link
Member

Describe the bug

When there is a file length mismatch on game loading, there's a "WARNING: File specified length expectedLength, but read only length (diff padding?)".
But it is written using SubmitMessage() instead of SubmitWarning().

I suppose it's because SubmitWarning() throws an IOException if the WarningHandler is not present.
Then, it's behavior also should be changed.

Reproducing steps

.

Setup Details

  1. UTMT version - caf0412
@VladiStep VladiStep added the bug Something isn't working label Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant