BossX Posted May 28, 2014 Posted May 28, 2014 I am trying to add RedLogic to my modpack, and I am getting this error: RedLogic{55.4.0} [RedLogic] (redlogic-55.4.0.jar) Unloaded->Constructed->Errored TConstruct{1.5.2_1.4.3d7} [Tinkers' Construct] (TConstruct_1.5.2_1.4.3.final.jar) Unloaded->Constructed->Pre-initialized TConstruct|CompatMineFactoryReloaded{0.1} [TConstruct Compat: MFR] (TConstruct_1.5.2_1.4.3.final.jar) Unloaded->Constructed->Pre-initialized 2014-05-28 18:24:05 [SEVERE] [ForgeModLoader] The following problems were captured during this phase 2014-05-28 18:24:05 [SEVERE] [ForgeModLoader] Caught exception from RedLogic java.lang.RuntimeException: One or more errors were thrown while loading RedLogic at mods.immibis.cobaltite.ModBase._preinit(ModBase.java:254) at mods.immibis.redlogic.RedLogicMod.preinit(RedLogicMod.java:93) 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:494) 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:74) at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) at com.google.common.eventbus.EventBus.post(EventBus.java:267) at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:192) at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:172) 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:74) at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) at com.google.common.eventbus.EventBus.post(EventBus.java:267) at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:103) at cpw.mods.fml.common.Loader.loadMods(Loader.java:515) at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:163) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:411) at net.minecraft.client.MinecraftAppletImpl.func_71384_a(SourceFile:56) at net.minecraft.client.Minecraft.run(Minecraft.java:733) at java.lang.Thread.run(Unknown Source) Caused by: java.lang.NoClassDefFoundError: mods/immibis/redlogic/gates/GateTile at java.lang.Class.getDeclaredConstructors0(Native Method) at java.lang.Class.privateGetDeclaredConstructors(Unknown Source) at java.lang.Class.getConstructors(Unknown Source) at mods.immibis.cobaltite.ModBase._preinit(ModBase.java:167) ... 32 more Caused by: java.lang.ClassNotFoundException: mods.immibis.redlogic.gates.GateTile at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:139) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 36 more 2014-05-28 18:24:05 [INFO] [STDERR] java.lang.RuntimeException: One or more errors were thrown while loading RedLogic 2014-05-28 18:24:05 [INFO] [STDERR] at mods.immibis.cobaltite.ModBase._preinit(ModBase.java:254) 2014-05-28 18:24:05 [INFO] [STDERR] at mods.immibis.redlogic.RedLogicMod.preinit(RedLogicMod.java:93) 2014-05-28 18:24:05 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2014-05-28 18:24:05 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 2014-05-28 18:24:05 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 2014-05-28 18:24:05 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source) 2014-05-28 18:24:05 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:494) 2014-05-28 18:24:05 [INFO] [STDERR] at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) 2014-05-28 18:24:05 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 2014-05-28 18:24:05 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source) 2014-05-28 18:24:05 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) 2014-05-28 18:24:05 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) 2014-05-28 18:24:05 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314) 2014-05-28 18:24:05 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) 2014-05-28 18:24:05 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267) 2014-05-28 18:24:05 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:192) 2014-05-28 18:24:05 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:172) 2014-05-28 18:24:05 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2014-05-28 18:24:05 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 2014-05-28 18:24:05 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 2014-05-28 18:24:05 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source) 2014-05-28 18:24:05 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) 2014-05-28 18:24:05 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) 2014-05-28 18:24:05 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314) 2014-05-28 18:24:05 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) 2014-05-28 18:24:05 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267) 2014-05-28 18:24:05 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:103) 2014-05-28 18:24:05 [INFO] [STDERR] at cpw.mods.fml.common.Loader.loadMods(Loader.java:515) 2014-05-28 18:24:05 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:163) 2014-05-28 18:24:05 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:411) 2014-05-28 18:24:05 [INFO] [STDERR] at net.minecraft.client.MinecraftAppletImpl.func_71384_a(SourceFile:56) 2014-05-28 18:24:05 [INFO] [STDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:733) 2014-05-28 18:24:05 [INFO] [STDERR] at java.lang.Thread.run(Unknown Source) 2014-05-28 18:24:05 [INFO] [STDERR] Caused by: java.lang.NoClassDefFoundError: mods/immibis/redlogic/gates/GateTile 2014-05-28 18:24:05 [INFO] [STDERR] at java.lang.Class.getDeclaredConstructors0(Native Method) 2014-05-28 18:24:05 [INFO] [STDERR] at java.lang.Class.privateGetDeclaredConstructors(Unknown Source) 2014-05-28 18:24:05 [INFO] [STDERR] at java.lang.Class.getConstructors(Unknown Source) 2014-05-28 18:24:05 [INFO] [STDERR] at mods.immibis.cobaltite.ModBase._preinit(ModBase.java:167) 2014-05-28 18:24:05 [INFO] [STDERR] ... 32 more 2014-05-28 18:24:05 [INFO] [STDERR] Caused by: java.lang.ClassNotFoundException: mods.immibis.redlogic.gates.GateTile 2014-05-28 18:24:05 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:139) 2014-05-28 18:24:05 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source) 2014-05-28 18:24:05 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source) 2014-05-28 18:24:05 [INFO] [STDERR] ... 36 more I am on MC version 1.5.2, I have Immibis Core 55.1.6 and RedLogic 55.4.0. Quote
Discord Moderator plowmanplow Posted May 28, 2014 Discord Moderator Posted May 28, 2014 Without a link to your pack, the only think I could suggest would be to try updating to 55.4.1, the last 1.5.2 version. Quote
BossX Posted May 28, 2014 Author Posted May 28, 2014 (edited) I have tried that too, but it gives the same error. What other information do you need? I am making the pack, and haven't uploaded it yet. Edited May 28, 2014 by BossX Quote
Discord Moderator plowmanplow Posted May 29, 2014 Discord Moderator Posted May 29, 2014 Hard to debug something I can't see Just put together what you have and we'll take a peek. Quote
BossX Posted May 29, 2014 Author Posted May 29, 2014 Here's the link. http://www.technicpack.net/modpack/details/age-of-civilization.358459 Quote
Discord Moderator plowmanplow Posted May 29, 2014 Discord Moderator Posted May 29, 2014 RedLogic for 1.5.2 requires that immibis microblocks be installed. However, after doing so the default config values in immibis.cfg for RedLogic will have two fatal block ID conflicts. These should be easily resolved. Item of note: I believe you also have a number of item ID conflicts between MineFantasy and BuildCraft which really need to be resolved. Check your FML client log. Quote
BossX Posted May 29, 2014 Author Posted May 29, 2014 Thank you! That worked! I got the ID conflict in RedLogic resolved, but I'm not sure how to do an ID dump showing conflicting IDs. I got an ID dump that shows the ID and the block, but I didn't see anything conflicting. Quote
Discord Moderator plowmanplow Posted May 29, 2014 Discord Moderator Posted May 29, 2014 After launcher the client open up the file named "ForgeModLoader-client-0.log" in a decent text editor (Notepad++, Vim, etc.) and search for the word "CONFLICT" (without quotes). It will show you what ID (likely shifted up by 256 from the one listed in the config files) is conflicting and between which mods. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.