Pokecube-Issues-and-Wiki
Pokecube-Issues-and-Wiki copied to clipboard
crash on startup - pokecube.mixins.json error
Issue Description:
crash on startup. no other mods installed. seemingly related to pokecube.mixins.json.
What happens:
Crash on initial program startup. Notable log error states:
java.lang.IllegalArgumentException: The specified resource '[pokecube.mixins.json' was invalid or could not be read
crash report: https://mclo.gs/GKIGjfC
What you expected to happen:
Normal launch to game menu screen.
Steps to reproduce:
- install pokecube into mods folder
- launch minecraft instance ...
Affected Versions (Do not use "latest"): Replace with a list of all mods you have in.
- Pokecube AIO: 1.20.1-3.24.0.e
- Minecraft: 1.20.1
- Forge: 47.2.0
I specifically also tested versions 3.24.0.c and d, and the error could not be reproduced. The pokecube.mixins.json file in version e has three lines that previous versions lack:
"entity.LevelEntityEventServer",
"entity.LevelEntityEventClient",
"entity.EntityDeathMixin",
should be fixed in this patch: https://legacy.curseforge.com/minecraft/mc-mods/pokecube-aoi/files/4814546
turns out some mixin stuff worked in development mode, but not the compiled version...