WorldBorder

WorldBorder

1M Downloads

Fill command causing exceptions

recon88 opened this issue ยท 3 comments

commented

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?

commented

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.

commented

Alright I will keep bugging them then.
Thanks for the informations.

commented

Well I switched to MCPC Plus now. Works great with it plus it is definitly better than BukkitForge.
Just writing it down for people who are having the same issue =)