Pokecube-Development / Pokecube-Issues-and-Wiki

This is where all issues for the core pokecube mods should go, also this is where the main wiki should be maintained
MIT License
30 stars 24 forks source link

crash on startup - pokecube.mixins.json error #1178

Open Mumberthrax opened 8 months ago

Mumberthrax commented 8 months ago

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.

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",
Thutmose commented 8 months ago

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