Fill command causing exceptions
recon88 opened this issue ยท 3 comments
Using the newest BukkitForge build:
2013-02-11 00:26:11 [WARNUNG] [BukkitForge] Task #11 for WorldBorder v1.6.1 gene
rated an exception
java.lang.NullPointerException
at org.bukkit.craftbukkit.CraftWorld.isChunkInUse(CraftWorld.java:367)
at org.bukkit.craftbukkit.CraftWorld.unloadChunkRequest(CraftWorld.java:
295)
at org.bukkit.craftbukkit.CraftWorld.unloadChunkRequest(CraftWorld.java:
291)
at com.wimbli.WorldBorder.WorldFillTask.run(WorldFillTask.java:205)
at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:52)
at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(C
raftScheduler.java:346)
at keepcalm.mods.bukkit.forgeHandler.SchedulerTickHandler.tickStart(Sche
dulerTickHandler.java:38)
at cpw.mods.fml.common.SingleIntervalHandler.tickStart(SingleIntervalHan
dler.java:16)
at cpw.mods.fml.common.FMLCommonHandler.tickStart(FMLCommonHandler.java:
119)
at cpw.mods.fml.common.FMLCommonHandler.onPreServerTick(FMLCommonHandler
.java:287)
at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:588)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:497)
at fy.run(SourceFile:849)
Possible to fix that? Or do I have to ask the BukkitForge developers?
The problem is occurring in CraftBukkit code, so either it or the BukkitForge fork is at fault.
It probably is BukkitForge though since someone else reported the same error and they were also using BukkitForge.