Fuzss / resourcepackoverrides

Ensures important resource packs stay always active and helps clean up the pack selection screen.
https://www.curseforge.com/minecraft/mc-mods/resource-pack-overrides
Mozilla Public License 2.0
6 stars 3 forks source link

[Crash]: Crash when any resource packs are loaded #9

Closed katubug closed 9 months ago

katubug commented 9 months ago

Mod Loader (Required)

Forge

Minecraft Version (Required)

1.20.1

Mod Version (Required)

8.0.2

Notes (Required)

  1. Configure default resourcepacks
  2. Launch game

In all honesty, I am not sure that this crash is due to this mod. However, I hoped that you might have some insight on what the issue could be. Thanks for your time!

Crash Report (Required)

https://gist.github.com/katubug/04d946d2879dbb9d6abaf1cb923ebca0

latest.log (Optional)

No response

Fuzss commented 9 months ago

Looks like Minecraft::player is being accessed while it is still null which is the case when no world is loaded. The crash unfortunately contains no hint at the exact cause, especially since I'm unable to deobfuscate it. The Zip file error might be be caused as a result of the crash, doesn't look like something to worry about.