Multiverse / Multiverse-Adventure

Provides Adventure-Support for Multiverse
18 stars 15 forks source link

Error enabling world #2

Closed Vasher closed 12 years ago

Vasher commented 12 years ago

I have tried ingame and from the console to enable a world to be an adventure world and I get the error below every time.

[SEVERE] [Multiverse-AdventureWorlds] TemplateWriter: Couldn't delete the template! [SEVERE] [Multiverse-AdventureWorlds] TemplateWriter: Failed!

The world does get unloaded from memory then that error. Then if I try to reload or restart the server then I get an error when MV-Adventure tries to reset the world but it can't find the template.

main-- commented 12 years ago

The problem is: MVA wants to delete the template-Folder first, but since it doesn't yet exist, that fails. (btw. Sorry for that Close and Open, that was GitHub Issues for iPhone's fault)

Vasher commented 12 years ago

The template error is gone. Now when I enable a world I get the error below when I enable the world and when I start and stop the server after enabling the world.

[SEVERE] java.lang.IllegalStateException: TickNextTick list out of synch [SEVERE] at net.minecraft.server.World.a(World.java:2122) [SEVERE] at net.minecraft.server.World.doTick(World.java:1637) [SEVERE] at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:461) [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374) [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:417) [SEVERE] Unexpected exception java.lang.IllegalStateException: TickNextTick list out of synch at net.minecraft.server.World.a(World.java:2122) at net.minecraft.server.World.doTick(World.java:1637) at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:461) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374) at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)

main-- commented 12 years ago

I finally managed to reproduce the issue. Reopened.