So, I've finally got around to trying and building a mod pack that has a bit of everything. I've had no problems doing this in 1.6.4, but now, I'm not sure what has changed, nor how things work, in order to fix them.
I tend to play minecraft in Singleplayer, so all testing is done in that environment.
The error is pretty annoying. Upon Generating the world, and entering (or loading the generated world) The client crashes to main menu with this error:
[21:25:35] [Client thread/ERROR] [FML]: There was a critical exception handling a packet on channel NEI
[21:25:38] [Server thread/WARN] [FML]: Unable to lookup bluepower:taintedsilicon_chip_tile for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.taintedsilicon_chip_tile. Is there something wrong with the registry?
[21:25:38] [Server thread/WARN] [FML]: Unable to lookup bluepower:stone_bundle_tile for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.stone_bundle_tile. Is there something wrong with the registry?
[21:26:16] [Client thread/INFO]: [CHAT] Version 1.4.1.9 of WR-CBE is available
[21:26:17] [Client thread/INFO] [FML]: Ars Magica 2 >> Compendium unlock state not found to load. Assuming it hasn't been created yet.
Now, this lead me to look into Buildcraft, and anything else that used the outdated MJ interfaces. So, DragonAPI, and codechicken NEI. Only one with a Buildcraft API being used is Dragoncraft.
All the things I found, say to simply remove the Buildcraft folder out of the mod .jar files. So I did that, which lead me to this error.
[21:34:14] [Client thread/ERROR] [FML]: There was a critical exception handling a packet on channel NEI
[21:34:16] [Server thread/WARN] [FML]: Unable to lookup bluepower:taintedsilicon_chip_tile for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.taintedsilicon_chip_tile. Is there something wrong with the registry?
[21:34:16] [Server thread/WARN] [FML]: Unable to lookup bluepower:stone_bundle_tile for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.stone_bundle_tile. Is there something wrong with the registry?
[21:34:18] [Client thread/INFO]: [CHAT] Version 1.4.1.9 of WR-CBE is available
[21:34:18] [Client thread/INFO] [FML]: Ars Magica 2 >> Compendium unlock state not found to load. Assuming it hasn't been created yet.
Now, this message confuses me, as I am not sure if buildcraft is having an issue, or if Rotary craft is yelling at me for removing the BC interfacing from DragonAPI.
Edit 1: I use Multi-MC and manually have been configuring any conflicts.
Any help would be appreciated, and i will continue to try and fiddle with the Jar files to see what is causing it.
I tend to play minecraft in Singleplayer, so all testing is done in that environment.
The error is pretty annoying. Upon Generating the world, and entering (or loading the generated world) The client crashes to main menu with this error:
java.lang.NoSuchMethodError: buildcraft.api.core.JavaTools.getAllFields(Ljava/lang/Class;)Ljava/util/List;
at buildcraft.api.mj.MjAPI.getMjBatteryField(MjAPI.java:195) ~[MjAPI.class:?]
at buildcraft.api.mj.MjAPI.getMjBattery(MjAPI.java:84) ~[MjAPI.class:?]
at buildcraft.api.mj.MjAPI.getMjBattery(MjAPI.java:54) ~[MjAPI.class:?]
at buildcraft.api.mj.MjAPI.getMjBattery(MjAPI.java:45) ~[MjAPI.class:?]
at buildcraft.api.power.PowerHandler.<init>(PowerHandler.java:157) ~[PowerHandler.class:?]
at buildcraft.api.power.PowerHandler.<init>(PowerHandler.java:143) ~[PowerHandler.class:?]
at Reika.RotaryCraft.ModInterface.TileEntityPneumaticEngine.<init>(TileEntityPneumaticEngine.java:47) ~[TileEntityPneumaticEngine.class:?]
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_25]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_25]
at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_25]
at java.lang.Class.newInstance(Unknown Source) ~[?:1.8.0_25]
at Reika.RotaryCraft.Registry.MachineRegistry.createTEInstanceForRender(MachineRegistry.java:1257) ~[MachineRegistry.class:?]
at Reika.RotaryCraft.Items.Placers.ItemMachinePlacer.func_150895_a(ItemMachinePlacer.java:225) ~[ItemMachinePlacer.class:?]
at codechicken.nei.api.ItemInfo.searchItems(ItemInfo.java:364) ~[ItemInfo.class:?]
at codechicken.nei.api.ItemInfo.load(ItemInfo.java:97) ~[ItemInfo.class:?]
at codechicken.nei.NEIClientConfig.bootNEI(NEIClientConfig.java:258) ~[NEIClientConfig.class:?]
at codechicken.nei.NEIClientConfig.loadWorld(NEIClientConfig.java:208) ~[NEIClientConfig.class:?]
at codechicken.nei.NEICPH.handleSMPCheck(NEICPH.java:109) ~[NEICPH.class:?]
at codechicken.nei.NEICPH.handlePacket(NEICPH.java:23) ~[NEICPH.class:?]
at codechicken.lib.packet.PacketCustom$ClientInboundHandler.handle(PacketCustom.java:98) ~[PacketCustom$ClientInboundHandler.class:?]
at codechicken.lib.packet.PacketCustom$CustomInboundHandler.channelRead0(PacketCustom.java:75) ~[PacketCustom$CustomInboundHandler.class:?]
at codechicken.lib.packet.PacketCustom$CustomInboundHandler.channelRead0(PacketCustom.java:62) ~[PacketCustom$CustomInboundHandler.class:?]
at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:98) ~[SimpleChannelInboundHandler.class:?]
at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) ~[DefaultChannelHandlerContext.class:?]
at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) ~[DefaultChannelHandlerContext.class:?]
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785) ~[DefaultChannelPipeline.class:?]
at io.netty.channel.embedded.EmbeddedChannel.writeInbound(EmbeddedChannel.java:169) ~[EmbeddedChannel.class:?]
at cpw.mods.fml.common.network.internal.FMLProxyPacket.func_148833_a(FMLProxyPacket.java:77) [FMLProxyPacket.class:?]
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212) [ej.class:?]
at net.minecraft.client.multiplayer.PlayerControllerMP.func_78765_e(PlayerControllerMP.java:273) [bje.class:?]
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1590) [bao.class:?]
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:961) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_25]
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:286) [NewLaunch.jar:?]
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:376) [NewLaunch.jar:?]
at org.multimc.EntryPoint.listen(EntryPoint.java:165) [NewLaunch.jar:?]
at org.multimc.EntryPoint.main(EntryPoint.java:54) [NewLaunch.jar:?]
[21:25:35] [Netty Client IO #0/INFO] [THAUMCRAFT]: Restoring client configs.
[21:25:35] [Netty Client IO #0/INFO] [simplyjetpacks]: Loading configuration files
[21:25:35] [Client thread/INFO] [Waila]: Received server authentication msg. Remote sync will be activated
[21:25:35] [Client thread/INFO]: [CHAT] [TwilightForest] Biome ID conflict detected. Fix by editing the config file.
[21:25:35] [Client thread/INFO] [NEIAddons]: World changed, resetting
[21:25:35] [Client thread/INFO] [NEIAddons]: Available server commands: SetForestryWorktableRecipe
[21:25:35] [Client thread/INFO] [FML]: Ars Magica 2 >> Received player login packet. Secondary tree cap: 99. Disabled skills: 0
[21:25:35] [Server thread/INFO]: <PROFILE NAME> lost connection: TextComponent{text='Disconnected', siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null}}
[21:25:35] [Server thread/INFO]: <PROFILE NAME> left the game
[21:25:36] [Server thread/INFO]: Stopping singleplayer server as player logged out
[21:25:36] [Client thread/INFO] [FML]: DRAGONAPI: No texture packs contain an image for Textures/Items/items.png. Loading default.
[21:25:36] [Client thread/INFO] [FML]: Pipelining texture from Reika.ChromatiCraft.ChromatiCraft to Textures/Items/items.png
[21:25:36] [Client thread/INFO] [FML]: DRAGONAPI: No texture packs contain an image for Textures/Items/items2.png. Loading default.
[21:25:36] [Client thread/INFO] [FML]: Pipelining texture from Reika.RotaryCraft.RotaryCraft to Textures/Items/items2.png
[21:25:36] [Client thread/INFO] [FML]: DRAGONAPI: No texture packs contain an image for Textures/Items/items1.png. Loading default.
[21:25:36] [Client thread/INFO] [FML]: Pipelining texture from Reika.ReactorCraft.ReactorCraft to Textures/Items/items1.png
[21:25:36] [Server thread/INFO]: Saving and pausing game...
[21:25:36] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
[21:25:36] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
[21:25:36] [Server thread/INFO]: Saving chunks for level 'New World'/The End
[21:25:36] [Server thread/INFO]: Saving chunks for level 'New World'/Soul Network Dimension
[21:25:36] [Server thread/INFO]: Saving chunks for level 'New World'/Twilight Forest
[21:25:36] [Server thread/INFO]: Saving chunks for level 'New World'/Mining World
[21:25:36] [Server thread/INFO]: Saving chunks for level 'New World'/Bedrock
[21:25:36] [Server thread/INFO]: Saving chunks for level 'New World'/The Outer Lands
[21:25:36] [Server thread/INFO]: Stopping server
[21:25:36] [Server thread/INFO]: Saving players
[21:25:36] [Server thread/INFO]: Saving worlds
[21:25:36] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
[21:25:36] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
[21:25:36] [Server thread/INFO]: Saving chunks for level 'New World'/The End
[21:25:36] [Server thread/INFO]: Saving chunks for level 'New World'/Soul Network Dimension
[21:25:36] [Server thread/INFO]: Saving chunks for level 'New World'/Twilight Forest
[21:25:36] [Server thread/INFO]: Saving chunks for level 'New World'/Mining World
[21:25:36] [Server thread/INFO]: Saving chunks for level 'New World'/Bedrock
[21:25:36] [Server thread/INFO]: Saving chunks for level 'New World'/The Outer Lands
[21:25:38] [Server thread/INFO] [FML]: Unloading dimension 0
[21:25:38] [Server thread/INFO] [FML]: Unloading dimension -1
[21:25:38] [Server thread/INFO] [FML]: Unloading dimension 1
[21:25:38] [Server thread/INFO] [FML]: Unloading dimension 42
[21:25:38] [Server thread/INFO] [FML]: Unloading dimension 7
[21:25:38] [Server thread/INFO] [FML]: Unloading dimension 6
[21:25:38] [Server thread/INFO] [FML]: Unloading dimension -19
[21:25:38] [Server thread/INFO] [FML]: Unloading dimension -42
[21:25:38] [Server thread/INFO] [FML]: Applying holder lookups
[21:25:38] [Server thread/WARN] [FML]: Unable to lookup bluepower:taintedsilicon_chip_tile for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.taintedsilicon_chip_tile. Is there something wrong with the registry?
[21:25:38] [Server thread/WARN] [FML]: Unable to lookup bluepower:stone_bundle_tile for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.stone_bundle_tile. Is there something wrong with the registry?
[21:25:38] [Server thread/INFO] [FML]: Holder lookups applied
[21:25:38] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -30
[21:25:38] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -29
[21:25:38] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -28
[21:26:16] [Client thread/INFO]: [CHAT] Version 1.4.1.9 of WR-CBE is available
[21:26:17] [Client thread/INFO] [FML]: Ars Magica 2 >> Compendium unlock state not found to load. Assuming it hasn't been created yet.
All the things I found, say to simply remove the Buildcraft folder out of the mod .jar files. So I did that, which lead me to this error.
java.lang.NoClassDefFoundError: buildcraft/api/power/IPowerReceptor
at java.lang.Class.getDeclaredConstructors0(Native Method) ~[?:1.8.0_25]
at java.lang.Class.privateGetDeclaredConstructors(Unknown Source) ~[?:1.8.0_25]
at java.lang.Class.getConstructor0(Unknown Source) ~[?:1.8.0_25]
at java.lang.Class.newInstance(Unknown Source) ~[?:1.8.0_25]
at Reika.RotaryCraft.Registry.MachineRegistry.createTEInstanceForRender(MachineRegistry.java:1257) ~[MachineRegistry.class:?]
at Reika.RotaryCraft.Items.Placers.ItemMachinePlacer.func_150895_a(ItemMachinePlacer.java:225) ~[ItemMachinePlacer.class:?]
at codechicken.nei.api.ItemInfo.searchItems(ItemInfo.java:364) ~[ItemInfo.class:?]
at codechicken.nei.api.ItemInfo.load(ItemInfo.java:97) ~[ItemInfo.class:?]
at codechicken.nei.NEIClientConfig.bootNEI(NEIClientConfig.java:258) ~[NEIClientConfig.class:?]
at codechicken.nei.NEIClientConfig.loadWorld(NEIClientConfig.java:208) ~[NEIClientConfig.class:?]
at codechicken.nei.NEICPH.handleSMPCheck(NEICPH.java:109) ~[NEICPH.class:?]
at codechicken.nei.NEICPH.handlePacket(NEICPH.java:23) ~[NEICPH.class:?]
at codechicken.lib.packet.PacketCustom$ClientInboundHandler.handle(PacketCustom.java:98) ~[PacketCustom$ClientInboundHandler.class:?]
at codechicken.lib.packet.PacketCustom$CustomInboundHandler.channelRead0(PacketCustom.java:75) ~[PacketCustom$CustomInboundHandler.class:?]
at codechicken.lib.packet.PacketCustom$CustomInboundHandler.channelRead0(PacketCustom.java:62) ~[PacketCustom$CustomInboundHandler.class:?]
at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:98) ~[SimpleChannelInboundHandler.class:?]
at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) ~[DefaultChannelHandlerContext.class:?]
at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) ~[DefaultChannelHandlerContext.class:?]
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785) ~[DefaultChannelPipeline.class:?]
at io.netty.channel.embedded.EmbeddedChannel.writeInbound(EmbeddedChannel.java:169) ~[EmbeddedChannel.class:?]
at cpw.mods.fml.common.network.internal.FMLProxyPacket.func_148833_a(FMLProxyPacket.java:77) [FMLProxyPacket.class:?]
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212) [ej.class:?]
at net.minecraft.client.multiplayer.PlayerControllerMP.func_78765_e(PlayerControllerMP.java:273) [bje.class:?]
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1590) [bao.class:?]
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:961) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_25]
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:286) [NewLaunch.jar:?]
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:376) [NewLaunch.jar:?]
at org.multimc.EntryPoint.listen(EntryPoint.java:165) [NewLaunch.jar:?]
at org.multimc.EntryPoint.main(EntryPoint.java:54) [NewLaunch.jar:?]
Caused by: java.lang.ClassNotFoundException: buildcraft.api.power.IPowerReceptor
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101) ~[launchwrapper-1.11.jar:?]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_25]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_25]
... 41 more
[21:34:14] [Netty Client IO #0/INFO] [THAUMCRAFT]: Restoring client configs.
[21:34:14] [Netty Client IO #0/INFO] [simplyjetpacks]: Loading configuration files
[21:34:14] [Client thread/INFO] [Waila]: Received server authentication msg. Remote sync will be activated
[21:34:14] [Client thread/INFO]: [CHAT] [TwilightForest] Biome ID conflict detected. Fix by editing the config file.
[21:34:14] [Client thread/INFO] [NEIAddons]: World changed, resetting
[21:34:14] [Client thread/INFO] [NEIAddons]: Available server commands: SetForestryWorktableRecipe
[21:34:14] [Client thread/INFO] [FML]: Ars Magica 2 >> Received player login packet. Secondary tree cap: 99. Disabled skills: 0
[21:34:14] [Client thread/INFO] [FML]: DRAGONAPI: No texture packs contain an image for Textures/Items/items.png. Loading default.
[21:34:14] [Client thread/INFO] [FML]: Pipelining texture from Reika.ChromatiCraft.ChromatiCraft to Textures/Items/items.png
[21:34:14] [Client thread/INFO] [FML]: DRAGONAPI: No texture packs contain an image for Textures/Items/items2.png. Loading default.
[21:34:14] [Client thread/INFO] [FML]: Pipelining texture from Reika.RotaryCraft.RotaryCraft to Textures/Items/items2.png
[21:34:14] [Client thread/INFO] [FML]: DRAGONAPI: No texture packs contain an image for Textures/Items/items1.png. Loading default.
[21:34:14] [Client thread/INFO] [FML]: Pipelining texture from Reika.ReactorCraft.ReactorCraft to Textures/Items/items1.png
[21:34:14] [Server thread/INFO]: <PROFILE NAME> lost connection: TextComponent{text='Disconnected', siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null}}
[21:34:14] [Server thread/INFO]: <PROFILE NAME> left the game
[21:34:14] [Server thread/INFO]: Stopping singleplayer server as player logged out
[21:34:14] [Server thread/INFO]: Saving and pausing game...
[21:34:14] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
[21:34:14] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
[21:34:14] [Server thread/INFO]: Saving chunks for level 'New World'/The End
[21:34:14] [Server thread/INFO]: Saving chunks for level 'New World'/Soul Network Dimension
[21:34:14] [Server thread/INFO]: Saving chunks for level 'New World'/Twilight Forest
[21:34:14] [Server thread/INFO]: Saving chunks for level 'New World'/Mining World
[21:34:14] [Server thread/INFO]: Saving chunks for level 'New World'/Bedrock
[21:34:14] [Server thread/INFO]: Saving chunks for level 'New World'/The Outer Lands
[21:34:14] [Server thread/INFO]: Stopping server
[21:34:14] [Server thread/INFO]: Saving players
[21:34:14] [Server thread/INFO]: Saving worlds
[21:34:14] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
[21:34:14] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
[21:34:14] [Server thread/INFO]: Saving chunks for level 'New World'/The End
[21:34:14] [Server thread/INFO]: Saving chunks for level 'New World'/Soul Network Dimension
[21:34:14] [Server thread/INFO]: Saving chunks for level 'New World'/Twilight Forest
[21:34:14] [Server thread/INFO]: Saving chunks for level 'New World'/Mining World
[21:34:14] [Server thread/INFO]: Saving chunks for level 'New World'/Bedrock
[21:34:14] [Server thread/INFO]: Saving chunks for level 'New World'/The Outer Lands
[21:34:15] [Server thread/INFO] [FML]: Unloading dimension 0
[21:34:15] [Server thread/INFO] [FML]: Unloading dimension -1
[21:34:15] [Server thread/INFO] [FML]: Unloading dimension 1
[21:34:15] [Server thread/INFO] [FML]: Unloading dimension 42
[21:34:15] [Server thread/INFO] [FML]: Unloading dimension 7
[21:34:15] [Server thread/INFO] [FML]: Unloading dimension 6
[21:34:15] [Server thread/INFO] [FML]: Unloading dimension -19
[21:34:15] [Server thread/INFO] [FML]: Unloading dimension -42
[21:34:16] [Server thread/INFO] [FML]: Applying holder lookups
[21:34:16] [Server thread/WARN] [FML]: Unable to lookup bluepower:taintedsilicon_chip_tile for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.taintedsilicon_chip_tile. Is there something wrong with the registry?
[21:34:16] [Server thread/WARN] [FML]: Unable to lookup bluepower:stone_bundle_tile for public static net.minecraft.item.Item com.bluepowermod.init.BPItems.stone_bundle_tile. Is there something wrong with the registry?
[21:34:16] [Server thread/INFO] [FML]: Holder lookups applied
[21:34:16] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -30
[21:34:16] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -29
[21:34:16] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -28
[21:34:18] [Client thread/INFO]: [CHAT] Version 1.4.1.9 of WR-CBE is available
[21:34:18] [Client thread/INFO] [FML]: Ars Magica 2 >> Compendium unlock state not found to load. Assuming it hasn't been created yet.
Edit 1: I use Multi-MC and manually have been configuring any conflicts.
Any help would be appreciated, and i will continue to try and fiddle with the Jar files to see what is causing it.