Terrain Control

Terrain Control

235k Downloads

NPE when connecting to server with TC SSP installed

raegenhere opened this issue ยท 1 comments

commented

Hi,

Here is what happens when I connect to my bukkit server with the terrain control client mod installed:
(Both newest versions, no other plugins/mods installed on server or client)

2012-05-06 21:04:33 [WARNING] Failed to handle packet: java.lang.NullPointerException
java.lang.NullPointerException
at com.khorn.terraincontrol.configuration.WorldConfig.getConfigByName(WorldConfig.java:1088)
at com.khorn.terraincontrol.configuration.WorldConfig.Serialize(WorldConfig.java:941)
at com.khorn.terraincontrol.bukkit.TCListener.onPluginMessageReceived(TCListener.java:71)
at org.bukkit.plugin.messaging.StandardMessenger.dispatchIncomingMessage(StandardMessenger.java:424)
at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:1319)
at net.minecraft.server.Packet250CustomPayload.handle(SourceFile:46)
at net.minecraft.server.NetworkManager.b(NetworkManager.java:229)
at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:48)
at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:61)
at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:551)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:449)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)

would be great if you could look at this!
thanks,
Raegenhere

commented

Have you looked at this yet?
Sorry, I don't want to be annoying, I know you are doing this in your free time without pay, for which I am very grateful!

I have a great number of custom biomes in the world I'm preparing for my server, and I need something so I can make players able to see custom colours by temperature/wetness, and snow effects... With all the same colors, the world would be more boring than a standard world :-(
I hope to be finished and go online in the next weeks, do you think you can fix this until then? No problem if you are too busy, I will have to find another solution then ;-) (learn java, probably...)