mariot7 / XL-Food-Mod

A Minecraft mod that adds more foods and crops to the game.
https://www.curseforge.com/minecraft/mc-mods/xl-food-mod
GNU General Public License v3.0
19 stars 13 forks source link

[1.15.2] Crash ArrayIndexOutOfBoundsException #59

Open Darkere opened 4 years ago

Darkere commented 4 years ago

Describe the bug

Crash

Additional context

It seems like a race condition. Not 100% sure your mod is even at fault. Tried Startin again and it worked fine. Event bus shutdown around line 1530 https://hatebin.com/qrecaygikn

Environment

mariot7 commented 4 years ago

There isn't a line 1530 in the link you sent me.

Darkere commented 4 years ago

Turns out that site just cuts off a majority of the text if it's too big

Full log here: https://gist.github.com/Darkere/313974ef2547308d12e4b1dc14f3c7e9

mariot7 commented 4 years ago

Apparently it has something to do with adding my mod's items to the list Composter can use. Unfortunately, I can't reproduce this with just my mod. Are you saying that this has only happened when you first launched the game and then never again?

Darkere commented 4 years ago

Only happened once yes. Figured I would report anyway in case it happens again. Hasn't happened so far.