Terrain Control

Terrain Control

235k Downloads

Console Error: Could not pass event WorldInitEvent to TerrainControl

Yorkforce opened this issue ยท 5 comments

commented

Currently seeing this error on latest TC dev build (#2052 1.2.3-R0.2 craftbukkit)

[SEVERE] Could not pass event WorldInitEvent to TerrainControl
org.bukkit.event.EventException
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:303)
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:441)
at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:305)
at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:187)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
Caused by: java.lang.NullPointerException
at com.Khorn.TerrainControl.Bukkit.BukkitWorld.Init(BukkitWorld.java:465)
at com.Khorn.TerrainControl.Bukkit.TCPlugin.WorldInit(TCPlugin.java:134)
at com.Khorn.TerrainControl.Bukkit.TCListener.onWorldInit(TCListener.java:36)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301)

Im hoping this isnt a corrupt map? (It has been converted and this is a copy of our live server)

commented

If you use both with default = TC not working for you.
Duno why you use this ..
Anyway will be fixed in next build.

commented

What terrain\biome mode you use ?

commented

They are both set to default

Edit: Interesting, I set them both to normal and it loaded without any errors.

commented

We had the world already generated using previous settings but we use a border region for resource renewal, the newly regenerated border terrain was kept as default (for resource reasons mainly)

But thanks for the help, me and my players are very happy we can update now, and even happier we wont lose the map. :)

commented

Try use latest dev version :)