SWDTeam Forums

Welcome to the SWDTeam forums. Enjoy your stay!, Thank you for being part of our community!

Dalek mod Crashing

Hello, i have been trying to play the newest dalek mod version, but upon starting minecraft it just crashes with this report:

Show content

// Hey, that tickles! Hehehe!

 

Time: 12/23/20 10:13 AM

Description: There was a severe problem during mod loading that has caused the game to fail

 

net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from The Dalek Mod (thedalekmod)

Caused by: java.lang.IllegalArgumentException: Failed to register dimension for id 52, One is already registered

at net.minecraftforge.common.DimensionManager.registerDimension(DimensionManager.java:134)

at com.swdteam.common.init.DMDimensions.init(DMDimensions.java:78)

at com.swdteam.main.CommonProxy.init(CommonProxy.java:40)

at com.swdteam.main.ClientProxy.init(ClientProxy.java:192)

at com.swdteam.main.TheDalekMod.init(TheDalekMod.java:102)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

at java.lang.reflect.Method.invoke(Method.java:497)

at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637)

at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

at java.lang.reflect.Method.invoke(Method.java:497)

at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)

at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)

at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)

at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)

at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)

at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)

at com.google.common.eventbus.EventBus.post(EventBus.java:217)

at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)

at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

at java.lang.reflect.Method.invoke(Method.java:497)

at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)

at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)

at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)

at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)

at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)

at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)

at com.google.common.eventbus.EventBus.post(EventBus.java:217)

at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)

at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:749)

at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:336)

at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:535)

at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)

at net.minecraft.client.main.Main.main(SourceFile:123)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

at java.lang.reflect.Method.invoke(Method.java:497)

at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)

at net.minecraft.launchwrapper.Launch.main(Launch.java:28)



edit: sorry i didn't see that i need to get verified. i also somehow made it that it works. i don't know 100% how, but i think it was because of custom title screens from different mods.

You have two mods which try to claim dimension number 52. (I believe that's our TARDIS dimension). You need to go into our config file in .minecraft/config  and replace the number 52 with some other number which hasn't been claimed yet.

You must be logged in to post.