-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mixins being loaded too early #25
Comments
This happens on Quilt 1.19 |
Same on Forge 1.19 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- |
I did some talking around and it is likely that someone is trying to load this class in a mixin plugin. |
Yes, I would've suspected either that or some other ASM / early riser thing... The question is, what mod would need to do that |
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 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. |
What kinda business do they have loading ChatFormatting early.... odd |
Marking as wontfix because... well, we can't, this'll have to be fixed on their end since they should not be loading classes before Mixins have been applied |
https://pastebin.com/nNc3p700
The text was updated successfully, but these errors were encountered: