'Trim' task generating an exception
chulderman opened this issue ยท 2 comments
[WARNING] Task of 'WorldBorder' generated an exception
java.lang.NullPointerException
at org.bukkit.craftbukkit.CraftWorld.preserveChunk(CraftWorld.java:60)
at org.bukkit.craftbukkit.CraftWorld.unloadChunk(CraftWorld.java:167)
at com.wimbli.WorldBorder.WorldTrimTask.unloadChunks(WorldTrimTask.java:268)
at com.wimbli.WorldBorder.WorldTrimTask.run(WorldTrimTask.java:157)
at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:137)
at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:487)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:419)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
[INFO] Plugins: CommandHelper, HeroicDeath, HeroSpawn, iConomy, MobDisguise, NoCheat, NoFarm, OpenInv, PermissionsEx, PluginList, pvparena, QuickSign, Spout, WorldEdit, WorldGuard, ChatManager, CommandBook, Modifyworld, Permissions, ChestShop, CreativeGates, Factions, Register, VanishNoPacket, WorldBorder
Not sure what's going on.
UPDATE:
I tried to use CB1337 that it was built against just to trim and I'm still getting errors. Maybe it's because the world was generated with 1.0.0?
I can post that log too if you need. But its the exact same error.
What version of WorldBorder are you running? It looks like an error which I wrote a workaround for in the newest 1.4.4 release.