ReEntrantTransformerError: Re-entrance error after installing with FancyMenu [FORGE]
Falcion opened this issue ยท 3 comments
Environment
MixinBootstrap: 1.1.0;
Forge version: 14.23.5.2855;
Minecraft version: 1.12.2;
Java version: jre1.8.0_301;
List of mods: 186.
Issue Description
Minecraft application does not open, not even a millisecond of the working window: but the process of JVM and Minecraft Launcher is active.
Tried changing patchMinecraftClass
to false
in the randompatches.cfg
.
Still error, but different, now Minecraft appears and crashes immediately with new error: java.lang.IllegalAccessError: tried to access class org.spongepowered.asm.mixin.transformer.MixinProcessor from class net.minecraftforge.fml.common.Loader
I was able to reproduce the issue with just FancyMenu and RandomPatches, The root cause of the crash appears to be due to [randompatches]: Failed to transform class: net.minecraft.client.Minecraft
, This is most likely a conflict between FancyMenu and RandomPatches.
Please try setting patchMinecraftClass
to false
in the randompatches.cfg