Crafting Station

Crafting Station

12M Downloads

game crashes after 2.0.8 update

Mntldisorder opened this issue ยท 5 comments

commented

My game crash if i try to use the crafting station. Got 2 different types of issues, 1 for trying to take out the item i wanted to craft but then also trying to take out the ingredients after 2 crashes.

Issue 1:
Time: 10/29/19 6:25 PM
Description: mouseClicked event handler
java.lang.RuntimeException: Slot 9 not in valid range - [0,9)

Issue 2:
Description: handleMouseClick() threw an exception when called from MouseTweaks.
java.lang.reflect.InvocationTargetException: null

Here is a link to the crash log from issue 2:

https://pastebin.com/rWnYBaR1

commented

at ovh.corail.tombstone.recipe.RecipeVoodooPoppetProtection.func_77569_a(RecipeVoodooPoppetProtection.java:43) ~[?:4.1.6] {re:classloading}
at ovh.corail.tombstone.recipe.RecipeVoodooPoppetProtection.func_77569_a(RecipeVoodooPoppetProtection.java:25) ~[?:4.1.6]
The investigation deepens

commented

Hmm, since the decompiler/remapper isn't working, I'm going to consider this a bug in corail until otherwise noted.

commented

Confirmed: This is a bug in Corail Tombstone
image

They should only be checking slots 0 - 8, but due to the usage of <= instead of <, it's checking the 9 slot as well, but my crafting station doesn't have a 9 slot so it crashes instead.

commented

This was fixed on their side, closing now

commented

not fixed in 1.14.4 but fixed in 1.12.2 so bug still there for 1.14.4 unless they are waiting on it to be approved for 1.14.4