
I can't copy
skrjii opened this issue · 9 comments
whats the minimum set of mods that are required to reproduce this? can you narrow it down?
a side thought: could you run your instance with -Dmixin.debug.export=true
and share the code inside .mixin.out/class/net/minecraft/client/gui/GuiScreen.class
? this is specifically checking to see if the GuiScreenMixin
that GroovyScript adds to intercept and parse the custom chat click-to-copy stuff remains as it should be.
https://mclo.gs/gK5Zg5L in the 9977
We have the same problem in Nomi-CEu. In our case, my instance mixin output doesn't even show GuiScreen.class
... very concerning.
Tracing it in the debug.log
, looks like GuiScreen
was found. Seems to be that mixin can't find either the injection point or the method.
[10:10:41] [main/ERROR] [mixin]: Critical problem: mixin.groovyscript.json:GuiScreenMixin from mod unknown-owner target net.minecraft.client.gui.GuiScreen was loaded too early.
Found that error in the log.