Funkin icon indicating copy to clipboard operation
Funkin copied to clipboard

Bug Report: Certain ZIP mods close the game

Open DaBigJGit opened this issue 7 months ago • 1 comments

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

  1. Insert a mod that doesn't need extracting into the mods folder
  2. Open the game

DaBigJGit avatar May 13 '25 23:05 DaBigJGit

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):

Image

Regardless of whether zip mods are supposed to work or not, they shouldn't crash the game by trying to load them.

VioletSnowLeopard avatar May 15 '25 12:05 VioletSnowLeopard