NullPointerException in yCoordHelper #47

Closed
opened 2013-07-22 21:56:39 +00:00 by SenseiKiwi · 0 comments
SenseiKiwi commented 2013-07-22 21:56:39 +00:00 (Migrated from github.com)

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)

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)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: apex/DimDoors#47
No description provided.