Project Worlds - World Manager

I’m looking through my crash logs. Right now, I can’t get it to crash, but here’s a screen shot:

You can see there are five worlds called “world” loaded. Can’t tp between them. Any of the others, if I type “/world load city” it says “Could not find city”.

1 Like

---- Minecraft Crash Report ----

WARNING: coremods are present:
SpongeCoremod (spongeforge-1.10.2-2044-5.0.0-BETA-1663.jar)
Contact their authors BEFORE contacting forge

// I feel sad now :frowning:

Time: 8/12/16 10:29 PM
Description: Exception in server tick loop

java.util.NoSuchElementException
at java.util.ArrayDeque.removeFirst(ArrayDeque.java:280)
at java.util.ArrayDeque.pop(ArrayDeque.java:517)
at org.spongepowered.common.event.tracking.CauseStack.pop(CauseStack.java:74)
at org.spongepowered.common.event.tracking.CauseTracker.completePhase(CauseTracker.java:150)
at org.spongepowered.mod.event.SpongeForgeEventHooks.postEventPhaseCheck(SpongeForgeEventHooks.java:168)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:132)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:100)
at net.minecraftforge.fml.common.FMLCommonHandler.onPreServerTick(FMLCommonHandler.java:274)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:602)
at net

OK, I made a bit of progress:
/world rename city flatland - WORKED!
/ world load flatland - CRASHED!

---- Minecraft Crash Report ----

WARNING: coremods are present:
SpongeCoremod (spongeforge-1.10.2-2044-5.0.0-BETA-1663.jar)
Contact their authors BEFORE contacting forge

// Uh… Did I do that?

Time: 8/13/16 9:20 PM
Description: Exception in server tick loop

java.util.NoSuchElementException
at java.util.ArrayDeque.removeFirst(ArrayDeque.java:280)
at java.util.ArrayDeque.pop(ArrayDeque.java:517)
at org.spongepowered.common.event.tracking.CauseStack.pop(CauseStack.java:74)
at org.spongepowered.common.event.tracking.CauseTracker.completePhase(CauseTracker.java:150)
at org.spongepowered.mod.event.SpongeForgeEventHooks.postEventPhaseCheck(SpongeForgeEventHooks.java:168)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:132)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:100)
at net.minecraftforge.fml.common.FMLCommonHandler.onPreServerTick(FMLCommonHandler.java:274)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:602)
at n

No idea how to send a full crash report. Dropbox - crash-2016-08-13_21.20.21-server.txt - Simplify your life

I’m going to be honest. I have no idea what that crash is. I see no references to any plugins or anything references World.

Basically I’d remove all the offending worlds and use whatever backups to start again, maybe one world at a time for the first couple, see if you have better luck.

Exactly how did you import these worlds?

I’ve done it several ways, with the same results. I first did it by using the PJW import command. After having these problems, I started the server completely over, following the Sponge directions for transferring from Bukkit (creating the SpongeForge server in the old Bukkit folder, allowing it to auto-import worlds). Same results.

I know this is a bigger problem than your plugin, since I’m also having trouble with EssentialCmds. I don’t understand why Sponge has built-in multi-world support but no built-in way to access multiple worlds.

Sponge’s built in world migrator only moves the worlds to the correct location. They still need to be imported. Try dropping the bukkit worlds in the imports folder in the server root directory before starting the server. While the server starts you should see a couple messages in the console regarding the imported worlds. After the server starts use the /world import command for each bukkit world.

I started completely from scratch.

  • New install of forge server
  • ran minecraft
  • ran forge
  • added sponge, ran again
  • added PJW
  • put one Bukkit world in imports folder
  • console says it is converting
  • in game: /world import city (works)
  • /world load city (crash)

https://www.dropbox.com/s/of2tvz3yfao4uuy/crash-2016-08-13_22.24.21-server.txt?dl=0

I don’t think that error is related to the importing of the world. It’s possibly something in the world Sponge doesn’t like. Do all of your worlds do this?

Also for the future, please use pastebin.com or similar for your crash logs.

@Zidane This error make sense to you?

Hi, thanks for the great plugin, loving it already! Is it possible to have each world use different mods/plugins? If so, could someone explain how and if not, do you think you’ll add this later down the line? Cheers!

