Jump to content

MCPC 1.4.2 beta 11 (with forge 6.0.1.355) not worked with Multiverse plugin


batak

Recommended Posts

Hello everyone. I have a problem on my MCPC server (1.4.2 beta 11 with 6.0.1.355 forge). Not work multiverse plugin (use a latest version core 638, portals 654). I think, that is forge problem, beacause multiverse work fine on craftbukkit 1.4.4R01 (build 2469). Here a code of error when I create world:

 

2012-11-20 18:00:55 [iNFO] CONSOLE: Starting creation of world 'test'...[m

2012-11-20 18:00:55 [iNFO] [Multiverse-Core] Loading World & Settings - 'test' - Env: NORMAL - Type: NORMAL

2012-11-20 18:00:55 [sEVERE] java.lang.IllegalArgumentException: Could not get provider type for dimension 13, does not exist

2012-11-20 18:00:55 [sEVERE] at net.minecraftforge.common.DimensionManager.getProviderType(DimensionManager.java:109)

2012-11-20 18:00:55 [sEVERE] at net.minecraftforge.common.DimensionManager.createProviderFor(DimensionManager.java:249)

2012-11-20 18:00:55 [sEVERE] at net.minecraft.server.WorldProvider.byDimension(WorldProvider.java:129)

2012-11-20 18:00:55 [sEVERE] at net.minecraft.server.WorldServer.<init>(WorldServer.java:49)

2012-11-20 18:00:55 [sEVERE] at org.bukkit.craftbukkit.CraftServer.createWorld(CraftServer.java:716)

2012-11-20 18:00:55 [sEVERE] at org.bukkit.Bukkit.createWorld(Bukkit.java:155)

2012-11-20 18:00:55 [sEVERE] at org.bukkit.WorldCreator.createWorld(WorldCreator.java:235)

2012-11-20 18:00:55 [sEVERE] at com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:395)

2012-11-20 18:00:55 [sEVERE] at com.onarandombox.MultiverseCore.utils.WorldManager.addWorld(WorldManager.java:228)

2012-11-20 18:00:55 [sEVERE] at com.onarandombox.MultiverseCore.commands.CreateCommand.runCommand(CreateCommand.java:114)

2012-11-20 18:00:55 [sEVERE] at com.pneumaticraft.commandhandler.multiverse.CommandHandler.checkAndRunCommand(CommandHandler.java:279)

2012-11-20 18:00:55 [sEVERE] at com.pneumaticraft.commandhandler.multiverse.CommandHandler.processFoundCommands(CommandHandler.java:143)

2012-11-20 18:00:55 [sEVERE] at com.pneumaticraft.commandhandler.multiverse.CommandHandler.locateAndRunCommand(CommandHandler.java:93)

2012-11-20 18:00:55 [sEVERE] at com.onarandombox.MultiverseCore.MultiverseCore.onCommand(MultiverseCore.java:882)

2012-11-20 18:00:55 [sEVERE] at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)

2012-11-20 18:00:55 [sEVERE] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:185)

2012-11-20 18:00:55 [sEVERE] at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:525)

2012-11-20 18:00:55 [sEVERE] at org.bukkit.craftbukkit.CraftServer.dispatchServerCommand(CraftServer.java:517)

2012-11-20 18:00:55 [sEVERE] at net.minecraft.server.DedicatedServer.al(DedicatedServer.java:255)

2012-11-20 18:00:55 [sEVERE] at net.minecraft.server.DedicatedServer.r(DedicatedServer.java:220)

2012-11-20 18:00:55 [sEVERE] at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:475)

2012-11-20 18:00:55 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:401)

2012-11-20 18:00:55 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:818)

2012-11-20 18:00:55 [sEVERE] [Multiverse-Core] The world 'test' could NOT be loaded because it contains errors!

2012-11-20 18:00:55 [sEVERE] [Multiverse-Core] Try using Chukster to repair your world! 'test'

2012-11-20 18:00:55 [sEVERE] [Multiverse-Core] http://forums.bukkit.org/threads/admin-chunkster.8186/

