mezz / JustEnoughItems

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

[Crash]: Crash when checking recipes #3775

Open ChaosDogG opened 4 hours ago

ChaosDogG commented 4 hours 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 4 hours 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 3 hours ago

will do, chief! thanks for the quick reply!

mezz commented 3 hours 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