Useful Backpacks

Useful Backpacks

20M Downloads

[1.14.4] Weird crash with JEI

clonetrooper277 opened this issue ยท 12 comments

commented

Crash log:
https://pastebin.com/41wK8wHj
produced by just opening my inventory.
I just recently updated to Forge 28.0.49 on 1.14.4 if that's any help.

commented

That was fast!

commented

Thanks for the report. I'll have a lookt at it soon!

commented

Should I report it to the JEI developer?

commented

Yep. Seems like an issue with jei.

commented

Alright. Reporting it now!

commented

One question. How can you reproduce it? Or did it just crash randomly?

commented

Seems like this method was made private and jei tries to call it:
Class: net.minecraft.client.renderer.ItemRenderer

   private void renderModel(IBakedModel model, ItemStack stack) {
      this.renderModel(model, -1, stack);
   }
commented

I can reproduce by just opening my inventory. The two mods were working perfectly before I updated Forge. Maybe that's the issue?

commented

Well thats weird. Because I have no issues doing all this stuff with these versions.

commented

Seems still be an issue on jei's side so I cannot do much about it :/
mezz/JustEnoughItems#1680

commented

Well, I'll just wait for mezz to fix it then.

commented

Fixed in jei, so I close this issue here