
Crash creating single player world
LemADEC opened this issue ยท 4 comments
As of Dungeons2-mc1.12.2-f14.23.1.2555-v1.3.3.jar, crash is reported when trying to create a single player creative world:
Description: Exception in server tick loop
java.lang.NullPointerException
at com.someguyssoftware.dungeons2.worldgen.DungeonsWorldGen.generate(DungeonsWorldGen.java:265)
at net.minecraftforge.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:167)
at net.minecraft.world.chunk.Chunk.populate(Chunk.java:1018)
at net.minecraft.world.chunk.Chunk.populate(Chunk.java:997)
at net.minecraft.world.gen.ChunkProviderServer.provideChunk(ChunkProviderServer.java:157)
at net.minecraft.server.MinecraftServer.initialWorldChunkLoad(MinecraftServer.java:344)
at net.minecraft.server.integrated.IntegratedServer.loadAllWorlds(IntegratedServer.java:142)
at net.minecraft.server.integrated.IntegratedServer.init(IntegratedServer.java:156)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486)
at java.lang.Thread.run(Unknown Source)
Haven't encountered error nor received any new issues related to this. The current version is now v.16.1
Same crash with the newest version. Although I have pretty big list of mods, so it's probrably just incompatibility issue. If anyone could point me at what causes it, would be great.