Bug Report: Certain ZIP mods close the game
Issue Checklist
- [x] I have read the Contributing Guide
- [x] I have checked the Issues/Discussions pages to see if my issue has already been reported
- [x] I have properly titled my issue
Platform
Itch.io (Downloadable Build) - Windows
Browser
None
Version
0.6.4
Description (include any images, videos, errors, or crash logs)
Whenever I put a zip mod in the mods folder, the game automatically closes. Unzipping the mod works, from what I can tell, but otherwise mods that can run via zip files don't work. Is this an issue for anyone else or is it just me? Can others verify?
Steps to Reproduce
- Insert a mod that doesn't need extracting into the mods folder
- Open the game
I can confirm that zip mods don't work. If they're supposed to work, then that's an issue with Polymod considering it handles loading mods.
The game automatically closes whenever a zip mod is in the folder because the game actually crashes. The reason no crash message appears nor crash log produced is because the crash handler fails to handle the crash due to a Null Object Reference (ironic):
Regardless of whether zip mods are supposed to work or not, they shouldn't crash the game by trying to load them.