Mixins being loaded too early
Sunconure11 opened this issue ยท 11 comments
Same on Forge 1.19
rhino-forge-1802.1.14-build.206
Forge 41.0.110
Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTargetAlreadyLoadedException: Critical problem: rhino-common.mixins.json:ChatFormattingMixin target net.minecraft.ChatFormatting was loaded too early.
Console showing error-
https://gist.githubusercontent.com/ProsperCraft/b8a10a0173dabaeee32f70c3b443429f/raw/f28e5f617373c333de35cf3d8ca7cb33702bef59/gistfile1.txt
Yes, I would've suspected either that or some other ASM / early riser thing... The question is, what mod would need to do that
I did some talking around and it is likely that someone is trying to load this class in a mixin plugin.
Is there some way of either adding a failsafe or a workaround in this mod to possibly expose the culprit?
Not really, since the mod won't even start loading in the first place. You'll have to find whichever mod loads that class unfortunately
I did go through a bunch of other mods, and eventually led to the one causing an unrelated crash. I wonder if one of them could be at play here. I will send you the names of the mods and associated logs.
Creeper Overhaul
Biome Makeover
Terrablender
Arcanus
Spoorn Pink
Spoorn Packs
Left Hanging
Reaping
MC Dungeons + Story suite
Requiem
Enhanced Block Entities
Better End?
https://gist.github.com/Sunconure11/fe55897fbe7e77d05dce12e5d8c1e14e
https://gist.github.com/Sunconure11/7abf61efa57e81f29264af29506bc074
https://gist.github.com/Sunconure11/58d82e41bddef982195cca3cc12ecdd7
The mod causing this is FPS Reducer.