Game crashes when loading AE2 and VanillaFix together.
zanyahtzee opened this issue ยท 1 comments
Describe the bug
When launching the game with ae2 15.0.18 and vanillaicecreamfix 1.0.0 (including cloth config 11.1.118, dependency of vanillafix) the game crashes and gives out exit code 1.
How to reproduce the bug
To reproduce it you'd have to use forge version 47.2.19 (latest at the time of writing, unsure if required to reproduce the crash), ae2 15.0.18 (latest at the time of writing), vanillafix 1.0.0 and cloth config 11.1.118 (latest at the time of writing, unsure if required to reproduce the crash).
Expected behavior
the game launches
Additional details
there is no crash report to provide. the fatal error can be seen in the latest log
Which minecraft version are you using?
1.20
On which mod loaders does it happen?
Forge
Crash log
They are using a Mixin that completely replaces a method in the Anvil UI, which is by definition completely incompatible with anyone else trying to add Anvil functionality.
As such -> They have to fix it, we can't do anything about it. (But you already correctly reported it to the anyway)