net.minecraft.world.MinecraftException: The save folder for world ./world/test is being accessed from another location, aborting
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via GitHub by Nentify
, 1 year agovia GitHub by ThornsOfire
, 1 year agovia GitHub by DarkArc
, 1 year agovia GitHub by wormzjl
, 2 years agovia GitHub by letschanator
, 2 years agovia GitHub by LordHalo1157
, 1 year agonet.minecraft.world.MinecraftException: The save folder for world ./world/test is being accessed from another location, aborting
at net.minecraft.world.storage.SaveHandler.func_75762_c(SaveHandler.java:96)
at net.minecraft.world.World.func_72906_B(World.java:3428)
at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_75816_a(AnvilChunkLoader.java:167)
at net.minecraft.world.gen.ChunkProviderServer.func_73242_b(ChunkProviderServer.java:199)
at net.minecraft.world.gen.ChunkProviderServer.func_73156_b(ChunkProviderServer.java:267)
at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:201)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:698)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:387)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
at java.lang.Thread.run(Thread.java:745)