Pokecube-Issues-and-Wiki icon indicating copy to clipboard operation
Pokecube-Issues-and-Wiki copied to clipboard

crash on startup - pokecube.mixins.json error

Open Mumberthrax opened this issue 1 year ago • 1 comments

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:

  1. install pokecube into mods folder
  2. 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",

Mumberthrax avatar Oct 24 '23 02:10 Mumberthrax

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...

Thutmose avatar Oct 24 '23 12:10 Thutmose