2012-11-20 18:00:55 [sEVERE] [Multiverse-Core] Failed to Create/Load the world 'test'

2012-11-20 18:00:55 [iNFO] CONSOLE: FAILED.[m

 

 

And error, when I try to import exist world:

 

2012-11-20 18:03:29 [iNFO] CONSOLE: Starting import of world 'test'...[m

2012-11-20 18:03:29 [iNFO] [Multiverse-Core] Loading World & Settings - 'test' - Env: NORMAL - Type: null

2012-11-20 18:03:29 [sEVERE] java.lang.IllegalArgumentException: Could not get provider type for dimension 13, does not exist

2012-11-20 18:03:29 [sEVERE] at net.minecraftforge.common.DimensionManager.getProviderType(DimensionManager.java:109)

2012-11-20 18:03:29 [sEVERE] at net.minecraftforge.common.DimensionManager.createProviderFor(DimensionManager.java:249)

2012-11-20 18:03:29 [sEVERE] at net.minecraft.server.WorldProvider.byDimension(WorldProvider.java:129)

2012-11-20 18:03:29 [sEVERE] at net.minecraft.server.WorldServer.<init>(WorldServer.java:49)

2012-11-20 18:03:29 [sEVERE] at org.bukkit.craftbukkit.CraftServer.createWorld(CraftServer.java:716)

2012-11-20 18:03:29 [sEVERE] at org.bukkit.Bukkit.createWorld(Bukkit.java:155)

2012-11-20 18:03:29 [sEVERE] at org.bukkit.WorldCreator.createWorld(WorldCreator.java:235)

2012-11-20 18:03:29 [sEVERE] at com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:395)

2012-11-20 18:03:29 [sEVERE] at com.onarandombox.MultiverseCore.utils.WorldManager.addWorld(WorldManager.java:228)

2012-11-20 18:03:29 [sEVERE] at com.onarandombox.MultiverseCore.commands.ImportCommand.runCommand(ImportCommand.java:147)

2012-11-20 18:03:29 [sEVERE] at com.pneumaticraft.commandhandler.multiverse.CommandHandler.checkAndRunCommand(CommandHandler.java:279)

2012-11-20 18:03:29 [sEVERE] at com.pneumaticraft.commandhandler.multiverse.CommandHandler.processFoundCommands(CommandHandler.java:143)

2012-11-20 18:03:29 [sEVERE] at com.pneumaticraft.commandhandler.multiverse.CommandHandler.locateAndRunCommand(CommandHandler.java:93)

2012-11-20 18:03:29 [sEVERE] at com.onarandombox.MultiverseCore.MultiverseCore.onCommand(MultiverseCore.java:882)

2012-11-20 18:03:29 [sEVERE] at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)

2012-11-20 18:03:29 [sEVERE] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:185)

2012-11-20 18:03:29 [sEVERE] at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:525)

2012-11-20 18:03:29 [sEVERE] at org.bukkit.craftbukkit.CraftServer.dispatchServerCommand(CraftServer.java:517)

2012-11-20 18:03:29 [sEVERE] at net.minecraft.server.DedicatedServer.al(DedicatedServer.java:255)

2012-11-20 18:03:29 [sEVERE] at net.minecraft.server.DedicatedServer.r(DedicatedServer.java:220)

2012-11-20 18:03:29 [sEVERE] at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:475)

2012-11-20 18:03:29 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:401)

2012-11-20 18:03:29 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:818)

2012-11-20 18:03:29 [sEVERE] [Multiverse-Core] The world 'test' could NOT be loaded because it contains errors!

2012-11-20 18:03:29 [sEVERE] [Multiverse-Core] Try using Chukster to repair your world! 'test'

2012-11-20 18:03:29 [sEVERE] [Multiverse-Core] http://forums.bukkit.org/threads/admin-chunkster.8186/

2012-11-20 18:03:29 [sEVERE] [Multiverse-Core] Failed to Create/Load the world 'test'

2012-11-20 18:03:29 [iNFO] CONSOLE: [31;1mFailed![m

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.