I need some help. Whenever I try to install Mekanism and Atomic Science alongside MFFS, it comes upw tih this error:
I remove MFFS, and it goes on and says ID Conflicts; I am going in to edit those conflicts now but even though I have never used MFFS, I still would like it in the pack.
Code:
2014-01-31 17:52:27 [INFO] [STDOUT] ---- Minecraft Crash Report ----
2014-01-31 17:52:27 [INFO] [STDOUT] // Sorry :(
2014-01-31 17:52:27 [INFO] [STDOUT]
2014-01-31 17:52:27 [INFO] [STDOUT] Time: 1/31/14 5:52 PM
2014-01-31 17:52:27 [INFO] [STDOUT] Description: Initializing game
2014-01-31 17:52:27 [INFO] [STDOUT]
2014-01-31 17:52:27 [INFO] [STDOUT] java.lang.NoClassDefFoundError: calclavia/lib/prefab/CustomDamageSource
2014-01-31 17:52:27 [INFO] [STDOUT] at mffs.ModularForceFieldSystem.<clinit>(ModularForceFieldSystem.java:175)
2014-01-31 17:52:27 [INFO] [STDOUT] at java.lang.Class.forName0(Native Method)
2014-01-31 17:52:27 [INFO] [STDOUT] at java.lang.Class.forName(Unknown Source)
2014-01-31 17:52:27 [INFO] [STDOUT] at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:462)
2014-01-31 17:52:27 [INFO] [STDOUT] at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
2014-01-31 17:52:27 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2014-01-31 17:52:27 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source)
2014-01-31 17:52:27 [INFO] [STDOUT] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2014-01-31 17:52:27 [INFO] [STDOUT] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2014-01-31 17:52:27 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2014-01-31 17:52:27 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2014-01-31 17:52:27 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2014-01-31 17:52:27 [INFO] [STDOUT] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
2014-01-31 17:52:27 [INFO] [STDOUT] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
2014-01-31 17:52:27 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2014-01-31 17:52:27 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2014-01-31 17:52:27 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2014-01-31 17:52:27 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source)
2014-01-31 17:52:27 [INFO] [STDOUT] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2014-01-31 17:52:27 [INFO] [STDOUT] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2014-01-31 17:52:27 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2014-01-31 17:52:27 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2014-01-31 17:52:27 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2014-01-31 17:52:27 [INFO] [STDOUT] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
2014-01-31 17:52:27 [INFO] [STDOUT] at cpw.mods.fml.common.Loader.loadMods(Loader.java:511)
2014-01-31 17:52:27 [INFO] [STDOUT] at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
2014-01-31 17:52:27 [INFO] [STDOUT] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)
2014-01-31 17:52:27 [INFO] [STDOUT] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
2014-01-31 17:52:27 [INFO] [STDOUT] at net.minecraft.client.main.Main.main(SourceFile:101)
2014-01-31 17:52:27 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2014-01-31 17:52:27 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2014-01-31 17:52:27 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2014-01-31 17:52:27 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source)
2014-01-31 17:52:27 [INFO] [STDOUT] at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
2014-01-31 17:52:27 [INFO] [STDOUT] at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
2014-01-31 17:52:27 [INFO] [STDOUT] Caused by: java.lang.ClassNotFoundException: calclavia.lib.prefab.CustomDamageSource
2014-01-31 17:52:27 [INFO] [STDOUT] at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186)
2014-01-31 17:52:27 [INFO] [STDOUT] at java.lang.ClassLoader.loadClass(Unknown Source)
2014-01-31 17:52:27 [INFO] [STDOUT] at java.lang.ClassLoader.loadClass(Unknown Source)
2014-01-31 17:52:27 [INFO] [STDOUT] ... 35 more
2014-01-31 17:52:27 [INFO] [STDOUT] Caused by: java.lang.NullPointerException
2014-01-31 17:52:27 [INFO] [STDOUT]
2014-01-31 17:52:27 [INFO] [STDOUT]
2014-01-31 17:52:27 [INFO] [STDOUT] A detailed walkthrough of the error, its code path and all known details is as follows:
2014-01-31 17:52:27 [INFO] [STDOUT] ---------------------------------------------------------------------------------------
2014-01-31 17:52:27 [INFO] [STDOUT]
2014-01-31 17:52:27 [INFO] [STDOUT] -- Head --
2014-01-31 17:52:27 [INFO] [STDOUT] Stacktrace:
2014-01-31 17:52:27 [INFO] [STDOUT] at mffs.ModularForceFieldSystem.<clinit>(ModularForceFieldSystem.java:175)
2014-01-31 17:52:27 [INFO] [STDOUT] at java.lang.Class.forName0(Native Method)
2014-01-31 17:52:27 [INFO] [STDOUT] at java.lang.Class.forName(Unknown Source)
2014-01-31 17:52:27 [INFO] [STDOUT] at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:462)
2014-01-31 17:52:27 [INFO] [STDOUT] at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
2014-01-31 17:52:27 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2014-01-31 17:52:27 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source)
2014-01-31 17:52:27 [INFO] [STDOUT] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2014-01-31 17:52:27 [INFO] [STDOUT] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2014-01-31 17:52:27 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2014-01-31 17:52:27 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2014-01-31 17:52:27 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2014-01-31 17:52:27 [INFO] [STDOUT] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
2014-01-31 17:52:27 [INFO] [STDOUT] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
2014-01-31 17:52:27 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2014-01-31 17:52:27 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2014-01-31 17:52:27 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2014-01-31 17:52:27 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source)
2014-01-31 17:52:27 [INFO] [STDOUT] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2014-01-31 17:52:27 [INFO] [STDOUT] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2014-01-31 17:52:27 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2014-01-31 17:52:27 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2014-01-31 17:52:27 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2014-01-31 17:52:27 [INFO] [STDOUT] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
2014-01-31 17:52:27 [INFO] [STDOUT] at cpw.mods.fml.common.Loader.loadMods(Loader.java:511)
2014-01-31 17:52:27 [INFO] [STDOUT] at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
2014-01-31 17:52:27 [INFO] [STDOUT] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)
2014-01-31 17:52:27 [INFO] [STDOUT]
2014-01-31 17:52:27 [INFO] [STDOUT] -- Initialization --
2014-01-31 17:52:27 [INFO] [STDOUT] Details:
2014-01-31 17:52:27 [INFO] [STDOUT] Stacktrace:
2014-01-31 17:52:27 [INFO] [STDOUT] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
2014-01-31 17:52:27 [INFO] [STDOUT] at net.minecraft.client.main.Main.main(SourceFile:101)
2014-01-31 17:52:27 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2014-01-31 17:52:27 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2014-01-31 17:52:27 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2014-01-31 17:52:27 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source)
2014-01-31 17:52:27 [INFO] [STDOUT] at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
2014-01-31 17:52:27 [INFO] [STDOUT] at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
2014-01-31 17:52:27 [INFO] [STDOUT]
2014-01-31 17:52:27 [INFO] [STDOUT] -- System Details --
2014-01-31 17:52:27 [INFO] [STDOUT] Details:
2014-01-31 17:52:27 [INFO] [STDOUT] Minecraft Version: 1.6.4
2014-01-31 17:52:27 [INFO] [STDOUT] Operating System: Windows 8 (amd64) version 6.2
2014-01-31 17:52:27 [INFO] [STDOUT] Java Version: 1.7.0_45, Oracle Corporation
2014-01-31 17:52:27 [INFO] [STDOUT] Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
2014-01-31 17:52:27 [INFO] [STDOUT] Memory: 175838072 bytes (167 MB) / 369049600 bytes (351 MB) up to 14962655232 bytes (14269 MB)
2014-01-31 17:52:27 [INFO] [STDOUT] JVM Flags: 4 total; -Xms256M -Xmx14336M -XX:PermSize=256m -Xincgc
2014-01-31 17:52:27 [INFO] [STDOUT] AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
2014-01-31 17:52:27 [INFO] [STDOUT] Suspicious classes: FML and Forge are installed
2014-01-31 17:52:27 [INFO] [STDOUT] IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
2014-01-31 17:52:27 [INFO] [STDOUT] FML: MCP v8.11 FML v6.4.49.965 Minecraft Forge 9.11.1.965 Feed The Beast Mod Pack 176 mods loaded, 176 mods active
2014-01-31 17:52:27 [INFO] [STDOUT] mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
****Snip****
I remove MFFS, and it goes on and says ID Conflicts; I am going in to edit those conflicts now but even though I have never used MFFS, I still would like it in the pack.