[Direwolf20 v5.0.1] Server does not work; Crashing

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord
Status
Not open for further replies.

Zerro

New Member
Jul 29, 2019
163
0
0
I just updated my server from v4 to v5.0.1. When I launch the server, I eventually get the following message

2013-01-28 16:52:24 [INFO] [Minecraft] Done (2.744s)! For help, type "help" or "?"
2013-01-28 16:52:24 [FINER] [ForgeModLoader] Sending event FMLServerStartingEvent to mod mcp
2013-01-28 16:52:24 [FINER] [ForgeModLoader] Sent event FMLServerStartingEvent to mod mcp
2013-01-28 16:52:24 [FINER] [ForgeModLoader] Sending event FMLServerStartingEvent to mod FML
2013-01-28 16:52:24 [FINER] [ForgeModLoader] Sent event FMLServerStartingEvent to mod FML
2013-01-28 16:52:24 [FINER] [ForgeModLoader] Sending event FMLServerStartingEvent to mod Forge
2013-01-28 16:52:24 [FINER] [ForgeModLoader] Sent event FMLServerStartingEvent to mod Forge
.....
2013-01-28 16:52:24 [FINER] [ForgeModLoader] Sent event FMLServerStartingEvent to mod XyCraft
2013-01-28 16:52:24 [SEVERE] [ForgeModLoader] Fatal errors were detected during the transition from SERVER_ABOUT_TO_START to SERVER_STARTING. Loading cannot continue
2013-01-28 16:52:24 [SEVERE] [ForgeModLoader]
mcp [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
FML [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
Forge [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
CodeChickenCore [CodeChicken Core] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
NotEnoughItems [Not Enough Items] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
BuildCraft|Core [BuildCraft] (buildcraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
ComputerCraft [ComputerCraft] (computercraft.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
CCTurtle [ComputerCraft Turtles] (computercraft.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
....
2013-01-28 16:52:24 [SEVERE] [ForgeModLoader] The following problems were captured during this phase
2013-01-28 16:52:24 [SEVERE] [ForgeModLoader] Caught exception from Mystcraft
java.lang.IllegalArgumentException: Failed to register dimension for id 7, One is already registered
at net.minecraftforge.common.DimensionManager.registerDimension(DimensionManager.java:83)
at xcompwiz.mystcraft.Mystcraft.registerDimensions(Mystcraft.java:228)
at xcompwiz.mystcraft.Mystcraft.registerCommands(Mystcraft.java:188)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:487)
at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)
at cpw.mods.fml.common.Loader.serverStarting(Loader.java:702)
at cpw.mods.fml.common.FMLCommonHandler.handleServerStarting(FMLCommonHandler.java:314)
at ho.c(DedicatedServer.java:199)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:458)
at fy.run(SourceFile:849)
2013-01-28 16:52:24 [SEVERE] [ForgeModLoader] A fatal exception occurred during the server starting event
java.lang.IllegalArgumentException: Failed to register dimension for id 7, One is already registered
at net.minecraftforge.common.DimensionManager.registerDimension(DimensionManager.java:83)
at xcompwiz.mystcraft.Mystcraft.registerDimensions(Mystcraft.java:228)
at xcompwiz.mystcraft.Mystcraft.registerCommands(Mystcraft.java:188)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:487)
at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)
at cpw.mods.fml.common.Loader.serverStarting(Loader.java:702)
at cpw.mods.fml.common.FMLCommonHandler.handleServerStarting(FMLCommonHandler.java:314)
at ho.c(DedicatedServer.java:199)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:458)
at fy.run(SourceFile:849)

I'm hoping someone could help me in figuring out why my server isn't working with the new update.

Thanks for the assistance
 

Yippy Kai Aye

New Member
Jul 29, 2019
37
0
0
Version 5 adds Twilight Forest which tries and add a world with ID 7. To fix this go into TwillightForest.cfg, edit I:dimensionID to a free dimension ID. This should fix it for you
 

Zerro

New Member
Jul 29, 2019
163
0
0
Okay thanks, that was the reason. I guess even setting the DIM to a dimension that I had deleted doesn't work; it has to be a fresh dimension never used before
 

Conpen

New Member
Jul 29, 2019
7
0
0
For everyone who did this (me included), everyone who wants to travel to Twilight Forest must change the dimension ID in their local configs to match the server dimension number.
 
Status
Not open for further replies.