Skip to content
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

Open
Sunconure11 opened this issue Jul 13, 2022 · 11 comments
Open

Mixins being loaded too early #25

Sunconure11 opened this issue Jul 13, 2022 · 11 comments
Labels
mod interaction This is a bad / unintentional interaction with another mod. wontfix This will not be worked on

Comments

@Sunconure11
Copy link

https://pastebin.com/nNc3p700

@Sunconure11
Copy link
Author

This happens on Quilt 1.19

@Sunconure11
Copy link
Author

@MaxNeedsSnacks

@ProsperCraft
Copy link

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.

Debug log-
https://gist.githubusercontent.com/ProsperCraft/57650c9e3f3087662f7f5a240832ae8f/raw/5c2f417ab810ff52de5aa83292593346476752e0/gistfile1.txt

Console showing error-
https://gist.githubusercontent.com/ProsperCraft/b8a10a0173dabaeee32f70c3b443429f/raw/f28e5f617373c333de35cf3d8ca7cb33702bef59/gistfile1.txt

@Sunconure11
Copy link
Author

I did some talking around and it is likely that someone is trying to load this class in a mixin plugin.

@MaxNeedsSnacks
Copy link
Member

Yes, I would've suspected either that or some other ASM / early riser thing... The question is, what mod would need to do that

@Sunconure11
Copy link
Author

Is there some way of either adding a failsafe or a workaround in this mod to possibly expose the culprit?

@MaxNeedsSnacks
Copy link
Member

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

@Sunconure11
Copy link
Author

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://pastebin.com/eqe3rC8Z

https://pastebin.com/3s2edtRz

https://pastebin.com/NCKULuSb

https://pastebin.com/8m8811wf

https://pastebin.com/dHELGFW2

https://gist.github.com/Sunconure11/fe55897fbe7e77d05dce12e5d8c1e14e

https://gist.github.com/Sunconure11/7abf61efa57e81f29264af29506bc074

https://gist.github.com/Sunconure11/58d82e41bddef982195cca3cc12ecdd7

@Sunconure11
Copy link
Author

The mod causing this is FPS Reducer.

https://www.curseforge.com/minecraft/mc-mods/fps-reducer

@MaxNeedsSnacks
Copy link
Member

What kinda business do they have loading ChatFormatting early.... odd

@MaxNeedsSnacks MaxNeedsSnacks added wontfix This will not be worked on mod interaction This is a bad / unintentional interaction with another mod. labels Jul 27, 2022
@MaxNeedsSnacks
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mod interaction This is a bad / unintentional interaction with another mod. wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

3 participants