mezz / JustEnoughItems

Item and Recipe viewing mod for Minecraft
https://www.curseforge.com/minecraft/mc-mods/jei
MIT License
790 stars 305 forks source link

[Crash]: Crash when checking recipes #3775

Closed ChaosDogG closed 1 month ago

ChaosDogG commented 2 months ago

Steps to Reproduce the Crash

  1. Click on any item to check its crafting method
  2. Watch as the game collapses and screams at you

Mod Pack URL (Optional)

No response

Mod Pack Version (Optional)

No response

Extra Notes (Optional)

MC Version: 1.19.2 JEI Version: 11.7.0.1028

Crash Report

https://gist.github.com/ChaosDogG/6f063db70d143d3d2993deb1439e95e2

mezz commented 2 months ago

Thanks for the report!

Caused by: org.spongepowered.asm.mixin.injection.throwables.InjectionError: LVT in mezz/jei/library/gui/recipes/RecipeLayout::drawRecipe(Lcom/mojang/blaze3d/vertex/PoseStack;II)V has incompatible changes at opcode 69 in callback almostunified-common.mixins.json:compat.JeiRecipeLayoutMixin->@Inject::unified$catchLayoutInfo(Lcom/mojang/blaze3d/vertex/PoseStack;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lmezz/jei/api/gui/drawable/IDrawable;IIII)V.

This seems to be caused by a failing mixin from the almostunified mod. Please report to them here and link back to this issue: https://github.com/AlmostReliable/almostunified/issues

ChaosDogG commented 2 months ago

will do, chief! thanks for the quick reply!

mezz commented 2 months ago

Looks like the linking between issues didn't work for some reason, so here is the new issue: https://github.com/AlmostReliable/almostunified/issues/93

rlnt commented 1 month ago

I think you can close this now.