Hey thanks for making this plugin, I was wondering if you were working on the void world issue. Whenever I use the commands /world create test -m pjw:void my server times out and wont let me join back. If you need any specifics I can add them in!

Hi,

I have a question, it is possible to create a world without ore (including modded ore) ? And if it not, It is possible to add this functionality please ? :slight_smile:

Thank you for your work ^^

ye… so I have been trying to figure out how to upload and import worlds to my pixelmon server in order to have multiple regions and stuff but for some reason whenever I try to use

/world create player_world -d OVERWORLD

it doesnt want to work and then it tells me something went wrong. I also tried importing a world with the command

/world import player_region -d OVERWORLD

and no luck with that too. Same error. Could you please help me figure tis out? Thank you!

Hello,

I am using this plugin and created a 2nd world but since im using a mod known as “Pixelmon”, none of the pixelmon are spawning on that world??? Is there a way to fix PLEASE HELP

Using project border’s generate. It restarts the server after a while with no crash…?

This is next to impossible to implement. Sorry

Seems to be working fine for me. Need some basic information, Sponge version, plugin version, error logs…anything you can give.

I’ll have to investigate. I’m not familiar with Pixelmon mechanics

That’s a new one. the generate command is still a bit unstable.

Not sure this is the best place to ask this but I’ve got an issue with v. 10.4.
I’m using spongeforge (spongeforge-1.10.2-2073-5.0.0-BETA-1686) and Project Worlds (projectworlds-5.0.0-0.10.4).
These are the only things I have installed.
I start the server and load 5 worlds, Nexus (the overworld), Nether, End, Alara, Zendikar.
Soon I begin getting errors on the console. Nothing seems to be related directly to Project Worlds but the errors don’t seem to occur if Project Worlds isn’t installed.

