NullPointerException??
vk2gpz opened this issue ยท 2 comments
Today, I've got this nullpointer exception error..
is this something caused by corrupted map?
2013-10-17 04:24:43 [SEVERE] Encountered an unexpected exception NullPointerException
java.lang.NullPointerException
at net.minecraft.server.v1_6_R3.StructureGenerator.a(StructureGenerator.java:54)
at com.khorn.terraincontrol.bukkit.structuregens.MineshaftGen.place(MineshaftGen.java:49)
at com.khorn.terraincontrol.bukkit.BukkitWorld.PlaceTerrainObjects(BukkitWorld.java:247)
at com.khorn.terraincontrol.generator.ObjectSpawner.populate(ObjectSpawner.java:56)
at com.khorn.terraincontrol.bukkit.TCBlockPopulator.populate(TCBlockPopulator.java:27)
at net.minecraft.server.v1_6_R3.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:240)
at net.minecraft.server.v1_6_R3.Chunk.a(Chunk.java:851)
at org.bukkit.craftbukkit.v1_6_R3.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:61)
at org.bukkit.craftbukkit.v1_6_R3.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:13)
at org.bukkit.craftbukkit.v1_6_R3.util.AsynchronousExecutor$Task.finish(AsynchronousExecutor.java:179)
at org.bukkit.craftbukkit.v1_6_R3.util.AsynchronousExecutor.finishActive(AsynchronousExecutor.java:287
)
at org.bukkit.craftbukkit.v1_6_R3.chunkio.ChunkIOExecutor.tick(ChunkIOExecutor.java:30)
at net.minecraft.server.v1_6_R3.MinecraftServer.t(MinecraftServer.java:529)
at net.minecraft.server.v1_6_R3.DedicatedServer.t(DedicatedServer.java:240)
at net.minecraft.server.v1_6_R3.MinecraftServer.s(MinecraftServer.java:483)
at net.minecraft.server.v1_6_R3.MinecraftServer.run(MinecraftServer.java:415)
at net.minecraft.server.v1_6_R3.ThreadServerApplication.run(SourceFile:583)
2013-10-17 04:24:43 [SEVERE] This crash report has been saved to: /home/minecraft/./crash-reports/crash-2013-1
0-17_04.24.43-server.txt
It looks like your TC might not be configured correctly in your bukkit.yml ...
Please make sure you follow the wiki instructions for configuring your worlds.
If you do have your TC configured correctly I will either need some more information regarding your worlds or I will have to make a couple debug jars for you to run and let me know what the output it :D