The Meaning of Life, the Universe, and Everything.
Join Date:
8/7/2018
Posts:
44
Member Details
I just installed a mod, and I got an error when booting up Minecraft! Can you help me? This is the error.
---- Minecraft Crash Report -------- Minecraft Crash Report ----
WARNING: coremods are present: MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.1.181.jar) LoadingPlugin (Quark-r1.5-144.jar)Contact their authors BEFORE contacting forge
// You should try our sister game, Minceraft!
Time: 5/28/19 12:24 PMDescription: There was a severe problem during mod loading that has caused the game to fail
net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Minestuck (minestuck)Caused by: java.lang.IllegalArgumentException: Failed to register dimension for id 2, One is already registered at net.minecraftforge.common.DimensionManager.registerDimension(DimensionManager.java:134) at com.mraof.minestuck.world.MinestuckDimensionHandler.register(MinestuckDimensionHandler.java:42) at com.mraof.minestuck.CommonProxy.init(CommonProxy.java:60) at com.mraof.minestuck.client.ClientProxy.init(ClientProxy.java:163) at com.mraof.minestuck.Minestuck.load(Minestuck.java:74) 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 net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:624) at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) 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(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) 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:744) 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(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
You'll need to go into your mod's config files, and change the conflicting dimension id (2) to a different id.
Rollback Post to RevisionRollBack
Say something silly, Laugh 'til it hurts, Take a risk, Sing out loud, Rock the boat, Shake things up, Flirt with disaster, Buy something frivolous, Color outside the lines, Cause a scene, Order dessert, Make waves, Get carried away, Have a great day!
Mod's config file are in the "config" folder inside ".minecraft" main folder.
Rollback Post to RevisionRollBack
Say something silly, Laugh 'til it hurts, Take a risk, Sing out loud, Rock the boat, Shake things up, Flirt with disaster, Buy something frivolous, Color outside the lines, Cause a scene, Order dessert, Make waves, Get carried away, Have a great day!
I just installed a mod, and I got an error when booting up Minecraft! Can you help me? This is the error.
---- Minecraft Crash Report -------- Minecraft Crash Report ----
WARNING: coremods are present: MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.1.181.jar) LoadingPlugin (Quark-r1.5-144.jar)Contact their authors BEFORE contacting forge
// You should try our sister game, Minceraft!
Time: 5/28/19 12:24 PMDescription: There was a severe problem during mod loading that has caused the game to fail
net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Minestuck (minestuck)Caused by: java.lang.IllegalArgumentException: Failed to register dimension for id 2, One is already registered at net.minecraftforge.common.DimensionManager.registerDimension(DimensionManager.java:134) at com.mraof.minestuck.world.MinestuckDimensionHandler.register(MinestuckDimensionHandler.java:42) at com.mraof.minestuck.CommonProxy.init(CommonProxy.java:60) at com.mraof.minestuck.client.ClientProxy.init(ClientProxy.java:163) at com.mraof.minestuck.Minestuck.load(Minestuck.java:74) 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 net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:624) at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) 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(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) 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:744) 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(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:---------------------------------------------------------------------------------------
-- System Details --Details: Minecraft Version: 1.12.2 Operating System: Windows Vista (x86) version 6.0 Java Version: 1.8.0_151, Oracle Corporation Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation Memory: 235969512 bytes (225 MB) / 1150550016 bytes (1097 MB) up to 1150550016 bytes (1097 MB) JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1110M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP 9.42 Powered by Forge 14.23.5.2814 20 mods loaded, 20 mods active States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
| State | ID | Version | Source | Signature | |:----- |:------------------- |:-------------- |:--------------------------------------------- |:---------------------------------------- | | LCHI | minecraft | 1.12.2 | minecraft.jar | None | | LCHI | mcp | 9.42 | minecraft.jar | None | | LCHI | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2814.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 | | LCHI | forge | 14.23.5.2814 | forge-1.12.2-14.23.5.2814.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 | | LCHI | micdoodlecore | | minecraft.jar | None | | LCHI | aether_legacy | 1.12.2-v3.2 | aether_legacy-1.12.2-v3.2.jar | None | | LCHI | kagic | X11p13 | kagic-X11p13.jar | None | | LCHI | amalgam | 1.0 | amalgam-1.0n11.jar | None | | LCHI | jei | 4.13.1.225 | jei_1.12.2-4.13.1.225.jar | None | | LCHI | quark | r1.5-144 | Quark-r1.5-144.jar | None | | LCHI | autoreglib | 1.3-24 | AutoRegLib-1.3-24.jar | None | | LCHI | biomesoplenty | 7.0.1.2399 | BiomesOPlenty-1.12.2-7.0.1.2399-universal.jar | None | | LCHI | brise | @version | brise-1.1_8.jar | None | | LCHI | galacticraftcore | 4.0.1.181 | GalacticraftCore-1.12.2-4.0.1.181.jar | None | | LCHI | galacticraftplanets | 4.0.1.181 | Galacticraft-Planets-1.12.2-4.0.1.181.jar | None | | LCHI | mjrlegendslib | 1.12.2-1.1.5 | MJRLegendsLib-1.12.2-1.1.5.jar | b02331787272ec3515ebe63ecdeea0d746653468 | | LCHI | extraplanets | 1.12.2-0.4.3 | ExtraPlanets-1.12.2-0.4.3.jar | b02331787272ec3515ebe63ecdeea0d746653468 | | LCHI | gravityfalls | 1.0 | Gravity+Falls+Mod+1.0.jar | None | | LCHE | minestuck | 1.12.2-1.4.287 | Minestuck-1.12.2-1.4.287.jar | None | | LCH | treechopper | 1.2.4 | TreeChopper-1.12.2-1.2.4.jar | None |
Loaded coremods (and transformers): MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.1.181.jar) micdoodle8.mods.miccore.MicdoodleTransformerLoadingPlugin (Quark-r1.5-144.jar) vazkii.quark.base.asm.ClassTransformer GL info: ' Vendor: 'NVIDIA Corporation' Version: '3.3.0' Renderer: 'GeForce 9200/integrated/SSE2/3DNOW!'
You'll need to go into your mod's config files, and change the conflicting dimension id (2) to a different id.
OK.
Wait, where in the Jar file are the config files stored? I'm using Winrar to crack the file open, but I can't find them!
Mod's config file are in the "config" folder inside ".minecraft" main folder.