`


[16:51:26] [Server thread/INFO]: Zendikar is already loaded [16:51:28] [Server thread/INFO] [STDERR]: [net.minecraft.server.MinecraftServer:func_71267_a:642]: net.minecraft.world.MinecraftEx ception: The save folder for world .\Nexus\DIM-1 is being accessed from another location, aborting [16:51:28] [Server thread/INFO] [STDERR]: [net.minecraft.server.MinecraftServer:func_71267_a:642]: at net.minecraft.world.storage .SaveHandler.func_75762_c(SaveHandler.java:96) [16:51:28] [Server thread/INFO] [STDERR]: [net.minecraft.server.MinecraftServer:func_71267_a:642]: at net.minecraft.world.World.f unc_72906_B(World.java:3428) [16:51:28] [Server thread/INFO] [STDERR]: [net.minecraft.server.MinecraftServer:func_71267_a:642]: at net.minecraft.world.WorldSe rver.func_73042_a(WorldServer.java:1036) [16:51:28] [Server thread/INFO] [STDERR]: [net.minecraft.server.MinecraftServer:func_71267_a:642]: at net.minecraft.world.WorldSe rverMulti.func_73042_a(WorldServerMulti.java:96) [16:51:28] [Server thread/INFO] [STDERR]: [net.minecraft.server.MinecraftServer:func_71267_a:642]: at net.minecraft.world.WorldSe rver.func_73044_a(WorldServer.java:1004) [16:51:28] [Server thread/INFO] [STDERR]: [net.minecraft.server.MinecraftServer:func_71267_a:642]: at org.spongepowered.common.wo rld.WorldManager.saveWorld(WorldManager.java:503) [16:51:28] [Server thread/INFO] [STDERR]: [net.minecraft.server.MinecraftServer:func_71267_a:642]: at net.minecraft.server.Minecr aftServer.func_71267_a(MinecraftServer.java:640) [16:51:28] [Server thread/INFO] [STDERR]: [net.minecraft.server.MinecraftServer:func_71267_a:642]: at net.minecraft.server.Minecr aftServer.constant$getSaveTickInterval$0(MinecraftServer.java:595) [16:51:28] [Server thread/INFO] [STDERR]: [net.minecraft.server.MinecraftServer:func_71267_a:642]: at net.minecraft.server.Minecr aftServer.func_71217_p(MinecraftServer.java:632) [16:51:28] [Server thread/INFO] [STDERR]: [net.minecraft.server.MinecraftServer:func_71267_a:642]: at net.minecraft.server.Minecr aftServer.run(MinecraftServer.java:471) [16:51:28] [Server thread/INFO] [STDERR]: [net.minecraft.server.MinecraftServer:func_71267_a:642]: at java.lang.Thread.run(Unknow n Source) [16:51:28] [Server thread/INFO] [STDERR]: [net.minecraft.server.MinecraftServer:func_71267_a:642]: net.minecraft.world.MinecraftEx ception: The save folder for world .\Nexus\DIM1 is being accessed from another location, aborting [16:51:28] [Server thread/INFO] [STDERR]: [net.minecraft.server.MinecraftServer:func_71267_a:642]: at net.minecraft.world.storage .SaveHandler.func_75762_c(SaveHandler.java:96) [16:51:28] [Server thread/INFO] [STDERR]: [net.minecraft.server.MinecraftServer:func_71267_a:642]: at net.minecraft.world.World.f unc_72906_B(World.java:3428) [16:51:28] [Server thread/INFO] [STDERR]: [net.minecraft.server.MinecraftServer:func_71267_a:642]: at net.minecraft.world.WorldSe rver.func_73042_a(WorldServer.java:1036) [16:51:28] [Server thread/INFO] [STDERR]: [net.minecraft.server.MinecraftServer:func_71267_a:642]: at net.minecraft.world.WorldSe rverMulti.func_73042_a(WorldServerMulti.java:96) [16:51:28] [Server thread/INFO] [STDERR]: [net.minecraft.server.MinecraftServer:func_71267_a:642]: at net.minecraft.world.WorldSe rver.func_73044_a(WorldServer.java:1004) [16:51:28] [Server thread/INFO] [STDERR]: [net.minecraft.server.MinecraftServer:func_71267_a:642]: at org.spongepowered.common.wo rld.WorldManager.saveWorld(WorldManager.java:503) [16:51:28] [Server thread/INFO] [STDERR]: [net.minecraft.server.MinecraftServer:func_71267_a:642]: at net.minecraft.server.Minecr aftServer.func_71267_a(MinecraftServer.java:640) [16:51:28] [Server thread/INFO] [STDERR]: [net.minecraft.server.MinecraftServer:func_71267_a:642]: at net.minecraft.server.Minecr aftServer.constant$getSaveTickInterval$0(MinecraftServer.java:595) [16:51:28] [Server thread/INFO] [STDERR]: [net.minecraft.server.MinecraftServer:func_71267_a:642]: at net.minecraft.server.Minecr aftServer.func_71217_p(MinecraftServer.java:632) [16:51:28] [Server thread/INFO] [STDERR]: [net.minecraft.server.MinecraftServer:func_71267_a:642]: at net.minecraft.server.Minecr aftServer.run(MinecraftServer.java:471) [16:51:28] [Server thread/INFO] [STDERR]: [net.minecraft.server.MinecraftServer:func_71267_a:642]: at java.lang.Thread.run(Unknow n Source) [16:51:28] [Server thread/INFO] [STDERR]: [net.minecraft.server.MinecraftServer:func_71267_a:642]: net.minecraft.world.MinecraftEx ception: The save folder for world .\Nexus\Alara is being accessed from another location, aborting [16:51:28] [Server thread/INFO] [STDERR]: [net.minecraft.server.MinecraftServer:func_71267_a:642]: at net.minecraft.world.storage .SaveHandler.func_75762_c(SaveHandler.java:96) [16:51:28] [Server thread/INFO] [STDERR]: [net.minecraft.server.MinecraftServer:func_71267_a:642]: at net.minecraft.world.World.f unc_72906_B(World.java:3428) [16:51:28] [Server thread/INFO] [STDERR]: [net.minecraft.server.MinecraftServer:func_71267_a:642]: at net.minecraft.world.WorldSe rver.func_73042_a(WorldServer.java:1036) [16:51:28] [Server thread/INFO] [STDERR]: [net.minecraft.server.MinecraftServer:func_71267_a:642]: at net.minecraft.world.WorldSe rverMulti.func_73042_a(WorldServerMulti.java:96) [16:51:28] [Server thread/INFO] [STDERR]: [net.minecraft.server.MinecraftServer:func_71267_a:642]: at net.minecraft.world.WorldSe rver.func_73044_a(WorldServer.java:1004) [16:51:28] [Server thread/INFO] [STDERR]: [net.minecraft.server.MinecraftServer:func_71267_a:642]: at org.spongepowered.common.wo rld.WorldManager.saveWorld(WorldManager.java:503) [16:51:28] [Server thread/INFO] [STDERR]: [net.minecraft.server.MinecraftServer:func_71267_a:642]: at net.minecraft.server.Minecr aftServer.func_71267_a(MinecraftServer.java:640) [16:51:28] [Server thread/INFO] [STDERR]: [net.minecraft.server.MinecraftServer:func_71267_a:642]: at net.minecraft.server.Minecr aftServer.constant$getSaveTickInterval$0(MinecraftServer.java:595) [16:51:28] [Server thread/INFO] [STDERR]: [net.minecraft.server.MinecraftServer:func_71267_a:642]: at net.minecraft.server.Minecr aftServer.func_71217_p(MinecraftServer.java:632) [16:51:28] [Server thread/INFO] [STDERR]: [net.minecraft.server.MinecraftServer:func_71267_a:642]: at net.minecraft.server.Minecr aftServer.run(MinecraftServer.java:471) [16:51:28] [Server thread/INFO] [STDERR]: [net.minecraft.server.MinecraftServer:func_71267_a:642]: at java.lang.Thread.run(Unknow n Source) [16:51:28] [Server thread/INFO] [STDERR]: [net.minecraft.server.MinecraftServer:func_71267_a:642]: net.minecraft.world.MinecraftEx ception: The save folder for world .\Nexus\Zendikar is being accessed from another location, aborting [16:51:28] [Server thread/INFO] [STDERR]: [net.minecraft.server.MinecraftServer:func_71267_a:642]: at net.minecraft.world.storage .SaveHandler.func_75762_c(SaveHandler.java:96) [16:51:28] [Server thread/INFO] [STDERR]: [net.minecraft.server.MinecraftServer:func_71267_a:642]: at net.minecraft.world.World.f unc_72906_B(World.java:3428) [16:51:28] [Server thread/INFO] [STDERR]: [net.minecraft.server.MinecraftServer:func_71267_a:642]: at net.minecraft.world.WorldSe rver.func_73042_a(WorldServer.java:1036) [16:51:28] [Server thread/INFO] [STDERR]: [net.minecraft.server.MinecraftServer:func_71267_a:642]: at net.minecraft.world.WorldSe rverMulti.func_73042_a(WorldServerMulti.java:96) [16:51:28] [Server thread/INFO] [STDERR]: [net.minecraft.server.MinecraftServer:func_71267_a:642]: at net.minecraft.world.WorldSe rver.func_73044_a(WorldServer.java:1004) [16:51:28] [Server thread/INFO] [STDERR]: [net.minecraft.server.MinecraftServer:func_71267_a:642]: at org.spongepowered.common.wo rld.WorldManager.saveWorld(WorldManager.java:503) [16:51:28] [Server thread/INFO] [STDERR]: [net.minecraft.server.MinecraftServer:func_71267_a:642]: at net.minecraft.server.Minecr aftServer.func_71267_a(MinecraftServer.java:640) [16:51:28] [Server thread/INFO] [STDERR]: [net.minecraft.server.MinecraftServer:func_71267_a:642]: at net.minecraft.server.Minecr aftServer.constant$getSaveTickInterval$0(MinecraftServer.java:595) [16:51:28] [Server thread/INFO] [STDERR]: [net.minecraft.server.MinecraftServer:func_71267_a:642]: at net.minecraft.server.Minecr aftServer.func_71217_p(MinecraftServer.java:632) [16:51:28] [Server thread/INFO] [STDERR]: [net.minecraft.server.MinecraftServer:func_71267_a:642]: at net.minecraft.server.Minecr aftServer.run(MinecraftServer.java:471) [16:51:28] [Server thread/INFO] [STDERR]: [net.minecraft.server.MinecraftServer:func_71267_a:642]: at java.lang.Thread.run(Unknow n Source)`