You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 ofSubmitWarning()
.I suppose it's because
SubmitWarning()
throws anIOException
if theWarningHandler
is not present.Then, it's behavior also should be changed.
Reproducing steps
.
Setup Details
The text was updated successfully, but these errors were encountered: