MCTCP / TerrainControl

Minecraft Terrain Generator for SpigotMC and Forge
https://www.spigotmc.org/threads/terraincontrol.37980/
MIT License
231 stars 161 forks source link

BO2 Spawn Error #113

Closed Favorlock closed 11 years ago

Favorlock commented 11 years ago

2012-12-23 20:53:51 [INFO] Favorlock issued server command: /tc spawn BushLerandomebushy 2012-12-23 20:53:51 [SEVERE] null org.bukkit.command.CommandException: Unhandled exception executing command 'tc' in plugin TerrainControl v2.3.6 at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:186) at org.bukkit.craftbukkit.v1_4_6.CraftServer.dispatchCommand(CraftServer.java:547) at net.minecraft.server.v1_4_6.PlayerConnection.handleCommand(PlayerConnection.java:991) at net.minecraft.server.v1_4_6.PlayerConnection.chat(PlayerConnection.java:909) at net.minecraft.server.v1_4_6.PlayerConnection.a(PlayerConnection.java:853) at net.minecraft.server.v1_4_6.Packet3Chat.handle(Packet3Chat.java:44) at net.minecraft.server.v1_4_6.NetworkManager.b(NetworkManager.java:290) at net.minecraft.server.v1_4_6.PlayerConnection.d(PlayerConnection.java:112) at net.minecraft.server.v1_4_6.ServerConnection.b(SourceFile:39) at net.minecraft.server.v1_4_6.DedicatedServerConnection.b(SourceFile:30) at net.minecraft.server.v1_4_6.MinecraftServer.r(MinecraftServer.java:585) at net.minecraft.server.v1_4_6.DedicatedServer.r(DedicatedServer.java:224) at net.minecraft.server.v1_4_6.MinecraftServer.q(MinecraftServer.java:481) at net.minecraft.server.v1_4_6.MinecraftServer.run(MinecraftServer.java:416) at net.minecraft.server.v1_4_6.ThreadServerApplication.run(SourceFile:849) Caused by: java.lang.NullPointerException at com.khorn.terraincontrol.customobjects.CustomObjectGen.GenerateCustomObject(CustomObjectGen.java:144) at com.khorn.terraincontrol.bukkit.commands.SpawnCommand.onCommand(SpawnCommand.java:63) at com.khorn.terraincontrol.bukkit.commands.TCCommandExecutor.onCommand(TCCommandExecutor.java:45) at com.khorn.terraincontrol.bukkit.TCPlugin.onCommand(TCPlugin.java:65) at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ... 15 more

rutgerkok commented 11 years ago

Parts of the BO2 spawn code have been rewritten, so this is possibly already fixed in the dev builds.

Favorlock commented 11 years ago

I tried one of the dev builds and the BO2/BO3 files simply could not be found even though they could be listed.

Favorlock commented 11 years ago

Um, has this been fixed yet?

rutgerkok commented 11 years ago

As far as I know, this has been fixed, but I'm not completely sure.

rutgerkok commented 11 years ago

Closing this, if it still happens, please leave a message here and I'll reopen it.