-
Notifications
You must be signed in to change notification settings - Fork 19
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
0-byte icon files can hang loading #69
Labels
kspBug
Identified KSP issue
Comments
huh, seems like the stock game also barfs on this, so maybe worth patching that too?
|
JonnyOThan
changed the title
TextureConversion feature can hang loading
0-byte icon files can hang loading
Jul 27, 2022
gotmachine
added a commit
that referenced
this issue
Nov 4, 2022
gotmachine
added a commit
that referenced
this issue
Dec 7, 2022
gotmachine
added a commit
that referenced
this issue
Jan 30, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was helping someone on discord with their game which was hanging on load. The last thing in the logs is:
I'm not sure what was wrong with this file - I've seen other reports that occasionally the png files are 0 bytes long (possibly due to a crash/shutdown while generating them?). But in any case this function probably needs to be hardened against exceptions.
Update: confirmed that the file in question was 0 bytes, but not how it got like that.
The text was updated successfully, but these errors were encountered: