NullPointerException in yCoordHelper #47
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
DarianStephens reported the following crash on our MC forums thread. He said it happens when he enters Limbo. I believe it might be a bug in our code:
java.lang.NullPointerException
at StevenDimDoors.mod_pocketDim.helpers.yCoordHelper.getFirstUncovered(yCoordHelper.java:42)
at StevenDimDoors.mod_pocketDim.CommonTickHandler.placeMonolithsInLimbo(CommonTickHandler.java:180)
at StevenDimDoors.mod_pocketDim.CommonTickHandler.tickEnd(CommonTickHandler.java:58)
at cpw.mods.fml.common.SingleIntervalHandler.tickEnd(SingleIntervalHandler.java:34)
at cpw.mods.fml.common.FMLCommonHandler.tickEnd(FMLCommonHandler.java:141)
at cpw.mods.fml.common.FMLCommonHandler.onPostServerTick(FMLCommonHandler.java:274)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:608)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:171)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:470)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)