Acclimatiser onFinishTask() crash

Issue #220 resolved
Former user created an issue

If the Acclimatiser is filled with Water Buckets (Stacked them by useing NEI infinite stack) and you leave the GUI before the Process finishes the Game freezes and Crashes cause of a NullPointer in the Class: LogicAcclimatiser Line 252.

here is some Error Logs:

java.lang.NullPointerException at binnie.extrabees.machines.LogicAcclimatiser.acclimatise(LogicAcclimatiser.java:252) at binnie.extrabees.machines.TileEntityAcclimatiser.onFinishTask(TileEntityAcclimatiser.java:46) at binnie.extrabees.machines.TileEntityMachine.func_70316_g(TileEntityMachine.java:332) at net.minecraft.world.World.func_72939_s(World.java:2202) at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:546) at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:652) at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:571) at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:171) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:469) at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)

Comments (4)

  1. Log in to comment