Just Enough Items (JEI)

Just Enough Items (JEI)

391M Downloads

java.lang.ArrayIndexOutOfBoundsException: 35

xkeksi opened this issue ยท 17 comments

commented

forge: newest 1.16.5

crashlog: https://gist.github.com/xkeksi/f30c8dead3fb9b4bce4e1e19d061cd63

how it happend: just clicked next page and it crashed (after page 5)

commented

fixed, removed AE2 and replaced it with another item storage system. but you should still look into that issue.

commented

@mezz
nvm i got the crash again bruh (the crashlog is the same with the above attached file, just with another mod)

Mod Name: Silent Gear
Registry Name: silentgear:fishing_rod
Display Name: Dimerald Fishing Rod
String Name: 1 fishing_rod
commented

Nice find, please report to them https://github.com/Someone-Else-Was-Taken/Periodic-Table-Reforged/issues and link back to this issue in your new report.

commented

Thanks for the report!
These are rendering crashes from other mods, basically JEI is just rendering the item and the item crashes.
The original crash does match the one Ommina linked.
I think the second crash is unrelated, caused by SilentGear.

commented

I basically only got those crashes if i use JEI, if i dont use i didnt got a crash, also this only happens with 1.16.5 on 1.12.2 there are N O crashes with almost the exact same mods, just for other versions

commented

Yeah i can, but as soon ill search it with jei, the game crashes

commented

Thanks for the info.
Are you able to view these items in the creative menu without them crashing?

commented

I'm creating a new build of JEI that has a new config option in config/jei-client.toml:
FastItemRenderingEnabled

Please try this 7.7.1.149 version of JEI and set FastItemRenderingEnabled = false and see if that resolves the issue.
https://www.curseforge.com/minecraft/mc-mods/jei/files/3652086

commented

alright im going to test, give me 5mins

commented

Nope still crashes for the same reason

commented

Thanks, could you link the new crash report here?

https://gist.github.com/xkeksi/825a160168c230ee85b480f895768a7a

commented

Thanks, could you link the new crash report here?

commented

Hmm ok. So with this new flag, I am really just calling the vanilla minecraft rendering code to draw the item. For some reason the broken item is added to JEI's list but it is fine in the creative menu, or maybe they render differently somehow...

Can you confirm if this issue happens with just JEI and Silent's mods?
If you can find exactly which mods are involved, I can dig into those and find out what's going on.

commented

So, i sorted every mod out expect jei and silent's mods and it didnt crash, ill keep adding my mods back till i find the crash issue

updates regarding this follows soon

commented

update: so it turns out that magnesium 1.5 is causing those jei crashes

(https://www.curseforge.com/minecraft/mc-mods/sodium-reforged)

commented

Apologies, I should have said "try without magnesium" when I posted the link last night. I was tired!