Hi! I have been making a modpack for a while but when I tested it, it just crashed. Here is the crash report. The modpack has about 100 mods. Can anyone help me by figuring out what's causing it to crash?
[10:28:32] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[10:28:32] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
[10:28:32] [main/INFO] [FML]: Forge Mod Loader version 7.99.16.1448 for Minecraft 1.7.10 loading
[10:28:32] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_25, running on Windows 7:amd64:6.1, installed at C:\Program Files (x86)\Minecraft\runtime\jre-x64\1.8.0_25
[10:28:32] [main/WARN] [FML]: The coremod mods.battlegear2.coremod.BattlegearLoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[10:28:33] [main/WARN] [FML]: The coremod am2.preloader.AM2PreloaderContainer does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[10:28:33] [main/INFO] [FML]: AMCore initializing...stand back! I'm going to try MAGIC!
[10:28:33] [main/INFO] [FML]: [AppEng] Core Init
[10:28:34] [main/WARN] [FML]: The coremod codechicken.core.launch.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[10:28:38] [main/ERROR] [FML]: Unable to read the jar file CodeChickenLib-1.7.10-1.1.1.99-universal.jar - ignoring
java.io.FileNotFoundException: C:\Users\Joseph\AppData\Roaming\.minecraft\mods\CodeChickenLib-1.7.10-1.1.1.99-universal.jar (The system cannot find the file specified)
at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_25]
at java.util.zip.ZipFile.<init>(ZipFile.java:220) ~[?:1.8.0_25]
at java.util.zip.ZipFile.<init>(ZipFile.java:150) ~[?:1.8.0_25]
at java.util.jar.JarFile.<init>(JarFile.java:166) ~[?:1.8.0_25]
at java.util.jar.JarFile.<init>(JarFile.java:130) ~[?:1.8.0_25]
at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:265) [forge-1.7.10-10.13.4.1448-1.7.10.jar:?]
at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:214) [forge-1.7.10-10.13.4.1448-1.7.10.jar:?]
at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90) [forge-1.7.10-10.13.4.1448-1.7.10.jar:?]
at cpw.mods.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67) [forge-1.7.10-10.13.4.1448-1.7.10.jar:?]
at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34) [forge-1.7.10-10.13.4.1448-1.7.10.jar:?]
at cpw.mods.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:126) [forge-1.7.10-10.13.4.1448-1.7.10.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:?]
[10:28:38] [main/WARN] [FML]: The coremod cofh.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[10:28:39] [main/WARN] [FML]: The coremod mods.immibis.microblocks.coremod.MicroblocksCoreMod does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[10:28:39] [main/WARN] [FML]: The coremod invtweaks.forge.asm.FMLPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[10:28:39] [main/WARN] [FML]: The coremod invtweaks.forge.asm.FMLPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[10:28:39] [main/ERROR] [FML]: Unable to read the jar file LibSandstone-1.0.0.jar - ignoring
java.io.FileNotFoundException: C:\Users\Joseph\AppData\Roaming\.minecraft\mods\LibSandstone-1.0.0.jar (The system cannot find the file specified)
at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_25]
at java.util.zip.ZipFile.<init>(ZipFile.java:220) ~[?:1.8.0_25]
at java.util.zip.ZipFile.<init>(ZipFile.java:150) ~[?:1.8.0_25]
at java.util.jar.JarFile.<init>(JarFile.java:166) ~[?:1.8.0_25]
at java.util.jar.JarFile.<init>(JarFile.java:130) ~[?:1.8.0_25]
at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:265) [forge-1.7.10-10.13.4.1448-1.7.10.jar:?]
at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:214) [forge-1.7.10-10.13.4.1448-1.7.10.jar:?]
at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90) [forge-1.7.10-10.13.4.1448-1.7.10.jar:?]
at cpw.mods.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67) [forge-1.7.10-10.13.4.1448-1.7.10.jar:?]
at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34) [forge-1.7.10-10.13.4.1448-1.7.10.jar:?]
at cpw.mods.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:126) [forge-1.7.10-10.13.4.1448-1.7.10.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:?]
[10:28:39] [main/WARN] [FML]: The coremod micdoodle8.mods.miccore.MicdoodlePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[10:28:39] [main/WARN] [FML]: The coremod mcp.mobius.mobiuscore.asm.CoreDescription does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[10:28:39] [main/WARN] [FML]: The coremod codechicken.nei.asm.NEICorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[10:28:39] [main/INFO] [FML]: Loading tweaker optifine.OptiFineForgeTweaker from OptiFine_1.7.10_HD_B7.jar
[10:28:39] [main/WARN] [FML]: The coremod xreliquary.common.asm.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[10:28:39] [main/WARN] [FML]: The coremod tonius.simplyjetpacks.core.SJCoreContainer does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[10:28:39] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[10:28:39] [main/INFO] [LaunchWrapper]: Loading tweak class name optifine.OptiFineForgeTweaker
[10:28:39] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[10:28:39] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[10:28:39] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[10:28:39] [main/INFO] [LaunchWrapper]: Calling tweak class optifine.OptiFineForgeTweaker
[10:28:39] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:49]: OptiFineForgeTweaker: acceptOptions
[10:28:39] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:49]: OptiFineForgeTweaker: injectIntoClassLoader
[10:28:39] [main/INFO] [STDOUT]: [optifine.OptiFineClassTransformer:dbg:179]: OptiFine ClassTransformer
[10:28:39] [main/INFO] [STDOUT]: [optifine.OptiFineClassTransformer:dbg:179]: OptiFine URL: file:/C:/Users/Joseph/AppData/Roaming/.minecraft/mods/OptiFine_1.7.10_HD_B7.jar
[10:28:39] [main/INFO] [STDOUT]: [optifine.OptiFineClassTransformer:dbg:179]: OptiFine ZIP file: [email protected]
[10:28:39] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:28:41] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[10:28:41] [main/INFO] [FML]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
[10:28:41] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:28:41] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:28:42] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:28:42] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:28:42] [main/ERROR] [LaunchWrapper]: A critical problem occurred registering the ASM transformer class am2.preloader.AccessTransformers
java.lang.IllegalArgumentException: resource AM2_at.cfg not found.
at com.google.common.base.Preconditions.checkArgument(Preconditions.java:148) ~[guava-17.0.jar:?]
at com.google.common.io.Resources.getResource(Resources.java:229) ~[guava-17.0.jar:?]
at cpw.mods.fml.common.asm.transformers.AccessTransformer.readMapFile(AccessTransformer.java:118) ~[forge-1.7.10-10.13.4.1448-1.7.10.jar:?]
at cpw.mods.fml.common.asm.transformers.AccessTransformer.<init>(AccessTransformer.java:101) ~[forge-1.7.10-10.13.4.1448-1.7.10.jar:?]
at am2.preloader.AccessTransformers.<init>(AccessTransformers.java:10) ~[AccessTransformers.class:?]
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_25]
at java.lang.reflect.Constructor.newInstance(Constructor.java:408) ~[?:1.8.0_25]
at java.lang.Class.newInstance(Class.java:438) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.LaunchClassLoader.registerTransformer(LaunchClassLoader.java:88) [launchwrapper-1.11.jar:?]
at cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper.injectIntoClassLoader(CoreModManager.java:101) [forge-1.7.10-10.13.4.1448-1.7.10.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:?]
[10:28:42] [main/INFO] [FML]: MC located at: C:\Users\Joseph\AppData\Roaming\.minecraft
[10:28:42] [main/INFO] [FML]: AMCore >> Located Optifine
[10:28:42] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:28:43] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:28:43] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:28:44] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:28:44] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:28:44] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:28:44] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:28:44] [main/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodlePlugin:getASMTransformerClass:102]: Successfully Registered Transformer
[10:28:46] [main/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodlePlugin:injectData:295]: [Micdoodle8Core]: Patching game...
[10:28:46] [main/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodlePlugin:injectData:295]: [Micdoodle8Core]: Patching game...
[10:28:46] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:28:46] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:28:46] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:28:46] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:28:46] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[10:28:46] [main/INFO] [STDOUT]: [cofh.asm.CoFHAccessTransformer:readMappingFile:40]: Adding Accesstransformer map: CoFH_at.cfg
[10:28:47] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:28:47] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
[10:28:47] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
[10:28:47] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:49]: OptiFineForgeTweaker: getLaunchArguments
[10:28:47] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[10:28:47] [main/INFO] [battlegear2]: M&B - Patching Class Minecraft (bao)
[10:28:47] [main/INFO] [battlegear2]: Patching method Click Mouse in Minecraft
[10:28:47] [main/INFO] [battlegear2]: M&B - Patching Class Minecraft done
[10:28:47] [main/INFO] [FML]: AMCore >> Altering definition of net.minecraft.world.World
[MobiusCore] Current code is OBFUSCATED
[MobiusCore] Found cpw.mods.fml.common.FMLCommonHandler with checksum F626A08BBC07AE3F7D88072FDFDAE36E
[MobiusCore] Successful injection in onPreServerTick ()V
[MobiusCore] Successful injection in onPostServerTick ()V
[MobiusCore] Successful injection in onPreWorldTick (Lahb;)V
[MobiusCore] Successful injection in onPostWorldTick (Lahb;)V
[MobiusCore] Switching injection mode to FORGE
[MobiusCore] Found net.minecraft.world.World [ ahb ] with checksum B6D76C386994A9B4DF0059D0690DCBA1
[MobiusCore] Found World.updateEntities()...
[MobiusCore] Successful injection in h ()V
[MobiusCore] Successful injection in h ()V
[MobiusCore] Successful injection in h ()V
[MobiusCore] Successful injection in h ()V
[10:28:48] [main/INFO] [battlegear2]: M&B - Patching Class EntityPlayer (yz)
[10:28:48] [main/INFO] [battlegear2]: Adding new fields to EntityPlayer
[10:28:48] [main/INFO] [battlegear2]: Patching constructor in EntityPlayer
[10:28:48] [main/INFO] [battlegear2]: Patching method onUpdate in EntityPlayer
[10:28:48] [main/INFO] [battlegear2]: Patching method onItemUseFinish in EntityPlayer
[10:28:48] [main/INFO] [battlegear2]: Patching method setCurrentItemOrArmor in EntityPlayer
[10:28:48] [main/INFO] [battlegear2]: Creating new methods in EntityPlayer
[10:28:48] [main/INFO] [battlegear2]: M&B - Patching Class EntityPlayer done
[10:28:48] [main/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1763]: Galacticraft successfully injected bytecode into: sv (1 / 1)
[10:28:48] [main/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1763]: Galacticraft successfully injected bytecode into: sa (1 / 1)
[10:28:48] [main/INFO] [STDOUT]: [com.creativemd.itemphysic.ItemTransformer:transform:97]: [ItemPhysic] Patching bjk
[10:28:48] [main/INFO] [FML]: AMCore >> Altering definition of net.minecraft.client.entity.EntityPlayerSP
[10:28:48] [main/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1763]: Galacticraft successfully injected bytecode into: bdi (1 / 1)
[10:28:49] [main/INFO] [AE2-CORE]: func_146977_a(Lnet/minecraft/inventory/Slot;)V - Transformed
[10:28:49] [main/INFO] [AE2-CORE]: func_146977_a_original(Lnet/minecraft/inventory/Slot;)V - New Method
[10:28:49] [main/INFO] [AE2-CORE]: func_146977_a(Lnet/minecraft/inventory/Slot;)V - Invoke Virtual
[MobiusCore] Found net.minecraft.world.WorldServer [ mt ] with checksum A9B6290BB23DD7A1659115ABB503DDD8
[MobiusCore] Successful injection in b ()V
[MobiusCore] Successful injection in b ()V
[10:28:49] [main/INFO]: Setting user: TheEmeraldArrow
[10:28:49] [main/INFO] [STDOUT]: [com.creativemd.itemphysic.ItemTransformer:transform:88]: [ItemPhysic] Patching xk
[10:28:49] [main/INFO] [STDERR]: [micdoodle8.mods.miccore.MicdoodleTransformer:printResultsAndReset:1692]: Potential problem: Galacticraft did not complete injection of bytecode into: xk (0 / 1)
[10:28:51] [main/INFO] [battlegear2]: M&B - Patching Class ItemStack (add)
[10:28:51] [main/INFO] [battlegear2]: M&B - Patching Class ItemStack done
[10:28:52] [Client thread/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1763]: Galacticraft successfully injected bytecode into: bkn (1 / 1)
[10:28:52] [Client thread/INFO]: LWJGL Version: 2.9.1
[10:28:52] [Client thread/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1763]: Galacticraft successfully injected bytecode into: net/minecraftforge/client/ForgeHooksClient (1 / 1)
[OptiFine]
[OptiFine] OptiFine_1.7.10_HD_B7
[OptiFine] Tue Jun 30 10:28:52 GMT-05:00 2015
[OptiFine] OS: Windows 7 (amd64) version 6.1
[OptiFine] Java: 1.8.0_25, Oracle Corporation
[OptiFine] VM: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
[OptiFine] LWJGL: 2.9.1
[OptiFine] OpenGL: ATI Radeon HD 4200 , version 3.3.10834 Compatibility Profile Context, ATI Technologies Inc.
[OptiFine] OpenGL Version: 3.3
[OptiFine] OpenGL Fancy fog: Not available (GL_NV_fog_distance)
[OptiFine] Maximum texture size: 8192x8192
[OptiFine] Checking for new version
[10:28:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: org.lwjgl.opengl.OpenGLException: Invalid value (1281)
[10:28:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at org.lwjgl.opengl.Util.checkGLError(Util.java:59)
[10:28:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at org.lwjgl.opengl.WindowsContextImplementation.setSwapInterval(WindowsContextImplementation.java:113)
[10:28:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at org.lwjgl.opengl.ContextGL.setSwapInterval(ContextGL.java:232)
[10:28:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at org.lwjgl.opengl.DrawableGL.setSwapInterval(DrawableGL.java:86)
[10:28:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at org.lwjgl.opengl.Display.setSwapInterval(Display.java:1129)
[10:28:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at org.lwjgl.opengl.Display.setVSyncEnabled(Display.java:1142)
[10:28:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.settings.GameSettings.updateVSync(GameSettings.java:3021)
[10:28:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at Config.checkDisplayMode(Config.java:1968)
[10:28:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at Config.initDisplay(Config.java:165)
[10:28:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.renderer.OpenGlHelper.func_77474_a(OpenGlHelper.java:76)
[10:28:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:455)
[10:28:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
[10:28:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.main.Main.main(SourceFile:148)
[10:28:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[10:28:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[10:28:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[10:28:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[10:28:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[10:28:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[10:28:53] [Client thread/INFO] [STDOUT]: [com.creativemd.itemphysic.ItemTransformer:transform:81]: [ItemPhysic] Patching bny
[OptiFine] Version found: B6
[10:28:54] [Client thread/INFO] [FML]: Forge Mod Loader has detected optifine OptiFine_1.7.10_HD_B7, enabling compatibility features
[10:28:54] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
[10:28:54] [Client thread/INFO] [FML]: MinecraftForge v10.13.4.1448 Initialized
[10:28:54] [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
[10:28:54] [Client thread/INFO] [FML]: InvTweaks: net.minecraft.inventory.ContainerRepair
[10:28:54] [Client thread/INFO] [FML]: InvTweaks: net.minecraft.inventory.ContainerRepair
[10:28:54] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
[10:28:54] [Client thread/INFO] [FML]: AMCore initializing...stand back! I'm going to try MAGIC!
[10:28:54] [Client thread/INFO] [FML]: [AppEng] Core Init
[10:28:55] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer
[10:28:55] [Client thread/INFO] [FML]: Searching C:\Users\Joseph\AppData\Roaming\.minecraft\mods for mods
[10:28:55] [Client thread/INFO] [FML]: Also searching C:\Users\Joseph\AppData\Roaming\.minecraft\mods\1.7.10 for mods
[10:28:59] [Client thread/WARN] [battlegear2]: Mod battlegear2 is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.0.7.0
[10:28:59] [Client thread/WARN] [DamageIndicatorsMod]: Mod DamageIndicatorsMod is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 3.2.3
[10:29:01] [Client thread/WARN] [BetterSprinting]: Mod BetterSprinting is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.1.2
[10:29:03] [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.13
[10:29:03] [Client thread/INFO] [FML]: Attempting to reparse the mod container DimensionalDoors-2.2.5-test8.jar
[10:29:03] [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
[10:29:04] [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.6
[10:29:06] [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.1-49
[10:29:06] [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.0.0
[10:29:07] [Client thread/WARN] [wildcaves3]: Mod wildcaves3 is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 0.4.3.6
[10:29:08] [Client thread/ERROR] [FML]: Found a duplicate mod chisel at [C:\Users\Joseph\AppData\Roaming\.minecraft\mods\Chisel-1.7.10-1.5.7.jar, C:\Users\Joseph\AppData\Roaming\.minecraft\mods\Chisel-2-Mod-1.7.10.jar]
[10:29:08] [Client thread/ERROR] [FML]: Found a duplicate mod creativecore at [C:\Users\Joseph\AppData\Roaming\.minecraft\mods\CreativeCore v1.1.4 mc1.7.10.jar, C:\Users\Joseph\AppData\Roaming\.minecraft\mods\CreativeCore v1.1.4 mc1.7.10 (2).jar]
[10:29:08] [Client thread/ERROR] [FML]: Found a duplicate mod inventorytweaks at [C:\Users\Joseph\AppData\Roaming\.minecraft\mods\InventoryTweaks-1.59-dev-152.jar, C:\Users\Joseph\AppData\Roaming\.minecraft\mods\InventoryTweaks-1.58-147.jar]
[10:29:08] [Client thread/INFO]: Reloading ResourceManager: Default, CrypticPvP Pack
[10:29:08] [Client thread/WARN] [FML]: There were errors previously. Not beginning mod initialization phase
[OptiFine] *** Reloading textures ***
[OptiFine] Resource packs: CrypticPvP Pack
[10:29:08] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[10:29:08] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem...
[10:29:08] [Thread-8/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL
[10:29:08] [Thread-8/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[10:29:08] [Thread-8/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.
[10:29:09] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[10:29:09] [Sound Library Loader/INFO]: Sound engine started
[OptiFine] Loading textures/font/ascii.properties
[OptiFine] Loading textures/font/ascii_sga.properties
[MobiusCore] Found net.minecraft.client.renderer.entity.RenderManager [ bnn ] with checksum 23331C7A7033A1CF1F1AAE38FD89A9B5
[MobiusCore] Successful injection in a (Lsa;DDDFFZ)Z
[MobiusCore] Successful injection in a (Lsa;DDDFFZ)Z
[10:29:09] [Client thread/INFO] [battlegear2]: M&B - Patching Class ModelBiped (bhm)
[10:29:09] [Client thread/INFO] [battlegear2]: Patching method setRotationAngles in ModelBiped
[10:29:09] [Client thread/INFO] [battlegear2]: M&B - Patching Class ModelBiped done
[10:29:09] [Client thread/INFO] [FML]: AMCore >> Altering definition of net.minecraft.client.renderer.entity.RendererLivingEntity
[10:29:09] [Client thread/INFO] [battlegear2]: M&B - Patching Class ItemRenderer (bly)
[10:29:09] [Client thread/INFO] [battlegear2]: Adding new fields to ItemRenderer
[10:29:09] [Client thread/INFO] [battlegear2]: Patching method renderItemInFirstPerson in ItemRenderer
[10:29:09] [Client thread/INFO] [battlegear2]: Patching method updateEquippedItem in ItemRenderer
[10:29:09] [Client thread/INFO] [battlegear2]: M&B - Patching Class ItemRenderer done
[10:29:09] [Client thread/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1763]: Galacticraft successfully injected bytecode into: bly (1 / 1)
[10:29:09] [Client thread/INFO] [FML]: AMCore >> Altering definition of net.minecraft.client.renderer.EntityRenderer
[10:29:09] [Client thread/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1763]: Galacticraft successfully injected bytecode into: blt (4 / 4)
[10:29:09] [Client thread/ERROR] [LaunchWrapper]: Unable to launch
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
Caused by: java.lang.NoClassDefFoundError: Could not initialize class Reflector
at net.minecraft.crash.CrashReport.func_71504_g(CrashReport.java:163) ~[b.class:?]
at net.minecraft.crash.CrashReport.<init>(CrashReport.java:55) ~[b.class:?]
at net.minecraft.crash.CrashReport.func_85055_a(CrashReport.java:442) ~[b.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:882) ~[bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) ~[Main.class:?]
... 6 more
Ok just tried everything u just said but it still isnt working. This is the new crash report. All that happens is right before it launches, it just goes back to the launcher and says "Already Playing"
[13:19:44] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[13:19:44] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[13:19:44] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
[13:19:44] [main/INFO] [FML]: Forge Mod Loader version 7.99.16.1448 for Minecraft 1.7.10 loading
[13:19:44] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_25, running on Windows 7:amd64:6.1, installed at C:\Program Files (x86)\Minecraft\runtime\jre-x64\1.8.0_25
[13:19:44] [main/WARN] [FML]: The coremod mods.battlegear2.coremod.BattlegearLoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[13:19:44] [main/WARN] [FML]: The coremod am2.preloader.AM2PreloaderContainer does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[13:19:44] [main/INFO] [FML]: AMCore initializing...stand back! I'm going to try MAGIC!
[13:19:44] [main/INFO] [FML]: [AppEng] Core Init
[13:19:44] [main/WARN] [FML]: The coremod cofh.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[13:19:44] [main/WARN] [FML]: The coremod mods.immibis.microblocks.coremod.MicroblocksCoreMod does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[13:19:44] [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:19:44] [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:19:44] [main/WARN] [FML]: The coremod micdoodle8.mods.miccore.MicdoodlePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[13:19:45] [main/WARN] [FML]: The coremod mcp.mobius.mobiuscore.asm.CoreDescription does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[13:19:45] [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:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.lang.NoClassDefFoundError: codechicken/lib/asm/ASMInit
[13:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at codechicken.nei.asm.NEICorePlugin.<init>(NEICorePlugin.java:18)
[13:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[13:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
[13:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[13:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Constructor.newInstance(Constructor.java:408)
[13:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.Class.newInstance(Class.java:438)
[13:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:458)
[13:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:346)
[13:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:214)
[13:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90)
[13:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67)
[13:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34)
[13:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:126)
[13:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:115)
[13:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[13:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.lang.ClassNotFoundException: codechicken.lib.asm.ASMInit
[13:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
[13:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
[13:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
[13:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 15 more
[13:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.lang.NullPointerException
[13:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
[13:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 17 more
[13:19:45] [main/ERROR] [FML]: An error occurred trying to configure the minecraft home at C:\Users\Joseph\AppData\Roaming\.minecraft for Forge Mod Loader
java.lang.NoClassDefFoundError: codechicken/lib/asm/ASMInit
at codechicken.nei.asm.NEICorePlugin.<init>(NEICorePlugin.java:18) ~[notenoughitems-1.7.10-1.0.4.83-universal.jar:?]
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_25]
at java.lang.reflect.Constructor.newInstance(Constructor.java:408) ~[?:1.8.0_25]
at java.lang.Class.newInstance(Class.java:438) ~[?:1.8.0_25]
at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:458) ~[forge-1.7.10-10.13.4.1448-1.7.10.jar:?]
at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:346) ~[forge-1.7.10-10.13.4.1448-1.7.10.jar:?]
at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:214) ~[forge-1.7.10-10.13.4.1448-1.7.10.jar:?]
at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90) [forge-1.7.10-10.13.4.1448-1.7.10.jar:?]
at cpw.mods.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67) [forge-1.7.10-10.13.4.1448-1.7.10.jar:?]
at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34) [forge-1.7.10-10.13.4.1448-1.7.10.jar:?]
at cpw.mods.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:126) [forge-1.7.10-10.13.4.1448-1.7.10.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:?]
Caused by: java.lang.ClassNotFoundException: codechicken.lib.asm.ASMInit
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.11.jar:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_25]
at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_25]
... 15 more
Caused by: java.lang.NullPointerException
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182) ~[launchwrapper-1.11.jar:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_25]
at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_25]
... 15 more
Exception in thread "main" [13:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.lang.NoClassDefFoundError: codechicken/lib/asm/ASMInit
[13:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at codechicken.nei.asm.NEICorePlugin.<init>(NEICorePlugin.java:18)
[13:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[13:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
[13:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[13:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Constructor.newInstance(Constructor.java:408)
[13:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.Class.newInstance(Class.java:438)
[13:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:458)
[13:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:346)
[13:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:214)
[13:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90)
[13:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67)
[13:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34)
[13:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:126)
[13:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:115)
[13:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[13:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.lang.ClassNotFoundException: codechicken.lib.asm.ASMInit
[13:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
[13:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
[13:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
[13:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 15 more
[13:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.lang.NullPointerException
[13:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
[13:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 17 more
I have the same issue. However, it is for serverside.
[11:27:55] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
[11:27:55] [main/INFO]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
[11:27:55] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLServerTweaker
[11:27:55] [main/INFO]: Forge Mod Loader version 7.99.4.1558 for Minecraft 1.7.10 loading
[11:27:56] [main/INFO]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_77, running on Windows 10:amd64:10.0, installed at C:\Program Files\Java\jre1.8.0_77
[11:27:56] [main/INFO]: [pw.prok.imagine.ImagineLoadingPlugin:<clinit>:26]: Loading plugin initialized!
[11:28:01] [main/INFO]: [codechicken.core.launch.DepLoader$DepLoadInst:download:343]: Download complete
[11:28:02] [main/INFO]: [micdoodle8.mods.miccore.DepLoader$DepLoadInst:<init>:333]: MicdoodleCore searching for dependencies in mods file: C:\Users\Braedan\Desktop\MCServer\.\mods
[11:28:02] [main/INFO]: Loading tweaker optifine.OptiFineForgeTweaker from OptiFine_1.7.10_HD_D1.jar
[11:28:02] [main/WARN]: The following coremods do not have a @MCVersion annotation. They may cause problems if this is not the correct version of Minecraft for them.
[11:28:02] [main/WARN]: Missing @MCVersion: codechicken.core.launch.CodeChickenCorePlugin cofh.asm.LoadingPlugin codechicken.core.launch.DepLoader ic2.core.coremod.IC2core mekanism.common.asm.LoadingHook micdoodle8.mods.miccore.MicdoodlePlugin codechicken.nei.asm.NEICorePlugin
[11:28:02] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[11:28:02] [main/INFO]: Loading tweak class name optifine.OptiFineForgeTweaker
[11:28:02] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[11:28:02] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[11:28:02] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[11:28:02] [main/INFO]: Calling tweak class optifine.OptiFineForgeTweaker
[11:28:02] [main/INFO]: [optifine.OptiFineForgeTweaker:dbg:49]: OptiFineForgeTweaker: acceptOptions
[11:28:02] [main/INFO]: [optifine.OptiFineForgeTweaker:dbg:49]: OptiFineForgeTweaker: injectIntoClassLoader
[11:28:02] [main/INFO]: [optifine.OptiFineClassTransformer:dbg:179]: OptiFine ClassTransformer
[11:28:02] [main/INFO]: [optifine.OptiFineClassTransformer:dbg:179]: OptiFine URL: file:/C:/Users/Braedan/Desktop/MCServer/mods/OptiFine_1.7.10_HD_D1.jar
[11:28:02] [main/INFO]: [optifine.OptiFineClassTransformer:dbg:179]: OptiFine ZIP file: [email protected]
[11:28:02] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[11:28:03] [main/WARN]: Patcher expecting empty class data file for net.minecraft.client.settings.GameSettings, but received non-empty
[11:28:03] [main/WARN]: Patcher expecting empty class data file for net.minecraft.client.settings.GameSettings$Options, but received non-empty
[11:28:03] [main/WARN]: Patcher expecting empty class data file for net.minecraft.client.renderer.OpenGlHelper, but received non-empty
[11:28:03] [main/WARN]: Patcher expecting empty class data file for net.minecraft.client.renderer.EntityRenderer, but received non-empty
[11:28:03] [main/WARN]: Patcher expecting empty class data file for net.minecraft.client.renderer.RenderGlobal, but received non-empty
[11:28:03] [main/WARN]: Patcher expecting empty class data file for net.minecraft.client.renderer.texture.TextureAtlasSprite, but received non-empty
[11:28:03] [main/WARN]: Patcher expecting empty class data file for net.minecraft.client.renderer.Tessellator, but received non-empty
[11:28:03] [main/WARN]: Patcher expecting empty class data file for net.minecraft.client.gui.FontRenderer, but received non-empty
[11:28:03] [main/WARN]: Patcher expecting empty class data file for net.minecraft.client.renderer.texture.Stitcher$Slot, but received non-empty
[11:28:03] [main/WARN]: Patcher expecting empty class data file for net.minecraft.client.renderer.RenderBlocks, but received non-empty
[11:28:03] [main/WARN]: Patcher expecting empty class data file for net.minecraft.client.renderer.WorldRenderer, but received non-empty
[11:28:03] [main/WARN]: Patcher expecting empty class data file for net.minecraft.client.model.ModelRenderer, but received non-empty
[11:28:03] [main/WARN]: Patcher expecting empty class data file for net.minecraft.client.renderer.texture.TextureManager, but received non-empty
[11:28:03] [main/WARN]: Patcher expecting empty class data file for net.minecraft.client.renderer.texture.TextureAtlasSprite$1, but received non-empty
[11:28:03] [main/WARN]: Patcher expecting empty class data file for net.minecraft.client.renderer.texture.TextureMap, but received non-empty
[11:28:03] [main/WARN]: Patcher expecting empty class data file for net.minecraft.client.renderer.texture.TextureManager$1, but received non-empty
[11:28:03] [main/WARN]: Patcher expecting empty class data file for net.minecraft.client.renderer.texture.Stitcher, but received non-empty
[11:28:03] [main/WARN]: Patcher expecting empty class data file for net.minecraft.client.renderer.texture.TextureUtil, but received non-empty
[11:28:03] [main/WARN]: Patcher expecting empty class data file for net.minecraft.server.integrated.IntegratedServer, but received non-empty
[11:28:03] [main/WARN]: Patcher expecting empty class data file for net.minecraft.client.renderer.RenderGlobal$1, but received non-empty
[11:28:03] [main/WARN]: Patcher expecting empty class data file for net.minecraft.client.renderer.texture.Stitcher$Holder, but received non-empty
[11:28:03] [main/WARN]: Patcher expecting empty class data file for net.minecraft.client.settings.GameSettings$SwitchOptions, but received non-empty
[11:28:03] [main/WARN]: Patcher expecting empty class data file for net.minecraft.client.renderer.EntityRenderer$2, but received non-empty
[11:28:03] [main/WARN]: Patcher expecting empty class data file for net.minecraft.client.renderer.EntityRenderer$3, but received non-empty
[11:28:03] [main/WARN]: Patcher expecting empty class data file for net.minecraft.client.renderer.EntityRenderer$1, but received non-empty
[11:28:03] [main/WARN]: Patcher expecting empty class data file for net.minecraft.client.renderer.texture.TextureMap$1, but received non-empty
[11:28:03] [main/WARN]: Patcher expecting empty class data file for net.minecraft.server.integrated.IntegratedServer$1, but received non-empty
[11:28:03] [main/WARN]: Patcher expecting empty class data file for net.minecraft.client.renderer.texture.TextureMap$2, but received non-empty
[11:28:03] [main/WARN]: Patcher expecting empty class data file for net.minecraft.server.integrated.IntegratedServer$2, but received non-empty
[11:28:03] [main/WARN]: Patcher expecting empty class data file for net.minecraft.client.renderer.texture.TextureMap$3, but received non-empty
[11:28:04] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[11:28:04] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[11:28:04] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[11:28:06] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[11:28:06] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[11:28:06] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[11:28:06] [main/INFO]: Loaded library EJML-core-0.26.jar.
[11:28:06] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[11:28:06] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[11:28:06] [main/INFO]: [micdoodle8.mods.miccore.MicdoodlePlugin:getASMTransformerClass:102]: Successfully Registered Transformer
[11:28:07] [main/INFO]: [micdoodle8.mods.miccore.MicdoodlePlugin:injectData:295]: [Micdoodle8Core]: Patching game...
[11:28:07] [main/INFO]: [micdoodle8.mods.miccore.MicdoodlePlugin:injectData:295]: [Micdoodle8Core]: Patching game...
[11:28:07] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[11:28:07] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[11:28:07] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[11:28:09] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[11:28:09] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[11:28:09] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
[11:28:09] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
[11:28:09] [main/INFO]: [optifine.OptiFineForgeTweaker:dbg:49]: OptiFineForgeTweaker: getLaunchArguments
[11:28:09] [main/INFO]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1989]: Galacticraft successfully injected bytecode into: ahb (1 / 1)
[11:28:09] [main/INFO]: [micdoodle8.mods.miccore.MicdoodleTransformer:printResultsAndReset:1905]: Potential problem: Galacticraft did not complete injection of bytecode into: oi (4 / 6)
[11:28:09] [main/INFO]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1989]: Galacticraft successfully injected bytecode into: sv (1 / 1)
[11:28:09] [main/INFO]: [micdoodle8.mods.miccore.MicdoodleTransformer:printResultsAndReset:1905]: Potential problem: Galacticraft did not complete injection of bytecode into: sa (0 / 1)
[11:28:09] [main/INFO]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
[11:28:10] [main/INFO]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1989]: Galacticraft successfully injected bytecode into: xk (1 / 1)
[11:28:11] [main/INFO]: Successfully patched sw.recreateLeash.
[11:28:11] [main/INFO]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1989]: Galacticraft successfully injected bytecode into: zc (1 / 1)
[11:28:14] [Server thread/INFO]: Starting minecraft server version 1.7.10
[11:28:14] [Server thread/INFO]: Attempting early MinecraftForge initialization
[11:28:14] [Server thread/INFO]: MinecraftForge v10.13.4.1558 Initialized
[11:28:14] [Server thread/INFO]: Replaced 183 ore recipies
[11:28:14] [Server thread/INFO]: Completed early MinecraftForge initialization
[11:28:15] [Server thread/INFO]: Found 0 mods from the command line. Injecting into mod discoverer
[11:28:15] [Server thread/INFO]: Searching C:\Users\Braedan\Desktop\MCServer\mods for mods
[11:28:15] [Server thread/INFO]: Also searching C:\Users\Braedan\Desktop\MCServer\mods\1.7.10 for mods
[11:28:19] [Server thread/INFO]: Mod planetguyLib is missing the required element 'name'. Substituting planetguyLib
[11:28:19] [Server thread/WARN]: Mod ForgeMicroblock is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.1.2.331
[11:28:19] [Server thread/WARN]: Mod ForgeMultipart is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.1.2.331
[11:28:19] [Server thread/WARN]: Mod McMultipart is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.1.2.331
[11:28:19] [Server thread/INFO]: Forge Mod Loader has identified 49 mods to load
[11:28:19] [Server thread/INFO]: Found mod(s) [EnderIO] containing declared API package mekanism.api.gas (owned by Mekanism) without associated API reference
[11:28:19] [Server thread/INFO]: Found mod(s) [EnderIO] containing declared API package mekanism.api.transmitters (owned by Mekanism) without associated API reference
[11:28:19] [Server thread/INFO]: Found mod(s) [EnderIO] containing declared API package mekanism.api (owned by Mekanism) without associated API reference
[11:28:20] [Server thread/INFO]: FML has found a non-mod file CodeChickenLib-1.7.10-1.1.3.127-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.
[11:28:21] [Server thread/INFO]: Attempting connection with missing mods [mcp, FML, Forge, kimagine, CodeChickenCore, Micdoodlecore, NotEnoughItems, OpenComputers|Core, <CoFH ASM>, BiblioCraft, BrandonsCore, BuildCraft|Builders, BuildCraft|Transport, BuildCraft|Energy, BuildCraft|Silicon, BuildCraft|Robotics, BuildCraft|Core, BuildCraft|Factory, BuildCraft|Compat, CoFHCore, ComputerCraft, DraconicEvolution, EnderIO, GalacticraftMars, GalacticraftCore, GraviGun, IC2NuclearControl, iChunUtil, IC2, Mantle, Mekanism, MekanismGenerators, MekanismTools, cfm, Mystcraft, NBTEdit, OpenComputers, planetguyLib, PortalGun, ProjectE, JAKJ_RedstoneInMotion, secretroomsmod, Sync, TConstruct, ThermalExpansion, ThermalFoundation, ForgeMicroblock, ForgeMultipart, McMultipart] at CLIENT
[11:28:21] [Server thread/INFO]: Attempting connection with missing mods [mcp, FML, Forge, kimagine, CodeChickenCore, Micdoodlecore, NotEnoughItems, OpenComputers|Core, <CoFH ASM>, BiblioCraft, BrandonsCore, BuildCraft|Builders, BuildCraft|Transport, BuildCraft|Energy, BuildCraft|Silicon, BuildCraft|Robotics, BuildCraft|Core, BuildCraft|Factory, BuildCraft|Compat, CoFHCore, ComputerCraft, DraconicEvolution, EnderIO, GalacticraftMars, GalacticraftCore, GraviGun, IC2NuclearControl, iChunUtil, IC2, Mantle, Mekanism, MekanismGenerators, MekanismTools, cfm, Mystcraft, NBTEdit, OpenComputers, planetguyLib, PortalGun, ProjectE, JAKJ_RedstoneInMotion, secretroomsmod, Sync, TConstruct, ThermalExpansion, ThermalFoundation, ForgeMicroblock, ForgeMultipart, McMultipart] at SERVER
[11:28:21] [Server thread/INFO]: Hello Minecraft!!!
[11:28:22] [Server thread/INFO]: Hello Minecraft!!!
[11:28:24] [Server thread/ERROR]: [Environment Checks] Bukkit implementation detected. This may cause issues. Bukkit implementations include Craftbukkit and Cauldron(MCPC+).
[11:28:25] [Server thread/INFO]: Preparing to take over the world
[11:28:25] [Server thread/INFO]: Processing ObjectHolder annotations
[11:28:26] [Server thread/INFO]: Found 413 ObjectHolder annotations
[11:28:26] [Server thread/INFO]: Identifying ItemStackHolder annotations
[11:28:26] [Server thread/INFO]: Found 0 ItemStackHolder annotations
[11:28:26] [Server thread/INFO]: Configured a dormant chunk cache size of 0
[11:28:26] [Server thread/INFO]: Registering Default Templates.
[11:28:26] [Server thread/INFO]: Registering default generators
[11:28:27] [Server thread/INFO]: Complete
[11:28:27] [Server thread/INFO]: Starting BuildCraft 7.1.14
[11:28:27] [Server thread/INFO]: Copyright (c) the BuildCraft team, 2011-2015
[11:28:27] [Server thread/INFO]: http://www.mod-buildcraft.com
[11:28:27] [Thread-10/INFO]: Beginning version check
[11:28:27] [Thread-10/WARN]: Using outdated version [7.1.14] for Minecraft 1.7.10. Consider updating to 7.1.16.
[11:28:28] [CoFHUpdater:CoFHCore/INFO]: An updated version of CoFH Core is available: CoFH Core 3.1.2 for Minecraft 1.7.10.
[11:28:28] [Server thread/INFO]: Loading Plugins...
[11:28:28] [Server thread/INFO]: Finished Loading Plugins.
[11:28:28] [Server thread/INFO]: Loading Plugins...
[11:28:28] [Server thread/INFO]: Finished Loading Plugins.
[11:28:29] [CoFHUpdater:ThermalFoundation/INFO]: An updated version of Thermal Foundation is available: Thermal Foundation 1.2.3 for Minecraft 1.7.10.
[11:28:29] [Server thread/INFO]: Finished PreInitialization
[11:28:29] [CoFHUpdater:ThermalExpansion/INFO]: An updated version of Thermal Expansion is available: Thermal Expansion 4.1.2 for Minecraft 1.7.10.
[11:28:29] [Server thread/INFO]: Galacticraft successfully injected bytecode into: ms (1 / 1)
[11:28:31] [Server thread/INFO]: Galacticraft oil is not default, issues may occur.
[11:28:32] [Server thread/INFO]: Galacticraft fuel is not default, issues may occur.
[11:28:33] [Server thread/INFO]: XP Juice registered by Ender IO.
[11:28:34] [Server thread/INFO]: [4.0.0-beta] Loading properties.
[11:28:34] [Server thread/INFO]: Mantle (1.7.10-0.3.2.jenkins184) -- Preparing for launch.
[11:28:34] [Server thread/INFO]: Entering preinitialization phase.
[11:28:34] [Server thread/INFO]: Loading configuration from disk.
[11:28:34] [Server thread/INFO]: Configuration load completed.
[11:28:36] [Server thread/INFO]: Initializing blocks and items.
[11:28:36] [Server thread/INFO]: Skipping interface appeng.api.movable.IMovableTile from missing mod appliedenergistics2.
[11:28:36] [Server thread/INFO]: Skipping interface appeng.api.networking.IGridHost from missing mod appliedenergistics2.
[11:28:36] [Server thread/INFO]: Skipping interface factorization.api.IChargeConductor from missing mod factorization.
[11:28:36] [Server thread/INFO]: Injecting interface micdoodle8.mods.galacticraft.api.power.IEnergyHandlerGC into li.cil.oc.common.tileentity.traits.power.Galacticraft.
[11:28:36] [Server thread/INFO]: Injecting interface micdoodle8.mods.galacticraft.api.transmission.tile.IConnector into li.cil.oc.common.tileentity.traits.power.Galacticraft.
[11:28:36] [Server thread/INFO]: Injecting interface ic2.api.energy.tile.IEnergySink into li.cil.oc.common.tileentity.traits.power.IndustrialCraft2Experimental.
[11:28:36] [Server thread/INFO]: Skipping interface ic2classic.api.energy.tile.IEnergySink from missing mod IC2-Classic.
[11:28:36] [Server thread/INFO]: Injecting interface mekanism.api.energy.IStrictEnergyAcceptor into li.cil.oc.common.tileentity.traits.power.Mekanism.
[11:28:36] [Server thread/INFO]: Injecting interface cofh.api.energy.IEnergyHandler into li.cil.oc.common.tileentity.traits.power.RedstoneFlux.
[11:28:36] [Server thread/INFO]: Injecting interface buildcraft.api.tiles.IHasWork into li.cil.oc.common.tileentity.traits.StateAware.
[11:28:36] [Server thread/INFO]: Skipping interface lordfokas.stargatetech2.api.bus.IBusDevice from missing mod StargateTech2.
[11:28:37] [Server thread/INFO]: Skipping interface appeng.api.implementations.items.IAEWrench from missing mod appliedenergistics2.
[11:28:37] [Server thread/INFO]: Injecting interface buildcraft.api.tools.IToolWrench into li.cil.oc.common.item.Wrench.
[11:28:37] [Server thread/INFO]: Skipping interface com.bluepowermod.api.misc.IScrewdriver from missing mod bluepowerAPI.
[11:28:37] [Server thread/INFO]: Injecting interface cofh.api.item.IToolHammer into li.cil.oc.common.item.Wrench.
[11:28:37] [Server thread/INFO]: Skipping interface crazypants.enderio.tool.ITool from missing mod EnderIO.
[11:28:37] [Server thread/INFO]: Injecting interface mekanism.api.IMekWrench into li.cil.oc.common.item.Wrench.
[11:28:37] [Server thread/INFO]: Skipping interface powercrystals.minefactoryreloaded.api.IMFRHammer from missing mod MineFactoryReloaded.
[11:28:37] [Server thread/INFO]: Skipping interface mrtjp.projectred.api.IScrewdriver from missing mod ProjRed|Core.
[11:28:37] [Server thread/INFO]: Skipping interface mods.railcraft.api.core.items.IToolCrowbar from missing mod Railcraft.
[11:28:37] [Server thread/INFO]: Injecting interface ic2.api.item.IBoxable into li.cil.oc.common.item.Wrench.
[11:28:37] [Server thread/INFO]: Skipping interface appeng.api.implementations.items.IAEItemPowerStorage from missing mod appliedenergistics2.
[11:28:37] [Server thread/INFO]: Injecting interface cofh.api.energy.IEnergyContainerItem into li.cil.oc.common.item.traits.Chargeable.
[11:28:37] [Server thread/INFO]: Injecting interface ic2.api.item.ISpecialElectricItem into li.cil.oc.common.item.traits.Chargeable.
[11:28:37] [Server thread/INFO]: Injecting interface mekanism.api.energy.IEnergizedItem into li.cil.oc.common.item.traits.Chargeable.
[11:28:37] [Server thread/INFO]: Initializing additional OreDict entries.
[11:28:37] [Server thread/INFO]: Initializing OpenComputers API.
[11:28:39] [Server thread/INFO]: Found a compatible native library: 'OpenComputersMod-1.5.22.46-lua52-native.64.dll'.
[11:28:39] [Server thread/INFO]: Found a compatible native library: 'OpenComputersMod-1.5.22.46-lua53-native.64.dll'.
[11:28:39] [Server thread/INFO]: Done with pre init phase.
[11:28:39] [Server thread/INFO]: [4.0.0-beta-6] Loading properties.
[11:28:39] [Server thread/INFO]: Loaded configuration file.
[11:28:40] [Server thread/INFO]: Successfully injected component logic into class me.planetguy.remaininmotion.drive.TileEntityCarriageController.
[11:28:40] [Server thread/INFO]: Galacticraft successfully injected bytecode into: sync/common/tileentity/TileEntityDualVertical (2 / 2)
[11:28:40] [Server thread/INFO]: Skipping Pulse Tinkers Thaumcraft Compatibility; missing dependency: Thaumcraft
[11:28:40] [Server thread/INFO]: Skipping Pulse Tinkers Waila Compatibility; missing dependency: Waila
[11:28:40] [Server thread/INFO]: Skipping Pulse Tinkers AE2 Compatibility; missing dependency: appliedenergistics2
[11:28:40] [Server thread/INFO]: Skipping Pulse Tinkers MFR Compatibility; missing dependency: MineFactoryReloaded
[11:28:40] [Server thread/INFO]: Skipping Pulse Tinkers' Underground Biomes Compatiblity; missing dependency: UndergroundBiomes
[11:28:40] [Server thread/INFO]: Skipping Pulse Tinkers RF-Tools Compatibility; missing dependency: rftools
[11:28:41] [Server thread/INFO]: Gear module active. Adding gear cast.
[11:28:41] [Server thread/INFO]: Applying holder lookups
[11:28:41] [Server thread/INFO]: Holder lookups applied
[11:28:41] [Server thread/INFO]: Injecting itemstacks
[11:28:41] [Server thread/INFO]: Itemstack injection complete
[11:28:41] [Server thread/INFO]: Loading properties
[11:28:41] [Server thread/INFO]: Default game type: SURVIVAL
[11:28:42] [Server thread/INFO]: This server is running KCauldron version 1.7.10-R0.1-SNAPSHOT (MC: 1.7.10) (Implementing API version 1.7.10-R0.1-SNAPSHOT)
[11:28:42] [Server thread/INFO]: Server Ping Player Sample Count: 12
[11:28:42] [Server thread/INFO]: Using 4 threads for Netty based IO
[11:28:42] [Server thread/INFO]: Generating keypair
[11:28:42] [Server thread/INFO]: Starting Minecraft server on 192.168.0.104:7777
[11:28:43] [Server thread/INFO]: Loading compat module ForgeMultipart
[11:28:43] [Server thread/INFO]: Loading compat module RemainInMotion
[11:28:43] [Server thread/INFO]: Loading compat module EnderIO
[11:28:43] [Server thread/INFO]: Loading compat module ThermalExpansion
[11:28:44] [Server thread/INFO]: Iron Chests was not detected! using fallback chest recipe
[11:28:44] [Server thread/INFO]: Finished Initialization
[11:28:44] [Server thread/INFO]: Successfully loaded 267 out of 267 recipes for shaped recipes
[11:28:44] [Server thread/INFO]: Successfully loaded 76 out of 76 recipes for shapeless recipes
[11:28:44] [Server thread/INFO]: Successfully loaded 5 out of 5 recipes for blast furnace recipes
[11:28:44] [Server thread/INFO]: Successfully loaded 17 out of 17 recipes for block cutter recipes
[11:28:44] [Server thread/INFO]: Successfully loaded 48 out of 48 recipes for compressor recipes
[11:28:44] [Server thread/INFO]: Successfully loaded 12 out of 12 recipes for extractor recipes
[11:28:44] [Server thread/INFO]: Successfully loaded 64 out of 64 recipes for macerator recipes
[11:28:44] [Server thread/INFO]: Successfully loaded 4 out of 4 recipes for metal former cutting recipes
[11:28:44] [Server thread/INFO]: Successfully loaded 10 out of 10 recipes for metal former extruding recipes
[11:28:44] [Server thread/INFO]: Successfully loaded 14 out of 14 recipes for metal former rolling recipes
[11:28:44] [Server thread/INFO]: Successfully loaded 8 out of 8 recipes for ore washing recipes
[11:28:44] [Server thread/INFO]: Successfully loaded 25 out of 25 recipes for thermal centrifuge recipes
[11:28:44] [Server thread/INFO]: Version 8.1.8 initializing...
[11:28:45] [Server thread/INFO]: Loading complete.
[11:28:45] [Server thread/INFO]: Mod loaded.
[11:28:45] [Server thread/INFO]: Entering initialization phase.
[11:28:45] [Server thread/INFO]: Loaded MekanismGenerators module.
[11:28:45] [Server thread/INFO]: Loaded MekanismTools module.
[11:28:46] [Server thread/INFO]: Registering loot disk 'openOS' from mod OpenComputers.
[11:28:46] [Server thread/INFO]: Registering loot disk 'maze' from mod OpenComputers.
[11:28:46] [Server thread/INFO]: Registering loot disk 'dig' from mod OpenComputers.
[11:28:46] [Server thread/INFO]: Registering loot disk 'irc' from mod OpenComputers.
[11:28:46] [Server thread/INFO]: Registering loot disk 'openloader' from mod OpenComputers.
[11:28:46] [Server thread/INFO]: Registering loot disk 'plan9k' from mod OpenComputers.
[11:28:46] [Server thread/INFO]: Registering loot disk 'oppm' from mod OpenComputers.
[11:28:46] [Server thread/INFO]: Registering loot disk 'network' from mod OpenComputers.
[11:28:46] [Server thread/INFO]: Registering loot disk 'build' from mod OpenComputers.
[11:28:46] [Server thread/INFO]: Initializing mod integration.
[11:28:46] [Server thread/INFO]: Initializing mod integration for 'BuildCraftAPI|library'.
[11:28:46] [Server thread/INFO]: Initializing mod integration for 'BuildCraftAPI|tiles'.
[11:28:46] [Server thread/INFO]: Initializing mod integration for 'BuildCraftAPI|tools'.
[11:28:46] [Server thread/INFO]: Initializing mod integration for 'BuildCraftAPI|tiles'.
[11:28:46] [Server thread/INFO]: Initializing mod integration for 'BuildCraftAPI|transport'.
[11:28:46] [Server thread/INFO]: Initializing mod integration for 'CoFHAPI|energy'.
[11:28:46] [Server thread/INFO]: Initializing mod integration for 'CoFHAPI|item'.
[11:28:46] [Server thread/INFO]: Initializing mod integration for 'CoFHAPI|tileentity'.
[11:28:46] [Server thread/INFO]: Initializing mod integration for 'CoFHAPI|transport'.
[11:28:46] [Server thread/INFO]: Initializing mod integration for 'MineFactoryReloaded|DeepStorageUnit'.
[11:28:46] [Server thread/INFO]: Initializing mod integration for 'ForgeMultipart'.
[11:28:46] [Server thread/INFO]: Initializing mod integration for 'Galacticraft API'.
[11:28:46] [Server thread/INFO]: Initializing mod integration for 'IC2'.
[11:28:46] [Server thread/INFO]: Initializing mod integration for 'Mekanism'.
[11:28:46] [Server thread/INFO]: Initializing mod integration for 'MekanismAPI|gas'.
[11:28:46] [Server thread/INFO]: Initializing mod integration for 'Mystcraft'.
[11:28:46] [Server thread/INFO]: Initializing mod integration for 'ThermalExpansion'.
[11:28:46] [Server thread/INFO]: Initializing mod integration for 'TConstruct'.
[11:28:46] [Server thread/INFO]: Initializing mod integration for 'Minecraft'.
[11:28:46] [Server thread/INFO]: Initializing mod integration for 'ComputerCraft'.
[11:28:46] [Server thread/INFO]: Initializing mod integration for 'OpenComputers'.
[11:28:46] [Server thread/INFO]: Found extended redstone mods, enabling tier two redstone card.
[11:28:47] [Server thread/INFO]: Initializing recipes.
[11:28:47] [Server thread/INFO]: Done with init phase.
[11:28:47] [Server thread/INFO]: BuildCraft detected. Registering facades.
[11:28:47] [Server thread/INFO]: IC2 detected. Preparing for shenanigans.
[11:28:47] [Server thread/INFO]: Mystcraft detected. Blacklisting Mystcraft fluid symbols.
[11:28:47] [Server thread/INFO]: ForgeMultipart detected. Registering TConstruct decorative blocks with FMP.
[11:28:47] [Server thread/INFO]: Receiving fluid symbol blacklist request from [TConstruct] for fluid gold.molten
[11:28:47] [Server thread/INFO]: Fluid blacklist request successful.
[11:28:47] [Server thread/INFO]: Receiving fluid symbol blacklist request from [TConstruct] for fluid steel.molten
[11:28:47] [Server thread/INFO]: Fluid blacklist request successful.
[11:28:47] [Server thread/INFO]: Receiving fluid symbol blacklist request from [TConstruct] for fluid emerald.liquid
[11:28:47] [Server thread/INFO]: Fluid blacklist request successful.
[11:28:47] [Server thread/INFO]: Receiving fluid symbol blacklist request from [TConstruct] for fluid ardite.molten
[11:28:47] [Server thread/INFO]: Fluid blacklist request successful.
[11:28:47] [Server thread/INFO]: Receiving fluid symbol blacklist request from [TConstruct] for fluid cobalt.molten
[11:28:47] [Server thread/INFO]: Fluid blacklist request successful.
[11:28:47] [Server thread/INFO]: Receiving fluid symbol blacklist request from [TConstruct] for fluid pigiron.molten
[11:28:47] [Server thread/INFO]: Fluid blacklist request successful.
[11:28:47] [Server thread/INFO]: Receiving fluid symbol blacklist request from [TConstruct] for fluid bronze.molten
[11:28:47] [Server thread/INFO]: Fluid blacklist request successful.
[11:28:47] [Server thread/INFO]: Receiving fluid symbol blacklist request from [TConstruct] for fluid alumite.molten
[11:28:47] [Server thread/INFO]: Fluid blacklist request successful.
[11:28:47] [Server thread/INFO]: Receiving fluid symbol blacklist request from [TConstruct] for fluid aluminumbrass.molten
[11:28:47] [Server thread/INFO]: Fluid blacklist request successful.
[11:28:47] [Server thread/INFO]: Receiving fluid symbol blacklist request from [TConstruct] for fluid manyullyn.molten
[11:28:47] [Server thread/INFO]: Fluid blacklist request successful.
[11:28:47] [Server thread/INFO]: Receiving fluid symbol blacklist request from [TConstruct] for fluid ender
[11:28:47] [Server thread/INFO]: Fluid blacklist request successful.
[11:28:47] [Server thread/INFO]: Receiving fluid symbol blacklist request from [TConstruct] for fluid silver.molten
[11:28:47] [Server thread/INFO]: Fluid blacklist request successful.
[11:28:47] [Server thread/INFO]: Receiving fluid symbol blacklist request from [TConstruct] for fluid invar.molten
[11:28:47] [Server thread/INFO]: Fluid blacklist request successful.
[11:28:47] [Server thread/INFO]: Receiving fluid symbol blacklist request from [TConstruct] for fluid electrum.molten
[11:28:47] [Server thread/INFO]: Fluid blacklist request successful.
[11:28:47] [Server thread/INFO]: Receiving fluid symbol blacklist request from [TConstruct] for fluid platinum.molten
[11:28:47] [Server thread/INFO]: Fluid blacklist request successful.
[11:28:47] [Server thread/INFO]: Receiving fluid symbol blacklist request from [TConstruct] for fluid signalum.molten
[11:28:47] [Server thread/INFO]: Fluid blacklist request successful.
[11:28:47] [Server thread/INFO]: Receiving fluid symbol blacklist request from [TConstruct] for fluid lumium.molten
[11:28:47] [Server thread/INFO]: Fluid blacklist request successful.
[11:28:47] [Server thread/INFO]: Receiving fluid symbol blacklist request from [TConstruct] for fluid mithril.molten
[11:28:47] [Server thread/INFO]: Fluid blacklist request successful.
[11:28:47] [Server thread/INFO]: Receiving fluid symbol blacklist request from [TConstruct] for fluid enderium.molten
[11:28:47] [Server thread/INFO]: Fluid blacklist request successful.
[11:28:47] [Server thread/INFO]: Registering new wrench tool usage 'li.cil.oc.integration.buildcraft.tools.EventHandlerBuildCraft.useWrench' from mod OpenComputers.
[11:28:47] [Server thread/INFO]: Registering new wrench tool check 'li.cil.oc.integration.buildcraft.tools.EventHandlerBuildCraft.isWrench' from mod OpenComputers.
[11:28:47] [Server thread/INFO]: Registering new tool durability provider 'li.cil.oc.integration.cofh.energy.EventHandlerRedstoneFlux.getDurability' from mod OpenComputers.
[11:28:47] [Server thread/INFO]: Registering new item charge implementation 'RedstoneFlux' from mod OpenComputers.
[11:28:48] [Server thread/INFO]: Registering new wrench tool usage 'li.cil.oc.integration.cofh.item.EventHandlerCoFH.useWrench' from mod OpenComputers.
[11:28:48] [Server thread/INFO]: Registering new wrench tool check 'li.cil.oc.integration.cofh.item.EventHandlerCoFH.isWrench' from mod OpenComputers.
[11:28:48] [Server thread/INFO]: Registering new tool durability provider 'li.cil.oc.integration.ic2.EventHandlerIndustrialCraft2.getDurability' from mod OpenComputers.
[11:28:48] [Server thread/INFO]: Registering new wrench tool usage 'li.cil.oc.integration.ic2.EventHandlerIndustrialCraft2.useWrench' from mod OpenComputers.
[11:28:48] [Server thread/INFO]: Registering new wrench tool check 'li.cil.oc.integration.ic2.EventHandlerIndustrialCraft2.isWrench' from mod OpenComputers.
[11:28:48] [Server thread/INFO]: Registering new item charge implementation 'IndustrialCraft2' from mod OpenComputers.
[11:28:48] [Server thread/INFO]: Registering new wrench tool usage 'li.cil.oc.integration.mekanism.EventHandlerMekanism.useWrench' from mod OpenComputers.
[11:28:48] [Server thread/INFO]: Registering new wrench tool check 'li.cil.oc.integration.mekanism.EventHandlerMekanism.isWrench' from mod OpenComputers.
[11:28:48] [Server thread/INFO]: Registering new tool durability provider 'li.cil.oc.integration.tcon.EventHandlerTinkersConstruct.getDurability' from mod OpenComputers.
[11:28:48] [Server thread/INFO]: Registering new assembler template 'Drone (Tier 1)' from mod OpenComputers.
[11:28:48] [Server thread/INFO]: Registering new assembler template 'Drone (Tier 2)' from mod OpenComputers.
[11:28:48] [Server thread/INFO]: Registering new assembler template 'Drone (Creative)' from mod OpenComputers.
[11:28:48] [Server thread/INFO]: Registering new disassembler template 'Drone' from mod OpenComputers.
[11:28:48] [Server thread/INFO]: Registering new assembler template 'Microcontroller (Tier 1)' from mod OpenComputers.
[11:28:48] [Server thread/INFO]: Registering new assembler template 'Microcontroller (Tier 2)' from mod OpenComputers.
[11:28:48] [Server thread/INFO]: Registering new assembler template 'Microcontroller (Creative)' from mod OpenComputers.
[11:28:48] [Server thread/INFO]: Registering new disassembler template 'Microcontroller' from mod OpenComputers.
[11:28:48] [Server thread/INFO]: Registering new disassembler template 'Navigation Upgrade' from mod OpenComputers.
[11:28:48] [Server thread/INFO]: Registering new assembler template 'Robot (Tier 1)' from mod OpenComputers.
[11:28:48] [Server thread/INFO]: Registering new assembler template 'Robot (Tier 2)' from mod OpenComputers.
[11:28:48] [Server thread/INFO]: Registering new assembler template 'Robot (Tier 3)' from mod OpenComputers.
[11:28:48] [Server thread/INFO]: Registering new assembler template 'Robot (Creative)' from mod OpenComputers.
[11:28:48] [Server thread/INFO]: Registering new disassembler template 'Robot' from mod OpenComputers.
[11:28:48] [Server thread/INFO]: Registering new disassembler template 'Server' from mod OpenComputers.
[11:28:48] [Server thread/INFO]: Registering new assembler template 'Tablet (Tier 1)' from mod OpenComputers.
[11:28:48] [Server thread/INFO]: Registering new assembler template 'Tablet (Tier 2)' from mod OpenComputers.
[11:28:48] [Server thread/INFO]: Registering new assembler template 'Tablet (Creative)' from mod OpenComputers.
[11:28:48] [Server thread/INFO]: Registering new disassembler template 'Tablet' from mod OpenComputers.
[11:28:48] [Server thread/INFO]: Registering new assembler template filter 'li.cil.oc.common.template.TemplateBlacklist.filter' from mod OpenComputers.
[11:28:48] [Server thread/INFO]: Registering new wrench tool usage 'li.cil.oc.integration.opencomputers.ModOpenComputers.useWrench' from mod OpenComputers.
[11:28:48] [Server thread/INFO]: Registering new wrench tool check 'li.cil.oc.integration.opencomputers.ModOpenComputers.isWrench' from mod OpenComputers.
[11:28:48] [Server thread/INFO]: Registering new item charge implementation 'OpenComputers' from mod OpenComputers.
[11:28:48] [Server thread/INFO]: Registering new ink provider 'li.cil.oc.integration.opencomputers.ModOpenComputers.inkCartridgeInkProvider' from mod OpenComputers.
[11:28:48] [Server thread/INFO]: Registering new ink provider 'li.cil.oc.integration.opencomputers.ModOpenComputers.dyeInkProvider' from mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'geolyzer' for host 'li.cil.oc.api.internal.Adapter' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'keyboard' for host 'li.cil.oc.api.internal.Adapter' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'screen1' for host 'li.cil.oc.api.internal.Adapter' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'transposer' for host 'li.cil.oc.api.internal.Adapter' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'angelUpgrade' for host 'li.cil.oc.api.internal.Adapter' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'batteryUpgrade1' for host 'li.cil.oc.api.internal.Adapter' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'batteryUpgrade2' for host 'li.cil.oc.api.internal.Adapter' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'batteryUpgrade3' for host 'li.cil.oc.api.internal.Adapter' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'chunkloaderUpgrade' for host 'li.cil.oc.api.internal.Adapter' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'craftingUpgrade' for host 'li.cil.oc.api.internal.Adapter' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'experienceUpgrade' for host 'li.cil.oc.api.internal.Adapter' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'generatorUpgrade' for host 'li.cil.oc.api.internal.Adapter' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'hoverUpgrade1' for host 'li.cil.oc.api.internal.Adapter' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'hoverUpgrade2' for host 'li.cil.oc.api.internal.Adapter' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'inventoryUpgrade' for host 'li.cil.oc.api.internal.Adapter' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'navigationUpgrade' for host 'li.cil.oc.api.internal.Adapter' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'pistonUpgrade' for host 'li.cil.oc.api.internal.Adapter' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'solarGeneratorUpgrade' for host 'li.cil.oc.api.internal.Adapter' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'tankUpgrade' for host 'li.cil.oc.api.internal.Adapter' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'tractorBeamUpgrade' for host 'li.cil.oc.api.internal.Adapter' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'leashUpgrade' for host 'li.cil.oc.api.internal.Adapter' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'keyboard' for host 'li.cil.oc.api.internal.Drone' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'screen1' for host 'li.cil.oc.api.internal.Drone' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'transposer' for host 'li.cil.oc.api.internal.Drone' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'apu1' for host 'li.cil.oc.api.internal.Drone' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'apu2' for host 'li.cil.oc.api.internal.Drone' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'graphicsCard1' for host 'li.cil.oc.api.internal.Drone' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'graphicsCard2' for host 'li.cil.oc.api.internal.Drone' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'graphicsCard3' for host 'li.cil.oc.api.internal.Drone' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'lanCard' for host 'li.cil.oc.api.internal.Drone' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'redstoneCard1' for host 'li.cil.oc.api.internal.Drone' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'angelUpgrade' for host 'li.cil.oc.api.internal.Drone' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'craftingUpgrade' for host 'li.cil.oc.api.internal.Drone' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'hoverUpgrade1' for host 'li.cil.oc.api.internal.Drone' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'hoverUpgrade2' for host 'li.cil.oc.api.internal.Drone' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'keyboard' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'screen1' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'apu1' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'apu2' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'graphicsCard1' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'graphicsCard2' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'graphicsCard3' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'angelUpgrade' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'chunkloaderUpgrade' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'craftingUpgrade' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'databaseUpgrade1' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'databaseUpgrade2' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'databaseUpgrade3' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'experienceUpgrade' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'generatorUpgrade' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'hoverUpgrade1' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'hoverUpgrade2' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'inventoryUpgrade' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'inventoryControllerUpgrade' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'navigationUpgrade' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'tankUpgrade' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'tankControllerUpgrade' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'tractorBeamUpgrade' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'leashUpgrade' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'transposer' for host 'li.cil.oc.api.internal.Robot' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'leashUpgrade' for host 'li.cil.oc.api.internal.Robot' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'screen1' for host 'li.cil.oc.api.internal.Tablet' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'transposer' for host 'li.cil.oc.api.internal.Tablet' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'lanCard' for host 'li.cil.oc.api.internal.Tablet' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'redstoneCard1' for host 'li.cil.oc.api.internal.Tablet' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'angelUpgrade' for host 'li.cil.oc.api.internal.Tablet' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'chunkloaderUpgrade' for host 'li.cil.oc.api.internal.Tablet' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'craftingUpgrade' for host 'li.cil.oc.api.internal.Tablet' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'databaseUpgrade1' for host 'li.cil.oc.api.internal.Tablet' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'databaseUpgrade2' for host 'li.cil.oc.api.internal.Tablet' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'databaseUpgrade3' for host 'li.cil.oc.api.internal.Tablet' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'experienceUpgrade' for host 'li.cil.oc.api.internal.Tablet' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'generatorUpgrade' for host 'li.cil.oc.api.internal.Tablet' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'hoverUpgrade1' for host 'li.cil.oc.api.internal.Tablet' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'hoverUpgrade2' for host 'li.cil.oc.api.internal.Tablet' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'inventoryUpgrade' for host 'li.cil.oc.api.internal.Tablet' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'inventoryControllerUpgrade' for host 'li.cil.oc.api.internal.Tablet' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'tankUpgrade' for host 'li.cil.oc.api.internal.Tablet' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'tankControllerUpgrade' for host 'li.cil.oc.api.internal.Tablet' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'leashUpgrade' for host 'li.cil.oc.api.internal.Tablet' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'redstoneCard2' for host 'li.cil.oc.api.internal.Drone' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'redstoneCard2' for host 'li.cil.oc.api.internal.Tablet' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Injecting itemstacks
[11:28:48] [Server thread/INFO]: Itemstack injection complete
[11:28:48] [Server thread/INFO]: BuildCraft's fake player: UUID = 77456a1f-b9f9-3f84-8863-ddef5b8e2209, name = '[BuildCraft]'!
[11:28:48] [Server thread/INFO]: There are no crafting files present in C:\Users\Braedan\Desktop\MCServer\config\cofh\thermalexpansion\crafting.
[11:28:48] [Server thread/INFO]: Finished PostInitialization
[11:28:49] [Server thread/INFO]: Loading predefined UU world scan values, run /ic2 uu-world-scan <small|medium|large> to calibrate them for your world.
[11:28:49] [Server thread/INFO]: IC2 version 2.2.815-experimental loaded.
[11:28:49] [Server thread/INFO]: While registering space station recipe, found 1 type(s) of waferAdvanced
[11:28:49] [Server thread/INFO]: While registering space station recipe, found 5 type(s) of ingotTin
[11:28:49] [Server thread/INFO]: Fake player readout: UUID = 46e82cd0-d480-3d48-800a-77431ede078e, name = [Mekanism]
[11:28:49] [Server thread/INFO]: Hooked into IC2 successfully.
[11:28:49] [Server thread/INFO]: Finished loading Cardboard Box blacklist (loaded 0 entries)
[11:28:49] [Server thread/INFO]: Hooking complete.
[11:28:49] [Server thread/INFO]: Loaded 2 grinding balls from SAG Mill config.
[11:28:49] [Server thread/INFO]: Excluding 6 recipes from grinding balls bonus.
[11:28:49] [Server thread/INFO]: Found 73 valid SAG Mill recipes in config.
[11:28:49] [Server thread/WARN]: Not adding supplied recipe as a recipe already exists for the input: [email protected]
[11:28:49] [Server thread/WARN]: Not adding supplied recipe as a recipe already exists for the input: [email protected]
[11:28:49] [Server thread/WARN]: Not adding supplied recipe as a recipe already exists for the input: [email protected]
[11:28:49] [Server thread/WARN]: Not adding supplied recipe as a recipe already exists for the input: [email protected]
[11:28:49] [Server thread/WARN]: Not adding supplied recipe as a recipe already exists for the input: [email protected]
[11:28:49] [Server thread/INFO]: Finished processing SAG Mill recipes. 68 recipes avaliable.
[11:28:50] [Server thread/INFO]: Found 32 valid Alloy Smelter recipes in config.
[11:28:50] [Server thread/INFO]: Finished processing Alloy Smelter recipes. 32 recipes avaliable.
[11:28:50] [Server thread/INFO]: AlloyRecipeManager: Vannila smelting in AlloySmelting enabled=true
[11:28:50] [Server thread/INFO]: Found 4 valid Slice'N'Splice recipes in config.
[11:28:50] [Server thread/INFO]: Finished processing Slice'N'Splice recipes. 4 recipes avaliable.
[11:28:50] [Server thread/INFO]: Found 4 valid Vat recipes in config.
[11:28:50] [Server thread/INFO]: Finished processing Vat recipes. 4 recipes avaliable.
[11:28:50] [Server thread/WARN]: Could not find enchantment with name enchantment.enderzoo.witherArrow when parsing enchanter recipes.
[11:28:50] [Server thread/WARN]: Could not find enchantment with name enchantment.enderzoo.witherWeapon when parsing enchanter recipes.
[11:28:50] [Server thread/WARN]: Could not find enchantment with name enchantment.enderzoo.witherWeapon when parsing enchanter recipes.
[11:28:50] [Server thread/WARN]: Could not find enchantment with name enchantment.repair when parsing enchanter recipes.
[11:28:50] [Server thread/INFO]: Loaded 25 recipes for Enchanter
[11:28:50] [Server thread/INFO]: Registered Capacitor Banks as Tinkers Construct Flux Upgrades
[11:28:50] [Server thread/FATAL]: Another Energy System is Loaded. Adding Intergration!
[11:28:50] [Server thread/INFO]: Entering postinitialization phase.
[11:28:50] [Server thread/INFO]: Loading Manual XML from: /assets/mantle/manuals/test.xml
[11:28:50] [Server thread/WARN]: Biome (id 160) is in list as element 161.
[11:28:50] [Server thread/INFO]: Done with post init phase.
[11:28:50] [Server thread/INFO]: Registered user-defined NBT whitelist for: TConstruct:pickaxe
[11:28:50] [Server thread/FATAL]: Error in NBT whitelist file: no item stack found for ExtraUtilities:unstableingot
[11:28:50] [Server thread/FATAL]: At line: 6
[11:28:50] [Server thread/FATAL]: Error in NBT whitelist file: no item stack found for ExtraUtilities:unstableIngot
[11:28:50] [Server thread/FATAL]: At line: 7
[11:28:50] [Server thread/FATAL]: Error in NBT whitelist file: no item stack found for Botania:specialFlower
[11:28:50] [Server thread/FATAL]: At line: 8
[11:28:50] [Server thread/WARN]: NEI integration not loaded due to server side being detected
[11:28:50] [Server thread/WARN]: Could not find itemResourcefrom thaumcraft.common.config.ConfigItems
[11:28:50] [Server thread/WARN]: Thaumcraft not detected.
[11:28:50] [Server thread/INFO]: Unknown recipe class! jds.bibliocraft.BiblioSpecialRecipes Modder please refer to net.minecraftforge.oredict.RecipeSorter
[11:28:50] [Server thread/INFO]: Unknown recipe class! com.brandon3055.draconicevolution.common.utills.ShapedOreEnergyRecipe Modder please refer to net.minecraftforge.oredict.RecipeSorter
[11:28:50] [Server thread/INFO]: CoFH Core found 2 World Generation files present in C:\Users\Braedan\Desktop\MCServer\config\cofh\world/.
[11:28:50] [Server thread/INFO]: Reading world generation info from: C:\Users\Braedan\Desktop\MCServer\config\cofh\world\ThermalFoundation-Ores.json:
[11:28:50] [Server thread/INFO]: [Whitelist] Reading established Whitelist from file.
[11:28:50] [Server thread/INFO]: Thermal Foundation: Tinker's Construct Plugin Enabled.
[11:28:50] [Server thread/INFO]: Load Complete.
[11:28:51] [Server thread/INFO]: Load Complete.
[11:28:51] [Server thread/INFO]: Forge Mod Loader has successfully loaded 49 mods
[11:28:51] [Server thread/INFO]: Preparing level "world"
[11:28:51] [Server thread/INFO]: Registered command debug with permission node vanilla.command.debug
[11:28:51] [Server thread/INFO]: Registered command spreadplayers with permission node vanilla.command.spreadplayers
[11:28:51] [Server thread/INFO]: Registered command playsound with permission node vanilla.command.playsound
[11:28:51] [Server thread/INFO]: Registered command scoreboard with permission node vanilla.command.scoreboard
[11:28:51] [Server thread/INFO]: Registered command achievement with permission node vanilla.command.achievement
[11:28:51] [Server thread/INFO]: Registered command summon with permission node vanilla.command.summon
[11:28:51] [Server thread/INFO]: Registered command setblock with permission node vanilla.command.setblock
[11:28:51] [Server thread/INFO]: Registered command testforblock with permission node vanilla.command.testforblock
[11:28:51] [Server thread/INFO]: Registered command tellraw with permission node vanilla.command.tellraw
[11:28:51] [Server thread/INFO]: Registered command netstat with permission node vanilla.command.netstat
[11:28:51] [Server thread/ERROR]: Encountered an unexpected exception
java.lang.NoClassDefFoundError: Could not initialize class Reflector
at net.minecraft.crash.CrashReport.func_71504_g(CrashReport.java:163) ~[b.class:?]
at net.minecraft.crash.CrashReport.<init>(CrashReport.java:55) ~[b.class:?]
at net.minecraft.crash.CrashReport.func_85055_a(CrashReport.java:442) ~[b.class:?]
at net.minecraft.world.World.<init>(World.java:196) ~[ahb.class:?]
at net.minecraft.world.WorldServer.<init>(WorldServer.java:160) ~[mt.class:?]
at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:367) ~[MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:336) ~[lt.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:631) [MinecraftServer.class:?]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_77]
[11:28:51] [Server thread/INFO]: Applying holder lookups
[11:28:51] [Server thread/INFO]: Holder lookups applied
[11:28:51] [pool-4-thread-1/INFO]: ServerChannelRegister: Dimensional Transceiver data saved to C:\Users\Braedan\Desktop\MCServer\.\world\enderio\dimensionalTransceiver.json
[11:28:51] [Server thread/INFO]: Completed server-stop actions.
[11:28:51] [Server thread/INFO]: The state engine was in incorrect state SERVER_STARTING and forced into state SERVER_STOPPED. Errors may have been discarded.
Deleting optifine (dumb of me to insert it in the first place) and trying again.
Deleting optifine fixed it. Never mind, ignore the spoiler.
Hi! I have been making a modpack for a while but when I tested it, it just crashed. Here is the crash report. The modpack has about 100 mods. Can anyone help me by figuring out what's causing it to crash?
[10:28:32] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[10:28:32] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
[10:28:32] [main/INFO] [FML]: Forge Mod Loader version 7.99.16.1448 for Minecraft 1.7.10 loading
[10:28:32] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_25, running on Windows 7:amd64:6.1, installed at C:\Program Files (x86)\Minecraft\runtime\jre-x64\1.8.0_25
[10:28:32] [main/WARN] [FML]: The coremod mods.battlegear2.coremod.BattlegearLoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[10:28:33] [main/WARN] [FML]: The coremod am2.preloader.AM2PreloaderContainer does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[10:28:33] [main/INFO] [FML]: AMCore initializing...stand back! I'm going to try MAGIC!
[10:28:33] [main/INFO] [FML]: [AppEng] Core Init
[10:28:34] [main/WARN] [FML]: The coremod codechicken.core.launch.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[10:28:38] [main/ERROR] [FML]: Unable to read the jar file CodeChickenLib-1.7.10-1.1.1.99-universal.jar - ignoring
java.io.FileNotFoundException: C:\Users\Joseph\AppData\Roaming\.minecraft\mods\CodeChickenLib-1.7.10-1.1.1.99-universal.jar (The system cannot find the file specified)
at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_25]
at java.util.zip.ZipFile.<init>(ZipFile.java:220) ~[?:1.8.0_25]
at java.util.zip.ZipFile.<init>(ZipFile.java:150) ~[?:1.8.0_25]
at java.util.jar.JarFile.<init>(JarFile.java:166) ~[?:1.8.0_25]
at java.util.jar.JarFile.<init>(JarFile.java:130) ~[?:1.8.0_25]
at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:265) [forge-1.7.10-10.13.4.1448-1.7.10.jar:?]
at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:214) [forge-1.7.10-10.13.4.1448-1.7.10.jar:?]
at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90) [forge-1.7.10-10.13.4.1448-1.7.10.jar:?]
at cpw.mods.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67) [forge-1.7.10-10.13.4.1448-1.7.10.jar:?]
at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34) [forge-1.7.10-10.13.4.1448-1.7.10.jar:?]
at cpw.mods.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:126) [forge-1.7.10-10.13.4.1448-1.7.10.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:?]
[10:28:38] [main/WARN] [FML]: The coremod cofh.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[10:28:39] [main/WARN] [FML]: The coremod mods.immibis.microblocks.coremod.MicroblocksCoreMod does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[10:28:39] [main/WARN] [FML]: The coremod invtweaks.forge.asm.FMLPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[10:28:39] [main/WARN] [FML]: The coremod invtweaks.forge.asm.FMLPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[10:28:39] [main/ERROR] [FML]: Unable to read the jar file LibSandstone-1.0.0.jar - ignoring
java.io.FileNotFoundException: C:\Users\Joseph\AppData\Roaming\.minecraft\mods\LibSandstone-1.0.0.jar (The system cannot find the file specified)
at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_25]
at java.util.zip.ZipFile.<init>(ZipFile.java:220) ~[?:1.8.0_25]
at java.util.zip.ZipFile.<init>(ZipFile.java:150) ~[?:1.8.0_25]
at java.util.jar.JarFile.<init>(JarFile.java:166) ~[?:1.8.0_25]
at java.util.jar.JarFile.<init>(JarFile.java:130) ~[?:1.8.0_25]
at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:265) [forge-1.7.10-10.13.4.1448-1.7.10.jar:?]
at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:214) [forge-1.7.10-10.13.4.1448-1.7.10.jar:?]
at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90) [forge-1.7.10-10.13.4.1448-1.7.10.jar:?]
at cpw.mods.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67) [forge-1.7.10-10.13.4.1448-1.7.10.jar:?]
at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34) [forge-1.7.10-10.13.4.1448-1.7.10.jar:?]
at cpw.mods.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:126) [forge-1.7.10-10.13.4.1448-1.7.10.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:?]
[10:28:39] [main/WARN] [FML]: The coremod micdoodle8.mods.miccore.MicdoodlePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[10:28:39] [main/WARN] [FML]: The coremod mcp.mobius.mobiuscore.asm.CoreDescription does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[10:28:39] [main/WARN] [FML]: The coremod codechicken.nei.asm.NEICorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[10:28:39] [main/INFO] [FML]: Loading tweaker optifine.OptiFineForgeTweaker from OptiFine_1.7.10_HD_B7.jar
[10:28:39] [main/WARN] [FML]: The coremod xreliquary.common.asm.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[10:28:39] [main/WARN] [FML]: The coremod tonius.simplyjetpacks.core.SJCoreContainer does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[10:28:39] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[10:28:39] [main/INFO] [LaunchWrapper]: Loading tweak class name optifine.OptiFineForgeTweaker
[10:28:39] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[10:28:39] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[10:28:39] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[10:28:39] [main/INFO] [LaunchWrapper]: Calling tweak class optifine.OptiFineForgeTweaker
[10:28:39] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:49]: OptiFineForgeTweaker: acceptOptions
[10:28:39] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:49]: OptiFineForgeTweaker: injectIntoClassLoader
[10:28:39] [main/INFO] [STDOUT]: [optifine.OptiFineClassTransformer:dbg:179]: OptiFine ClassTransformer
[10:28:39] [main/INFO] [STDOUT]: [optifine.OptiFineClassTransformer:dbg:179]: OptiFine URL: file:/C:/Users/Joseph/AppData/Roaming/.minecraft/mods/OptiFine_1.7.10_HD_B7.jar
[10:28:39] [main/INFO] [STDOUT]: [optifine.OptiFineClassTransformer:dbg:179]: OptiFine ZIP file: [email protected]
[10:28:39] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:28:41] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[10:28:41] [main/INFO] [FML]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
[10:28:41] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:28:41] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:28:42] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:28:42] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:28:42] [main/ERROR] [LaunchWrapper]: A critical problem occurred registering the ASM transformer class am2.preloader.AccessTransformers
java.lang.IllegalArgumentException: resource AM2_at.cfg not found.
at com.google.common.base.Preconditions.checkArgument(Preconditions.java:148) ~[guava-17.0.jar:?]
at com.google.common.io.Resources.getResource(Resources.java:229) ~[guava-17.0.jar:?]
at cpw.mods.fml.common.asm.transformers.AccessTransformer.readMapFile(AccessTransformer.java:118) ~[forge-1.7.10-10.13.4.1448-1.7.10.jar:?]
at cpw.mods.fml.common.asm.transformers.AccessTransformer.<init>(AccessTransformer.java:101) ~[forge-1.7.10-10.13.4.1448-1.7.10.jar:?]
at am2.preloader.AccessTransformers.<init>(AccessTransformers.java:10) ~[AccessTransformers.class:?]
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_25]
at java.lang.reflect.Constructor.newInstance(Constructor.java:408) ~[?:1.8.0_25]
at java.lang.Class.newInstance(Class.java:438) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.LaunchClassLoader.registerTransformer(LaunchClassLoader.java:88) [launchwrapper-1.11.jar:?]
at cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper.injectIntoClassLoader(CoreModManager.java:101) [forge-1.7.10-10.13.4.1448-1.7.10.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:?]
[10:28:42] [main/INFO] [FML]: MC located at: C:\Users\Joseph\AppData\Roaming\.minecraft
[10:28:42] [main/INFO] [FML]: AMCore >> Located Optifine
[10:28:42] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:28:43] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:28:43] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:28:44] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:28:44] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:28:44] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:28:44] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:28:44] [main/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodlePlugin:getASMTransformerClass:102]: Successfully Registered Transformer
[10:28:46] [main/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodlePlugin:injectData:295]: [Micdoodle8Core]: Patching game...
[10:28:46] [main/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodlePlugin:injectData:295]: [Micdoodle8Core]: Patching game...
[10:28:46] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:28:46] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:28:46] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:28:46] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:28:46] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[10:28:46] [main/INFO] [STDOUT]: [cofh.asm.CoFHAccessTransformer:readMappingFile:40]: Adding Accesstransformer map: CoFH_at.cfg
[10:28:47] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:28:47] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
[10:28:47] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
[10:28:47] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:49]: OptiFineForgeTweaker: getLaunchArguments
[10:28:47] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[10:28:47] [main/INFO] [battlegear2]: M&B - Patching Class Minecraft (bao)
[10:28:47] [main/INFO] [battlegear2]: Patching method Click Mouse in Minecraft
[10:28:47] [main/INFO] [battlegear2]: M&B - Patching Class Minecraft done
[10:28:47] [main/INFO] [FML]: AMCore >> Altering definition of net.minecraft.world.World
[MobiusCore] Current code is OBFUSCATED
[MobiusCore] Found cpw.mods.fml.common.FMLCommonHandler with checksum F626A08BBC07AE3F7D88072FDFDAE36E
[MobiusCore] Successful injection in onPreServerTick ()V
[MobiusCore] Successful injection in onPostServerTick ()V
[MobiusCore] Successful injection in onPreWorldTick (Lahb;)V
[MobiusCore] Successful injection in onPostWorldTick (Lahb;)V
[MobiusCore] Switching injection mode to FORGE
[MobiusCore] Found net.minecraft.world.World [ ahb ] with checksum B6D76C386994A9B4DF0059D0690DCBA1
[MobiusCore] Found World.updateEntities()...
[MobiusCore] Successful injection in h ()V
[MobiusCore] Successful injection in h ()V
[MobiusCore] Successful injection in h ()V
[MobiusCore] Successful injection in h ()V
[10:28:48] [main/INFO] [battlegear2]: M&B - Patching Class EntityPlayer (yz)
[10:28:48] [main/INFO] [battlegear2]: Adding new fields to EntityPlayer
[10:28:48] [main/INFO] [battlegear2]: Patching constructor in EntityPlayer
[10:28:48] [main/INFO] [battlegear2]: Patching method onUpdate in EntityPlayer
[10:28:48] [main/INFO] [battlegear2]: Patching method onItemUseFinish in EntityPlayer
[10:28:48] [main/INFO] [battlegear2]: Patching method setCurrentItemOrArmor in EntityPlayer
[10:28:48] [main/INFO] [battlegear2]: Creating new methods in EntityPlayer
[10:28:48] [main/INFO] [battlegear2]: M&B - Patching Class EntityPlayer done
[10:28:48] [main/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1763]: Galacticraft successfully injected bytecode into: sv (1 / 1)
[10:28:48] [main/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1763]: Galacticraft successfully injected bytecode into: sa (1 / 1)
[10:28:48] [main/INFO] [STDOUT]: [com.creativemd.itemphysic.ItemTransformer:transform:97]: [ItemPhysic] Patching bjk
[10:28:48] [main/INFO] [FML]: AMCore >> Altering definition of net.minecraft.client.entity.EntityPlayerSP
[10:28:48] [main/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1763]: Galacticraft successfully injected bytecode into: bdi (1 / 1)
[10:28:49] [main/INFO] [AE2-CORE]: func_146977_a(Lnet/minecraft/inventory/Slot;)V - Transformed
[10:28:49] [main/INFO] [AE2-CORE]: func_146977_a_original(Lnet/minecraft/inventory/Slot;)V - New Method
[10:28:49] [main/INFO] [AE2-CORE]: func_146977_a(Lnet/minecraft/inventory/Slot;)V - Invoke Virtual
[MobiusCore] Found net.minecraft.world.WorldServer [ mt ] with checksum A9B6290BB23DD7A1659115ABB503DDD8
[MobiusCore] Successful injection in b ()V
[MobiusCore] Successful injection in b ()V
[10:28:49] [main/INFO]: Setting user: TheEmeraldArrow
[10:28:49] [main/INFO] [STDOUT]: [com.creativemd.itemphysic.ItemTransformer:transform:88]: [ItemPhysic] Patching xk
[10:28:49] [main/INFO] [STDERR]: [micdoodle8.mods.miccore.MicdoodleTransformer:printResultsAndReset:1692]: Potential problem: Galacticraft did not complete injection of bytecode into: xk (0 / 1)
[10:28:51] [main/INFO] [battlegear2]: M&B - Patching Class ItemStack (add)
[10:28:51] [main/INFO] [battlegear2]: M&B - Patching Class ItemStack done
[10:28:52] [Client thread/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1763]: Galacticraft successfully injected bytecode into: bkn (1 / 1)
[10:28:52] [Client thread/INFO]: LWJGL Version: 2.9.1
[10:28:52] [Client thread/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1763]: Galacticraft successfully injected bytecode into: net/minecraftforge/client/ForgeHooksClient (1 / 1)
[OptiFine]
[OptiFine] OptiFine_1.7.10_HD_B7
[OptiFine] Tue Jun 30 10:28:52 GMT-05:00 2015
[OptiFine] OS: Windows 7 (amd64) version 6.1
[OptiFine] Java: 1.8.0_25, Oracle Corporation
[OptiFine] VM: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
[OptiFine] LWJGL: 2.9.1
[OptiFine] OpenGL: ATI Radeon HD 4200 , version 3.3.10834 Compatibility Profile Context, ATI Technologies Inc.
[OptiFine] OpenGL Version: 3.3
[OptiFine] OpenGL Fancy fog: Not available (GL_NV_fog_distance)
[OptiFine] Maximum texture size: 8192x8192
[OptiFine] Checking for new version
[10:28:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: org.lwjgl.opengl.OpenGLException: Invalid value (1281)
[10:28:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at org.lwjgl.opengl.Util.checkGLError(Util.java:59)
[10:28:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at org.lwjgl.opengl.WindowsContextImplementation.setSwapInterval(WindowsContextImplementation.java:113)
[10:28:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at org.lwjgl.opengl.ContextGL.setSwapInterval(ContextGL.java:232)
[10:28:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at org.lwjgl.opengl.DrawableGL.setSwapInterval(DrawableGL.java:86)
[10:28:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at org.lwjgl.opengl.Display.setSwapInterval(Display.java:1129)
[10:28:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at org.lwjgl.opengl.Display.setVSyncEnabled(Display.java:1142)
[10:28:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.settings.GameSettings.updateVSync(GameSettings.java:3021)
[10:28:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at Config.checkDisplayMode(Config.java:1968)
[10:28:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at Config.initDisplay(Config.java:165)
[10:28:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.renderer.OpenGlHelper.func_77474_a(OpenGlHelper.java:76)
[10:28:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:455)
[10:28:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
[10:28:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.main.Main.main(SourceFile:148)
[10:28:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[10:28:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[10:28:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[10:28:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[10:28:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[10:28:53] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[10:28:53] [Client thread/INFO] [STDOUT]: [com.creativemd.itemphysic.ItemTransformer:transform:81]: [ItemPhysic] Patching bny
[OptiFine] Version found: B6
[10:28:54] [Client thread/INFO] [FML]: Forge Mod Loader has detected optifine OptiFine_1.7.10_HD_B7, enabling compatibility features
[10:28:54] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
[10:28:54] [Client thread/INFO] [FML]: MinecraftForge v10.13.4.1448 Initialized
[10:28:54] [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
[10:28:54] [Client thread/INFO] [FML]: InvTweaks: net.minecraft.inventory.ContainerRepair
[10:28:54] [Client thread/INFO] [FML]: InvTweaks: net.minecraft.inventory.ContainerRepair
[10:28:54] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
[10:28:54] [Client thread/INFO] [FML]: AMCore initializing...stand back! I'm going to try MAGIC!
[10:28:54] [Client thread/INFO] [FML]: [AppEng] Core Init
[10:28:55] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer
[10:28:55] [Client thread/INFO] [FML]: Searching C:\Users\Joseph\AppData\Roaming\.minecraft\mods for mods
[10:28:55] [Client thread/INFO] [FML]: Also searching C:\Users\Joseph\AppData\Roaming\.minecraft\mods\1.7.10 for mods
[10:28:59] [Client thread/WARN] [battlegear2]: Mod battlegear2 is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.0.7.0
[10:28:59] [Client thread/WARN] [DamageIndicatorsMod]: Mod DamageIndicatorsMod is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 3.2.3
[10:29:01] [Client thread/WARN] [BetterSprinting]: Mod BetterSprinting is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.1.2
[10:29:03] [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.13
[10:29:03] [Client thread/INFO] [FML]: Attempting to reparse the mod container DimensionalDoors-2.2.5-test8.jar
[10:29:03] [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
[10:29:04] [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.6
[10:29:06] [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.1-49
[10:29:06] [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.0.0
[10:29:07] [Client thread/WARN] [wildcaves3]: Mod wildcaves3 is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 0.4.3.6
[10:29:08] [Client thread/ERROR] [FML]: Found a duplicate mod chisel at [C:\Users\Joseph\AppData\Roaming\.minecraft\mods\Chisel-1.7.10-1.5.7.jar, C:\Users\Joseph\AppData\Roaming\.minecraft\mods\Chisel-2-Mod-1.7.10.jar]
[10:29:08] [Client thread/ERROR] [FML]: Found a duplicate mod creativecore at [C:\Users\Joseph\AppData\Roaming\.minecraft\mods\CreativeCore v1.1.4 mc1.7.10.jar, C:\Users\Joseph\AppData\Roaming\.minecraft\mods\CreativeCore v1.1.4 mc1.7.10 (2).jar]
[10:29:08] [Client thread/ERROR] [FML]: Found a duplicate mod inventorytweaks at [C:\Users\Joseph\AppData\Roaming\.minecraft\mods\InventoryTweaks-1.59-dev-152.jar, C:\Users\Joseph\AppData\Roaming\.minecraft\mods\InventoryTweaks-1.58-147.jar]
[10:29:08] [Client thread/INFO]: Reloading ResourceManager: Default, CrypticPvP Pack
[10:29:08] [Client thread/WARN] [FML]: There were errors previously. Not beginning mod initialization phase
[OptiFine] *** Reloading textures ***
[OptiFine] Resource packs: CrypticPvP Pack
[10:29:08] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[10:29:08] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem...
[10:29:08] [Thread-8/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL
[10:29:08] [Thread-8/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[10:29:08] [Thread-8/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.
[10:29:09] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[10:29:09] [Sound Library Loader/INFO]: Sound engine started
[OptiFine] Loading textures/font/ascii.properties
[OptiFine] Loading textures/font/ascii_sga.properties
[MobiusCore] Found net.minecraft.client.renderer.entity.RenderManager [ bnn ] with checksum 23331C7A7033A1CF1F1AAE38FD89A9B5
[MobiusCore] Successful injection in a (Lsa;DDDFFZ)Z
[MobiusCore] Successful injection in a (Lsa;DDDFFZ)Z
[10:29:09] [Client thread/INFO] [battlegear2]: M&B - Patching Class ModelBiped (bhm)
[10:29:09] [Client thread/INFO] [battlegear2]: Patching method setRotationAngles in ModelBiped
[10:29:09] [Client thread/INFO] [battlegear2]: M&B - Patching Class ModelBiped done
[10:29:09] [Client thread/INFO] [FML]: AMCore >> Altering definition of net.minecraft.client.renderer.entity.RendererLivingEntity
[10:29:09] [Client thread/INFO] [battlegear2]: M&B - Patching Class ItemRenderer (bly)
[10:29:09] [Client thread/INFO] [battlegear2]: Adding new fields to ItemRenderer
[10:29:09] [Client thread/INFO] [battlegear2]: Patching method renderItemInFirstPerson in ItemRenderer
[10:29:09] [Client thread/INFO] [battlegear2]: Patching method updateEquippedItem in ItemRenderer
[10:29:09] [Client thread/INFO] [battlegear2]: M&B - Patching Class ItemRenderer done
[10:29:09] [Client thread/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1763]: Galacticraft successfully injected bytecode into: bly (1 / 1)
[10:29:09] [Client thread/INFO] [FML]: AMCore >> Altering definition of net.minecraft.client.renderer.EntityRenderer
[10:29:09] [Client thread/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1763]: Galacticraft successfully injected bytecode into: blt (4 / 4)
[10:29:09] [Client thread/ERROR] [LaunchWrapper]: Unable to launch
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
Caused by: java.lang.NoClassDefFoundError: Could not initialize class Reflector
at net.minecraft.crash.CrashReport.func_71504_g(CrashReport.java:163) ~[b.class:?]
at net.minecraft.crash.CrashReport.<init>(CrashReport.java:55) ~[b.class:?]
at net.minecraft.crash.CrashReport.func_85055_a(CrashReport.java:442) ~[b.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:882) ~[bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) ~[Main.class:?]
... 6 more
what do u mean by "use a spoiler?" Ive never used spoilers before D:! Please explain
Ok just tried everything u just said but it still isnt working. This is the new crash report. All that happens is right before it launches, it just goes back to the launcher and says "Already Playing"
[13:19:44] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[13:19:44] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[13:19:44] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
[13:19:44] [main/INFO] [FML]: Forge Mod Loader version 7.99.16.1448 for Minecraft 1.7.10 loading
[13:19:44] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_25, running on Windows 7:amd64:6.1, installed at C:\Program Files (x86)\Minecraft\runtime\jre-x64\1.8.0_25
[13:19:44] [main/WARN] [FML]: The coremod mods.battlegear2.coremod.BattlegearLoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[13:19:44] [main/WARN] [FML]: The coremod am2.preloader.AM2PreloaderContainer does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[13:19:44] [main/INFO] [FML]: AMCore initializing...stand back! I'm going to try MAGIC!
[13:19:44] [main/INFO] [FML]: [AppEng] Core Init
[13:19:44] [main/WARN] [FML]: The coremod cofh.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[13:19:44] [main/WARN] [FML]: The coremod mods.immibis.microblocks.coremod.MicroblocksCoreMod does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[13:19:44] [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:19:44] [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:19:44] [main/WARN] [FML]: The coremod micdoodle8.mods.miccore.MicdoodlePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[13:19:45] [main/WARN] [FML]: The coremod mcp.mobius.mobiuscore.asm.CoreDescription does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[13:19:45] [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:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.lang.NoClassDefFoundError: codechicken/lib/asm/ASMInit
[13:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at codechicken.nei.asm.NEICorePlugin.<init>(NEICorePlugin.java:18)
[13:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[13:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
[13:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[13:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Constructor.newInstance(Constructor.java:408)
[13:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.Class.newInstance(Class.java:438)
[13:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:458)
[13:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:346)
[13:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:214)
[13:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90)
[13:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67)
[13:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34)
[13:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:126)
[13:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:115)
[13:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[13:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.lang.ClassNotFoundException: codechicken.lib.asm.ASMInit
[13:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
[13:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
[13:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
[13:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 15 more
[13:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.lang.NullPointerException
[13:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
[13:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 17 more
[13:19:45] [main/ERROR] [FML]: An error occurred trying to configure the minecraft home at C:\Users\Joseph\AppData\Roaming\.minecraft for Forge Mod Loader
java.lang.NoClassDefFoundError: codechicken/lib/asm/ASMInit
at codechicken.nei.asm.NEICorePlugin.<init>(NEICorePlugin.java:18) ~[notenoughitems-1.7.10-1.0.4.83-universal.jar:?]
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_25]
at java.lang.reflect.Constructor.newInstance(Constructor.java:408) ~[?:1.8.0_25]
at java.lang.Class.newInstance(Class.java:438) ~[?:1.8.0_25]
at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:458) ~[forge-1.7.10-10.13.4.1448-1.7.10.jar:?]
at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:346) ~[forge-1.7.10-10.13.4.1448-1.7.10.jar:?]
at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:214) ~[forge-1.7.10-10.13.4.1448-1.7.10.jar:?]
at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90) [forge-1.7.10-10.13.4.1448-1.7.10.jar:?]
at cpw.mods.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67) [forge-1.7.10-10.13.4.1448-1.7.10.jar:?]
at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34) [forge-1.7.10-10.13.4.1448-1.7.10.jar:?]
at cpw.mods.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:126) [forge-1.7.10-10.13.4.1448-1.7.10.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:?]
Caused by: java.lang.ClassNotFoundException: codechicken.lib.asm.ASMInit
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.11.jar:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_25]
at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_25]
... 15 more
Caused by: java.lang.NullPointerException
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182) ~[launchwrapper-1.11.jar:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_25]
at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_25]
... 15 more
Exception in thread "main" [13:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.lang.NoClassDefFoundError: codechicken/lib/asm/ASMInit
[13:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at codechicken.nei.asm.NEICorePlugin.<init>(NEICorePlugin.java:18)
[13:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[13:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
[13:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[13:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Constructor.newInstance(Constructor.java:408)
[13:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.Class.newInstance(Class.java:438)
[13:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:458)
[13:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:346)
[13:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:214)
[13:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90)
[13:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67)
[13:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34)
[13:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:126)
[13:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:115)
[13:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[13:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.lang.ClassNotFoundException: codechicken.lib.asm.ASMInit
[13:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
[13:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
[13:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
[13:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 15 more
[13:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.lang.NullPointerException
[13:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
[13:19:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 17 more
how do u add spoilers? Im new to this thing... Srry
I have the same issue. However, it is for serverside.
[11:27:55] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
[11:27:55] [main/INFO]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
[11:27:55] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLServerTweaker
[11:27:55] [main/INFO]: Forge Mod Loader version 7.99.4.1558 for Minecraft 1.7.10 loading
[11:27:56] [main/INFO]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_77, running on Windows 10:amd64:10.0, installed at C:\Program Files\Java\jre1.8.0_77
[11:27:56] [main/INFO]: [pw.prok.imagine.ImagineLoadingPlugin:<clinit>:26]: Loading plugin initialized!
[11:28:01] [main/INFO]: [codechicken.core.launch.DepLoader$DepLoadInst:download:343]: Download complete
[11:28:02] [main/INFO]: [micdoodle8.mods.miccore.DepLoader$DepLoadInst:<init>:333]: MicdoodleCore searching for dependencies in mods file: C:\Users\Braedan\Desktop\MCServer\.\mods
[11:28:02] [main/INFO]: Loading tweaker optifine.OptiFineForgeTweaker from OptiFine_1.7.10_HD_D1.jar
[11:28:02] [main/WARN]: The following coremods do not have a @MCVersion annotation. They may cause problems if this is not the correct version of Minecraft for them.
[11:28:02] [main/WARN]: Missing @MCVersion: codechicken.core.launch.CodeChickenCorePlugin cofh.asm.LoadingPlugin codechicken.core.launch.DepLoader ic2.core.coremod.IC2core mekanism.common.asm.LoadingHook micdoodle8.mods.miccore.MicdoodlePlugin codechicken.nei.asm.NEICorePlugin
[11:28:02] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[11:28:02] [main/INFO]: Loading tweak class name optifine.OptiFineForgeTweaker
[11:28:02] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[11:28:02] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[11:28:02] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[11:28:02] [main/INFO]: Calling tweak class optifine.OptiFineForgeTweaker
[11:28:02] [main/INFO]: [optifine.OptiFineForgeTweaker:dbg:49]: OptiFineForgeTweaker: acceptOptions
[11:28:02] [main/INFO]: [optifine.OptiFineForgeTweaker:dbg:49]: OptiFineForgeTweaker: injectIntoClassLoader
[11:28:02] [main/INFO]: [optifine.OptiFineClassTransformer:dbg:179]: OptiFine ClassTransformer
[11:28:02] [main/INFO]: [optifine.OptiFineClassTransformer:dbg:179]: OptiFine URL: file:/C:/Users/Braedan/Desktop/MCServer/mods/OptiFine_1.7.10_HD_D1.jar
[11:28:02] [main/INFO]: [optifine.OptiFineClassTransformer:dbg:179]: OptiFine ZIP file: [email protected]
[11:28:02] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[11:28:03] [main/WARN]: Patcher expecting empty class data file for net.minecraft.client.settings.GameSettings, but received non-empty
[11:28:03] [main/WARN]: Patcher expecting empty class data file for net.minecraft.client.settings.GameSettings$Options, but received non-empty
[11:28:03] [main/WARN]: Patcher expecting empty class data file for net.minecraft.client.renderer.OpenGlHelper, but received non-empty
[11:28:03] [main/WARN]: Patcher expecting empty class data file for net.minecraft.client.renderer.EntityRenderer, but received non-empty
[11:28:03] [main/WARN]: Patcher expecting empty class data file for net.minecraft.client.renderer.RenderGlobal, but received non-empty
[11:28:03] [main/WARN]: Patcher expecting empty class data file for net.minecraft.client.renderer.texture.TextureAtlasSprite, but received non-empty
[11:28:03] [main/WARN]: Patcher expecting empty class data file for net.minecraft.client.renderer.Tessellator, but received non-empty
[11:28:03] [main/WARN]: Patcher expecting empty class data file for net.minecraft.client.gui.FontRenderer, but received non-empty
[11:28:03] [main/WARN]: Patcher expecting empty class data file for net.minecraft.client.renderer.texture.Stitcher$Slot, but received non-empty
[11:28:03] [main/WARN]: Patcher expecting empty class data file for net.minecraft.client.renderer.RenderBlocks, but received non-empty
[11:28:03] [main/WARN]: Patcher expecting empty class data file for net.minecraft.client.renderer.WorldRenderer, but received non-empty
[11:28:03] [main/WARN]: Patcher expecting empty class data file for net.minecraft.client.model.ModelRenderer, but received non-empty
[11:28:03] [main/WARN]: Patcher expecting empty class data file for net.minecraft.client.renderer.texture.TextureManager, but received non-empty
[11:28:03] [main/WARN]: Patcher expecting empty class data file for net.minecraft.client.renderer.texture.TextureAtlasSprite$1, but received non-empty
[11:28:03] [main/WARN]: Patcher expecting empty class data file for net.minecraft.client.renderer.texture.TextureMap, but received non-empty
[11:28:03] [main/WARN]: Patcher expecting empty class data file for net.minecraft.client.renderer.texture.TextureManager$1, but received non-empty
[11:28:03] [main/WARN]: Patcher expecting empty class data file for net.minecraft.client.renderer.texture.Stitcher, but received non-empty
[11:28:03] [main/WARN]: Patcher expecting empty class data file for net.minecraft.client.renderer.texture.TextureUtil, but received non-empty
[11:28:03] [main/WARN]: Patcher expecting empty class data file for net.minecraft.server.integrated.IntegratedServer, but received non-empty
[11:28:03] [main/WARN]: Patcher expecting empty class data file for net.minecraft.client.renderer.RenderGlobal$1, but received non-empty
[11:28:03] [main/WARN]: Patcher expecting empty class data file for net.minecraft.client.renderer.texture.Stitcher$Holder, but received non-empty
[11:28:03] [main/WARN]: Patcher expecting empty class data file for net.minecraft.client.settings.GameSettings$SwitchOptions, but received non-empty
[11:28:03] [main/WARN]: Patcher expecting empty class data file for net.minecraft.client.renderer.EntityRenderer$2, but received non-empty
[11:28:03] [main/WARN]: Patcher expecting empty class data file for net.minecraft.client.renderer.EntityRenderer$3, but received non-empty
[11:28:03] [main/WARN]: Patcher expecting empty class data file for net.minecraft.client.renderer.EntityRenderer$1, but received non-empty
[11:28:03] [main/WARN]: Patcher expecting empty class data file for net.minecraft.client.renderer.texture.TextureMap$1, but received non-empty
[11:28:03] [main/WARN]: Patcher expecting empty class data file for net.minecraft.server.integrated.IntegratedServer$1, but received non-empty
[11:28:03] [main/WARN]: Patcher expecting empty class data file for net.minecraft.client.renderer.texture.TextureMap$2, but received non-empty
[11:28:03] [main/WARN]: Patcher expecting empty class data file for net.minecraft.server.integrated.IntegratedServer$2, but received non-empty
[11:28:03] [main/WARN]: Patcher expecting empty class data file for net.minecraft.client.renderer.texture.TextureMap$3, but received non-empty
[11:28:04] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[11:28:04] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[11:28:04] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[11:28:06] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[11:28:06] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[11:28:06] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[11:28:06] [main/INFO]: Loaded library EJML-core-0.26.jar.
[11:28:06] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[11:28:06] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[11:28:06] [main/INFO]: [micdoodle8.mods.miccore.MicdoodlePlugin:getASMTransformerClass:102]: Successfully Registered Transformer
[11:28:07] [main/INFO]: [micdoodle8.mods.miccore.MicdoodlePlugin:injectData:295]: [Micdoodle8Core]: Patching game...
[11:28:07] [main/INFO]: [micdoodle8.mods.miccore.MicdoodlePlugin:injectData:295]: [Micdoodle8Core]: Patching game...
[11:28:07] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[11:28:07] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[11:28:07] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[11:28:09] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[11:28:09] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[11:28:09] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
[11:28:09] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
[11:28:09] [main/INFO]: [optifine.OptiFineForgeTweaker:dbg:49]: OptiFineForgeTweaker: getLaunchArguments
[11:28:09] [main/INFO]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1989]: Galacticraft successfully injected bytecode into: ahb (1 / 1)
[11:28:09] [main/INFO]: [micdoodle8.mods.miccore.MicdoodleTransformer:printResultsAndReset:1905]: Potential problem: Galacticraft did not complete injection of bytecode into: oi (4 / 6)
[11:28:09] [main/INFO]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1989]: Galacticraft successfully injected bytecode into: sv (1 / 1)
[11:28:09] [main/INFO]: [micdoodle8.mods.miccore.MicdoodleTransformer:printResultsAndReset:1905]: Potential problem: Galacticraft did not complete injection of bytecode into: sa (0 / 1)
[11:28:09] [main/INFO]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
[11:28:10] [main/INFO]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1989]: Galacticraft successfully injected bytecode into: xk (1 / 1)
[11:28:11] [main/INFO]: Successfully patched sw.recreateLeash.
[11:28:11] [main/INFO]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1989]: Galacticraft successfully injected bytecode into: zc (1 / 1)
[11:28:14] [Server thread/INFO]: Starting minecraft server version 1.7.10
[11:28:14] [Server thread/INFO]: Attempting early MinecraftForge initialization
[11:28:14] [Server thread/INFO]: MinecraftForge v10.13.4.1558 Initialized
[11:28:14] [Server thread/INFO]: Replaced 183 ore recipies
[11:28:14] [Server thread/INFO]: Completed early MinecraftForge initialization
[11:28:15] [Server thread/INFO]: Found 0 mods from the command line. Injecting into mod discoverer
[11:28:15] [Server thread/INFO]: Searching C:\Users\Braedan\Desktop\MCServer\mods for mods
[11:28:15] [Server thread/INFO]: Also searching C:\Users\Braedan\Desktop\MCServer\mods\1.7.10 for mods
[11:28:19] [Server thread/INFO]: Mod planetguyLib is missing the required element 'name'. Substituting planetguyLib
[11:28:19] [Server thread/WARN]: Mod ForgeMicroblock is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.1.2.331
[11:28:19] [Server thread/WARN]: Mod ForgeMultipart is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.1.2.331
[11:28:19] [Server thread/WARN]: Mod McMultipart is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.1.2.331
[11:28:19] [Server thread/INFO]: Forge Mod Loader has identified 49 mods to load
[11:28:19] [Server thread/INFO]: Found mod(s) [EnderIO] containing declared API package mekanism.api.gas (owned by Mekanism) without associated API reference
[11:28:19] [Server thread/INFO]: Found mod(s) [EnderIO] containing declared API package mekanism.api.transmitters (owned by Mekanism) without associated API reference
[11:28:19] [Server thread/INFO]: Found mod(s) [EnderIO] containing declared API package mekanism.api (owned by Mekanism) without associated API reference
[11:28:20] [Server thread/INFO]: FML has found a non-mod file CodeChickenLib-1.7.10-1.1.3.127-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.
[11:28:21] [Server thread/INFO]: Attempting connection with missing mods [mcp, FML, Forge, kimagine, CodeChickenCore, Micdoodlecore, NotEnoughItems, OpenComputers|Core, <CoFH ASM>, BiblioCraft, BrandonsCore, BuildCraft|Builders, BuildCraft|Transport, BuildCraft|Energy, BuildCraft|Silicon, BuildCraft|Robotics, BuildCraft|Core, BuildCraft|Factory, BuildCraft|Compat, CoFHCore, ComputerCraft, DraconicEvolution, EnderIO, GalacticraftMars, GalacticraftCore, GraviGun, IC2NuclearControl, iChunUtil, IC2, Mantle, Mekanism, MekanismGenerators, MekanismTools, cfm, Mystcraft, NBTEdit, OpenComputers, planetguyLib, PortalGun, ProjectE, JAKJ_RedstoneInMotion, secretroomsmod, Sync, TConstruct, ThermalExpansion, ThermalFoundation, ForgeMicroblock, ForgeMultipart, McMultipart] at CLIENT
[11:28:21] [Server thread/INFO]: Attempting connection with missing mods [mcp, FML, Forge, kimagine, CodeChickenCore, Micdoodlecore, NotEnoughItems, OpenComputers|Core, <CoFH ASM>, BiblioCraft, BrandonsCore, BuildCraft|Builders, BuildCraft|Transport, BuildCraft|Energy, BuildCraft|Silicon, BuildCraft|Robotics, BuildCraft|Core, BuildCraft|Factory, BuildCraft|Compat, CoFHCore, ComputerCraft, DraconicEvolution, EnderIO, GalacticraftMars, GalacticraftCore, GraviGun, IC2NuclearControl, iChunUtil, IC2, Mantle, Mekanism, MekanismGenerators, MekanismTools, cfm, Mystcraft, NBTEdit, OpenComputers, planetguyLib, PortalGun, ProjectE, JAKJ_RedstoneInMotion, secretroomsmod, Sync, TConstruct, ThermalExpansion, ThermalFoundation, ForgeMicroblock, ForgeMultipart, McMultipart] at SERVER
[11:28:21] [Server thread/INFO]: Hello Minecraft!!!
[11:28:22] [Server thread/INFO]: Hello Minecraft!!!
[11:28:24] [Server thread/ERROR]: [Environment Checks] Bukkit implementation detected. This may cause issues. Bukkit implementations include Craftbukkit and Cauldron(MCPC+).
[11:28:25] [Server thread/INFO]: Preparing to take over the world
[11:28:25] [Server thread/INFO]: Processing ObjectHolder annotations
[11:28:26] [Server thread/INFO]: Found 413 ObjectHolder annotations
[11:28:26] [Server thread/INFO]: Identifying ItemStackHolder annotations
[11:28:26] [Server thread/INFO]: Found 0 ItemStackHolder annotations
[11:28:26] [Server thread/INFO]: Configured a dormant chunk cache size of 0
[11:28:26] [Server thread/INFO]: Registering Default Templates.
[11:28:26] [Server thread/INFO]: Registering default generators
[11:28:27] [Server thread/INFO]: Complete
[11:28:27] [Server thread/INFO]: Starting BuildCraft 7.1.14
[11:28:27] [Server thread/INFO]: Copyright (c) the BuildCraft team, 2011-2015
[11:28:27] [Server thread/INFO]: http://www.mod-buildcraft.com
[11:28:27] [Thread-10/INFO]: Beginning version check
[11:28:27] [Thread-10/WARN]: Using outdated version [7.1.14] for Minecraft 1.7.10. Consider updating to 7.1.16.
[11:28:28] [CoFHUpdater:CoFHCore/INFO]: An updated version of CoFH Core is available: CoFH Core 3.1.2 for Minecraft 1.7.10.
[11:28:28] [Server thread/INFO]: Loading Plugins...
[11:28:28] [Server thread/INFO]: Finished Loading Plugins.
[11:28:28] [Server thread/INFO]: Loading Plugins...
[11:28:28] [Server thread/INFO]: Finished Loading Plugins.
[11:28:29] [CoFHUpdater:ThermalFoundation/INFO]: An updated version of Thermal Foundation is available: Thermal Foundation 1.2.3 for Minecraft 1.7.10.
[11:28:29] [Server thread/INFO]: Finished PreInitialization
[11:28:29] [CoFHUpdater:ThermalExpansion/INFO]: An updated version of Thermal Expansion is available: Thermal Expansion 4.1.2 for Minecraft 1.7.10.
[11:28:29] [Server thread/INFO]: Galacticraft successfully injected bytecode into: ms (1 / 1)
[11:28:31] [Server thread/INFO]: Galacticraft oil is not default, issues may occur.
[11:28:32] [Server thread/INFO]: Galacticraft fuel is not default, issues may occur.
[11:28:33] [Server thread/INFO]: XP Juice registered by Ender IO.
[11:28:34] [Server thread/INFO]: [4.0.0-beta] Loading properties.
[11:28:34] [Server thread/INFO]: Mantle (1.7.10-0.3.2.jenkins184) -- Preparing for launch.
[11:28:34] [Server thread/INFO]: Entering preinitialization phase.
[11:28:34] [Server thread/INFO]: Loading configuration from disk.
[11:28:34] [Server thread/INFO]: Configuration load completed.
[11:28:36] [Server thread/INFO]: Initializing blocks and items.
[11:28:36] [Server thread/INFO]: Skipping interface appeng.api.movable.IMovableTile from missing mod appliedenergistics2.
[11:28:36] [Server thread/INFO]: Skipping interface appeng.api.networking.IGridHost from missing mod appliedenergistics2.
[11:28:36] [Server thread/INFO]: Skipping interface factorization.api.IChargeConductor from missing mod factorization.
[11:28:36] [Server thread/INFO]: Injecting interface micdoodle8.mods.galacticraft.api.power.IEnergyHandlerGC into li.cil.oc.common.tileentity.traits.power.Galacticraft.
[11:28:36] [Server thread/INFO]: Injecting interface micdoodle8.mods.galacticraft.api.transmission.tile.IConnector into li.cil.oc.common.tileentity.traits.power.Galacticraft.
[11:28:36] [Server thread/INFO]: Injecting interface ic2.api.energy.tile.IEnergySink into li.cil.oc.common.tileentity.traits.power.IndustrialCraft2Experimental.
[11:28:36] [Server thread/INFO]: Skipping interface ic2classic.api.energy.tile.IEnergySink from missing mod IC2-Classic.
[11:28:36] [Server thread/INFO]: Injecting interface mekanism.api.energy.IStrictEnergyAcceptor into li.cil.oc.common.tileentity.traits.power.Mekanism.
[11:28:36] [Server thread/INFO]: Injecting interface cofh.api.energy.IEnergyHandler into li.cil.oc.common.tileentity.traits.power.RedstoneFlux.
[11:28:36] [Server thread/INFO]: Injecting interface buildcraft.api.tiles.IHasWork into li.cil.oc.common.tileentity.traits.StateAware.
[11:28:36] [Server thread/INFO]: Skipping interface lordfokas.stargatetech2.api.bus.IBusDevice from missing mod StargateTech2.
[11:28:37] [Server thread/INFO]: Skipping interface appeng.api.implementations.items.IAEWrench from missing mod appliedenergistics2.
[11:28:37] [Server thread/INFO]: Injecting interface buildcraft.api.tools.IToolWrench into li.cil.oc.common.item.Wrench.
[11:28:37] [Server thread/INFO]: Skipping interface com.bluepowermod.api.misc.IScrewdriver from missing mod bluepowerAPI.
[11:28:37] [Server thread/INFO]: Injecting interface cofh.api.item.IToolHammer into li.cil.oc.common.item.Wrench.
[11:28:37] [Server thread/INFO]: Skipping interface crazypants.enderio.tool.ITool from missing mod EnderIO.
[11:28:37] [Server thread/INFO]: Injecting interface mekanism.api.IMekWrench into li.cil.oc.common.item.Wrench.
[11:28:37] [Server thread/INFO]: Skipping interface powercrystals.minefactoryreloaded.api.IMFRHammer from missing mod MineFactoryReloaded.
[11:28:37] [Server thread/INFO]: Skipping interface mrtjp.projectred.api.IScrewdriver from missing mod ProjRed|Core.
[11:28:37] [Server thread/INFO]: Skipping interface mods.railcraft.api.core.items.IToolCrowbar from missing mod Railcraft.
[11:28:37] [Server thread/INFO]: Injecting interface ic2.api.item.IBoxable into li.cil.oc.common.item.Wrench.
[11:28:37] [Server thread/INFO]: Skipping interface appeng.api.implementations.items.IAEItemPowerStorage from missing mod appliedenergistics2.
[11:28:37] [Server thread/INFO]: Injecting interface cofh.api.energy.IEnergyContainerItem into li.cil.oc.common.item.traits.Chargeable.
[11:28:37] [Server thread/INFO]: Injecting interface ic2.api.item.ISpecialElectricItem into li.cil.oc.common.item.traits.Chargeable.
[11:28:37] [Server thread/INFO]: Injecting interface mekanism.api.energy.IEnergizedItem into li.cil.oc.common.item.traits.Chargeable.
[11:28:37] [Server thread/INFO]: Initializing additional OreDict entries.
[11:28:37] [Server thread/INFO]: Initializing OpenComputers API.
[11:28:39] [Server thread/INFO]: Found a compatible native library: 'OpenComputersMod-1.5.22.46-lua52-native.64.dll'.
[11:28:39] [Server thread/INFO]: Found a compatible native library: 'OpenComputersMod-1.5.22.46-lua53-native.64.dll'.
[11:28:39] [Server thread/INFO]: Done with pre init phase.
[11:28:39] [Server thread/INFO]: [4.0.0-beta-6] Loading properties.
[11:28:39] [Server thread/INFO]: Loaded configuration file.
[11:28:40] [Server thread/INFO]: Successfully injected component logic into class me.planetguy.remaininmotion.drive.TileEntityCarriageController.
[11:28:40] [Server thread/INFO]: Galacticraft successfully injected bytecode into: sync/common/tileentity/TileEntityDualVertical (2 / 2)
[11:28:40] [Server thread/INFO]: Skipping Pulse Tinkers Thaumcraft Compatibility; missing dependency: Thaumcraft
[11:28:40] [Server thread/INFO]: Skipping Pulse Tinkers Waila Compatibility; missing dependency: Waila
[11:28:40] [Server thread/INFO]: Skipping Pulse Tinkers AE2 Compatibility; missing dependency: appliedenergistics2
[11:28:40] [Server thread/INFO]: Skipping Pulse Tinkers MFR Compatibility; missing dependency: MineFactoryReloaded
[11:28:40] [Server thread/INFO]: Skipping Pulse Tinkers' Underground Biomes Compatiblity; missing dependency: UndergroundBiomes
[11:28:40] [Server thread/INFO]: Skipping Pulse Tinkers RF-Tools Compatibility; missing dependency: rftools
[11:28:41] [Server thread/INFO]: Gear module active. Adding gear cast.
[11:28:41] [Server thread/INFO]: Applying holder lookups
[11:28:41] [Server thread/INFO]: Holder lookups applied
[11:28:41] [Server thread/INFO]: Injecting itemstacks
[11:28:41] [Server thread/INFO]: Itemstack injection complete
[11:28:41] [Server thread/INFO]: Loading properties
[11:28:41] [Server thread/INFO]: Default game type: SURVIVAL
[11:28:42] [Server thread/INFO]: This server is running KCauldron version 1.7.10-R0.1-SNAPSHOT (MC: 1.7.10) (Implementing API version 1.7.10-R0.1-SNAPSHOT)
[11:28:42] [Server thread/INFO]: Server Ping Player Sample Count: 12
[11:28:42] [Server thread/INFO]: Using 4 threads for Netty based IO
[11:28:42] [Server thread/INFO]: Generating keypair
[11:28:42] [Server thread/INFO]: Starting Minecraft server on 192.168.0.104:7777
[11:28:43] [Server thread/INFO]: Loading compat module ForgeMultipart
[11:28:43] [Server thread/INFO]: Loading compat module RemainInMotion
[11:28:43] [Server thread/INFO]: Loading compat module EnderIO
[11:28:43] [Server thread/INFO]: Loading compat module ThermalExpansion
[11:28:44] [Server thread/INFO]: Iron Chests was not detected! using fallback chest recipe
[11:28:44] [Server thread/INFO]: Finished Initialization
[11:28:44] [Server thread/INFO]: Successfully loaded 267 out of 267 recipes for shaped recipes
[11:28:44] [Server thread/INFO]: Successfully loaded 76 out of 76 recipes for shapeless recipes
[11:28:44] [Server thread/INFO]: Successfully loaded 5 out of 5 recipes for blast furnace recipes
[11:28:44] [Server thread/INFO]: Successfully loaded 17 out of 17 recipes for block cutter recipes
[11:28:44] [Server thread/INFO]: Successfully loaded 48 out of 48 recipes for compressor recipes
[11:28:44] [Server thread/INFO]: Successfully loaded 12 out of 12 recipes for extractor recipes
[11:28:44] [Server thread/INFO]: Successfully loaded 64 out of 64 recipes for macerator recipes
[11:28:44] [Server thread/INFO]: Successfully loaded 4 out of 4 recipes for metal former cutting recipes
[11:28:44] [Server thread/INFO]: Successfully loaded 10 out of 10 recipes for metal former extruding recipes
[11:28:44] [Server thread/INFO]: Successfully loaded 14 out of 14 recipes for metal former rolling recipes
[11:28:44] [Server thread/INFO]: Successfully loaded 8 out of 8 recipes for ore washing recipes
[11:28:44] [Server thread/INFO]: Successfully loaded 25 out of 25 recipes for thermal centrifuge recipes
[11:28:44] [Server thread/INFO]: Version 8.1.8 initializing...
[11:28:45] [Server thread/INFO]: Loading complete.
[11:28:45] [Server thread/INFO]: Mod loaded.
[11:28:45] [Server thread/INFO]: Entering initialization phase.
[11:28:45] [Server thread/INFO]: Loaded MekanismGenerators module.
[11:28:45] [Server thread/INFO]: Loaded MekanismTools module.
[11:28:46] [Server thread/INFO]: Registering loot disk 'openOS' from mod OpenComputers.
[11:28:46] [Server thread/INFO]: Registering loot disk 'maze' from mod OpenComputers.
[11:28:46] [Server thread/INFO]: Registering loot disk 'dig' from mod OpenComputers.
[11:28:46] [Server thread/INFO]: Registering loot disk 'irc' from mod OpenComputers.
[11:28:46] [Server thread/INFO]: Registering loot disk 'openloader' from mod OpenComputers.
[11:28:46] [Server thread/INFO]: Registering loot disk 'plan9k' from mod OpenComputers.
[11:28:46] [Server thread/INFO]: Registering loot disk 'oppm' from mod OpenComputers.
[11:28:46] [Server thread/INFO]: Registering loot disk 'network' from mod OpenComputers.
[11:28:46] [Server thread/INFO]: Registering loot disk 'build' from mod OpenComputers.
[11:28:46] [Server thread/INFO]: Initializing mod integration.
[11:28:46] [Server thread/INFO]: Initializing mod integration for 'BuildCraftAPI|library'.
[11:28:46] [Server thread/INFO]: Initializing mod integration for 'BuildCraftAPI|tiles'.
[11:28:46] [Server thread/INFO]: Initializing mod integration for 'BuildCraftAPI|tools'.
[11:28:46] [Server thread/INFO]: Initializing mod integration for 'BuildCraftAPI|tiles'.
[11:28:46] [Server thread/INFO]: Initializing mod integration for 'BuildCraftAPI|transport'.
[11:28:46] [Server thread/INFO]: Initializing mod integration for 'CoFHAPI|energy'.
[11:28:46] [Server thread/INFO]: Initializing mod integration for 'CoFHAPI|item'.
[11:28:46] [Server thread/INFO]: Initializing mod integration for 'CoFHAPI|tileentity'.
[11:28:46] [Server thread/INFO]: Initializing mod integration for 'CoFHAPI|transport'.
[11:28:46] [Server thread/INFO]: Initializing mod integration for 'MineFactoryReloaded|DeepStorageUnit'.
[11:28:46] [Server thread/INFO]: Initializing mod integration for 'ForgeMultipart'.
[11:28:46] [Server thread/INFO]: Initializing mod integration for 'Galacticraft API'.
[11:28:46] [Server thread/INFO]: Initializing mod integration for 'IC2'.
[11:28:46] [Server thread/INFO]: Initializing mod integration for 'Mekanism'.
[11:28:46] [Server thread/INFO]: Initializing mod integration for 'MekanismAPI|gas'.
[11:28:46] [Server thread/INFO]: Initializing mod integration for 'Mystcraft'.
[11:28:46] [Server thread/INFO]: Initializing mod integration for 'ThermalExpansion'.
[11:28:46] [Server thread/INFO]: Initializing mod integration for 'TConstruct'.
[11:28:46] [Server thread/INFO]: Initializing mod integration for 'Minecraft'.
[11:28:46] [Server thread/INFO]: Initializing mod integration for 'ComputerCraft'.
[11:28:46] [Server thread/INFO]: Initializing mod integration for 'OpenComputers'.
[11:28:46] [Server thread/INFO]: Found extended redstone mods, enabling tier two redstone card.
[11:28:47] [Server thread/INFO]: Initializing recipes.
[11:28:47] [Server thread/INFO]: Done with init phase.
[11:28:47] [Server thread/INFO]: BuildCraft detected. Registering facades.
[11:28:47] [Server thread/INFO]: IC2 detected. Preparing for shenanigans.
[11:28:47] [Server thread/INFO]: Mystcraft detected. Blacklisting Mystcraft fluid symbols.
[11:28:47] [Server thread/INFO]: ForgeMultipart detected. Registering TConstruct decorative blocks with FMP.
[11:28:47] [Server thread/INFO]: Receiving fluid symbol blacklist request from [TConstruct] for fluid gold.molten
[11:28:47] [Server thread/INFO]: Fluid blacklist request successful.
[11:28:47] [Server thread/INFO]: Receiving fluid symbol blacklist request from [TConstruct] for fluid steel.molten
[11:28:47] [Server thread/INFO]: Fluid blacklist request successful.
[11:28:47] [Server thread/INFO]: Receiving fluid symbol blacklist request from [TConstruct] for fluid emerald.liquid
[11:28:47] [Server thread/INFO]: Fluid blacklist request successful.
[11:28:47] [Server thread/INFO]: Receiving fluid symbol blacklist request from [TConstruct] for fluid ardite.molten
[11:28:47] [Server thread/INFO]: Fluid blacklist request successful.
[11:28:47] [Server thread/INFO]: Receiving fluid symbol blacklist request from [TConstruct] for fluid cobalt.molten
[11:28:47] [Server thread/INFO]: Fluid blacklist request successful.
[11:28:47] [Server thread/INFO]: Receiving fluid symbol blacklist request from [TConstruct] for fluid pigiron.molten
[11:28:47] [Server thread/INFO]: Fluid blacklist request successful.
[11:28:47] [Server thread/INFO]: Receiving fluid symbol blacklist request from [TConstruct] for fluid bronze.molten
[11:28:47] [Server thread/INFO]: Fluid blacklist request successful.
[11:28:47] [Server thread/INFO]: Receiving fluid symbol blacklist request from [TConstruct] for fluid alumite.molten
[11:28:47] [Server thread/INFO]: Fluid blacklist request successful.
[11:28:47] [Server thread/INFO]: Receiving fluid symbol blacklist request from [TConstruct] for fluid aluminumbrass.molten
[11:28:47] [Server thread/INFO]: Fluid blacklist request successful.
[11:28:47] [Server thread/INFO]: Receiving fluid symbol blacklist request from [TConstruct] for fluid manyullyn.molten
[11:28:47] [Server thread/INFO]: Fluid blacklist request successful.
[11:28:47] [Server thread/INFO]: Receiving fluid symbol blacklist request from [TConstruct] for fluid ender
[11:28:47] [Server thread/INFO]: Fluid blacklist request successful.
[11:28:47] [Server thread/INFO]: Receiving fluid symbol blacklist request from [TConstruct] for fluid silver.molten
[11:28:47] [Server thread/INFO]: Fluid blacklist request successful.
[11:28:47] [Server thread/INFO]: Receiving fluid symbol blacklist request from [TConstruct] for fluid invar.molten
[11:28:47] [Server thread/INFO]: Fluid blacklist request successful.
[11:28:47] [Server thread/INFO]: Receiving fluid symbol blacklist request from [TConstruct] for fluid electrum.molten
[11:28:47] [Server thread/INFO]: Fluid blacklist request successful.
[11:28:47] [Server thread/INFO]: Receiving fluid symbol blacklist request from [TConstruct] for fluid platinum.molten
[11:28:47] [Server thread/INFO]: Fluid blacklist request successful.
[11:28:47] [Server thread/INFO]: Receiving fluid symbol blacklist request from [TConstruct] for fluid signalum.molten
[11:28:47] [Server thread/INFO]: Fluid blacklist request successful.
[11:28:47] [Server thread/INFO]: Receiving fluid symbol blacklist request from [TConstruct] for fluid lumium.molten
[11:28:47] [Server thread/INFO]: Fluid blacklist request successful.
[11:28:47] [Server thread/INFO]: Receiving fluid symbol blacklist request from [TConstruct] for fluid mithril.molten
[11:28:47] [Server thread/INFO]: Fluid blacklist request successful.
[11:28:47] [Server thread/INFO]: Receiving fluid symbol blacklist request from [TConstruct] for fluid enderium.molten
[11:28:47] [Server thread/INFO]: Fluid blacklist request successful.
[11:28:47] [Server thread/INFO]: Registering new wrench tool usage 'li.cil.oc.integration.buildcraft.tools.EventHandlerBuildCraft.useWrench' from mod OpenComputers.
[11:28:47] [Server thread/INFO]: Registering new wrench tool check 'li.cil.oc.integration.buildcraft.tools.EventHandlerBuildCraft.isWrench' from mod OpenComputers.
[11:28:47] [Server thread/INFO]: Registering new tool durability provider 'li.cil.oc.integration.cofh.energy.EventHandlerRedstoneFlux.getDurability' from mod OpenComputers.
[11:28:47] [Server thread/INFO]: Registering new item charge implementation 'RedstoneFlux' from mod OpenComputers.
[11:28:48] [Server thread/INFO]: Registering new wrench tool usage 'li.cil.oc.integration.cofh.item.EventHandlerCoFH.useWrench' from mod OpenComputers.
[11:28:48] [Server thread/INFO]: Registering new wrench tool check 'li.cil.oc.integration.cofh.item.EventHandlerCoFH.isWrench' from mod OpenComputers.
[11:28:48] [Server thread/INFO]: Registering new tool durability provider 'li.cil.oc.integration.ic2.EventHandlerIndustrialCraft2.getDurability' from mod OpenComputers.
[11:28:48] [Server thread/INFO]: Registering new wrench tool usage 'li.cil.oc.integration.ic2.EventHandlerIndustrialCraft2.useWrench' from mod OpenComputers.
[11:28:48] [Server thread/INFO]: Registering new wrench tool check 'li.cil.oc.integration.ic2.EventHandlerIndustrialCraft2.isWrench' from mod OpenComputers.
[11:28:48] [Server thread/INFO]: Registering new item charge implementation 'IndustrialCraft2' from mod OpenComputers.
[11:28:48] [Server thread/INFO]: Registering new wrench tool usage 'li.cil.oc.integration.mekanism.EventHandlerMekanism.useWrench' from mod OpenComputers.
[11:28:48] [Server thread/INFO]: Registering new wrench tool check 'li.cil.oc.integration.mekanism.EventHandlerMekanism.isWrench' from mod OpenComputers.
[11:28:48] [Server thread/INFO]: Registering new tool durability provider 'li.cil.oc.integration.tcon.EventHandlerTinkersConstruct.getDurability' from mod OpenComputers.
[11:28:48] [Server thread/INFO]: Registering new assembler template 'Drone (Tier 1)' from mod OpenComputers.
[11:28:48] [Server thread/INFO]: Registering new assembler template 'Drone (Tier 2)' from mod OpenComputers.
[11:28:48] [Server thread/INFO]: Registering new assembler template 'Drone (Creative)' from mod OpenComputers.
[11:28:48] [Server thread/INFO]: Registering new disassembler template 'Drone' from mod OpenComputers.
[11:28:48] [Server thread/INFO]: Registering new assembler template 'Microcontroller (Tier 1)' from mod OpenComputers.
[11:28:48] [Server thread/INFO]: Registering new assembler template 'Microcontroller (Tier 2)' from mod OpenComputers.
[11:28:48] [Server thread/INFO]: Registering new assembler template 'Microcontroller (Creative)' from mod OpenComputers.
[11:28:48] [Server thread/INFO]: Registering new disassembler template 'Microcontroller' from mod OpenComputers.
[11:28:48] [Server thread/INFO]: Registering new disassembler template 'Navigation Upgrade' from mod OpenComputers.
[11:28:48] [Server thread/INFO]: Registering new assembler template 'Robot (Tier 1)' from mod OpenComputers.
[11:28:48] [Server thread/INFO]: Registering new assembler template 'Robot (Tier 2)' from mod OpenComputers.
[11:28:48] [Server thread/INFO]: Registering new assembler template 'Robot (Tier 3)' from mod OpenComputers.
[11:28:48] [Server thread/INFO]: Registering new assembler template 'Robot (Creative)' from mod OpenComputers.
[11:28:48] [Server thread/INFO]: Registering new disassembler template 'Robot' from mod OpenComputers.
[11:28:48] [Server thread/INFO]: Registering new disassembler template 'Server' from mod OpenComputers.
[11:28:48] [Server thread/INFO]: Registering new assembler template 'Tablet (Tier 1)' from mod OpenComputers.
[11:28:48] [Server thread/INFO]: Registering new assembler template 'Tablet (Tier 2)' from mod OpenComputers.
[11:28:48] [Server thread/INFO]: Registering new assembler template 'Tablet (Creative)' from mod OpenComputers.
[11:28:48] [Server thread/INFO]: Registering new disassembler template 'Tablet' from mod OpenComputers.
[11:28:48] [Server thread/INFO]: Registering new assembler template filter 'li.cil.oc.common.template.TemplateBlacklist.filter' from mod OpenComputers.
[11:28:48] [Server thread/INFO]: Registering new wrench tool usage 'li.cil.oc.integration.opencomputers.ModOpenComputers.useWrench' from mod OpenComputers.
[11:28:48] [Server thread/INFO]: Registering new wrench tool check 'li.cil.oc.integration.opencomputers.ModOpenComputers.isWrench' from mod OpenComputers.
[11:28:48] [Server thread/INFO]: Registering new item charge implementation 'OpenComputers' from mod OpenComputers.
[11:28:48] [Server thread/INFO]: Registering new ink provider 'li.cil.oc.integration.opencomputers.ModOpenComputers.inkCartridgeInkProvider' from mod OpenComputers.
[11:28:48] [Server thread/INFO]: Registering new ink provider 'li.cil.oc.integration.opencomputers.ModOpenComputers.dyeInkProvider' from mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'geolyzer' for host 'li.cil.oc.api.internal.Adapter' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'keyboard' for host 'li.cil.oc.api.internal.Adapter' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'screen1' for host 'li.cil.oc.api.internal.Adapter' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'transposer' for host 'li.cil.oc.api.internal.Adapter' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'angelUpgrade' for host 'li.cil.oc.api.internal.Adapter' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'batteryUpgrade1' for host 'li.cil.oc.api.internal.Adapter' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'batteryUpgrade2' for host 'li.cil.oc.api.internal.Adapter' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'batteryUpgrade3' for host 'li.cil.oc.api.internal.Adapter' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'chunkloaderUpgrade' for host 'li.cil.oc.api.internal.Adapter' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'craftingUpgrade' for host 'li.cil.oc.api.internal.Adapter' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'experienceUpgrade' for host 'li.cil.oc.api.internal.Adapter' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'generatorUpgrade' for host 'li.cil.oc.api.internal.Adapter' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'hoverUpgrade1' for host 'li.cil.oc.api.internal.Adapter' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'hoverUpgrade2' for host 'li.cil.oc.api.internal.Adapter' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'inventoryUpgrade' for host 'li.cil.oc.api.internal.Adapter' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'navigationUpgrade' for host 'li.cil.oc.api.internal.Adapter' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'pistonUpgrade' for host 'li.cil.oc.api.internal.Adapter' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'solarGeneratorUpgrade' for host 'li.cil.oc.api.internal.Adapter' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'tankUpgrade' for host 'li.cil.oc.api.internal.Adapter' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'tractorBeamUpgrade' for host 'li.cil.oc.api.internal.Adapter' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'leashUpgrade' for host 'li.cil.oc.api.internal.Adapter' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'keyboard' for host 'li.cil.oc.api.internal.Drone' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'screen1' for host 'li.cil.oc.api.internal.Drone' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'transposer' for host 'li.cil.oc.api.internal.Drone' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'apu1' for host 'li.cil.oc.api.internal.Drone' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'apu2' for host 'li.cil.oc.api.internal.Drone' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'graphicsCard1' for host 'li.cil.oc.api.internal.Drone' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'graphicsCard2' for host 'li.cil.oc.api.internal.Drone' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'graphicsCard3' for host 'li.cil.oc.api.internal.Drone' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'lanCard' for host 'li.cil.oc.api.internal.Drone' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'redstoneCard1' for host 'li.cil.oc.api.internal.Drone' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'angelUpgrade' for host 'li.cil.oc.api.internal.Drone' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'craftingUpgrade' for host 'li.cil.oc.api.internal.Drone' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'hoverUpgrade1' for host 'li.cil.oc.api.internal.Drone' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'hoverUpgrade2' for host 'li.cil.oc.api.internal.Drone' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'keyboard' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'screen1' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'apu1' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'apu2' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'graphicsCard1' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'graphicsCard2' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'graphicsCard3' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'angelUpgrade' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'chunkloaderUpgrade' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'craftingUpgrade' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'databaseUpgrade1' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'databaseUpgrade2' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'databaseUpgrade3' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'experienceUpgrade' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'generatorUpgrade' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'hoverUpgrade1' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'hoverUpgrade2' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'inventoryUpgrade' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'inventoryControllerUpgrade' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'navigationUpgrade' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'tankUpgrade' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'tankControllerUpgrade' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'tractorBeamUpgrade' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'leashUpgrade' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'transposer' for host 'li.cil.oc.api.internal.Robot' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'leashUpgrade' for host 'li.cil.oc.api.internal.Robot' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'screen1' for host 'li.cil.oc.api.internal.Tablet' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'transposer' for host 'li.cil.oc.api.internal.Tablet' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'lanCard' for host 'li.cil.oc.api.internal.Tablet' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'redstoneCard1' for host 'li.cil.oc.api.internal.Tablet' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'angelUpgrade' for host 'li.cil.oc.api.internal.Tablet' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'chunkloaderUpgrade' for host 'li.cil.oc.api.internal.Tablet' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'craftingUpgrade' for host 'li.cil.oc.api.internal.Tablet' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'databaseUpgrade1' for host 'li.cil.oc.api.internal.Tablet' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'databaseUpgrade2' for host 'li.cil.oc.api.internal.Tablet' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'databaseUpgrade3' for host 'li.cil.oc.api.internal.Tablet' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'experienceUpgrade' for host 'li.cil.oc.api.internal.Tablet' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'generatorUpgrade' for host 'li.cil.oc.api.internal.Tablet' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'hoverUpgrade1' for host 'li.cil.oc.api.internal.Tablet' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'hoverUpgrade2' for host 'li.cil.oc.api.internal.Tablet' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'inventoryUpgrade' for host 'li.cil.oc.api.internal.Tablet' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'inventoryControllerUpgrade' for host 'li.cil.oc.api.internal.Tablet' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'tankUpgrade' for host 'li.cil.oc.api.internal.Tablet' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'tankControllerUpgrade' for host 'li.cil.oc.api.internal.Tablet' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'leashUpgrade' for host 'li.cil.oc.api.internal.Tablet' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'redstoneCard2' for host 'li.cil.oc.api.internal.Drone' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Blacklisting component 'redstoneCard2' for host 'li.cil.oc.api.internal.Tablet' as requested by mod OpenComputers.
[11:28:48] [Server thread/INFO]: Injecting itemstacks
[11:28:48] [Server thread/INFO]: Itemstack injection complete
[11:28:48] [Server thread/INFO]: BuildCraft's fake player: UUID = 77456a1f-b9f9-3f84-8863-ddef5b8e2209, name = '[BuildCraft]'!
[11:28:48] [Server thread/INFO]: There are no crafting files present in C:\Users\Braedan\Desktop\MCServer\config\cofh\thermalexpansion\crafting.
[11:28:48] [Server thread/INFO]: Finished PostInitialization
[11:28:49] [Server thread/INFO]: Loading predefined UU world scan values, run /ic2 uu-world-scan <small|medium|large> to calibrate them for your world.
[11:28:49] [Server thread/INFO]: IC2 version 2.2.815-experimental loaded.
[11:28:49] [Server thread/INFO]: While registering space station recipe, found 1 type(s) of waferAdvanced
[11:28:49] [Server thread/INFO]: While registering space station recipe, found 5 type(s) of ingotTin
[11:28:49] [Server thread/INFO]: Fake player readout: UUID = 46e82cd0-d480-3d48-800a-77431ede078e, name = [Mekanism]
[11:28:49] [Server thread/INFO]: Hooked into IC2 successfully.
[11:28:49] [Server thread/INFO]: Finished loading Cardboard Box blacklist (loaded 0 entries)
[11:28:49] [Server thread/INFO]: Hooking complete.
[11:28:49] [Server thread/INFO]: Loaded 2 grinding balls from SAG Mill config.
[11:28:49] [Server thread/INFO]: Excluding 6 recipes from grinding balls bonus.
[11:28:49] [Server thread/INFO]: Found 73 valid SAG Mill recipes in config.
[11:28:49] [Server thread/WARN]: Not adding supplied recipe as a recipe already exists for the input: [email protected]
[11:28:49] [Server thread/WARN]: Not adding supplied recipe as a recipe already exists for the input: [email protected]
[11:28:49] [Server thread/WARN]: Not adding supplied recipe as a recipe already exists for the input: [email protected]
[11:28:49] [Server thread/WARN]: Not adding supplied recipe as a recipe already exists for the input: [email protected]
[11:28:49] [Server thread/WARN]: Not adding supplied recipe as a recipe already exists for the input: [email protected]
[11:28:49] [Server thread/INFO]: Finished processing SAG Mill recipes. 68 recipes avaliable.
[11:28:50] [Server thread/INFO]: Found 32 valid Alloy Smelter recipes in config.
[11:28:50] [Server thread/INFO]: Finished processing Alloy Smelter recipes. 32 recipes avaliable.
[11:28:50] [Server thread/INFO]: AlloyRecipeManager: Vannila smelting in AlloySmelting enabled=true
[11:28:50] [Server thread/INFO]: Found 4 valid Slice'N'Splice recipes in config.
[11:28:50] [Server thread/INFO]: Finished processing Slice'N'Splice recipes. 4 recipes avaliable.
[11:28:50] [Server thread/INFO]: Found 4 valid Vat recipes in config.
[11:28:50] [Server thread/INFO]: Finished processing Vat recipes. 4 recipes avaliable.
[11:28:50] [Server thread/WARN]: Could not find enchantment with name enchantment.enderzoo.witherArrow when parsing enchanter recipes.
[11:28:50] [Server thread/WARN]: Could not find enchantment with name enchantment.enderzoo.witherWeapon when parsing enchanter recipes.
[11:28:50] [Server thread/WARN]: Could not find enchantment with name enchantment.enderzoo.witherWeapon when parsing enchanter recipes.
[11:28:50] [Server thread/WARN]: Could not find enchantment with name enchantment.repair when parsing enchanter recipes.
[11:28:50] [Server thread/INFO]: Loaded 25 recipes for Enchanter
[11:28:50] [Server thread/INFO]: Registered Capacitor Banks as Tinkers Construct Flux Upgrades
[11:28:50] [Server thread/FATAL]: Another Energy System is Loaded. Adding Intergration!
[11:28:50] [Server thread/INFO]: Entering postinitialization phase.
[11:28:50] [Server thread/INFO]: Loading Manual XML from: /assets/mantle/manuals/test.xml
[11:28:50] [Server thread/WARN]: Biome (id 160) is in list as element 161.
[11:28:50] [Server thread/INFO]: Done with post init phase.
[11:28:50] [Server thread/INFO]: Registered user-defined NBT whitelist for: TConstruct:pickaxe
[11:28:50] [Server thread/FATAL]: Error in NBT whitelist file: no item stack found for ExtraUtilities:unstableingot
[11:28:50] [Server thread/FATAL]: At line: 6
[11:28:50] [Server thread/FATAL]: Error in NBT whitelist file: no item stack found for ExtraUtilities:unstableIngot
[11:28:50] [Server thread/FATAL]: At line: 7
[11:28:50] [Server thread/FATAL]: Error in NBT whitelist file: no item stack found for Botania:specialFlower
[11:28:50] [Server thread/FATAL]: At line: 8
[11:28:50] [Server thread/WARN]: NEI integration not loaded due to server side being detected
[11:28:50] [Server thread/WARN]: Could not find itemResourcefrom thaumcraft.common.config.ConfigItems
[11:28:50] [Server thread/WARN]: Thaumcraft not detected.
[11:28:50] [Server thread/INFO]: Unknown recipe class! jds.bibliocraft.BiblioSpecialRecipes Modder please refer to net.minecraftforge.oredict.RecipeSorter
[11:28:50] [Server thread/INFO]: Unknown recipe class! com.brandon3055.draconicevolution.common.utills.ShapedOreEnergyRecipe Modder please refer to net.minecraftforge.oredict.RecipeSorter
[11:28:50] [Server thread/INFO]: CoFH Core found 2 World Generation files present in C:\Users\Braedan\Desktop\MCServer\config\cofh\world/.
[11:28:50] [Server thread/INFO]: Reading world generation info from: C:\Users\Braedan\Desktop\MCServer\config\cofh\world\ThermalFoundation-Ores.json:
[11:28:50] [Server thread/INFO]: [Whitelist] Reading established Whitelist from file.
[11:28:50] [Server thread/INFO]: Thermal Foundation: Tinker's Construct Plugin Enabled.
[11:28:50] [Server thread/INFO]: Load Complete.
[11:28:51] [Server thread/INFO]: Load Complete.
[11:28:51] [Server thread/INFO]: Forge Mod Loader has successfully loaded 49 mods
[11:28:51] [Server thread/INFO]: Preparing level "world"
[11:28:51] [Server thread/INFO]: Registered command debug with permission node vanilla.command.debug
[11:28:51] [Server thread/INFO]: Registered command spreadplayers with permission node vanilla.command.spreadplayers
[11:28:51] [Server thread/INFO]: Registered command playsound with permission node vanilla.command.playsound
[11:28:51] [Server thread/INFO]: Registered command scoreboard with permission node vanilla.command.scoreboard
[11:28:51] [Server thread/INFO]: Registered command achievement with permission node vanilla.command.achievement
[11:28:51] [Server thread/INFO]: Registered command summon with permission node vanilla.command.summon
[11:28:51] [Server thread/INFO]: Registered command setblock with permission node vanilla.command.setblock
[11:28:51] [Server thread/INFO]: Registered command testforblock with permission node vanilla.command.testforblock
[11:28:51] [Server thread/INFO]: Registered command tellraw with permission node vanilla.command.tellraw
[11:28:51] [Server thread/INFO]: Registered command netstat with permission node vanilla.command.netstat
[11:28:51] [Server thread/ERROR]: Encountered an unexpected exception
java.lang.NoClassDefFoundError: Could not initialize class Reflector
at net.minecraft.crash.CrashReport.func_71504_g(CrashReport.java:163) ~[b.class:?]
at net.minecraft.crash.CrashReport.<init>(CrashReport.java:55) ~[b.class:?]
at net.minecraft.crash.CrashReport.func_85055_a(CrashReport.java:442) ~[b.class:?]
at net.minecraft.world.World.<init>(World.java:196) ~[ahb.class:?]
at net.minecraft.world.WorldServer.<init>(WorldServer.java:160) ~[mt.class:?]
at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:367) ~[MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:336) ~[lt.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:631) [MinecraftServer.class:?]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_77]
[11:28:51] [Server thread/INFO]: Applying holder lookups
[11:28:51] [Server thread/INFO]: Holder lookups applied
[11:28:51] [pool-4-thread-1/INFO]: ServerChannelRegister: Dimensional Transceiver data saved to C:\Users\Braedan\Desktop\MCServer\.\world\enderio\dimensionalTransceiver.json
[11:28:51] [Server thread/INFO]: Completed server-stop actions.
[11:28:51] [Server thread/INFO]: The state engine was in incorrect state SERVER_STARTING and forced into state SERVER_STOPPED. Errors may have been discarded.
Deleting optifine (dumb of me to insert it in the first place) and trying again.
Deleting optifine fixed it. Never mind, ignore the spoiler.