I am trying to make a personal modpack for 1.7.10 using the normal minecraft client. I have the right forge installed and I installed most of my mods without issue. CoFH appears to be the issue, but I am not sure.
The error log pops up in the launcher and looks as follows:
[12:09:32] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[12:09:32] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[12:09:32] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
[12:09:32] [main/INFO] [FML]: Forge Mod Loader version 7.10.85.1286 for Minecraft 1.7.10 loading
[12:09:32] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.7.0_25, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\jre7
[12:09:32] [main/WARN] [FML]: The coremod appeng.transformer.AppEngCore does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[12:09:32] [main/INFO] [FML]: [AppEng] Core Init
[12:09:32] [main/WARN] [FML]: The coremod codechicken.core.launch.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[12:09:32] [main/INFO] [STDERR]: [codechicken.core.launch.DepLoader$DepLoadInst:scanDepInfo:510]: Failed to load dependencies.info from CoFHCore-2.0.0.5.jar as JSON
[12:09:32] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: java.lang.RuntimeException: Invalid filename format for dependency: [email protected]@[email protected]@.jar
[12:09:32] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at codechicken.core.launch.DepLoader$DepLoadInst.loadJson(DepLoader.java:558)
[12:09:32] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at codechicken.core.launch.DepLoader$DepLoadInst.loadJSon(DepLoader.java:521)
[12:09:32] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at codechicken.core.launch.DepLoader$DepLoadInst.scanDepInfo(DepLoader.java:507)
[12:09:32] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at codechicken.core.launch.DepLoader$DepLoadInst.scanDepInfos(DepLoader.java:497)
[12:09:32] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at codechicken.core.launch.DepLoader$DepLoadInst.load(DepLoader.java:445)
[12:09:32] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at codechicken.core.launch.DepLoader.load(DepLoader.java:584)
[12:09:32] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at codechicken.core.launch.CodeChickenCorePlugin.<init>(CodeChickenCorePlugin.java:47)
[12:09:32] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[12:09:32] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
[12:09:32] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
[12:09:32] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.reflect.Constructor.newInstance(Unknown Source)
[12:09:32] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.Class.newInstance(Unknown Source)
[12:09:32] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:458)
[12:09:32] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:346)
[12:09:32] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:214)
[12:09:32] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90)
[12:09:32] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67)
[12:09:32] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34)
[12:09:32] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:126)
[12:09:32] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:115)
[12:09:32] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[12:09:32] [main/WARN] [FML]: The coremod cofh.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[12:09:32] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: java.lang.AbstractMethodError
[12:09:32] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:459)
[12:09:32] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:346)
[12:09:32] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:214)
[12:09:32] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90)
[12:09:32] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67)
[12:09:32] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34)
[12:09:32] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:126)
[12:09:32] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:115)
[12:09:32] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[12:09:32] [main/ERROR] [FML]: An error occurred trying to configure the minecraft home at C:\Users\Kelsey\AppData\Roaming\.minecraft for Forge Mod Loader
java.lang.AbstractMethodError
at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:459) ~[forge-1.7.10-10.13.2.1286.jar:?]
at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:346) ~[forge-1.7.10-10.13.2.1286.jar:?]
at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:214) ~[forge-1.7.10-10.13.2.1286.jar:?]
at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90) [forge-1.7.10-10.13.2.1286.jar:?]
at cpw.mods.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67) [forge-1.7.10-10.13.2.1286.jar:?]
at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34) [forge-1.7.10-10.13.2.1286.jar:?]
at cpw.mods.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:126) [forge-1.7.10-10.13.2.1286.jar:?]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:115) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
Exception in thread "main" [12:09:32] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: java.lang.AbstractMethodError
[12:09:32] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:459)
[12:09:32] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:346)
[12:09:32] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:214)
[12:09:32] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90)
[12:09:32] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67)
[12:09:32] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34)
[12:09:32] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:126)
[12:09:32] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:115)
[12:09:32] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
CodeChickenLib goes into the /minecraft/mods/1.7.10 folder, not directly into the mods folder. And I can't see the codechickencore mod at all. Leading me to believe you were unpacking it manually as lib gets placed automatically where it's supposed to.
So...get rid of all that (wrong version anyway) and download the right version (go for both recommended or both latest for ccc and NEI):
Um...
Mods go into mods folder, not into mods/1.7.10 folder
Only libs (that get placed there automatically anyway) go into that folder.
Codechickencorelib you have should not be in the same folder as codechickencore is the point meaning you had to have placed it wrong manually, which lead me to believe you unpacked the original core file instead of just letting forge install it. If this isn't the case, put the lib back into the 1.7.10 folder and the rest of the mods into the mod folder.
Hum. Ok lets assume it's not ccc and it's cofh instead, and ccc is just reporting it.
Get CoFH B9-40 and MFR RC6-5 off of here: http://teamcofh.com/downloads/
But personally looks like there's something wrong with both of them:
[12:09:32] [main/INFO] [STDERR]: [codechicken.core.launch.DepLoader$DepLoadInst:scanDepInfo:510]: Failed to load dependencies.info from CoFHCore-2.0.0.5.jar as JSON [12:09:32] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: java.lang.RuntimeException: Invalid filename format for dependency: [email protected]@[email protected]@.jar
Progress! that caused the launcher to progress. It then told me I needed at least 1.0.4.0 of NEI, which i updated. Now minecraft launches but it does not reach the Mojang screen, it stays black and then stops responding.
Go back to launcher, hit edit profile->select keep launcher open. Hit save profile. Try to start the game. After it stops responding go back to the mc launcher and copy paste contents of Launcher Log and Game Output tabs.
[13:35:19] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[13:35:19] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[13:35:19] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
[13:35:19] [main/INFO] [FML]: Forge Mod Loader version 7.10.85.1286 for Minecraft 1.7.10 loading
[13:35:19] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.7.0_25, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\jre7
[13:35:20] [main/WARN] [FML]: The coremod appeng.transformer.AppEngCore does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[13:35:20] [main/INFO] [FML]: [AppEng] Core Init
[13:35:20] [main/WARN] [FML]: The coremod codechicken.core.launch.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[13:35:20] [main/WARN] [FML]: The coremod cofh.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[13:35:20] [main/WARN] [FML]: The coremod codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[13:35:20] [main/WARN] [FML]: The coremod ic2.core.coremod.IC2core does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[13:35:20] [main/WARN] [FML]: The coremod invtweaks.forge.asm.FMLPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[13:35:20] [main/WARN] [FML]: The coremod mrtjp.core.handler.CorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[13:35:20] [main/WARN] [FML]: The coremod codechicken.nei.asm.NEICorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[13:35:21] [main/INFO] [FML]: Loading tweaker optifine.OptiFineForgeTweaker from OptiFine_1.7.10_HD_U_B4.jar
[13:35:21] [main/WARN] [FML]: The coremod codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[13:35:21] [main/WARN] [FML]: The coremod thaumcraft.codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[13:35:21] [main/WARN] [FML]: The coremod codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[13:35:21] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[13:35:21] [main/INFO] [LaunchWrapper]: Loading tweak class name optifine.OptiFineForgeTweaker
[13:35:21] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[13:35:21] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[13:35:21] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[13:35:21] [main/INFO] [LaunchWrapper]: Calling tweak class optifine.OptiFineForgeTweaker
[13:35:21] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:49]: OptiFineForgeTweaker: acceptOptions
[13:35:21] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:49]: OptiFineForgeTweaker: injectIntoClassLoader
[13:35:21] [main/INFO] [STDOUT]: [optifine.OptiFineClassTransformer:dbg:179]: OptiFine ClassTransformer
[13:35:21] [main/INFO] [STDOUT]: [optifine.OptiFineClassTransformer:dbg:179]: OptiFine URL: file:/C:/Users/Kelsey/AppData/Roaming/.minecraft/mods/OptiFine_1.7.10_HD_U_B4.jar
[13:35:21] [main/INFO] [STDOUT]: [optifine.OptiFineClassTransformer:dbg:179]: OptiFine ZIP file: [email protected]
[13:35:21] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:35:21] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:35:25] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[13:35:25] [main/INFO] [FML]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
[13:35:25] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:35:25] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:35:25] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:35:25] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:35:25] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:35:26] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:35:26] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:35:26] [main/INFO] [IC2-core]: Loaded library ejml-0.23.jar.
[13:35:26] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:35:26] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:35:27] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:35:27] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:35:27] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:35:27] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:35:27] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:35:27] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[13:35:29] [main/INFO] [STDOUT]: [cofh.asm.PCCAccessTransformer:readMappingFile:40]: Adding Accesstransformer map: CoFH_at.cfg
[13:35:30] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
[13:35:30] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
[13:35:30] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:49]: OptiFineForgeTweaker: getLaunchArguments
[13:35:30] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[13:35:32] [main/INFO] [AE2-CORE]: func_146977_a(Lnet/minecraft/inventory/Slot;)V - Public
[13:35:32] [main/INFO] [AE2-CORE]: func_146977_a_original(Lnet/minecraft/inventory/Slot;)V - New Method
[13:35:32] [main/INFO] [AE2-CORE]: func_146977_a(Lnet/minecraft/inventory/Slot;)V - Invoke Virtual
[13:35:33] [main/INFO]: Setting user: FerrumAngeles
[13:35:35] [main/INFO] [OpenComputers]: Successfully patched sw.recreateLeash.
[13:35:37] [Client thread/INFO]: LWJGL Version: 2.9.1
[OptiFine]
[OptiFine] OptiFine_1.7.10_HD_U_B4
[OptiFine] Sat Jan 24 13:35:37 EST 2015
[OptiFine] OS: Windows 7 (amd64) version 6.1
[OptiFine] Java: 1.7.0_25, Oracle Corporation
[OptiFine] VM: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
[OptiFine] LWJGL: 2.9.1
[OptiFine] OpenGL: Intel(R) HD Graphics 3000, version 3.1.0 - Build 9.17.10.3062, Intel
[OptiFine] OpenGL Version: 3.1
[OptiFine] OpenGL Fancy fog: Not available (GL_NV_fog_distance)
[OptiFine] Maximum texture size: 8192x8192
[OptiFine] Checking for new version
[OptiFine] Version found: B4
[13:35:42] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
[13:35:42] [Client thread/INFO] [FML]: MinecraftForge v10.13.2.1286 Initialized
[13:35:42] [Client thread/INFO] [FML]: Replaced 183 ore recipies
[OptiFine] (Reflector) Class not present: ModLoader
[OptiFine] (Reflector) Class not present: net.minecraft.src.FMLRenderAccessLibrary
[OptiFine] (Reflector) Class not present: LightCache
[OptiFine] (Reflector) Class not present: BlockCoord
[13:35:42] [Client thread/INFO] [FML]: InvTweaks: net.minecraft.inventory.ContainerRepair
[13:35:42] [Client thread/INFO] [FML]: InvTweaks: net.minecraft.inventory.Container
[13:35:43] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
[13:35:43] [Client thread/INFO] [FML]: Forge Mod Loader has detected optifine OptiFine_1.7.10_HD_U_B4, enabling compatibility features
[13:35:43] [Client thread/INFO] [FML]: [AppEng] Core Init
[13:35:43] [Client thread/INFO] [FML]: Searching C:\Users\Kelsey\AppData\Roaming\.minecraft\mods for mods
[13:35:43] [Client thread/INFO] [FML]: Also searching C:\Users\Kelsey\AppData\Roaming\.minecraft\mods\1.7.10 for mods
[13:35:49] [Client thread/INFO] [AppleCore]: Mod AppleCore is missing the required element 'name'. Substituting AppleCore
[13:35:50] [Client thread/WARN] [Botany]: Mod Botany is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.0-pre5
[13:35:50] [Client thread/WARN] [BinnieCore]: Mod BinnieCore is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.0-pre5
[13:35:50] [Client thread/WARN] [ExtraBees]: Mod ExtraBees is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.0-pre5
[13:35:50] [Client thread/WARN] [ExtraTrees]: Mod ExtraTrees is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.0-pre5
[13:35:50] [Client thread/WARN] [Genetics]: Mod Genetics is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.0-pre5
[13:35:51] [Client thread/WARN] [ChickenChunks]: Mod ChickenChunks is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.3.4.16
[13:35:51] [Client thread/WARN] [EnderStorage]: Mod EnderStorage is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.4.5.27
[13:35:51] [Client thread/WARN] [ExtraUtilities]: Mod ExtraUtilities is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.2.1
[13:35:54] [Client thread/WARN] [PneumaticCraft]: Mod PneumaticCraft is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.5.2-50
[13:35:54] [Client thread/WARN] [ProjRed|Core]: Mod ProjRed|Core is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.5.8.59
[13:35:55] [Client thread/WARN] [simplyjetpacks]: Mod simplyjetpacks is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.3.2
[13:35:56] [Client thread/WARN] [WR-CBE|Core]: Mod WR-CBE|Core is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.4.1.9
[13:35:56] [Client thread/WARN] [WR-CBE|Addons]: Mod WR-CBE|Addons is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.4.1.9
[13:35:56] [Client thread/WARN] [WR-CBE|Logic]: Mod WR-CBE|Logic is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.4.1.9
[13:35:56] [Client thread/WARN] [ForgeMicroblock]: Mod ForgeMicroblock is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.1.0.314
[13:35:56] [Client thread/WARN] [ForgeMultipart]: Mod ForgeMultipart is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.1.0.314
[13:35:56] [Client thread/WARN] [McMultipart]: Mod McMultipart is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.1.0.314
[13:35:56] [Client thread/INFO] [MrTJPCoreMod]: Mod MrTJPCoreMod is missing the required element 'name'. Substituting MrTJPCoreMod
[13:35:56] [Client thread/WARN] [MrTJPCoreMod]: Mod MrTJPCoreMod is missing the required element 'version' and no fallback can be found. Substituting '1.0'.
[13:35:56] [Client thread/INFO] [FML]: Forge Mod Loader has identified 87 mods to load
[13:35:56] [Client thread/INFO] [FML]: Found mod(s) [adventurebackpack] containing declared API package baubles.api (owned by Baubles) without associated API reference
[13:35:56] [Client thread/INFO] [FML]: Found mod(s) [ExtraUtilities] containing declared API package baubles.api (owned by Baubles) without associated API reference
[13:35:56] [Client thread/INFO] [FML]: Found mod(s) [GraveStone] containing declared API package baubles.api (owned by Baubles) without associated API reference
[13:35:56] [Client thread/INFO] [FML]: Found mod(s) [RedstoneArsenal] containing declared API package mods.railcraft.api.core.items (owned by RailcraftAPI|core) without associated API reference
[13:35:56] [Client thread/INFO] [FML]: Found mod(s) [simplyjetpacks] containing declared API package cofh.api (owned by CoFHLib) without associated API reference
[13:35:59] [Client thread/INFO] [FML]: FML has found a non-mod file BON.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[13:35:59] [Client thread/INFO] [FML]: FML has found a non-mod file CoFHLib-[1.7.10]1.0.0B8-34.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[13:35:59] [Client thread/INFO] [FML]: FML has found a non-mod file CodeChickenLib-1.7.10-1.1.1.106-universal.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[13:36:00] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, appliedenergistics2-core, CodeChickenCore, <CoFH ASM>, NotEnoughItems, OpenComputers|Core, adventurebackpack, AppleCore, appliedenergistics2, Backpack, BiblioCraft, BiblioWoodsBoP, BiblioWoodsForestry, BigReactors, Botany, BinnieCore, ExtraBees, ExtraTrees, Genetics, BiomesOPlenty, BuildCraft|Silicon, BuildCraft|Core, BuildCraft|Transport, BuildCraft|Builders, BuildCraft|Energy, BuildCraft|Factory, CarpentersBlocks, ChickenChunks, chisel, CoFHCore, ComputerCraft, customnpcs, EnderStorage, ExtraUtilities, Forestry, GraveStone, IC2, inventorytweaks, IronChest, journeymap, lootbags, Mantle, MineFactoryReloaded, MineFactoryReloaded|CompatAppliedEnergistics, MineFactoryReloaded|CompatAtum, MineFactoryReloaded|CompatBackTools, MineFactoryReloaded|CompatBuildCraft, MineFactoryReloaded|CompatChococraft, MineFactoryReloaded|CompatExtraBiomes, MineFactoryReloaded|CompatForestry, MineFactoryReloaded|CompatForgeMicroblock, MineFactoryReloaded|CompatIC2, MineFactoryReloaded|CompatMystcraft, MineFactoryReloaded|CompatProjRed, MineFactoryReloaded|CompatRailcraft, MineFactoryReloaded|CompatRP2, MineFactoryReloaded|CompatSufficientBiomes, MineFactoryReloaded|CompatThaumcraft, MineFactoryReloaded|CompatThermalExpansion, MineFactoryReloaded|CompatTConstruct, MineFactoryReloaded|CompatTwilightForest, MineFactoryReloaded|CompatVanilla, OpenComputers, harvestcraft, PneumaticCraft, ProjRed|Core, Railcraft, RedstoneArsenal, simplyjetpacks, SpiceOfLife, TConstruct, Thaumcraft, ThermalExpansion, ThermalFoundation, TMechworks, TwilightForest, Waila, WR-CBE|Core, WR-CBE|Addons, WR-CBE|Logic, Baubles, ForgeMicroblock, ForgeMultipart, McMultipart, MrTJPCoreMod] at CLIENT
[13:36:00] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, appliedenergistics2-core, CodeChickenCore, <CoFH ASM>, NotEnoughItems, OpenComputers|Core, adventurebackpack, AppleCore, appliedenergistics2, Backpack, BiblioCraft, BiblioWoodsBoP, BiblioWoodsForestry, BigReactors, Botany, BinnieCore, ExtraBees, ExtraTrees, Genetics, BiomesOPlenty, BuildCraft|Silicon, BuildCraft|Core, BuildCraft|Transport, BuildCraft|Builders, BuildCraft|Energy, BuildCraft|Factory, CarpentersBlocks, ChickenChunks, chisel, CoFHCore, ComputerCraft, customnpcs, EnderStorage, ExtraUtilities, Forestry, GraveStone, IC2, inventorytweaks, IronChest, journeymap, lootbags, Mantle, MineFactoryReloaded, MineFactoryReloaded|CompatAppliedEnergistics, MineFactoryReloaded|CompatAtum, MineFactoryReloaded|CompatBackTools, MineFactoryReloaded|CompatBuildCraft, MineFactoryReloaded|CompatChococraft, MineFactoryReloaded|CompatExtraBiomes, MineFactoryReloaded|CompatForestry, MineFactoryReloaded|CompatForgeMicroblock, MineFactoryReloaded|CompatIC2, MineFactoryReloaded|CompatMystcraft, MineFactoryReloaded|CompatProjRed, MineFactoryReloaded|CompatRailcraft, MineFactoryReloaded|CompatRP2, MineFactoryReloaded|CompatSufficientBiomes, MineFactoryReloaded|CompatThaumcraft, MineFactoryReloaded|CompatThermalExpansion, MineFactoryReloaded|CompatTConstruct, MineFactoryReloaded|CompatTwilightForest, MineFactoryReloaded|CompatVanilla, OpenComputers, harvestcraft, PneumaticCraft, ProjRed|Core, Railcraft, RedstoneArsenal, simplyjetpacks, SpiceOfLife, TConstruct, Thaumcraft, ThermalExpansion, ThermalFoundation, TMechworks, TwilightForest, Waila, WR-CBE|Core, WR-CBE|Addons, WR-CBE|Logic, Baubles, ForgeMicroblock, ForgeMultipart, McMultipart, MrTJPCoreMod] at SERVER
[13:36:01] [Client thread/INFO] [OpenComputers]: Successfully patched bok.func_110827_b.
[13:36:01] [Client thread/ERROR] [Backpack]: The mod Backpack is expecting signature @[email protected] for source backpack-2.0.0-1.7.x.jar, however there is no signature matching that description
[13:36:08] [Client thread/ERROR] [Mantle]: [Environment Checks] Optifine detected. This may cause issues due to base edits or ASM usage.
[13:36:09] [Client thread/INFO] [CoFH ASM]: Stripping methods and fields from powercrystals.minefactoryreloaded.modhelpers.ic2.IC2
[13:36:10] [Client thread/INFO] [CoFH ASM]: Stripping methods and fields from powercrystals.minefactoryreloaded.modhelpers.thaumcraft.Thaumcraft
[13:36:10] [Client thread/INFO] [TConstruct]: Preparing to take over the world
[13:36:13] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Not Enough Items, FMLFileResourcePack:Adventure Backpack, FMLFileResourcePack:AppleCore, FMLFileResourcePack:Applied Energistics 2, FMLFileResourcePack:Backpack, FMLFileResourcePack:BiblioCraft, FMLFileResourcePack:BiblioWoods Biomes O'Plenty Edition, FMLFileResourcePack:BiblioWoods Forestry Edition, FMLFileResourcePack:Big Reactors, FMLFileResourcePack:Botany, FMLFileResourcePack:Binnie Core, FMLFileResourcePack:Extra Bees, FMLFileResourcePack:Extra Trees, FMLFileResourcePack:Genetics, FMLFileResourcePack:Biomes O' Plenty, FMLFileResourcePack:BC Silicon, FMLFileResourcePack:BuildCraft, FMLFileResourcePack:BC Transport, FMLFileResourcePack:BC Builders, FMLFileResourcePack:BC Energy, FMLFileResourcePack:BC Factory, FMLFileResourcePack:Carpenter's Blocks, FMLFileResourcePack:ChickenChunks, FMLFileResourcePack:Chisel, FMLFileResourcePack:CoFH Core, FMLFileResourcePack:ComputerCraft, FMLFileResourcePack:CustomNpcs, FMLFileResourcePack:EnderStorage, FMLFileResourcePack:Extra Utilities, FMLFileResourcePack:Forestry for Minecraft, FMLFileResourcePack:GraveStone, FMLFileResourcePack:IndustrialCraft 2, FMLFileResourcePack:Inventory Tweaks, FMLFileResourcePack:Iron Chest, FMLFileResourcePack:JourneyMap, FMLFileResourcePack:Loot Bags, FMLFileResourcePack:Mantle, FMLFileResourcePack:MineFactory Reloaded, FMLFileResourcePack:MFR Compat: Applied Energistics, FMLFileResourcePack:MFR Compat: Atum, FMLFileResourcePack:MFR Compat: BackTools, FMLFileResourcePack:MFR Compat: BuildCraft, FMLFileResourcePack:MFR Compat: Chococraft, FMLFileResourcePack:MFR Compat: ExtraBiomes, FMLFileResourcePack:MFR Compat: Forestry, FMLFileResourcePack:MFR Compat: ForgeMicroblock, FMLFileResourcePack:MFR Compat: IC2, FMLFileResourcePack:MFR Compat: Mystcraft, FMLFileResourcePack:MFR Compat ProjectRed, FMLFileResourcePack:MFR Compat: Railcraft, FMLFileResourcePack:MFR Compat: RP2, FMLFileResourcePack:MFR Compat: Sufficient Biomes, FMLFileResourcePack:MFR Compat: Thaumcraft, FMLFileResourcePack:MFR Compat: Thermal Expansion, FMLFileResourcePack:MFR Compat: Tinkers' Construct, FMLFileResourcePack:MFR Compat: TwilightForest, FMLFileResourcePack:MFR Compat: Vanilla, FMLFileResourcePack:OpenComputers, FMLFileResourcePack:Pam's HarvestCraft, FMLFileResourcePack:PneumaticCraft, FMLFileResourcePack:ProjectRed, FMLFileResourcePack:Railcraft, FMLFileResourcePack:Redstone Arsenal, FMLFileResourcePack:Simply Jetpacks, FMLFileResourcePack:The Spice of Life, FMLFileResourcePack:Tinkers' Construct, FMLFileResourcePack:Thaumcraft, FMLFileResourcePack:Thermal Expansion, FMLFileResourcePack:Thermal Foundation, FMLFileResourcePack:Tinkers' Mechworks, FMLFileResourcePack:The Twilight Forest, FMLFileResourcePack:Waila, FMLFileResourcePack:WR-CBE Core, FMLFileResourcePack:WR-CBE Addons, FMLFileResourcePack:WR-CBE Logic, FMLFileResourcePack:Baubles, FMLFileResourcePack:Forge Microblocks, FMLFileResourcePack:Forge Multipart, FMLFileResourcePack:Minecraft Multipart Plugin, FMLFileResourcePack:MrTJPCoreMod
[13:36:13] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
[13:36:13] [Client thread/INFO] [FML]: Found 337 ObjectHolder annotations
[13:36:14] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
[13:36:14] [Client thread/INFO] [Adventure Backpack]: Registered the class com.darkona.adventurebackpack.fluids.effects.WaterEffect as a FluidEffect for water with the ID 0
[13:36:14] [Client thread/INFO] [Adventure Backpack]: Registered the class com.darkona.adventurebackpack.fluids.effects.LavaEffect as a FluidEffect for lava with the ID 1
[13:36:14] [Client thread/INFO] [Adventure Backpack]: Registered the class com.darkona.adventurebackpack.fluids.effects.MilkEffect as a FluidEffect for milk with the ID 2
[13:36:14] [Client thread/INFO] [Adventure Backpack]: Registered the class com.darkona.adventurebackpack.fluids.effects.MelonJuiceEffect as a FluidEffect for melonjuice with the ID 3
[13:36:14] [Client thread/INFO] [Adventure Backpack]: Registered the class com.darkona.adventurebackpack.fluids.effects.MushroomStewEffect as a FluidEffect for mushroomsoup with the ID 4
[13:36:14] [Client thread/INFO] [AE2:C]: Starting ( PreInit )
[13:36:15] [Client thread/INFO] [AE2-CORE]: Allowing Interface buildcraft.api.transport.IPipeConnection from appeng/parts/misc/PartStorageBus because BC integration is enabled.
[13:36:15] [Client thread/INFO] [AE2-CORE]: Allowing Method overridePipeConnection from appeng/parts/misc/PartStorageBus because BC integration is enabled.
[13:36:15] [Client thread/INFO] [AE2-CORE]: Allowing Interface buildcraft.api.transport.IPipeConnection from appeng/parts/p2p/PartP2PItems because BC integration is enabled.
[13:36:15] [Client thread/INFO] [AE2-CORE]: Allowing Method overridePipeConnection from appeng/parts/p2p/PartP2PItems because BC integration is enabled.
[13:36:15] [Client thread/INFO] [AE2-CORE]: Removing Method provider from appeng/integration/modules/MJ6 because MJ5 integration is disabled.
[13:36:15] [Client thread/INFO] [AE2-CORE]: Updated appeng/integration/modules/MJ6
[13:36:15] [Client thread/INFO] [AE2-CORE]: Removing Interface buildcraft.api.mj.ISidedBatteryProvider from appeng/parts/p2p/PartP2PBCPower because MJ6 integration is disabled.
[13:36:15] [Client thread/INFO] [AE2-CORE]: Removing Interface buildcraft.api.mj.IBatteryObject from appeng/parts/p2p/PartP2PBCPower because MJ6 integration is disabled.
[13:36:15] [Client thread/INFO] [AE2-CORE]: Removing Interface buildcraft.api.power.IPowerReceptor from appeng/parts/p2p/PartP2PBCPower because MJ5 integration is disabled.
[13:36:15] [Client thread/INFO] [AE2-CORE]: Removing Interface appeng.api.networking.ticking.IGridTickable from appeng/parts/p2p/PartP2PBCPower because MJ5 integration is disabled.
[13:36:15] [Client thread/INFO] [AE2-CORE]: Removing Method getTickingRequest from appeng/parts/p2p/PartP2PBCPower because MJ5 integration is disabled.
[13:36:15] [Client thread/INFO] [AE2-CORE]: Removing Method tickingRequest from appeng/parts/p2p/PartP2PBCPower because MJ5 integration is disabled.
[13:36:15] [Client thread/INFO] [AE2-CORE]: Removing Method getTargetBattery from appeng/parts/p2p/PartP2PBCPower because MJ6 integration is disabled.
[13:36:15] [Client thread/INFO] [AE2-CORE]: Removing Method getPowerTarget from appeng/parts/p2p/PartP2PBCPower because MJ5 integration is disabled.
[13:36:15] [Client thread/INFO] [AE2-CORE]: Removing Method getPowerReceiver from appeng/parts/p2p/PartP2PBCPower because MJ5 integration is disabled.
[13:36:15] [Client thread/INFO] [AE2-CORE]: Removing Method doWork from appeng/parts/p2p/PartP2PBCPower because MJ5 integration is disabled.
[13:36:15] [Client thread/INFO] [AE2-CORE]: Removing Method getMjBattery from appeng/parts/p2p/PartP2PBCPower because MJ6 integration is disabled.
[13:36:15] [Client thread/INFO] [AE2-CORE]: Removing Method getEnergyRequested from appeng/parts/p2p/PartP2PBCPower because MJ6 integration is disabled.
[13:36:15] [Client thread/INFO] [AE2-CORE]: Removing Method addEnergy from appeng/parts/p2p/PartP2PBCPower because MJ6 integration is disabled.
[13:36:15] [Client thread/INFO] [AE2-CORE]: Removing Method addEnergy from appeng/parts/p2p/PartP2PBCPower because MJ6 integration is disabled.
[13:36:15] [Client thread/INFO] [AE2-CORE]: Removing Method addEnergyInternal from appeng/parts/p2p/PartP2PBCPower because MJ6 integration is disabled.
[13:36:15] [Client thread/INFO] [AE2-CORE]: Removing Method getEnergyStored from appeng/parts/p2p/PartP2PBCPower because MJ6 integration is disabled.
[13:36:15] [Client thread/INFO] [AE2-CORE]: Removing Method setEnergyStored from appeng/parts/p2p/PartP2PBCPower because MJ6 integration is disabled.
[13:36:15] [Client thread/INFO] [AE2-CORE]: Removing Method minimumConsumption from appeng/parts/p2p/PartP2PBCPower because MJ6 integration is disabled.
[13:36:15] [Client thread/INFO] [AE2-CORE]: Removing Method maxReceivedPerCycle from appeng/parts/p2p/PartP2PBCPower because MJ6 integration is disabled.
[13:36:15] [Client thread/INFO] [AE2-CORE]: Removing Method reconfigure from appeng/parts/p2p/PartP2PBCPower because MJ6 integration is disabled.
[13:36:15] [Client thread/INFO] [AE2-CORE]: Removing Method kind from appeng/parts/p2p/PartP2PBCPower because MJ6 integration is disabled.
[13:36:15] [Client thread/INFO] [AE2-CORE]: Updated appeng/parts/p2p/PartP2PBCPower
[13:36:15] [Client thread/INFO] [AE2-CORE]: Allowing Interface ic2.api.energy.tile.IEnergySink from appeng/parts/p2p/PartP2PIC2Power because IC2 integration is enabled.
[13:36:15] [Client thread/INFO] [AE2-CORE]: Allowing Interface ic2.api.energy.tile.IEnergySource from appeng/parts/p2p/PartP2PIC2Power because IC2 integration is enabled.
[13:36:15] [Client thread/INFO] [AE2-CORE]: Allowing Interface cofh.api.energy.IEnergyHandler from appeng/parts/p2p/PartP2PRFPower because RF integration is enabled.
[13:36:15] [Client thread/INFO] [AE2-CORE]: Allowing Interface powercrystals.minefactoryreloaded.api.rednet.connectivity.IRedNetConnection from appeng/block/networking/BlockCableBus because MFR integration is enabled.
[13:36:15] [Client thread/INFO] [AE2-CORE]: Allowing Method getConnectionType from appeng/block/networking/BlockCableBus because MFR integration is enabled.
[13:36:16] [Client thread/INFO] [AE2-CORE]: Removing Interface buildcraft.api.power.IPowerReceptor from appeng/tile/powersink/MinecraftJoules5 because MJ5 integration is disabled.
[13:36:16] [Client thread/INFO] [AE2-CORE]: Removing Method getPowerReceiver from appeng/tile/powersink/MinecraftJoules5 because MJ5 integration is disabled.
[13:36:16] [Client thread/INFO] [AE2-CORE]: Removing Method doWork from appeng/tile/powersink/MinecraftJoules5 because MJ5 integration is disabled.
[13:36:16] [Client thread/INFO] [AE2-CORE]: Removing Method getWorld from appeng/tile/powersink/MinecraftJoules5 because MJ5 integration is disabled.
[13:36:16] [Client thread/INFO] [AE2-CORE]: Updated appeng/tile/powersink/MinecraftJoules5
[13:36:16] [Client thread/INFO] [AE2-CORE]: Removing Interface buildcraft.api.mj.IBatteryProvider from appeng/tile/powersink/MinecraftJoules6 because MJ6 integration is disabled.
[13:36:16] [Client thread/INFO] [AE2-CORE]: Removing Interface buildcraft.api.mj.IBatteryObject from appeng/tile/powersink/MinecraftJoules6 because MJ6 integration is disabled.
[13:36:16] [Client thread/INFO] [AE2-CORE]: Removing Method kind from appeng/tile/powersink/MinecraftJoules6 because MJ6 integration is disabled.
[13:36:16] [Client thread/INFO] [AE2-CORE]: Removing Method getEnergyRequested from appeng/tile/powersink/MinecraftJoules6 because MJ6 integration is disabled.
[13:36:16] [Client thread/INFO] [AE2-CORE]: Removing Method addEnergy from appeng/tile/powersink/MinecraftJoules6 because MJ6 integration is disabled.
[13:36:16] [Client thread/INFO] [AE2-CORE]: Removing Method addEnergy from appeng/tile/powersink/MinecraftJoules6 because MJ6 integration is disabled.
[13:36:16] [Client thread/INFO] [AE2-CORE]: Removing Method getEnergyStored from appeng/tile/powersink/MinecraftJoules6 because MJ6 integration is disabled.
[13:36:16] [Client thread/INFO] [AE2-CORE]: Removing Method setEnergyStored from appeng/tile/powersink/MinecraftJoules6 because MJ6 integration is disabled.
[13:36:16] [Client thread/INFO] [AE2-CORE]: Removing Method maxCapacity from appeng/tile/powersink/MinecraftJoules6 because MJ6 integration is disabled.
[13:36:16] [Client thread/INFO] [AE2-CORE]: Removing Method minimumConsumption from appeng/tile/powersink/MinecraftJoules6 because MJ6 integration is disabled.
[13:36:16] [Client thread/INFO] [AE2-CORE]: Removing Method maxReceivedPerCycle from appeng/tile/powersink/MinecraftJoules6 because MJ6 integration is disabled.
[13:36:16] [Client thread/INFO] [AE2-CORE]: Removing Method reconfigure from appeng/tile/powersink/MinecraftJoules6 because MJ6 integration is disabled.
[13:36:16] [Client thread/INFO] [AE2-CORE]: Removing Method getMjBattery from appeng/tile/powersink/MinecraftJoules6 because MJ6 integration is disabled.
[13:36:16] [Client thread/INFO] [AE2-CORE]: Updated appeng/tile/powersink/MinecraftJoules6
[13:36:16] [Client thread/INFO] [AE2-CORE]: Allowing Interface ic2.api.energy.tile.IEnergySink from appeng/tile/powersink/IC2 because IC2 integration is enabled.
[13:36:16] [Client thread/INFO] [AE2-CORE]: Removing Interface Reika.RotaryCraft.API.ShaftPowerReceiver from appeng/tile/powersink/RotaryCraft because RotaryCraft integration is disabled.
[13:36:16] [Client thread/INFO] [AE2-CORE]: Updated appeng/tile/powersink/RotaryCraft
[13:36:16] [Client thread/INFO] [AE2-CORE]: Allowing Interface cofh.api.energy.IEnergyHandler from appeng/tile/powersink/RedstoneFlux because RF integration is enabled.
[13:36:16] [Client thread/INFO] [AE2-CORE]: Removing Interface mekanism.api.energy.IStrictEnergyAcceptor from appeng/tile/powersink/MekJoules because Mekanism integration is disabled.
[13:36:16] [Client thread/INFO] [AE2-CORE]: Updated appeng/tile/powersink/MekJoules
[13:36:16] [Client thread/INFO] [AE2-CORE]: Allowing Interface buildcraft.api.tools.IToolWrench from appeng/items/tools/quartz/ToolQuartzWrench because BC integration is enabled.
[13:36:16] [Client thread/INFO] [AE2-CORE]: Allowing Interface ic2.api.item.ISpecialElectricItem from appeng/items/tools/powered/powersink/IC2 because IC2 integration is enabled.
[13:36:16] [Client thread/INFO] [AE2-CORE]: Allowing Interface ic2.api.item.IElectricItemManager from appeng/items/tools/powered/powersink/IC2 because IC2 integration is enabled.
[13:36:16] [Client thread/INFO] [AE2-CORE]: Allowing Method getManager from appeng/items/tools/powered/powersink/IC2 because IC2 integration is enabled.
[13:36:16] [Client thread/INFO] [AE2-CORE]: Allowing Interface cofh.api.energy.IEnergyContainerItem from appeng/items/tools/powered/powersink/RedstoneFlux because RFItem integration is enabled.
[13:36:16] [Client thread/INFO] [AE2-CORE]: Allowing Interface buildcraft.api.tools.IToolWrench from appeng/items/tools/ToolNetworkTool because BC integration is enabled.
[13:36:16] [Client thread/INFO] [AE2:C]: Starting VersionChecker
[13:36:16] [Client thread/INFO] [AE2:C]: PreInit ( end 2217ms )
[13:36:17] [Client thread/INFO] [FML]: [BiomesOPlenty] Extending Potions Array.
[13:36:21] [Client thread/ERROR] [BiomesOPlenty]: Could not read existing image from: C:\Users\Kelsey\AppData\Roaming\.minecraft\assets\bopexternal\trails\dev_trail. Attempting redownload.
javax.imageio.IIOException: Can't read input file!
at javax.imageio.ImageIO.read(Unknown Source) ~[?:1.7.0_25]
at biomesoplenty.client.utils.ExternalTexture.<init>(ExternalTexture.java:51) [ExternalTexture.class:?]
at biomesoplenty.client.utils.ExternalTextureManager.retrieveExternalTexture(ExternalTextureManager.java:36) [ExternalTextureManager.class:?]
at biomesoplenty.client.utils.ParticleRegistry.<init>(ParticleRegistry.java:24) [ParticleRegistry.class:?]
at biomesoplenty.common.eventhandler.BOPEventHandlers.registerClientEventHandlers(BOPEventHandlers.java:79) [BOPEventHandlers.class:?]
at biomesoplenty.common.eventhandler.BOPEventHandlers.init(BOPEventHandlers.java:37) [BOPEventHandlers.class:?]
at biomesoplenty.BiomesOPlenty.preInit(BiomesOPlenty.java:68) [BiomesOPlenty.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_25]
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513) [FMLModContainer.class:?]
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-16.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-16.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-16.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-16.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-16.0.jar:?]
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208) [LoadController.class:?]
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187) [LoadController.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-16.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-16.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-16.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-16.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-16.0.jar:?]
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118) [LoadController.class:?]
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:513) [Loader.class:?]
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:239) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.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:?]
[13:36:21] [Client thread/ERROR] [BiomesOPlenty]: Could not read existing image from: C:\Users\Kelsey\AppData\Roaming\.minecraft\assets\bopexternal\trails\donator_trail. Attempting redownload.
javax.imageio.IIOException: Can't read input file!
at javax.imageio.ImageIO.read(Unknown Source) ~[?:1.7.0_25]
at biomesoplenty.client.utils.ExternalTexture.<init>(ExternalTexture.java:51) [ExternalTexture.class:?]
at biomesoplenty.client.utils.ExternalTextureManager.retrieveExternalTexture(ExternalTextureManager.java:36) [ExternalTextureManager.class:?]
at biomesoplenty.client.utils.ParticleRegistry.<init>(ParticleRegistry.java:25) [ParticleRegistry.class:?]
at biomesoplenty.common.eventhandler.BOPEventHandlers.registerClientEventHandlers(BOPEventHandlers.java:79) [BOPEventHandlers.class:?]
at biomesoplenty.common.eventhandler.BOPEventHandlers.init(BOPEventHandlers.java:37) [BOPEventHandlers.class:?]
at biomesoplenty.BiomesOPlenty.preInit(BiomesOPlenty.java:68) [BiomesOPlenty.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_25]
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513) [FMLModContainer.class:?]
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-16.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-16.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-16.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-16.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-16.0.jar:?]
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208) [LoadController.class:?]
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187) [LoadController.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-16.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-16.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-16.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-16.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-16.0.jar:?]
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118) [LoadController.class:?]
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:513) [Loader.class:?]
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:239) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.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:?]
[13:36:24] [Client thread/INFO] [IC2]: Starting pre-init
[13:36:24] [Client thread/INFO] [IC2]: Using 32 audio sources.
[13:36:27] [Client thread/INFO] [IC2]: Finished pre-init after 3209 ms
[13:36:27] [Client thread/INFO] [CoFHWorld]: Registering default templates
[13:36:27] [Client thread/INFO] [BuildCraft]: Starting BuildCraft 6.3.2
[13:36:27] [Client thread/INFO] [BuildCraft]: Copyright (c) SpaceToad, 2011-2014
[13:36:27] [Client thread/INFO] [BuildCraft]: http://www.mod-buildcraft.com
[13:36:27] [Thread-9/INFO] [BuildCraft]: Beginning version check
[13:36:28] [Thread-9/WARN] [BuildCraft]: Using outdated version [6.3.2] for Minecraft 1.7.10. Consider updating to 6.3.3.
[13:36:28] [Client thread/INFO] [Forestry]: Module Equivalent Exchange 2 Plugin failed to load: Equivalent Exchange not found
[13:36:28] [Client thread/INFO] [Forestry]: Module FarmCraftory Plugin failed to load: FarmCraftory not found
[13:36:28] [Client thread/INFO] [Forestry]: Module Natura Plugin failed to load: Natura not found
[13:36:30] [Thread-10/WARN] [Forestry]: Unable to read from remote version authority.
[13:36:30] [Client thread/INFO] [STDOUT]: [ic2.api.item.IC2Items:getItem:36]: IC2 API: Call getItem failed for compressedPlantBall
[13:36:30] [Client thread/INFO] [STDOUT]: [ic2.api.item.IC2Items:getItem:36]: IC2 API: Call getItem failed for matter
[13:36:33] [Client thread/INFO] [CoFH ASM]: Stripping methods and fields from thermalexpansion.item.tool.ItemWrench
[13:36:33] [Client thread/INFO] [CoFH ASM]: Stripping methods and fields from thermalexpansion.item.tool.ItemWrenchBattle
[13:36:33] [CoFHUpdater:ThermalExpansion/WARN] [ThermalExpansion]: Update check for Thermal Expansion failed.
java.io.FileNotFoundException: https://raw.githubusercontent.com/CoFH/ThermalExpansion/master/VERSION
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) ~[?:1.7.0_25]
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source) ~[?:1.7.0_25]
at java.net.URL.openStream(Unknown Source) ~[?:1.7.0_25]
at cofh.mod.updater.UpdateCheckThread.run(UpdateCheckThread.java:44) [UpdateCheckThread.class:?]
[13:36:33] [Client thread/INFO] [ThermalExpansion]: Loading Plugins...
[13:36:33] [Client thread/INFO] [ThermalExpansion]: Finished Loading Plugins.
[13:36:34] [Client thread/INFO] [OpenComputers]: Successfully injected component logic into class erogenousbeef.bigreactors.common.multiblock.tileentity.TileEntityReactorComputerPort.
[13:36:34] [Client thread/INFO] [OpenComputers]: Successfully injected component logic into class erogenousbeef.bigreactors.common.multiblock.tileentity.TileEntityTurbineComputerPort.
[13:36:37] [Client thread/INFO] [CarpentersBlocks]: Designs found: Bed(6), Chisel(9), FlowerPot(18), Tile(13)
[13:36:40] [Client thread/INFO] [STDOUT]: [noppes.npcs.controllers.ScriptController:<init>:59]: Script Engings Available:
[13:36:40] [Client thread/INFO] [STDOUT]: [noppes.npcs.controllers.ScriptController:<init>:65]: ECMAScript: .js
[13:36:41] [Client thread/INFO] [extrautils]: Hello World
[13:36:41] [Client thread/INFO] [extrautils]: Registering Packet class PacketAngelRingNotifier with discriminator: 0
[13:36:41] [Client thread/INFO] [extrautils]: Registering Packet class PacketGUIWidget with discriminator: 1
[13:36:41] [Client thread/INFO] [extrautils]: Registering Packet class PacketParticle with discriminator: 2
[13:36:41] [Client thread/INFO] [extrautils]: Registering Packet class PacketParticleEvent with discriminator: 3
[13:36:41] [Client thread/INFO] [extrautils]: Registering Packet class PacketPlaySound with discriminator: 4
[13:36:41] [Client thread/INFO] [extrautils]: Registering Packet class PacketRain with discriminator: 5
[13:36:41] [Client thread/INFO] [extrautils]: Registering Packet class PacketVillager with discriminator: 6
[13:36:41] [Client thread/INFO] [extrautils]: Registering Packet class PacketVillagerReturn with discriminator: 7
[13:36:41] [Client thread/INFO] [extrautils]: Recipes constructing tile.extrautils:extractor_base_remote.0 will now be used in the Ender Constructor
[13:36:41] [Client thread/INFO] [extrautils]: Recipes constructing tile.extrautils:extractor_base_remote.6 will now be used in the Ender Constructor
[13:36:41] [Client thread/INFO] [extrautils]: Recipes constructing item.extrautils:nodeUpgrade.5 will now be used in the Ender Constructor
[13:36:41] [Client thread/INFO] [extrautils]: Recipes constructing item.extrautils:nodeUpgrade.6 will now be used in the Ender Constructor
[13:36:41] [Client thread/INFO] [extrautils]: Recipes constructing tile.extrautils:magnumTorch will now be used in the Ender Constructor
[13:36:41] [Client thread/INFO] [extrautils]: Recipes constructing tile.extrautils:endMarker will now be used in the Ender Constructor
[13:36:41] [Client thread/INFO] [extrautils]: Recipes constructing tile.extrautils:extractor_base.12 will now be used in the Ender Constructor
[13:36:41] [Client thread/INFO] [extrautils]: Recipes constructing tile.extrautils:enderQuarryUpgrade.0 will now be used in the Ender Constructor
[13:36:41] [Client thread/INFO] [extrautils]: Recipes constructing tile.extrautils:extractor_base.13 will now be used in the Ender Constructor
[13:36:42] [Client thread/INFO] [extrautils]: Registering RecipeMicroBlocks to RecipeSorter
[13:36:42] [Client thread/INFO] [extrautils]: Registering RecipeSoul to RecipeSorter
[13:36:42] [Client thread/INFO] [extrautils]: Registering RecipeMagicalWood to RecipeSorter
[13:36:42] [Client thread/INFO] [extrautils]: Registering RecipeCustomOres to RecipeSorter
[13:36:42] [Client thread/INFO] [extrautils]: Registering RecipeFilterInvert to RecipeSorter
[13:36:42] [Client thread/INFO] [extrautils]: Registering RecipeEnchantCrafting to RecipeSorter
[13:36:42] [Client thread/INFO] [extrautils]: Registering RecipeHorseTransmutation to RecipeSorter
[13:36:42] [Client thread/INFO] [extrautils]: Registering RecipeUnsigil to RecipeSorter
[13:36:42] [Client thread/INFO] [extrautils]: Registering RecipeUnEnchanting to RecipeSorter
[13:36:42] [Client thread/INFO] [extrautils]: Registering RecipeUnstableIngotCrafting to RecipeSorter
[13:36:42] [Client thread/INFO] [extrautils]: Registering RecipeUnstableNuggetCrafting to RecipeSorter
[13:36:42] [Client thread/INFO] [extrautils]: Registering RecipeUnstableCrafting to RecipeSorter
[13:36:42] [Client thread/INFO] [extrautils]: Registering RecipeDifficultySpecific to RecipeSorter
[13:36:42] [Client thread/INFO] [extrautils]: Registering RecipeBagDye to RecipeSorter
[13:36:42] [Client thread/INFO] [extrautils]: Registering RecipeGBEnchanting to RecipeSorter
[13:36:44] [Client thread/INFO] [FML]: InvTweaks: invtweaks.InvTweaksObfuscation
[13:36:44] [Client thread/INFO] [Mantle]: Mantle (1.7.10-0.3.1.jenkins180) -- Preparing for launch.
[13:36:44] [Client thread/INFO] [Mantle]: Entering preinitialization phase.
[13:36:44] [Client thread/INFO] [Mantle]: Loading configuration from disk.
[13:36:44] [Client thread/INFO] [Mantle]: Configuration load completed.
[13:36:44] [Client thread/INFO] [CoFH ASM]: Stripping methods and fields from powercrystals.minefactoryreloaded.tile.base.TileEntityFactory
[13:36:44] [Client thread/INFO] [CoFH ASM]: Stripping methods and fields from powercrystals.minefactoryreloaded.tile.base.TileEntityFactoryPowered
[13:36:44] [Client thread/INFO] [CoFH ASM]: Stripping methods and fields from powercrystals.minefactoryreloaded.tile.machine.TileEntityEjector
[13:36:44] [Client thread/INFO] [MineFactoryReloaded]: There is no '.languages' file.
java.io.FileNotFoundException: minefactoryreloaded:language/.languages
at net.minecraft.client.resources.FallbackResourceManager.func_135056_b(SourceFile:67) ~[bqq.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_135056_b(SourceFile:66) ~[brg.class:?]
at cofh.mod.BaseMod$LangManager.loadAllLanguages(BaseMod.java:271) [BaseMod$LangManager.class:?]
at cofh.mod.BaseMod$LangManager.<init>(BaseMod.java:232) [BaseMod$LangManager.class:?]
at cofh.mod.BaseMod.loadClientLang(BaseMod.java:221) [BaseMod.class:?]
at cofh.mod.BaseMod.loadLang(BaseMod.java:178) [BaseMod.class:?]
at powercrystals.minefactoryreloaded.MineFactoryReloadedCore.preInit(MineFactoryReloadedCore.java:280) [MineFactoryReloadedCore.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_25]
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513) [FMLModContainer.class:?]
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-16.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-16.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-16.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-16.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-16.0.jar:?]
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208) [LoadController.class:?]
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187) [LoadController.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-16.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-16.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-16.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-16.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-16.0.jar:?]
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118) [LoadController.class:?]
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:513) [Loader.class:?]
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:239) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.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:?]
[13:36:44] [Client thread/INFO] [CoFH ASM]: Stripping methods and fields from powercrystals.minefactoryreloaded.tile.transport.TileEntityConveyor
[13:36:45] [Client thread/INFO] [CoFH ASM]: Stripping methods and fields from powercrystals.minefactoryreloaded.tile.rednet.TileEntityRedNetEnergy
[13:36:45] [Client thread/INFO] [CoFH ASM]: Stripping methods and fields from powercrystals.minefactoryreloaded.tile.rednet.TileEntityRedNetHistorian
[13:36:45] [Client thread/INFO] [CoFH ASM]: Adding runtime interfaces to powercrystals.minefactoryreloaded.item.tool.ItemFactoryHammer
[13:36:46] [Client thread/INFO] [Railcraft]: Railcraft Config: Doing preinit parsing
[13:36:48] [Client thread/WARN] [Railcraft]: Pre-existing steam fluid block detected, deferring to MineFactoryReloaded:steam.still, this may cause issues if the server/client have different mod load orders, recommended that you disable all but one instance of steam fluid blocks via your configs.
Launcher Log
[13:34:38 INFO]: Minecraft Launcher 1.5.3 (through bootstrap 5) started on windows...
[13:34:38 INFO]: Current time is Jan 24, 2015 1:34:38 PM
[13:34:38 INFO]: System.getProperty('os.name') == 'Windows 7'
[13:34:38 INFO]: System.getProperty('os.version') == '6.1'
[13:34:38 INFO]: System.getProperty('os.arch') == 'amd64'
[13:34:38 INFO]: System.getProperty('java.version') == '1.7.0_25'
[13:34:38 INFO]: System.getProperty('java.vendor') == 'Oracle Corporation'
[13:34:38 INFO]: System.getProperty('sun.arch.data.model') == '64'
[13:34:39 INFO]: JFX has been detected & successfully loaded
[13:34:39 INFO]: Refreshing local version list...
[13:34:39 INFO]: Refreshing remote version list...
[13:34:40 INFO]: Refresh complete.
[13:34:40 INFO]: Loaded 9 profile(s); selected 'Modded'
[13:34:40 INFO]: Refreshing auth...
[13:34:40 INFO]: Logging in with access token
[13:35:10 INFO]: Getting syncinfo for selected version
[13:35:10 INFO]: Queueing library & version downloads
[13:35:10 INFO]: Migrated old asset C:\Users\Kelsey\AppData\Roaming\.minecraft\assets\bopexternal\trails\dev_trail into C:\Users\Kelsey\AppData\Roaming\.minecraft\assets\objects\7b\7bae787a522e0fbe55075525134ad9e7fdc2ba0e
[13:35:10 INFO]: Migrated old asset C:\Users\Kelsey\AppData\Roaming\.minecraft\assets\bopexternal\trails\donator_trail into C:\Users\Kelsey\AppData\Roaming\.minecraft\assets\objects\86\86f83d705aa764a5fe6c802b70dd7cadd929f430
[13:35:10 INFO]: Migrated old asset C:\Users\Kelsey\AppData\Roaming\.minecraft\assets\bopexternal\trails\helper_trail into C:\Users\Kelsey\AppData\Roaming\.minecraft\assets\objects\20\207cf48a3391e7f9d99e8e47af121accf5691bc3
[13:35:10 INFO]: Cleaning up old assets directory C:\Users\Kelsey\AppData\Roaming\.minecraft\assets\bopexternal after migration
[13:35:10 INFO]: Download job 'Version & Libraries' started (16 threads, 36 files)
[13:35:10 INFO]: Attempting to download C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\com\mojang\authlib\1.5.16\authlib-1.5.16.jar for job 'Version & Libraries'... (try 0)
[13:35:10 INFO]: Attempting to download C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-compress\1.8.1\commons-compress-1.8.1.jar for job 'Version & Libraries'... (try 0)
[13:35:10 INFO]: Attempting to download C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput-platform\2.0.5\jinput-platform-2.0.5-natives-windows.jar for job 'Version & Libraries'... (try 0)
[13:35:10 INFO]: Attempting to download C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-all\5.0.3\asm-all-5.0.3.jar for job 'Version & Libraries'... (try 0)
[13:35:10 INFO]: Attempting to download C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\com\paulscode\soundsystem\20120107\soundsystem-20120107.jar for job 'Version & Libraries'... (try 0)
[13:35:10 INFO]: Attempting to download C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\com\google\code\gson\gson\2.2.4\gson-2.2.4.jar for job 'Version & Libraries'... (try 0)
[13:35:10 INFO]: Attempting to download C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar for job 'Version & Libraries'... (try 0)
[13:35:10 INFO]: Attempting to download C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\net\sf\trove4j\trove4j\3.0.3\trove4j-3.0.3.jar for job 'Version & Libraries'... (try 0)
[13:35:10 INFO]: Attempting to download C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\commons-io\commons-io\2.4\commons-io-2.4.jar for job 'Version & Libraries'... (try 0)
[13:35:10 INFO]: Attempting to download C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpcore\4.3.2\httpcore-4.3.2.jar for job 'Version & Libraries'... (try 0)
[13:35:10 INFO]: Attempting to download C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\com\paulscode\libraryjavasound\20101123\libraryjavasound-20101123.jar for job 'Version & Libraries'... (try 0)
[13:35:10 INFO]: Attempting to download C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\com\paulscode\codecjorbis\20101023\codecjorbis-20101023.jar for job 'Version & Libraries'... (try 0)
[13:35:10 INFO]: Attempting to download C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl_util\2.9.1\lwjgl_util-2.9.1.jar for job 'Version & Libraries'... (try 0)
[13:35:10 INFO]: Attempting to download C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\com\paulscode\librarylwjglopenal\20100824\librarylwjglopenal-20100824.jar for job 'Version & Libraries'... (try 0)
[13:35:10 INFO]: Attempting to download C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\io\netty\netty-all\4.0.10.Final\netty-all-4.0.10.Final.jar for job 'Version & Libraries'... (try 0)
[13:35:10 INFO]: Attempting to download C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\com\paulscode\codecwav\20101023\codecwav-20101023.jar for job 'Version & Libraries'... (try 0)
[13:35:12 INFO]: Download job 'Resources' skipped as there are no files to download
[13:35:12 INFO]: Job 'Resources' finished successfully (took 0:00:00.000)
[13:35:12 INFO]: Finished downloading C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\net\sf\trove4j\trove4j\3.0.3\trove4j-3.0.3.jar for job 'Version & Libraries': Local file matches local checksum, using that
[13:35:12 INFO]: Finished downloading C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\io\netty\netty-all\4.0.10.Final\netty-all-4.0.10.Final.jar for job 'Version & Libraries': Local file matches local checksum, using that
[13:35:12 INFO]: Finished downloading C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl_util\2.9.1\lwjgl_util-2.9.1.jar for job 'Version & Libraries': Local file matches local checksum, using that
[13:35:12 INFO]: Attempting to download C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-api\2.0-beta9\log4j-api-2.0-beta9.jar for job 'Version & Libraries'... (try 0)
[13:35:12 INFO]: Finished downloading C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\com\paulscode\codecwav\20101023\codecwav-20101023.jar for job 'Version & Libraries': Local file matches local checksum, using that
[13:35:12 INFO]: Finished downloading C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\com\paulscode\codecjorbis\20101023\codecjorbis-20101023.jar for job 'Version & Libraries': Local file matches local checksum, using that
[13:35:12 INFO]: Attempting to download C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\tv\twitch\twitch\5.16\twitch-5.16.jar for job 'Version & Libraries'... (try 0)
[13:35:12 INFO]: Finished downloading C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\com\paulscode\libraryjavasound\20101123\libraryjavasound-20101123.jar for job 'Version & Libraries': Local file matches local checksum, using that
[13:35:12 INFO]: Attempting to download C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl\2.9.1\lwjgl-2.9.1.jar for job 'Version & Libraries'... (try 0)
[13:35:12 INFO]: Attempting to download C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpclient\4.3.3\httpclient-4.3.3.jar for job 'Version & Libraries'... (try 0)
[13:35:12 INFO]: Attempting to download C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-lang3\3.2.1\commons-lang3-3.2.1.jar for job 'Version & Libraries'... (try 0)
[13:35:12 INFO]: Finished downloading C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\tv\twitch\twitch\5.16\twitch-5.16.jar for job 'Version & Libraries': Local file matches local checksum, using that
[13:35:12 INFO]: Attempting to download C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\java3d\vecmath\1.3.1\vecmath-1.3.1.jar for job 'Version & Libraries'... (try 0)
[13:35:12 INFO]: Attempting to download C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\net\minecraft\launchwrapper\1.11\launchwrapper-1.11.jar for job 'Version & Libraries'... (try 0)
[13:35:12 INFO]: Finished downloading C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\net\minecraft\launchwrapper\1.11\launchwrapper-1.11.jar for job 'Version & Libraries': Local file matches local checksum, using that
[13:35:12 INFO]: Attempting to download C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\lzma\lzma\0.0.1\lzma-0.0.1.jar for job 'Version & Libraries'... (try 0)
[13:35:12 INFO]: Finished downloading C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\java3d\vecmath\1.3.1\vecmath-1.3.1.jar for job 'Version & Libraries': Local file matches local checksum, using that
[13:35:12 INFO]: Attempting to download C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\commons-logging\commons-logging\1.1.3\commons-logging-1.1.3.jar for job 'Version & Libraries'... (try 0)
[13:35:12 INFO]: Finished downloading C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpclient\4.3.3\httpclient-4.3.3.jar for job 'Version & Libraries': Local file matches local checksum, using that
[13:35:12 INFO]: Attempting to download C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\4.5\jopt-simple-4.5.jar for job 'Version & Libraries'... (try 0)
[13:35:12 INFO]: Finished downloading C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\commons-logging\commons-logging\1.1.3\commons-logging-1.1.3.jar for job 'Version & Libraries': Local file matches local checksum, using that
[13:35:12 INFO]: Attempting to download C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar for job 'Version & Libraries'... (try 0)
[13:35:12 INFO]: Finished downloading C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\lzma\lzma\0.0.1\lzma-0.0.1.jar for job 'Version & Libraries': Local file matches local checksum, using that
[13:35:12 INFO]: Finished downloading C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar for job 'Version & Libraries': Local file matches local checksum, using that
[13:35:12 INFO]: Attempting to download C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\tv\twitch\twitch-platform\5.16\twitch-platform-5.16-natives-windows-64.jar for job 'Version & Libraries'... (try 0)
[13:35:12 INFO]: Finished downloading C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\4.5\jopt-simple-4.5.jar for job 'Version & Libraries': Local file matches local checksum, using that
[13:35:12 INFO]: Attempting to download C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\tv\twitch\twitch-external-platform\4.5\twitch-external-platform-4.5-natives-windows-64.jar for job 'Version & Libraries'... (try 0)
[13:35:12 INFO]: Attempting to download C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl-platform\2.9.1\lwjgl-platform-2.9.1-natives-windows.jar for job 'Version & Libraries'... (try 0)
[13:35:12 INFO]: Finished downloading C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl\2.9.1\lwjgl-2.9.1.jar for job 'Version & Libraries': Local file matches local checksum, using that
[13:35:12 INFO]: Attempting to download C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\16.0\guava-16.0.jar for job 'Version & Libraries'... (try 0)
[13:35:12 INFO]: Finished downloading C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl-platform\2.9.1\lwjgl-platform-2.9.1-natives-windows.jar for job 'Version & Libraries': Local file matches local checksum, using that
[13:35:12 INFO]: Attempting to download C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\commons-codec\commons-codec\1.9\commons-codec-1.9.jar for job 'Version & Libraries'... (try 0)
[13:35:12 INFO]: Finished downloading C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\commons-codec\commons-codec\1.9\commons-codec-1.9.jar for job 'Version & Libraries': Local file matches local checksum, using that
[13:35:12 INFO]: Attempting to download C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\com\mojang\realms\1.3.5\realms-1.3.5.jar for job 'Version & Libraries'... (try 0)
[13:35:12 INFO]: Finished downloading C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\tv\twitch\twitch-platform\5.16\twitch-platform-5.16-natives-windows-64.jar for job 'Version & Libraries': Local file matches local checksum, using that
[13:35:12 INFO]: Attempting to download C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\com\ibm\icu\icu4j-core-mojang\51.2\icu4j-core-mojang-51.2.jar for job 'Version & Libraries'... (try 0)
[13:35:12 INFO]: Finished downloading C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\com\mojang\realms\1.3.5\realms-1.3.5.jar for job 'Version & Libraries': Local file matches local checksum, using that
[13:35:12 INFO]: Attempting to download C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-core\2.0-beta9\log4j-core-2.0-beta9.jar for job 'Version & Libraries'... (try 0)
[13:35:12 INFO]: Finished downloading C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-core\2.0-beta9\log4j-core-2.0-beta9.jar for job 'Version & Libraries': Local file matches local checksum, using that
[13:35:12 INFO]: Attempting to download C:\Users\Kelsey\AppData\Roaming\.minecraft\versions\1.7.10-Forge10.13.2.1286\1.7.10-Forge10.13.2.1286.jar for job 'Version & Libraries'... (try 0)
[13:35:12 INFO]: Finished downloading C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-lang3\3.2.1\commons-lang3-3.2.1.jar for job 'Version & Libraries': Local file matches local checksum, using that
[13:35:12 INFO]: Finished downloading C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\com\paulscode\librarylwjglopenal\20100824\librarylwjglopenal-20100824.jar for job 'Version & Libraries': Local file matches local checksum, using that
[13:35:12 INFO]: Finished downloading C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpcore\4.3.2\httpcore-4.3.2.jar for job 'Version & Libraries': Local file matches local checksum, using that
[13:35:12 INFO]: Finished downloading C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\commons-io\commons-io\2.4\commons-io-2.4.jar for job 'Version & Libraries': Local file matches local checksum, using that
[13:35:12 INFO]: Finished downloading C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\16.0\guava-16.0.jar for job 'Version & Libraries': Local file matches local checksum, using that
[13:35:12 INFO]: Finished downloading C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\com\ibm\icu\icu4j-core-mojang\51.2\icu4j-core-mojang-51.2.jar for job 'Version & Libraries': Local file matches local checksum, using that
[13:35:12 INFO]: Finished downloading C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-api\2.0-beta9\log4j-api-2.0-beta9.jar for job 'Version & Libraries': Local file matches local checksum, using that
[13:35:12 INFO]: Finished downloading C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\com\google\code\gson\gson\2.2.4\gson-2.2.4.jar for job 'Version & Libraries': Local file matches local checksum, using that
[13:35:12 INFO]: Finished downloading C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar for job 'Version & Libraries': Local file matches local checksum, using that
[13:35:12 INFO]: Finished downloading C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\com\paulscode\soundsystem\20120107\soundsystem-20120107.jar for job 'Version & Libraries': Local file matches local checksum, using that
[13:35:12 INFO]: Finished downloading C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-all\5.0.3\asm-all-5.0.3.jar for job 'Version & Libraries': Local file matches local checksum, using that
[13:35:12 INFO]: Finished downloading C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-compress\1.8.1\commons-compress-1.8.1.jar for job 'Version & Libraries': Local file matches local checksum, using that
[13:35:12 INFO]: Finished downloading C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput-platform\2.0.5\jinput-platform-2.0.5-natives-windows.jar for job 'Version & Libraries': Local file matches local checksum, using that
[13:35:12 INFO]: Finished downloading C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\com\mojang\authlib\1.5.16\authlib-1.5.16.jar for job 'Version & Libraries': Local file matches local checksum, using that
[13:35:12 INFO]: Finished downloading C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\tv\twitch\twitch-external-platform\4.5\twitch-external-platform-4.5-natives-windows-64.jar for job 'Version & Libraries': Local file matches local checksum, using that
[13:35:12 INFO]: Finished downloading C:\Users\Kelsey\AppData\Roaming\.minecraft\versions\1.7.10-Forge10.13.2.1286\1.7.10-Forge10.13.2.1286.jar for job 'Version & Libraries': Couldn't connect to server (responded with 403) but have local file, assuming it's good
[13:35:12 INFO]: Job 'Version & Libraries' finished successfully (took 0:00:01.446)
[13:35:12 INFO]: Launching game
[13:35:12 INFO]: Unpacking natives to C:\Users\Kelsey\AppData\Roaming\.minecraft\versions\1.7.10-Forge10.13.2.1286\1.7.10-Forge10.13.2.1286-natives-12453585566450
[13:35:12 INFO]: Launching in C:\Users\Kelsey\AppData\Roaming\.minecraft
[13:35:12 INFO]: Half command: C:\Program Files\Java\jre7\bin\javaw.exe -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M -Djava.library.path=C:\Users\Kelsey\AppData\Roaming\.minecraft\versions\1.7.10-Forge10.13.2.1286\1.7.10-Forge10.13.2.1286-natives-12453585566450 -cp C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forge\1.7.10-10.13.2.1286\forge-1.7.10-10.13.2.1286.jar;C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\net\minecraft\launchwrapper\1.11\launchwrapper-1.11.jar;C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-all\5.0.3\asm-all-5.0.3.jar;C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\com\typesafe\akka\akka-actor_2.11\2.3.3\akka-actor_2.11-2.3.3.jar;C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\com\typesafe\config\1.2.1\config-1.2.1.jar;C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-actors-migration_2.11\1.1.0\scala-actors-migration_2.11-1.1.0.jar;C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-compiler\2.11.1\scala-compiler-2.11.1.jar;C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\org\scala-lang\plugins\scala-continuations-library_2.11\1.0.2\scala-continuations-library_2.11-1.0.2.jar;C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\org\scala-lang\plugins\scala-continuations-plugin_2.11.1\1.0.2\scala-continuations-plugin_2.11.1-1.0.2.jar;C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-library\2.11.1\scala-library-2.11.1.jar;C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-parser-combinators_2.11\1.0.1\scala-parser-combinators_2.11-1.0.1.jar;C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-reflect\2.11.1\scala-reflect-2.11.1.jar;C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-swing_2.11\1.0.1\scala-swing_2.11-1.0.1.jar;C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-xml_2.11\1.0.2\scala-xml_2.11-1.0.2.jar;C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\4.5\jopt-simple-4.5.jar;C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\lzma\lzma\0.0.1\lzma-0.0.1.jar;C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\com\mojang\realms\1.3.5\realms-1.3.5.jar;C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-compress\1.8.1\commons-compress-1.8.1.jar;C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpclient\4.3.3\httpclient-4.3.3.jar;C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\commons-logging\commons-logging\1.1.3\commons-logging-1.1.3.jar;C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpcore\4.3.2\httpcore-4.3.2.jar;C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\java3d\vecmath\1.3.1\vecmath-1.3.1.jar;C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\net\sf\trove4j\trove4j\3.0.3\trove4j-3.0.3.jar;C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\com\ibm\icu\icu4j-core-mojang\51.2\icu4j-core-mojang-51.2.jar;C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\com\paulscode\codecjorbis\20101023\codecjorbis-20101023.jar;C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\com\paulscode\codecwav\20101023\codecwav-20101023.jar;C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\com\paulscode\libraryjavasound\20101123\libraryjavasound-20101123.jar;C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\com\paulscode\librarylwjglopenal\20100824\librarylwjglopenal-20100824.jar;C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\com\paulscode\soundsystem\20120107\soundsystem-20120107.jar;C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\io\netty\netty-all\4.0.10.Final\netty-all-4.0.10.Final.jar;C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\16.0\guava-16.0.jar;C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-lang3\3.2.1\commons-lang3-3.2.1.jar;C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\commons-io\commons-io\2.4\commons-io-2.4.jar;C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\commons-codec\commons-codec\1.9\commons-codec-1.9.jar;C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar;C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar;C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\com\google\code\gson\gson\2.2.4\gson-2.2.4.jar;C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\com\mojang\authlib\1.5.16\authlib-1.5.16.jar;C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-api\2.0-beta9\log4j-api-2.0-beta9.jar;C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-core\2.0-beta9\log4j-core-2.0-beta9.jar;C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl\2.9.1\lwjgl-2.9.1.jar;C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl_util\2.9.1\lwjgl_util-2.9.1.jar;C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\tv\twitch\twitch\5.16\twitch-5.16.jar;C:\Users\Kelsey\AppData\Roaming\.minecraft\versions\1.7.10-Forge10.13.2.1286\1.7.10-Forge10.13.2.1286.jar net.minecraft.launchwrapper.Launch
[13:35:17 INFO]: Looking for orphaned versions to clean up...
[13:35:18 INFO]: Cleaning up orphaned object 207cf48a3391e7f9d99e8e47af121accf5691bc3
[13:35:18 INFO]: Cleaning up orphaned object 7bae787a522e0fbe55075525134ad9e7fdc2ba0e
[13:35:18 INFO]: Cleaning up orphaned object 86f83d705aa764a5fe6c802b70dd7cadd929f430
[13:35:19 INFO]: Looking for old natives & assets to clean up...
Well this reads ok. Things to address:
Redownload BoP:
[13:36:21] [Client thread/ERROR] [BiomesOPlenty]: Could not read existing image from: C:\Users\Kelsey\AppData\Roaming\.minecraft\assets\bopexternal\trails\donator_trail. Attempting redownload.
Since hopefully you did download the new MFR:
[13:36:44] [Client thread/INFO] [MineFactoryReloaded]: There is no '.languages' file.
java.io.FileNotFoundException: minefactoryreloaded:language/.languages
Did you switch language you play in? If you're still playing with the old version, get the new one.
And this, which is self explanatory:
[13:36:48] [Client thread/WARN] [Railcraft]: Pre-existing steam fluid block detected, deferring to MineFactoryReloaded:steam.still, this may cause issues if the server/client have different mod load orders, recommended that you disable all but one instance of steam fluid blocks via your configs.
I can't tell you which other mod uses steam fluid blocks, but you can always disable it from within railcraft config instead.
Ok. I have to get going but the advice you gave me should allow me to sift through the logs and fix my issues. Thanks! If I get stumped Ill post back to this thread.
For anyone else reading this forum thread, I solved my issues. I updated my buildcraft and added -XX:PermSize=256m -XX:MaxPermSize=512m to the JVM Arguments
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
The error log pops up in the launcher and looks as follows:
http://imgur.com/nnDL86y,DRVyTg9#0
http://imgur.com/nnDL86y,DRVyTg9#1
I am running Windows 7 - 64 bit and Java 7
Even though it says the CodeChickenLib has the incorrect file format, I got it to work independently.
Any help would be greatly appreciated! Thanks
So...get rid of all that (wrong version anyway) and download the right version (go for both recommended or both latest for ccc and NEI):
Mods go into mods folder, not into mods/1.7.10 folder
Only libs (that get placed there automatically anyway) go into that folder.
Codechickencorelib you have should not be in the same folder as codechickencore is the point meaning you had to have placed it wrong manually, which lead me to believe you unpacked the original core file instead of just letting forge install it. If this isn't the case, put the lib back into the 1.7.10 folder and the rest of the mods into the mod folder.
Get CoFH B9-40 and MFR RC6-5 off of here:
http://teamcofh.com/downloads/
But personally looks like there's something wrong with both of them:
[13:35:19] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[13:35:19] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[13:35:19] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
[13:35:19] [main/INFO] [FML]: Forge Mod Loader version 7.10.85.1286 for Minecraft 1.7.10 loading
[13:35:19] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.7.0_25, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\jre7
[13:35:20] [main/WARN] [FML]: The coremod appeng.transformer.AppEngCore does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[13:35:20] [main/INFO] [FML]: [AppEng] Core Init
[13:35:20] [main/WARN] [FML]: The coremod codechicken.core.launch.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[13:35:20] [main/WARN] [FML]: The coremod cofh.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[13:35:20] [main/WARN] [FML]: The coremod codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[13:35:20] [main/WARN] [FML]: The coremod ic2.core.coremod.IC2core does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[13:35:20] [main/WARN] [FML]: The coremod invtweaks.forge.asm.FMLPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[13:35:20] [main/WARN] [FML]: The coremod mrtjp.core.handler.CorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[13:35:20] [main/WARN] [FML]: The coremod codechicken.nei.asm.NEICorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[13:35:21] [main/INFO] [FML]: Loading tweaker optifine.OptiFineForgeTweaker from OptiFine_1.7.10_HD_U_B4.jar
[13:35:21] [main/WARN] [FML]: The coremod codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[13:35:21] [main/WARN] [FML]: The coremod thaumcraft.codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[13:35:21] [main/WARN] [FML]: The coremod codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[13:35:21] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[13:35:21] [main/INFO] [LaunchWrapper]: Loading tweak class name optifine.OptiFineForgeTweaker
[13:35:21] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[13:35:21] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[13:35:21] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[13:35:21] [main/INFO] [LaunchWrapper]: Calling tweak class optifine.OptiFineForgeTweaker
[13:35:21] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:49]: OptiFineForgeTweaker: acceptOptions
[13:35:21] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:49]: OptiFineForgeTweaker: injectIntoClassLoader
[13:35:21] [main/INFO] [STDOUT]: [optifine.OptiFineClassTransformer:dbg:179]: OptiFine ClassTransformer
[13:35:21] [main/INFO] [STDOUT]: [optifine.OptiFineClassTransformer:dbg:179]: OptiFine URL: file:/C:/Users/Kelsey/AppData/Roaming/.minecraft/mods/OptiFine_1.7.10_HD_U_B4.jar
[13:35:21] [main/INFO] [STDOUT]: [optifine.OptiFineClassTransformer:dbg:179]: OptiFine ZIP file: [email protected]
[13:35:21] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:35:21] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:35:25] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[13:35:25] [main/INFO] [FML]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
[13:35:25] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:35:25] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:35:25] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:35:25] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:35:25] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:35:26] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:35:26] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:35:26] [main/INFO] [IC2-core]: Loaded library ejml-0.23.jar.
[13:35:26] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:35:26] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:35:27] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:35:27] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:35:27] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:35:27] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:35:27] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:35:27] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[13:35:29] [main/INFO] [STDOUT]: [cofh.asm.PCCAccessTransformer:readMappingFile:40]: Adding Accesstransformer map: CoFH_at.cfg
[13:35:30] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
[13:35:30] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
[13:35:30] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:49]: OptiFineForgeTweaker: getLaunchArguments
[13:35:30] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[13:35:32] [main/INFO] [AE2-CORE]: func_146977_a(Lnet/minecraft/inventory/Slot;)V - Public
[13:35:32] [main/INFO] [AE2-CORE]: func_146977_a_original(Lnet/minecraft/inventory/Slot;)V - New Method
[13:35:32] [main/INFO] [AE2-CORE]: func_146977_a(Lnet/minecraft/inventory/Slot;)V - Invoke Virtual
[13:35:33] [main/INFO]: Setting user: FerrumAngeles
[13:35:35] [main/INFO] [OpenComputers]: Successfully patched sw.recreateLeash.
[13:35:37] [Client thread/INFO]: LWJGL Version: 2.9.1
[OptiFine]
[OptiFine] OptiFine_1.7.10_HD_U_B4
[OptiFine] Sat Jan 24 13:35:37 EST 2015
[OptiFine] OS: Windows 7 (amd64) version 6.1
[OptiFine] Java: 1.7.0_25, Oracle Corporation
[OptiFine] VM: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
[OptiFine] LWJGL: 2.9.1
[OptiFine] OpenGL: Intel(R) HD Graphics 3000, version 3.1.0 - Build 9.17.10.3062, Intel
[OptiFine] OpenGL Version: 3.1
[OptiFine] OpenGL Fancy fog: Not available (GL_NV_fog_distance)
[OptiFine] Maximum texture size: 8192x8192
[OptiFine] Checking for new version
[OptiFine] Version found: B4
[13:35:42] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
[13:35:42] [Client thread/INFO] [FML]: MinecraftForge v10.13.2.1286 Initialized
[13:35:42] [Client thread/INFO] [FML]: Replaced 183 ore recipies
[OptiFine] (Reflector) Class not present: ModLoader
[OptiFine] (Reflector) Class not present: net.minecraft.src.FMLRenderAccessLibrary
[OptiFine] (Reflector) Class not present: LightCache
[OptiFine] (Reflector) Class not present: BlockCoord
[13:35:42] [Client thread/INFO] [FML]: InvTweaks: net.minecraft.inventory.ContainerRepair
[13:35:42] [Client thread/INFO] [FML]: InvTweaks: net.minecraft.inventory.Container
[13:35:43] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
[13:35:43] [Client thread/INFO] [FML]: Forge Mod Loader has detected optifine OptiFine_1.7.10_HD_U_B4, enabling compatibility features
[13:35:43] [Client thread/INFO] [FML]: [AppEng] Core Init
[13:35:43] [Client thread/INFO] [FML]: Searching C:\Users\Kelsey\AppData\Roaming\.minecraft\mods for mods
[13:35:43] [Client thread/INFO] [FML]: Also searching C:\Users\Kelsey\AppData\Roaming\.minecraft\mods\1.7.10 for mods
[13:35:49] [Client thread/INFO] [AppleCore]: Mod AppleCore is missing the required element 'name'. Substituting AppleCore
[13:35:50] [Client thread/WARN] [Botany]: Mod Botany is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.0-pre5
[13:35:50] [Client thread/WARN] [BinnieCore]: Mod BinnieCore is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.0-pre5
[13:35:50] [Client thread/WARN] [ExtraBees]: Mod ExtraBees is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.0-pre5
[13:35:50] [Client thread/WARN] [ExtraTrees]: Mod ExtraTrees is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.0-pre5
[13:35:50] [Client thread/WARN] [Genetics]: Mod Genetics is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.0-pre5
[13:35:51] [Client thread/WARN] [ChickenChunks]: Mod ChickenChunks is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.3.4.16
[13:35:51] [Client thread/WARN] [EnderStorage]: Mod EnderStorage is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.4.5.27
[13:35:51] [Client thread/WARN] [ExtraUtilities]: Mod ExtraUtilities is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.2.1
[13:35:54] [Client thread/WARN] [PneumaticCraft]: Mod PneumaticCraft is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.5.2-50
[13:35:54] [Client thread/WARN] [ProjRed|Core]: Mod ProjRed|Core is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.5.8.59
[13:35:55] [Client thread/WARN] [simplyjetpacks]: Mod simplyjetpacks is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.3.2
[13:35:56] [Client thread/WARN] [WR-CBE|Core]: Mod WR-CBE|Core is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.4.1.9
[13:35:56] [Client thread/WARN] [WR-CBE|Addons]: Mod WR-CBE|Addons is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.4.1.9
[13:35:56] [Client thread/WARN] [WR-CBE|Logic]: Mod WR-CBE|Logic is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.4.1.9
[13:35:56] [Client thread/WARN] [ForgeMicroblock]: Mod ForgeMicroblock is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.1.0.314
[13:35:56] [Client thread/WARN] [ForgeMultipart]: Mod ForgeMultipart is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.1.0.314
[13:35:56] [Client thread/WARN] [McMultipart]: Mod McMultipart is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.1.0.314
[13:35:56] [Client thread/INFO] [MrTJPCoreMod]: Mod MrTJPCoreMod is missing the required element 'name'. Substituting MrTJPCoreMod
[13:35:56] [Client thread/WARN] [MrTJPCoreMod]: Mod MrTJPCoreMod is missing the required element 'version' and no fallback can be found. Substituting '1.0'.
[13:35:56] [Client thread/INFO] [FML]: Forge Mod Loader has identified 87 mods to load
[13:35:56] [Client thread/INFO] [FML]: Found mod(s) [adventurebackpack] containing declared API package baubles.api (owned by Baubles) without associated API reference
[13:35:56] [Client thread/INFO] [FML]: Found mod(s) [ExtraUtilities] containing declared API package baubles.api (owned by Baubles) without associated API reference
[13:35:56] [Client thread/INFO] [FML]: Found mod(s) [GraveStone] containing declared API package baubles.api (owned by Baubles) without associated API reference
[13:35:56] [Client thread/INFO] [FML]: Found mod(s) [RedstoneArsenal] containing declared API package mods.railcraft.api.core.items (owned by RailcraftAPI|core) without associated API reference
[13:35:56] [Client thread/INFO] [FML]: Found mod(s) [simplyjetpacks] containing declared API package cofh.api (owned by CoFHLib) without associated API reference
[13:35:59] [Client thread/INFO] [FML]: FML has found a non-mod file BON.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[13:35:59] [Client thread/INFO] [FML]: FML has found a non-mod file CoFHLib-[1.7.10]1.0.0B8-34.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[13:35:59] [Client thread/INFO] [FML]: FML has found a non-mod file CodeChickenLib-1.7.10-1.1.1.106-universal.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[13:36:00] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, appliedenergistics2-core, CodeChickenCore, <CoFH ASM>, NotEnoughItems, OpenComputers|Core, adventurebackpack, AppleCore, appliedenergistics2, Backpack, BiblioCraft, BiblioWoodsBoP, BiblioWoodsForestry, BigReactors, Botany, BinnieCore, ExtraBees, ExtraTrees, Genetics, BiomesOPlenty, BuildCraft|Silicon, BuildCraft|Core, BuildCraft|Transport, BuildCraft|Builders, BuildCraft|Energy, BuildCraft|Factory, CarpentersBlocks, ChickenChunks, chisel, CoFHCore, ComputerCraft, customnpcs, EnderStorage, ExtraUtilities, Forestry, GraveStone, IC2, inventorytweaks, IronChest, journeymap, lootbags, Mantle, MineFactoryReloaded, MineFactoryReloaded|CompatAppliedEnergistics, MineFactoryReloaded|CompatAtum, MineFactoryReloaded|CompatBackTools, MineFactoryReloaded|CompatBuildCraft, MineFactoryReloaded|CompatChococraft, MineFactoryReloaded|CompatExtraBiomes, MineFactoryReloaded|CompatForestry, MineFactoryReloaded|CompatForgeMicroblock, MineFactoryReloaded|CompatIC2, MineFactoryReloaded|CompatMystcraft, MineFactoryReloaded|CompatProjRed, MineFactoryReloaded|CompatRailcraft, MineFactoryReloaded|CompatRP2, MineFactoryReloaded|CompatSufficientBiomes, MineFactoryReloaded|CompatThaumcraft, MineFactoryReloaded|CompatThermalExpansion, MineFactoryReloaded|CompatTConstruct, MineFactoryReloaded|CompatTwilightForest, MineFactoryReloaded|CompatVanilla, OpenComputers, harvestcraft, PneumaticCraft, ProjRed|Core, Railcraft, RedstoneArsenal, simplyjetpacks, SpiceOfLife, TConstruct, Thaumcraft, ThermalExpansion, ThermalFoundation, TMechworks, TwilightForest, Waila, WR-CBE|Core, WR-CBE|Addons, WR-CBE|Logic, Baubles, ForgeMicroblock, ForgeMultipart, McMultipart, MrTJPCoreMod] at CLIENT
[13:36:00] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, appliedenergistics2-core, CodeChickenCore, <CoFH ASM>, NotEnoughItems, OpenComputers|Core, adventurebackpack, AppleCore, appliedenergistics2, Backpack, BiblioCraft, BiblioWoodsBoP, BiblioWoodsForestry, BigReactors, Botany, BinnieCore, ExtraBees, ExtraTrees, Genetics, BiomesOPlenty, BuildCraft|Silicon, BuildCraft|Core, BuildCraft|Transport, BuildCraft|Builders, BuildCraft|Energy, BuildCraft|Factory, CarpentersBlocks, ChickenChunks, chisel, CoFHCore, ComputerCraft, customnpcs, EnderStorage, ExtraUtilities, Forestry, GraveStone, IC2, inventorytweaks, IronChest, journeymap, lootbags, Mantle, MineFactoryReloaded, MineFactoryReloaded|CompatAppliedEnergistics, MineFactoryReloaded|CompatAtum, MineFactoryReloaded|CompatBackTools, MineFactoryReloaded|CompatBuildCraft, MineFactoryReloaded|CompatChococraft, MineFactoryReloaded|CompatExtraBiomes, MineFactoryReloaded|CompatForestry, MineFactoryReloaded|CompatForgeMicroblock, MineFactoryReloaded|CompatIC2, MineFactoryReloaded|CompatMystcraft, MineFactoryReloaded|CompatProjRed, MineFactoryReloaded|CompatRailcraft, MineFactoryReloaded|CompatRP2, MineFactoryReloaded|CompatSufficientBiomes, MineFactoryReloaded|CompatThaumcraft, MineFactoryReloaded|CompatThermalExpansion, MineFactoryReloaded|CompatTConstruct, MineFactoryReloaded|CompatTwilightForest, MineFactoryReloaded|CompatVanilla, OpenComputers, harvestcraft, PneumaticCraft, ProjRed|Core, Railcraft, RedstoneArsenal, simplyjetpacks, SpiceOfLife, TConstruct, Thaumcraft, ThermalExpansion, ThermalFoundation, TMechworks, TwilightForest, Waila, WR-CBE|Core, WR-CBE|Addons, WR-CBE|Logic, Baubles, ForgeMicroblock, ForgeMultipart, McMultipart, MrTJPCoreMod] at SERVER
[13:36:01] [Client thread/INFO] [OpenComputers]: Successfully patched bok.func_110827_b.
[13:36:01] [Client thread/ERROR] [Backpack]: The mod Backpack is expecting signature @[email protected] for source backpack-2.0.0-1.7.x.jar, however there is no signature matching that description
[13:36:08] [Client thread/ERROR] [Mantle]: [Environment Checks] Optifine detected. This may cause issues due to base edits or ASM usage.
[13:36:09] [Client thread/INFO] [CoFH ASM]: Stripping methods and fields from powercrystals.minefactoryreloaded.modhelpers.ic2.IC2
[13:36:10] [Client thread/INFO] [CoFH ASM]: Stripping methods and fields from powercrystals.minefactoryreloaded.modhelpers.thaumcraft.Thaumcraft
[13:36:10] [Client thread/INFO] [TConstruct]: Preparing to take over the world
[13:36:13] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Not Enough Items, FMLFileResourcePack:Adventure Backpack, FMLFileResourcePack:AppleCore, FMLFileResourcePack:Applied Energistics 2, FMLFileResourcePack:Backpack, FMLFileResourcePack:BiblioCraft, FMLFileResourcePack:BiblioWoods Biomes O'Plenty Edition, FMLFileResourcePack:BiblioWoods Forestry Edition, FMLFileResourcePack:Big Reactors, FMLFileResourcePack:Botany, FMLFileResourcePack:Binnie Core, FMLFileResourcePack:Extra Bees, FMLFileResourcePack:Extra Trees, FMLFileResourcePack:Genetics, FMLFileResourcePack:Biomes O' Plenty, FMLFileResourcePack:BC Silicon, FMLFileResourcePack:BuildCraft, FMLFileResourcePack:BC Transport, FMLFileResourcePack:BC Builders, FMLFileResourcePack:BC Energy, FMLFileResourcePack:BC Factory, FMLFileResourcePack:Carpenter's Blocks, FMLFileResourcePack:ChickenChunks, FMLFileResourcePack:Chisel, FMLFileResourcePack:CoFH Core, FMLFileResourcePack:ComputerCraft, FMLFileResourcePack:CustomNpcs, FMLFileResourcePack:EnderStorage, FMLFileResourcePack:Extra Utilities, FMLFileResourcePack:Forestry for Minecraft, FMLFileResourcePack:GraveStone, FMLFileResourcePack:IndustrialCraft 2, FMLFileResourcePack:Inventory Tweaks, FMLFileResourcePack:Iron Chest, FMLFileResourcePack:JourneyMap, FMLFileResourcePack:Loot Bags, FMLFileResourcePack:Mantle, FMLFileResourcePack:MineFactory Reloaded, FMLFileResourcePack:MFR Compat: Applied Energistics, FMLFileResourcePack:MFR Compat: Atum, FMLFileResourcePack:MFR Compat: BackTools, FMLFileResourcePack:MFR Compat: BuildCraft, FMLFileResourcePack:MFR Compat: Chococraft, FMLFileResourcePack:MFR Compat: ExtraBiomes, FMLFileResourcePack:MFR Compat: Forestry, FMLFileResourcePack:MFR Compat: ForgeMicroblock, FMLFileResourcePack:MFR Compat: IC2, FMLFileResourcePack:MFR Compat: Mystcraft, FMLFileResourcePack:MFR Compat ProjectRed, FMLFileResourcePack:MFR Compat: Railcraft, FMLFileResourcePack:MFR Compat: RP2, FMLFileResourcePack:MFR Compat: Sufficient Biomes, FMLFileResourcePack:MFR Compat: Thaumcraft, FMLFileResourcePack:MFR Compat: Thermal Expansion, FMLFileResourcePack:MFR Compat: Tinkers' Construct, FMLFileResourcePack:MFR Compat: TwilightForest, FMLFileResourcePack:MFR Compat: Vanilla, FMLFileResourcePack:OpenComputers, FMLFileResourcePack:Pam's HarvestCraft, FMLFileResourcePack:PneumaticCraft, FMLFileResourcePack:ProjectRed, FMLFileResourcePack:Railcraft, FMLFileResourcePack:Redstone Arsenal, FMLFileResourcePack:Simply Jetpacks, FMLFileResourcePack:The Spice of Life, FMLFileResourcePack:Tinkers' Construct, FMLFileResourcePack:Thaumcraft, FMLFileResourcePack:Thermal Expansion, FMLFileResourcePack:Thermal Foundation, FMLFileResourcePack:Tinkers' Mechworks, FMLFileResourcePack:The Twilight Forest, FMLFileResourcePack:Waila, FMLFileResourcePack:WR-CBE Core, FMLFileResourcePack:WR-CBE Addons, FMLFileResourcePack:WR-CBE Logic, FMLFileResourcePack:Baubles, FMLFileResourcePack:Forge Microblocks, FMLFileResourcePack:Forge Multipart, FMLFileResourcePack:Minecraft Multipart Plugin, FMLFileResourcePack:MrTJPCoreMod
[13:36:13] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
[13:36:13] [Client thread/INFO] [FML]: Found 337 ObjectHolder annotations
[13:36:14] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
[13:36:14] [Client thread/INFO] [Adventure Backpack]: Registered the class com.darkona.adventurebackpack.fluids.effects.WaterEffect as a FluidEffect for water with the ID 0
[13:36:14] [Client thread/INFO] [Adventure Backpack]: Registered the class com.darkona.adventurebackpack.fluids.effects.LavaEffect as a FluidEffect for lava with the ID 1
[13:36:14] [Client thread/INFO] [Adventure Backpack]: Registered the class com.darkona.adventurebackpack.fluids.effects.MilkEffect as a FluidEffect for milk with the ID 2
[13:36:14] [Client thread/INFO] [Adventure Backpack]: Registered the class com.darkona.adventurebackpack.fluids.effects.MelonJuiceEffect as a FluidEffect for melonjuice with the ID 3
[13:36:14] [Client thread/INFO] [Adventure Backpack]: Registered the class com.darkona.adventurebackpack.fluids.effects.MushroomStewEffect as a FluidEffect for mushroomsoup with the ID 4
[13:36:14] [Client thread/INFO] [AE2:C]: Starting ( PreInit )
[13:36:15] [Client thread/INFO] [AE2-CORE]: Allowing Interface buildcraft.api.transport.IPipeConnection from appeng/parts/misc/PartStorageBus because BC integration is enabled.
[13:36:15] [Client thread/INFO] [AE2-CORE]: Allowing Method overridePipeConnection from appeng/parts/misc/PartStorageBus because BC integration is enabled.
[13:36:15] [Client thread/INFO] [AE2-CORE]: Allowing Interface buildcraft.api.transport.IPipeConnection from appeng/parts/p2p/PartP2PItems because BC integration is enabled.
[13:36:15] [Client thread/INFO] [AE2-CORE]: Allowing Method overridePipeConnection from appeng/parts/p2p/PartP2PItems because BC integration is enabled.
[13:36:15] [Client thread/INFO] [AE2-CORE]: Removing Method provider from appeng/integration/modules/MJ6 because MJ5 integration is disabled.
[13:36:15] [Client thread/INFO] [AE2-CORE]: Updated appeng/integration/modules/MJ6
[13:36:15] [Client thread/INFO] [AE2-CORE]: Removing Interface buildcraft.api.mj.ISidedBatteryProvider from appeng/parts/p2p/PartP2PBCPower because MJ6 integration is disabled.
[13:36:15] [Client thread/INFO] [AE2-CORE]: Removing Interface buildcraft.api.mj.IBatteryObject from appeng/parts/p2p/PartP2PBCPower because MJ6 integration is disabled.
[13:36:15] [Client thread/INFO] [AE2-CORE]: Removing Interface buildcraft.api.power.IPowerReceptor from appeng/parts/p2p/PartP2PBCPower because MJ5 integration is disabled.
[13:36:15] [Client thread/INFO] [AE2-CORE]: Removing Interface appeng.api.networking.ticking.IGridTickable from appeng/parts/p2p/PartP2PBCPower because MJ5 integration is disabled.
[13:36:15] [Client thread/INFO] [AE2-CORE]: Removing Method getTickingRequest from appeng/parts/p2p/PartP2PBCPower because MJ5 integration is disabled.
[13:36:15] [Client thread/INFO] [AE2-CORE]: Removing Method tickingRequest from appeng/parts/p2p/PartP2PBCPower because MJ5 integration is disabled.
[13:36:15] [Client thread/INFO] [AE2-CORE]: Removing Method getTargetBattery from appeng/parts/p2p/PartP2PBCPower because MJ6 integration is disabled.
[13:36:15] [Client thread/INFO] [AE2-CORE]: Removing Method getPowerTarget from appeng/parts/p2p/PartP2PBCPower because MJ5 integration is disabled.
[13:36:15] [Client thread/INFO] [AE2-CORE]: Removing Method getPowerReceiver from appeng/parts/p2p/PartP2PBCPower because MJ5 integration is disabled.
[13:36:15] [Client thread/INFO] [AE2-CORE]: Removing Method doWork from appeng/parts/p2p/PartP2PBCPower because MJ5 integration is disabled.
[13:36:15] [Client thread/INFO] [AE2-CORE]: Removing Method getMjBattery from appeng/parts/p2p/PartP2PBCPower because MJ6 integration is disabled.
[13:36:15] [Client thread/INFO] [AE2-CORE]: Removing Method getEnergyRequested from appeng/parts/p2p/PartP2PBCPower because MJ6 integration is disabled.
[13:36:15] [Client thread/INFO] [AE2-CORE]: Removing Method addEnergy from appeng/parts/p2p/PartP2PBCPower because MJ6 integration is disabled.
[13:36:15] [Client thread/INFO] [AE2-CORE]: Removing Method addEnergy from appeng/parts/p2p/PartP2PBCPower because MJ6 integration is disabled.
[13:36:15] [Client thread/INFO] [AE2-CORE]: Removing Method addEnergyInternal from appeng/parts/p2p/PartP2PBCPower because MJ6 integration is disabled.
[13:36:15] [Client thread/INFO] [AE2-CORE]: Removing Method getEnergyStored from appeng/parts/p2p/PartP2PBCPower because MJ6 integration is disabled.
[13:36:15] [Client thread/INFO] [AE2-CORE]: Removing Method setEnergyStored from appeng/parts/p2p/PartP2PBCPower because MJ6 integration is disabled.
[13:36:15] [Client thread/INFO] [AE2-CORE]: Removing Method minimumConsumption from appeng/parts/p2p/PartP2PBCPower because MJ6 integration is disabled.
[13:36:15] [Client thread/INFO] [AE2-CORE]: Removing Method maxReceivedPerCycle from appeng/parts/p2p/PartP2PBCPower because MJ6 integration is disabled.
[13:36:15] [Client thread/INFO] [AE2-CORE]: Removing Method reconfigure from appeng/parts/p2p/PartP2PBCPower because MJ6 integration is disabled.
[13:36:15] [Client thread/INFO] [AE2-CORE]: Removing Method kind from appeng/parts/p2p/PartP2PBCPower because MJ6 integration is disabled.
[13:36:15] [Client thread/INFO] [AE2-CORE]: Updated appeng/parts/p2p/PartP2PBCPower
[13:36:15] [Client thread/INFO] [AE2-CORE]: Allowing Interface ic2.api.energy.tile.IEnergySink from appeng/parts/p2p/PartP2PIC2Power because IC2 integration is enabled.
[13:36:15] [Client thread/INFO] [AE2-CORE]: Allowing Interface ic2.api.energy.tile.IEnergySource from appeng/parts/p2p/PartP2PIC2Power because IC2 integration is enabled.
[13:36:15] [Client thread/INFO] [AE2-CORE]: Allowing Interface cofh.api.energy.IEnergyHandler from appeng/parts/p2p/PartP2PRFPower because RF integration is enabled.
[13:36:15] [Client thread/INFO] [AE2-CORE]: Allowing Interface powercrystals.minefactoryreloaded.api.rednet.connectivity.IRedNetConnection from appeng/block/networking/BlockCableBus because MFR integration is enabled.
[13:36:15] [Client thread/INFO] [AE2-CORE]: Allowing Method getConnectionType from appeng/block/networking/BlockCableBus because MFR integration is enabled.
[13:36:16] [Client thread/INFO] [AE2-CORE]: Removing Interface buildcraft.api.power.IPowerReceptor from appeng/tile/powersink/MinecraftJoules5 because MJ5 integration is disabled.
[13:36:16] [Client thread/INFO] [AE2-CORE]: Removing Method getPowerReceiver from appeng/tile/powersink/MinecraftJoules5 because MJ5 integration is disabled.
[13:36:16] [Client thread/INFO] [AE2-CORE]: Removing Method doWork from appeng/tile/powersink/MinecraftJoules5 because MJ5 integration is disabled.
[13:36:16] [Client thread/INFO] [AE2-CORE]: Removing Method getWorld from appeng/tile/powersink/MinecraftJoules5 because MJ5 integration is disabled.
[13:36:16] [Client thread/INFO] [AE2-CORE]: Updated appeng/tile/powersink/MinecraftJoules5
[13:36:16] [Client thread/INFO] [AE2-CORE]: Removing Interface buildcraft.api.mj.IBatteryProvider from appeng/tile/powersink/MinecraftJoules6 because MJ6 integration is disabled.
[13:36:16] [Client thread/INFO] [AE2-CORE]: Removing Interface buildcraft.api.mj.IBatteryObject from appeng/tile/powersink/MinecraftJoules6 because MJ6 integration is disabled.
[13:36:16] [Client thread/INFO] [AE2-CORE]: Removing Method kind from appeng/tile/powersink/MinecraftJoules6 because MJ6 integration is disabled.
[13:36:16] [Client thread/INFO] [AE2-CORE]: Removing Method getEnergyRequested from appeng/tile/powersink/MinecraftJoules6 because MJ6 integration is disabled.
[13:36:16] [Client thread/INFO] [AE2-CORE]: Removing Method addEnergy from appeng/tile/powersink/MinecraftJoules6 because MJ6 integration is disabled.
[13:36:16] [Client thread/INFO] [AE2-CORE]: Removing Method addEnergy from appeng/tile/powersink/MinecraftJoules6 because MJ6 integration is disabled.
[13:36:16] [Client thread/INFO] [AE2-CORE]: Removing Method getEnergyStored from appeng/tile/powersink/MinecraftJoules6 because MJ6 integration is disabled.
[13:36:16] [Client thread/INFO] [AE2-CORE]: Removing Method setEnergyStored from appeng/tile/powersink/MinecraftJoules6 because MJ6 integration is disabled.
[13:36:16] [Client thread/INFO] [AE2-CORE]: Removing Method maxCapacity from appeng/tile/powersink/MinecraftJoules6 because MJ6 integration is disabled.
[13:36:16] [Client thread/INFO] [AE2-CORE]: Removing Method minimumConsumption from appeng/tile/powersink/MinecraftJoules6 because MJ6 integration is disabled.
[13:36:16] [Client thread/INFO] [AE2-CORE]: Removing Method maxReceivedPerCycle from appeng/tile/powersink/MinecraftJoules6 because MJ6 integration is disabled.
[13:36:16] [Client thread/INFO] [AE2-CORE]: Removing Method reconfigure from appeng/tile/powersink/MinecraftJoules6 because MJ6 integration is disabled.
[13:36:16] [Client thread/INFO] [AE2-CORE]: Removing Method getMjBattery from appeng/tile/powersink/MinecraftJoules6 because MJ6 integration is disabled.
[13:36:16] [Client thread/INFO] [AE2-CORE]: Updated appeng/tile/powersink/MinecraftJoules6
[13:36:16] [Client thread/INFO] [AE2-CORE]: Allowing Interface ic2.api.energy.tile.IEnergySink from appeng/tile/powersink/IC2 because IC2 integration is enabled.
[13:36:16] [Client thread/INFO] [AE2-CORE]: Removing Interface Reika.RotaryCraft.API.ShaftPowerReceiver from appeng/tile/powersink/RotaryCraft because RotaryCraft integration is disabled.
[13:36:16] [Client thread/INFO] [AE2-CORE]: Updated appeng/tile/powersink/RotaryCraft
[13:36:16] [Client thread/INFO] [AE2-CORE]: Allowing Interface cofh.api.energy.IEnergyHandler from appeng/tile/powersink/RedstoneFlux because RF integration is enabled.
[13:36:16] [Client thread/INFO] [AE2-CORE]: Removing Interface mekanism.api.energy.IStrictEnergyAcceptor from appeng/tile/powersink/MekJoules because Mekanism integration is disabled.
[13:36:16] [Client thread/INFO] [AE2-CORE]: Updated appeng/tile/powersink/MekJoules
[13:36:16] [Client thread/INFO] [AE2-CORE]: Allowing Interface buildcraft.api.tools.IToolWrench from appeng/items/tools/quartz/ToolQuartzWrench because BC integration is enabled.
[13:36:16] [Client thread/INFO] [AE2-CORE]: Allowing Interface ic2.api.item.ISpecialElectricItem from appeng/items/tools/powered/powersink/IC2 because IC2 integration is enabled.
[13:36:16] [Client thread/INFO] [AE2-CORE]: Allowing Interface ic2.api.item.IElectricItemManager from appeng/items/tools/powered/powersink/IC2 because IC2 integration is enabled.
[13:36:16] [Client thread/INFO] [AE2-CORE]: Allowing Method getManager from appeng/items/tools/powered/powersink/IC2 because IC2 integration is enabled.
[13:36:16] [Client thread/INFO] [AE2-CORE]: Allowing Interface cofh.api.energy.IEnergyContainerItem from appeng/items/tools/powered/powersink/RedstoneFlux because RFItem integration is enabled.
[13:36:16] [Client thread/INFO] [AE2-CORE]: Allowing Interface buildcraft.api.tools.IToolWrench from appeng/items/tools/ToolNetworkTool because BC integration is enabled.
[13:36:16] [Client thread/INFO] [AE2:C]: Starting VersionChecker
[13:36:16] [Client thread/INFO] [AE2:C]: PreInit ( end 2217ms )
[13:36:17] [Client thread/INFO] [FML]: [BiomesOPlenty] Extending Potions Array.
[13:36:21] [Client thread/ERROR] [BiomesOPlenty]: Could not read existing image from: C:\Users\Kelsey\AppData\Roaming\.minecraft\assets\bopexternal\trails\dev_trail. Attempting redownload.
javax.imageio.IIOException: Can't read input file!
at javax.imageio.ImageIO.read(Unknown Source) ~[?:1.7.0_25]
at biomesoplenty.client.utils.ExternalTexture.<init>(ExternalTexture.java:51) [ExternalTexture.class:?]
at biomesoplenty.client.utils.ExternalTextureManager.retrieveExternalTexture(ExternalTextureManager.java:36) [ExternalTextureManager.class:?]
at biomesoplenty.client.utils.ParticleRegistry.<init>(ParticleRegistry.java:24) [ParticleRegistry.class:?]
at biomesoplenty.common.eventhandler.BOPEventHandlers.registerClientEventHandlers(BOPEventHandlers.java:79) [BOPEventHandlers.class:?]
at biomesoplenty.common.eventhandler.BOPEventHandlers.init(BOPEventHandlers.java:37) [BOPEventHandlers.class:?]
at biomesoplenty.BiomesOPlenty.preInit(BiomesOPlenty.java:68) [BiomesOPlenty.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_25]
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513) [FMLModContainer.class:?]
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-16.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-16.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-16.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-16.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-16.0.jar:?]
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208) [LoadController.class:?]
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187) [LoadController.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-16.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-16.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-16.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-16.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-16.0.jar:?]
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118) [LoadController.class:?]
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:513) [Loader.class:?]
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:239) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.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:?]
[13:36:21] [Client thread/ERROR] [BiomesOPlenty]: Could not read existing image from: C:\Users\Kelsey\AppData\Roaming\.minecraft\assets\bopexternal\trails\donator_trail. Attempting redownload.
javax.imageio.IIOException: Can't read input file!
at javax.imageio.ImageIO.read(Unknown Source) ~[?:1.7.0_25]
at biomesoplenty.client.utils.ExternalTexture.<init>(ExternalTexture.java:51) [ExternalTexture.class:?]
at biomesoplenty.client.utils.ExternalTextureManager.retrieveExternalTexture(ExternalTextureManager.java:36) [ExternalTextureManager.class:?]
at biomesoplenty.client.utils.ParticleRegistry.<init>(ParticleRegistry.java:25) [ParticleRegistry.class:?]
at biomesoplenty.common.eventhandler.BOPEventHandlers.registerClientEventHandlers(BOPEventHandlers.java:79) [BOPEventHandlers.class:?]
at biomesoplenty.common.eventhandler.BOPEventHandlers.init(BOPEventHandlers.java:37) [BOPEventHandlers.class:?]
at biomesoplenty.BiomesOPlenty.preInit(BiomesOPlenty.java:68) [BiomesOPlenty.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_25]
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513) [FMLModContainer.class:?]
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-16.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-16.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-16.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-16.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-16.0.jar:?]
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208) [LoadController.class:?]
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187) [LoadController.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-16.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-16.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-16.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-16.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-16.0.jar:?]
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118) [LoadController.class:?]
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:513) [Loader.class:?]
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:239) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.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:?]
[13:36:24] [Client thread/INFO] [IC2]: Starting pre-init
[13:36:24] [Client thread/INFO] [IC2]: Using 32 audio sources.
[13:36:27] [Client thread/INFO] [IC2]: Finished pre-init after 3209 ms
[13:36:27] [Client thread/INFO] [CoFHWorld]: Registering default templates
[13:36:27] [Client thread/INFO] [BuildCraft]: Starting BuildCraft 6.3.2
[13:36:27] [Client thread/INFO] [BuildCraft]: Copyright (c) SpaceToad, 2011-2014
[13:36:27] [Client thread/INFO] [BuildCraft]: http://www.mod-buildcraft.com
[13:36:27] [Thread-9/INFO] [BuildCraft]: Beginning version check
[13:36:28] [Thread-9/WARN] [BuildCraft]: Using outdated version [6.3.2] for Minecraft 1.7.10. Consider updating to 6.3.3.
[13:36:28] [Client thread/INFO] [Forestry]: Module Equivalent Exchange 2 Plugin failed to load: Equivalent Exchange not found
[13:36:28] [Client thread/INFO] [Forestry]: Module FarmCraftory Plugin failed to load: FarmCraftory not found
[13:36:28] [Client thread/INFO] [Forestry]: Module Natura Plugin failed to load: Natura not found
[13:36:30] [Thread-10/WARN] [Forestry]: Unable to read from remote version authority.
[13:36:30] [Client thread/INFO] [STDOUT]: [ic2.api.item.IC2Items:getItem:36]: IC2 API: Call getItem failed for compressedPlantBall
[13:36:30] [Client thread/INFO] [STDOUT]: [ic2.api.item.IC2Items:getItem:36]: IC2 API: Call getItem failed for matter
[13:36:33] [Client thread/INFO] [CoFH ASM]: Stripping methods and fields from thermalexpansion.item.tool.ItemWrench
[13:36:33] [Client thread/INFO] [CoFH ASM]: Stripping methods and fields from thermalexpansion.item.tool.ItemWrenchBattle
[13:36:33] [CoFHUpdater:ThermalExpansion/WARN] [ThermalExpansion]: Update check for Thermal Expansion failed.
java.io.FileNotFoundException: https://raw.githubusercontent.com/CoFH/ThermalExpansion/master/VERSION
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) ~[?:1.7.0_25]
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source) ~[?:1.7.0_25]
at java.net.URL.openStream(Unknown Source) ~[?:1.7.0_25]
at cofh.mod.updater.UpdateCheckThread.run(UpdateCheckThread.java:44) [UpdateCheckThread.class:?]
[13:36:33] [Client thread/INFO] [ThermalExpansion]: Loading Plugins...
[13:36:33] [Client thread/INFO] [ThermalExpansion]: Finished Loading Plugins.
[13:36:34] [Client thread/INFO] [OpenComputers]: Successfully injected component logic into class erogenousbeef.bigreactors.common.multiblock.tileentity.TileEntityReactorComputerPort.
[13:36:34] [Client thread/INFO] [OpenComputers]: Successfully injected component logic into class erogenousbeef.bigreactors.common.multiblock.tileentity.TileEntityTurbineComputerPort.
[13:36:37] [Client thread/INFO] [CarpentersBlocks]: Designs found: Bed(6), Chisel(9), FlowerPot(18), Tile(13)
[13:36:40] [Client thread/INFO] [STDOUT]: [noppes.npcs.controllers.ScriptController:<init>:59]: Script Engings Available:
[13:36:40] [Client thread/INFO] [STDOUT]: [noppes.npcs.controllers.ScriptController:<init>:65]: ECMAScript: .js
[13:36:41] [Client thread/INFO] [extrautils]: Hello World
[13:36:41] [Client thread/INFO] [extrautils]: Registering Packet class PacketAngelRingNotifier with discriminator: 0
[13:36:41] [Client thread/INFO] [extrautils]: Registering Packet class PacketGUIWidget with discriminator: 1
[13:36:41] [Client thread/INFO] [extrautils]: Registering Packet class PacketParticle with discriminator: 2
[13:36:41] [Client thread/INFO] [extrautils]: Registering Packet class PacketParticleEvent with discriminator: 3
[13:36:41] [Client thread/INFO] [extrautils]: Registering Packet class PacketPlaySound with discriminator: 4
[13:36:41] [Client thread/INFO] [extrautils]: Registering Packet class PacketRain with discriminator: 5
[13:36:41] [Client thread/INFO] [extrautils]: Registering Packet class PacketVillager with discriminator: 6
[13:36:41] [Client thread/INFO] [extrautils]: Registering Packet class PacketVillagerReturn with discriminator: 7
[13:36:41] [Client thread/INFO] [extrautils]: Recipes constructing tile.extrautils:extractor_base_remote.0 will now be used in the Ender Constructor
[13:36:41] [Client thread/INFO] [extrautils]: Recipes constructing tile.extrautils:extractor_base_remote.6 will now be used in the Ender Constructor
[13:36:41] [Client thread/INFO] [extrautils]: Recipes constructing item.extrautils:nodeUpgrade.5 will now be used in the Ender Constructor
[13:36:41] [Client thread/INFO] [extrautils]: Recipes constructing item.extrautils:nodeUpgrade.6 will now be used in the Ender Constructor
[13:36:41] [Client thread/INFO] [extrautils]: Recipes constructing tile.extrautils:magnumTorch will now be used in the Ender Constructor
[13:36:41] [Client thread/INFO] [extrautils]: Recipes constructing tile.extrautils:endMarker will now be used in the Ender Constructor
[13:36:41] [Client thread/INFO] [extrautils]: Recipes constructing tile.extrautils:extractor_base.12 will now be used in the Ender Constructor
[13:36:41] [Client thread/INFO] [extrautils]: Recipes constructing tile.extrautils:enderQuarryUpgrade.0 will now be used in the Ender Constructor
[13:36:41] [Client thread/INFO] [extrautils]: Recipes constructing tile.extrautils:extractor_base.13 will now be used in the Ender Constructor
[13:36:42] [Client thread/INFO] [extrautils]: Registering RecipeMicroBlocks to RecipeSorter
[13:36:42] [Client thread/INFO] [extrautils]: Registering RecipeSoul to RecipeSorter
[13:36:42] [Client thread/INFO] [extrautils]: Registering RecipeMagicalWood to RecipeSorter
[13:36:42] [Client thread/INFO] [extrautils]: Registering RecipeCustomOres to RecipeSorter
[13:36:42] [Client thread/INFO] [extrautils]: Registering RecipeFilterInvert to RecipeSorter
[13:36:42] [Client thread/INFO] [extrautils]: Registering RecipeEnchantCrafting to RecipeSorter
[13:36:42] [Client thread/INFO] [extrautils]: Registering RecipeHorseTransmutation to RecipeSorter
[13:36:42] [Client thread/INFO] [extrautils]: Registering RecipeUnsigil to RecipeSorter
[13:36:42] [Client thread/INFO] [extrautils]: Registering RecipeUnEnchanting to RecipeSorter
[13:36:42] [Client thread/INFO] [extrautils]: Registering RecipeUnstableIngotCrafting to RecipeSorter
[13:36:42] [Client thread/INFO] [extrautils]: Registering RecipeUnstableNuggetCrafting to RecipeSorter
[13:36:42] [Client thread/INFO] [extrautils]: Registering RecipeUnstableCrafting to RecipeSorter
[13:36:42] [Client thread/INFO] [extrautils]: Registering RecipeDifficultySpecific to RecipeSorter
[13:36:42] [Client thread/INFO] [extrautils]: Registering RecipeBagDye to RecipeSorter
[13:36:42] [Client thread/INFO] [extrautils]: Registering RecipeGBEnchanting to RecipeSorter
[13:36:44] [Client thread/INFO] [FML]: InvTweaks: invtweaks.InvTweaksObfuscation
[13:36:44] [Client thread/INFO] [Mantle]: Mantle (1.7.10-0.3.1.jenkins180) -- Preparing for launch.
[13:36:44] [Client thread/INFO] [Mantle]: Entering preinitialization phase.
[13:36:44] [Client thread/INFO] [Mantle]: Loading configuration from disk.
[13:36:44] [Client thread/INFO] [Mantle]: Configuration load completed.
[13:36:44] [Client thread/INFO] [CoFH ASM]: Stripping methods and fields from powercrystals.minefactoryreloaded.tile.base.TileEntityFactory
[13:36:44] [Client thread/INFO] [CoFH ASM]: Stripping methods and fields from powercrystals.minefactoryreloaded.tile.base.TileEntityFactoryPowered
[13:36:44] [Client thread/INFO] [CoFH ASM]: Stripping methods and fields from powercrystals.minefactoryreloaded.tile.machine.TileEntityEjector
[13:36:44] [Client thread/INFO] [MineFactoryReloaded]: There is no '.languages' file.
java.io.FileNotFoundException: minefactoryreloaded:language/.languages
at net.minecraft.client.resources.FallbackResourceManager.func_135056_b(SourceFile:67) ~[bqq.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_135056_b(SourceFile:66) ~[brg.class:?]
at cofh.mod.BaseMod$LangManager.loadAllLanguages(BaseMod.java:271) [BaseMod$LangManager.class:?]
at cofh.mod.BaseMod$LangManager.<init>(BaseMod.java:232) [BaseMod$LangManager.class:?]
at cofh.mod.BaseMod.loadClientLang(BaseMod.java:221) [BaseMod.class:?]
at cofh.mod.BaseMod.loadLang(BaseMod.java:178) [BaseMod.class:?]
at powercrystals.minefactoryreloaded.MineFactoryReloadedCore.preInit(MineFactoryReloadedCore.java:280) [MineFactoryReloadedCore.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_25]
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513) [FMLModContainer.class:?]
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-16.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-16.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-16.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-16.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-16.0.jar:?]
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208) [LoadController.class:?]
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187) [LoadController.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-16.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-16.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-16.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-16.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-16.0.jar:?]
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118) [LoadController.class:?]
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:513) [Loader.class:?]
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:239) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_25]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.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:?]
[13:36:44] [Client thread/INFO] [CoFH ASM]: Stripping methods and fields from powercrystals.minefactoryreloaded.tile.transport.TileEntityConveyor
[13:36:45] [Client thread/INFO] [CoFH ASM]: Stripping methods and fields from powercrystals.minefactoryreloaded.tile.rednet.TileEntityRedNetEnergy
[13:36:45] [Client thread/INFO] [CoFH ASM]: Stripping methods and fields from powercrystals.minefactoryreloaded.tile.rednet.TileEntityRedNetHistorian
[13:36:45] [Client thread/INFO] [CoFH ASM]: Adding runtime interfaces to powercrystals.minefactoryreloaded.item.tool.ItemFactoryHammer
[13:36:46] [Client thread/INFO] [Railcraft]: Railcraft Config: Doing preinit parsing
[13:36:48] [Client thread/WARN] [Railcraft]: Pre-existing steam fluid block detected, deferring to MineFactoryReloaded:steam.still, this may cause issues if the server/client have different mod load orders, recommended that you disable all but one instance of steam fluid blocks via your configs.
Launcher Log
[13:34:38 INFO]: Minecraft Launcher 1.5.3 (through bootstrap 5) started on windows...
[13:34:38 INFO]: Current time is Jan 24, 2015 1:34:38 PM
[13:34:38 INFO]: System.getProperty('os.name') == 'Windows 7'
[13:34:38 INFO]: System.getProperty('os.version') == '6.1'
[13:34:38 INFO]: System.getProperty('os.arch') == 'amd64'
[13:34:38 INFO]: System.getProperty('java.version') == '1.7.0_25'
[13:34:38 INFO]: System.getProperty('java.vendor') == 'Oracle Corporation'
[13:34:38 INFO]: System.getProperty('sun.arch.data.model') == '64'
[13:34:39 INFO]: JFX has been detected & successfully loaded
[13:34:39 INFO]: Refreshing local version list...
[13:34:39 INFO]: Refreshing remote version list...
[13:34:40 INFO]: Refresh complete.
[13:34:40 INFO]: Loaded 9 profile(s); selected 'Modded'
[13:34:40 INFO]: Refreshing auth...
[13:34:40 INFO]: Logging in with access token
[13:35:10 INFO]: Getting syncinfo for selected version
[13:35:10 INFO]: Queueing library & version downloads
[13:35:10 INFO]: Migrated old asset C:\Users\Kelsey\AppData\Roaming\.minecraft\assets\bopexternal\trails\dev_trail into C:\Users\Kelsey\AppData\Roaming\.minecraft\assets\objects\7b\7bae787a522e0fbe55075525134ad9e7fdc2ba0e
[13:35:10 INFO]: Migrated old asset C:\Users\Kelsey\AppData\Roaming\.minecraft\assets\bopexternal\trails\donator_trail into C:\Users\Kelsey\AppData\Roaming\.minecraft\assets\objects\86\86f83d705aa764a5fe6c802b70dd7cadd929f430
[13:35:10 INFO]: Migrated old asset C:\Users\Kelsey\AppData\Roaming\.minecraft\assets\bopexternal\trails\helper_trail into C:\Users\Kelsey\AppData\Roaming\.minecraft\assets\objects\20\207cf48a3391e7f9d99e8e47af121accf5691bc3
[13:35:10 INFO]: Cleaning up old assets directory C:\Users\Kelsey\AppData\Roaming\.minecraft\assets\bopexternal after migration
[13:35:10 INFO]: Download job 'Version & Libraries' started (16 threads, 36 files)
[13:35:10 INFO]: Attempting to download C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\com\mojang\authlib\1.5.16\authlib-1.5.16.jar for job 'Version & Libraries'... (try 0)
[13:35:10 INFO]: Attempting to download C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-compress\1.8.1\commons-compress-1.8.1.jar for job 'Version & Libraries'... (try 0)
[13:35:10 INFO]: Attempting to download C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput-platform\2.0.5\jinput-platform-2.0.5-natives-windows.jar for job 'Version & Libraries'... (try 0)
[13:35:10 INFO]: Attempting to download C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-all\5.0.3\asm-all-5.0.3.jar for job 'Version & Libraries'... (try 0)
[13:35:10 INFO]: Attempting to download C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\com\paulscode\soundsystem\20120107\soundsystem-20120107.jar for job 'Version & Libraries'... (try 0)
[13:35:10 INFO]: Attempting to download C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\com\google\code\gson\gson\2.2.4\gson-2.2.4.jar for job 'Version & Libraries'... (try 0)
[13:35:10 INFO]: Attempting to download C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar for job 'Version & Libraries'... (try 0)
[13:35:10 INFO]: Attempting to download C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\net\sf\trove4j\trove4j\3.0.3\trove4j-3.0.3.jar for job 'Version & Libraries'... (try 0)
[13:35:10 INFO]: Attempting to download C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\commons-io\commons-io\2.4\commons-io-2.4.jar for job 'Version & Libraries'... (try 0)
[13:35:10 INFO]: Attempting to download C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpcore\4.3.2\httpcore-4.3.2.jar for job 'Version & Libraries'... (try 0)
[13:35:10 INFO]: Attempting to download C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\com\paulscode\libraryjavasound\20101123\libraryjavasound-20101123.jar for job 'Version & Libraries'... (try 0)
[13:35:10 INFO]: Attempting to download C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\com\paulscode\codecjorbis\20101023\codecjorbis-20101023.jar for job 'Version & Libraries'... (try 0)
[13:35:10 INFO]: Attempting to download C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl_util\2.9.1\lwjgl_util-2.9.1.jar for job 'Version & Libraries'... (try 0)
[13:35:10 INFO]: Attempting to download C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\com\paulscode\librarylwjglopenal\20100824\librarylwjglopenal-20100824.jar for job 'Version & Libraries'... (try 0)
[13:35:10 INFO]: Attempting to download C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\io\netty\netty-all\4.0.10.Final\netty-all-4.0.10.Final.jar for job 'Version & Libraries'... (try 0)
[13:35:10 INFO]: Attempting to download C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\com\paulscode\codecwav\20101023\codecwav-20101023.jar for job 'Version & Libraries'... (try 0)
[13:35:12 INFO]: Download job 'Resources' skipped as there are no files to download
[13:35:12 INFO]: Job 'Resources' finished successfully (took 0:00:00.000)
[13:35:12 INFO]: Finished downloading C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\net\sf\trove4j\trove4j\3.0.3\trove4j-3.0.3.jar for job 'Version & Libraries': Local file matches local checksum, using that
[13:35:12 INFO]: Finished downloading C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\io\netty\netty-all\4.0.10.Final\netty-all-4.0.10.Final.jar for job 'Version & Libraries': Local file matches local checksum, using that
[13:35:12 INFO]: Finished downloading C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl_util\2.9.1\lwjgl_util-2.9.1.jar for job 'Version & Libraries': Local file matches local checksum, using that
[13:35:12 INFO]: Attempting to download C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-api\2.0-beta9\log4j-api-2.0-beta9.jar for job 'Version & Libraries'... (try 0)
[13:35:12 INFO]: Finished downloading C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\com\paulscode\codecwav\20101023\codecwav-20101023.jar for job 'Version & Libraries': Local file matches local checksum, using that
[13:35:12 INFO]: Finished downloading C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\com\paulscode\codecjorbis\20101023\codecjorbis-20101023.jar for job 'Version & Libraries': Local file matches local checksum, using that
[13:35:12 INFO]: Attempting to download C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\tv\twitch\twitch\5.16\twitch-5.16.jar for job 'Version & Libraries'... (try 0)
[13:35:12 INFO]: Finished downloading C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\com\paulscode\libraryjavasound\20101123\libraryjavasound-20101123.jar for job 'Version & Libraries': Local file matches local checksum, using that
[13:35:12 INFO]: Attempting to download C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl\2.9.1\lwjgl-2.9.1.jar for job 'Version & Libraries'... (try 0)
[13:35:12 INFO]: Attempting to download C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpclient\4.3.3\httpclient-4.3.3.jar for job 'Version & Libraries'... (try 0)
[13:35:12 INFO]: Attempting to download C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-lang3\3.2.1\commons-lang3-3.2.1.jar for job 'Version & Libraries'... (try 0)
[13:35:12 INFO]: Finished downloading C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\tv\twitch\twitch\5.16\twitch-5.16.jar for job 'Version & Libraries': Local file matches local checksum, using that
[13:35:12 INFO]: Attempting to download C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\java3d\vecmath\1.3.1\vecmath-1.3.1.jar for job 'Version & Libraries'... (try 0)
[13:35:12 INFO]: Attempting to download C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\net\minecraft\launchwrapper\1.11\launchwrapper-1.11.jar for job 'Version & Libraries'... (try 0)
[13:35:12 INFO]: Finished downloading C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\net\minecraft\launchwrapper\1.11\launchwrapper-1.11.jar for job 'Version & Libraries': Local file matches local checksum, using that
[13:35:12 INFO]: Attempting to download C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\lzma\lzma\0.0.1\lzma-0.0.1.jar for job 'Version & Libraries'... (try 0)
[13:35:12 INFO]: Finished downloading C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\java3d\vecmath\1.3.1\vecmath-1.3.1.jar for job 'Version & Libraries': Local file matches local checksum, using that
[13:35:12 INFO]: Attempting to download C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\commons-logging\commons-logging\1.1.3\commons-logging-1.1.3.jar for job 'Version & Libraries'... (try 0)
[13:35:12 INFO]: Finished downloading C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpclient\4.3.3\httpclient-4.3.3.jar for job 'Version & Libraries': Local file matches local checksum, using that
[13:35:12 INFO]: Attempting to download C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\4.5\jopt-simple-4.5.jar for job 'Version & Libraries'... (try 0)
[13:35:12 INFO]: Finished downloading C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\commons-logging\commons-logging\1.1.3\commons-logging-1.1.3.jar for job 'Version & Libraries': Local file matches local checksum, using that
[13:35:12 INFO]: Attempting to download C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar for job 'Version & Libraries'... (try 0)
[13:35:12 INFO]: Finished downloading C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\lzma\lzma\0.0.1\lzma-0.0.1.jar for job 'Version & Libraries': Local file matches local checksum, using that
[13:35:12 INFO]: Finished downloading C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar for job 'Version & Libraries': Local file matches local checksum, using that
[13:35:12 INFO]: Attempting to download C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\tv\twitch\twitch-platform\5.16\twitch-platform-5.16-natives-windows-64.jar for job 'Version & Libraries'... (try 0)
[13:35:12 INFO]: Finished downloading C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\4.5\jopt-simple-4.5.jar for job 'Version & Libraries': Local file matches local checksum, using that
[13:35:12 INFO]: Attempting to download C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\tv\twitch\twitch-external-platform\4.5\twitch-external-platform-4.5-natives-windows-64.jar for job 'Version & Libraries'... (try 0)
[13:35:12 INFO]: Attempting to download C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl-platform\2.9.1\lwjgl-platform-2.9.1-natives-windows.jar for job 'Version & Libraries'... (try 0)
[13:35:12 INFO]: Finished downloading C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl\2.9.1\lwjgl-2.9.1.jar for job 'Version & Libraries': Local file matches local checksum, using that
[13:35:12 INFO]: Attempting to download C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\16.0\guava-16.0.jar for job 'Version & Libraries'... (try 0)
[13:35:12 INFO]: Finished downloading C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl-platform\2.9.1\lwjgl-platform-2.9.1-natives-windows.jar for job 'Version & Libraries': Local file matches local checksum, using that
[13:35:12 INFO]: Attempting to download C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\commons-codec\commons-codec\1.9\commons-codec-1.9.jar for job 'Version & Libraries'... (try 0)
[13:35:12 INFO]: Finished downloading C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\commons-codec\commons-codec\1.9\commons-codec-1.9.jar for job 'Version & Libraries': Local file matches local checksum, using that
[13:35:12 INFO]: Attempting to download C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\com\mojang\realms\1.3.5\realms-1.3.5.jar for job 'Version & Libraries'... (try 0)
[13:35:12 INFO]: Finished downloading C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\tv\twitch\twitch-platform\5.16\twitch-platform-5.16-natives-windows-64.jar for job 'Version & Libraries': Local file matches local checksum, using that
[13:35:12 INFO]: Attempting to download C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\com\ibm\icu\icu4j-core-mojang\51.2\icu4j-core-mojang-51.2.jar for job 'Version & Libraries'... (try 0)
[13:35:12 INFO]: Finished downloading C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\com\mojang\realms\1.3.5\realms-1.3.5.jar for job 'Version & Libraries': Local file matches local checksum, using that
[13:35:12 INFO]: Attempting to download C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-core\2.0-beta9\log4j-core-2.0-beta9.jar for job 'Version & Libraries'... (try 0)
[13:35:12 INFO]: Finished downloading C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-core\2.0-beta9\log4j-core-2.0-beta9.jar for job 'Version & Libraries': Local file matches local checksum, using that
[13:35:12 INFO]: Attempting to download C:\Users\Kelsey\AppData\Roaming\.minecraft\versions\1.7.10-Forge10.13.2.1286\1.7.10-Forge10.13.2.1286.jar for job 'Version & Libraries'... (try 0)
[13:35:12 INFO]: Finished downloading C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-lang3\3.2.1\commons-lang3-3.2.1.jar for job 'Version & Libraries': Local file matches local checksum, using that
[13:35:12 INFO]: Finished downloading C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\com\paulscode\librarylwjglopenal\20100824\librarylwjglopenal-20100824.jar for job 'Version & Libraries': Local file matches local checksum, using that
[13:35:12 INFO]: Finished downloading C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpcore\4.3.2\httpcore-4.3.2.jar for job 'Version & Libraries': Local file matches local checksum, using that
[13:35:12 INFO]: Finished downloading C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\commons-io\commons-io\2.4\commons-io-2.4.jar for job 'Version & Libraries': Local file matches local checksum, using that
[13:35:12 INFO]: Finished downloading C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\16.0\guava-16.0.jar for job 'Version & Libraries': Local file matches local checksum, using that
[13:35:12 INFO]: Finished downloading C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\com\ibm\icu\icu4j-core-mojang\51.2\icu4j-core-mojang-51.2.jar for job 'Version & Libraries': Local file matches local checksum, using that
[13:35:12 INFO]: Finished downloading C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-api\2.0-beta9\log4j-api-2.0-beta9.jar for job 'Version & Libraries': Local file matches local checksum, using that
[13:35:12 INFO]: Finished downloading C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\com\google\code\gson\gson\2.2.4\gson-2.2.4.jar for job 'Version & Libraries': Local file matches local checksum, using that
[13:35:12 INFO]: Finished downloading C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar for job 'Version & Libraries': Local file matches local checksum, using that
[13:35:12 INFO]: Finished downloading C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\com\paulscode\soundsystem\20120107\soundsystem-20120107.jar for job 'Version & Libraries': Local file matches local checksum, using that
[13:35:12 INFO]: Finished downloading C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-all\5.0.3\asm-all-5.0.3.jar for job 'Version & Libraries': Local file matches local checksum, using that
[13:35:12 INFO]: Finished downloading C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-compress\1.8.1\commons-compress-1.8.1.jar for job 'Version & Libraries': Local file matches local checksum, using that
[13:35:12 INFO]: Finished downloading C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput-platform\2.0.5\jinput-platform-2.0.5-natives-windows.jar for job 'Version & Libraries': Local file matches local checksum, using that
[13:35:12 INFO]: Finished downloading C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\com\mojang\authlib\1.5.16\authlib-1.5.16.jar for job 'Version & Libraries': Local file matches local checksum, using that
[13:35:12 INFO]: Finished downloading C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\tv\twitch\twitch-external-platform\4.5\twitch-external-platform-4.5-natives-windows-64.jar for job 'Version & Libraries': Local file matches local checksum, using that
[13:35:12 INFO]: Finished downloading C:\Users\Kelsey\AppData\Roaming\.minecraft\versions\1.7.10-Forge10.13.2.1286\1.7.10-Forge10.13.2.1286.jar for job 'Version & Libraries': Couldn't connect to server (responded with 403) but have local file, assuming it's good
[13:35:12 INFO]: Job 'Version & Libraries' finished successfully (took 0:00:01.446)
[13:35:12 INFO]: Launching game
[13:35:12 INFO]: Unpacking natives to C:\Users\Kelsey\AppData\Roaming\.minecraft\versions\1.7.10-Forge10.13.2.1286\1.7.10-Forge10.13.2.1286-natives-12453585566450
[13:35:12 INFO]: Launching in C:\Users\Kelsey\AppData\Roaming\.minecraft
[13:35:12 INFO]: Half command: C:\Program Files\Java\jre7\bin\javaw.exe -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M -Djava.library.path=C:\Users\Kelsey\AppData\Roaming\.minecraft\versions\1.7.10-Forge10.13.2.1286\1.7.10-Forge10.13.2.1286-natives-12453585566450 -cp C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forge\1.7.10-10.13.2.1286\forge-1.7.10-10.13.2.1286.jar;C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\net\minecraft\launchwrapper\1.11\launchwrapper-1.11.jar;C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-all\5.0.3\asm-all-5.0.3.jar;C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\com\typesafe\akka\akka-actor_2.11\2.3.3\akka-actor_2.11-2.3.3.jar;C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\com\typesafe\config\1.2.1\config-1.2.1.jar;C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-actors-migration_2.11\1.1.0\scala-actors-migration_2.11-1.1.0.jar;C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-compiler\2.11.1\scala-compiler-2.11.1.jar;C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\org\scala-lang\plugins\scala-continuations-library_2.11\1.0.2\scala-continuations-library_2.11-1.0.2.jar;C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\org\scala-lang\plugins\scala-continuations-plugin_2.11.1\1.0.2\scala-continuations-plugin_2.11.1-1.0.2.jar;C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-library\2.11.1\scala-library-2.11.1.jar;C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-parser-combinators_2.11\1.0.1\scala-parser-combinators_2.11-1.0.1.jar;C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-reflect\2.11.1\scala-reflect-2.11.1.jar;C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-swing_2.11\1.0.1\scala-swing_2.11-1.0.1.jar;C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-xml_2.11\1.0.2\scala-xml_2.11-1.0.2.jar;C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\4.5\jopt-simple-4.5.jar;C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\lzma\lzma\0.0.1\lzma-0.0.1.jar;C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\com\mojang\realms\1.3.5\realms-1.3.5.jar;C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-compress\1.8.1\commons-compress-1.8.1.jar;C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpclient\4.3.3\httpclient-4.3.3.jar;C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\commons-logging\commons-logging\1.1.3\commons-logging-1.1.3.jar;C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpcore\4.3.2\httpcore-4.3.2.jar;C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\java3d\vecmath\1.3.1\vecmath-1.3.1.jar;C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\net\sf\trove4j\trove4j\3.0.3\trove4j-3.0.3.jar;C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\com\ibm\icu\icu4j-core-mojang\51.2\icu4j-core-mojang-51.2.jar;C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\com\paulscode\codecjorbis\20101023\codecjorbis-20101023.jar;C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\com\paulscode\codecwav\20101023\codecwav-20101023.jar;C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\com\paulscode\libraryjavasound\20101123\libraryjavasound-20101123.jar;C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\com\paulscode\librarylwjglopenal\20100824\librarylwjglopenal-20100824.jar;C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\com\paulscode\soundsystem\20120107\soundsystem-20120107.jar;C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\io\netty\netty-all\4.0.10.Final\netty-all-4.0.10.Final.jar;C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\16.0\guava-16.0.jar;C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-lang3\3.2.1\commons-lang3-3.2.1.jar;C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\commons-io\commons-io\2.4\commons-io-2.4.jar;C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\commons-codec\commons-codec\1.9\commons-codec-1.9.jar;C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar;C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar;C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\com\google\code\gson\gson\2.2.4\gson-2.2.4.jar;C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\com\mojang\authlib\1.5.16\authlib-1.5.16.jar;C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-api\2.0-beta9\log4j-api-2.0-beta9.jar;C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-core\2.0-beta9\log4j-core-2.0-beta9.jar;C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl\2.9.1\lwjgl-2.9.1.jar;C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl_util\2.9.1\lwjgl_util-2.9.1.jar;C:\Users\Kelsey\AppData\Roaming\.minecraft\libraries\tv\twitch\twitch\5.16\twitch-5.16.jar;C:\Users\Kelsey\AppData\Roaming\.minecraft\versions\1.7.10-Forge10.13.2.1286\1.7.10-Forge10.13.2.1286.jar net.minecraft.launchwrapper.Launch
[13:35:17 INFO]: Looking for orphaned versions to clean up...
[13:35:18 INFO]: Cleaning up orphaned object 207cf48a3391e7f9d99e8e47af121accf5691bc3
[13:35:18 INFO]: Cleaning up orphaned object 7bae787a522e0fbe55075525134ad9e7fdc2ba0e
[13:35:18 INFO]: Cleaning up orphaned object 86f83d705aa764a5fe6c802b70dd7cadd929f430
[13:35:19 INFO]: Looking for old natives & assets to clean up...
Redownload BoP:
Since hopefully you did download the new MFR:
Did you switch language you play in? If you're still playing with the old version, get the new one.
And this, which is self explanatory:
I can't tell you which other mod uses steam fluid blocks, but you can always disable it from within railcraft config instead.