Botania

Botania

133M Downloads

Mana Mirror Crash if Mana Pool is in dimension with ID < 0

Lightwave413 opened this issue · 1 comments

commented

Or at least I think that's the cause after looking at the source (I'm no expert).

Forge Log:
http://paste.ee/p/GFHqK

Pertinent Bit:
java.lang.ArrayIndexOutOfBoundsException: -3
at vazkii.botania.common.item.ItemManaMirror.getManaPool(ItemManaMirror.java:172)
at vazkii.botania.common.item.ItemManaMirror.func_77663_a(ItemManaMirror.java:87)

I was in Dimension -3 at the time
(using a dev build of Mystcraft)

I tested it again in the Nether and had the same crash.
(Except it said "java.lang.ArrayIndexOutOfBoundsException: -1" instead)

commented

Ouch, this is worth having a look at, yeah.

~V
Thursday, 02 October 2014, 07:16PM +01:00 from Lightwave413 [email protected]:
Or at least I think that's the cause after looking at the source (I'm no expert).
Forge Log:
http://paste.ee/p/GFHqK
Pertinent Bit:
java.lang.ArrayIndexOutOfBoundsException: -3
at vazkii.botania.common.item.ItemManaMirror.getManaPool(ItemManaMirror.java:172)
at vazkii.botania.common.item.ItemManaMirror.func_77663_a(ItemManaMirror.java:87)
I was in Dimension -3 at the time
(using a dev build of Mystcraft)
I tested it again in the Nether and had the same crash.
(Except it said "java.lang.ArrayIndexOutOfBoundsException: -1" instead)

Reply to this email directly or  view it on GitHub .