Terrain Control

Terrain Control

235k Downloads

'java.lang.NullPointerException' when loading TerrainControl world via Multiverse since 1.8.3

RoyCurtis opened this issue ยท 3 comments

commented

Since upgrading to Spigot 1.8.3, one of my worlds that uses TerrainControl as its generator cannot be loaded by Multiverse unless its generator is set to 'null'

Details

Reproduction

  1. Download the test world and unzip as folder "world_derpi" in a Spigot 1.8.3 server with Multiverse-Core
  2. Add world_derpi's configuration to Multiverse-Core
  3. Add world_derpi's terrain control configuration to TerrainControl, along with custom biome "Stone Wasteland.bc"
  4. Run server
  5. Do command mv load world_derpi. Observe exception in console
commented

Your Spigot build is outdated. This Spigot build has the bug SPIGOT-667, which is the cause of the above stack trace.

A previous build of TC had a workaround included, but now that the bug is fixed in Spigot the workaround had to be removed.

commented

My bad, you are correct. Updating to the latest Spigot allows the world to load. Thank you!

commented

No problem!