Windows .exe <reopened> Updating my world from Direwolf20 v4 to v5

Status
Not open for further replies.

ttyyllerrrr

New Member
Jul 29, 2019
31
0
0
Keep getting this error every time i log in

Code:
SEVERE] Encountered an unexpected exception IllegalArgumentException
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:485)
at sun.reflect.GeneratedMethodAccessor3.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:700)
at cpw.mods.fml.common.FMLCommonHandler.handleServerStarting(FMLCommonHandler.java:309)
at ho.c(DedicatedServer.java:198)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:458)
at fy.run(SourceFile:849)

Here is the full report http://pastebin.com/zhhdPdFA
 

iceDave

New Member
Jul 29, 2019
47
0
0
The direwolf20 v5 would be for 1.4.6 or for 1.4.7 ? When i download it i get error's does the jar is 1.4.7 and the FML is for 1.4.6. I know it's still in testing, only whant to know what version of MC it would be for :)
 

iceDave

New Member
Jul 29, 2019
47
0
0
i could get it to run, i downloaded the Direwolf20 v5 modpack with the FTB launcher, copied the direwolf20 folder to MultiMC and replaced the minecraft jar with the 1.4.7 jar.. start the MC launcher.. runs fine.. downloaded the server files with the FTB launcher for v5 modpack started the server and could connect to it. So it looks the only problem is, does the launcher pulls the wrong jarfile (1.4.6) when its downloading the modpack.
 
  • Like
Reactions: Nessiroj

Mason11987

New Member
Jul 29, 2019
21
0
0
You can change Twilight Forest to not use dimension 7 OR you can delete the DIM_MYST7 folder, and the Data/agedata_7.dat file.

That should do it.

Of course the second option will remove age 7, that didn't matter to me though.
 

iceDave

New Member
Jul 29, 2019
47
0
0
if you change the id for dimensions in the config file from twilight from 7 to 10 it works (for me)
 
Status
Not open for further replies.