GroovyScript

GroovyScript

277k Downloads

I can't copy

skrjii opened this issue · 9 comments

commented

{A81400C2-CB79-4958-BE09-D83E5B45FE3F}

commented

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.

commented

Send debug log

commented

The full log please

commented
commented

We have the same problem in Nomi-CEu. In our case, my instance mixin output doesn't even show GuiScreen.class... very concerning.

commented

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.

commented
[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.

commented
[10:10:41] [main/ERROR] [mixin]: Critical problem: mixins.tweaks.misc.commands.seed.json:UTCopySeedMixin from mod unknown-owner target net.minecraft.client.gui.GuiScreen was loaded too early.

Hmm... similar problem with UT's mixin towards GuiScreen.