Create Fabric

Create Fabric

7M Downloads

Mixin transformation of net.minecraft.world.level.BlockGetter failed

jimgreer opened this issue ยท 6 comments

commented

Describe the Bug

On my initial checkout of the mc1.20.1 branch (84f54d7), I have a failure with the runClient task. Full logs are in the linked pastebin

The mc1.18 branch works fine

[15:27:16] [main/WARN] (FabricLoader/Mixin) Error loading class: io/vram/frex/base/renderer/context/render/EntityBlockRenderContext (java.lang.ClassNotFoundException: io/vram/frex/base/renderer/context/render/EntityBlockRenderContext) [15:27:16] [main/WARN] (FabricLoader/Mixin) @Mixin target io.vram.frex.base.renderer.context.render.EntityBlockRenderContext was not found porting_lib_base.mixins.json:client.frex.EntityBlockRenderContextMixin from mod porting_lib_base [15:27:17] [main/WARN] (FabricLoader/Mixin) Error loading class: mezz/jei/library/load/PluginCaller (java.lang.ClassNotFoundException: mezz/jei/library/load/PluginCaller) [15:27:18] [main/ERROR] (FabricLoader) Minecraft has crashed! net.fabricmc.loader.impl.FormattedException: java.lang.BootstrapMethodError: java.lang.RuntimeException: Mixin transformation of net.minecraft.world.level.BlockGetter failed at net.fabricmc.loader.impl.FormattedException.ofLocalized(FormattedException.java:63) ~[fabric-loader-0.15.7.jar:?]

Reproduction Steps

  1. Initial checkout
  2. runClient

...

Expected Result

Expected Minecraft to run

Screenshots and Videos

No response

Crash Report or Log

https://gist.github.com/jimgreer/4cfbfd9bfe16eae9a3d1108c49cd8ba6

Operating System

macOS Sonoma 14.5

Mod Version

0.5.1f

Minecraft Version

1.20.1

Other Mods

No response

Additional Context

No response

commented

Seems like something is pulling a different version of mixin extras, could you check runs/logs/latest.log and send the modlist it outputs at the top of the file, it should show what other mods are JiJing

commented
commented

could you try using applying this patch https://hst.sh/koyesuhumi.yaml

commented

Should be fixed by 0d6d4ff could you try pulling in the latest commit and trying to run runClient again? thanks

commented

Thanks! This one is fixed

But I'm getting a crash on startup now. I'll open a new issue

commented

Never mind about the other crash. Deleting my build, run and .gradle directories fixed it (though a normal clean build didn't)