Every time I use Not Enough Items with this set of 4 mods, it won't load. The mods are: lucky blocks, orespawn, damage indicators, and custom villager trades. I have the codechicken thing installed, but it won't load. I am 99% sure NEI is conflicting with lucky blocks and/or orespawn. Below is the game log. Please help if you can!!!
[20:31:19] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[20:31:19] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[20:31:19] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
[20:31:19] [main/INFO] [FML]: Forge Mod Loader version 7.10.85.1286 for Minecraft 1.7.10 loading
[20:31:19] [main/INFO] [FML]: Java is Java HotSpot(TM) Client VM, version 1.8.0_25, running on Windows 8.1:x86:6.3, installed at C:\Program Files (x86)\Java\jre1.8.0_25
[20:31:19] [main/WARN] [FML]: The coremod codechicken.nei.asm.NEICorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: java.lang.NoClassDefFoundError: codechicken/lib/asm/ASMInit
[20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at codechicken.nei.asm.NEICorePlugin.<init>(NEICorePlugin.java:18)
[20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
[20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
[20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.reflect.Constructor.newInstance(Unknown Source)
[20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.Class.newInstance(Unknown Source)
[20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:458)
[20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:346)
[20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:214)
[20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90)
[20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67)
[20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34)
[20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:126)
[20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:115)
[20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: Caused by: java.lang.ClassNotFoundException: codechicken.lib.asm.ASMInit
[20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
[20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.ClassLoader.loadClass(Unknown Source)
[20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.ClassLoader.loadClass(Unknown Source)
[20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: ... 15 more
[20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: Caused by: java.lang.NullPointerException
[20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
[20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: ... 17 more
[20:31:19] [main/ERROR] [FML]: An error occurred trying to configure the minecraft home at C:\Users\Noah\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.3.56-universal.jar:?]
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_25]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_25]
at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_25]
at java.lang.Class.newInstance(Unknown Source) ~[?:1.8.0_25]
at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:458) ~[forge-1.7.10-10.13.2.1286.jar:?]
at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:346) ~[forge-1.7.10-10.13.2.1286.jar:?]
at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:214) ~[forge-1.7.10-10.13.2.1286.jar:?]
at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90) [forge-1.7.10-10.13.2.1286.jar:?]
at cpw.mods.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67) [forge-1.7.10-10.13.2.1286.jar:?]
at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34) [forge-1.7.10-10.13.2.1286.jar:?]
at cpw.mods.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:126) [forge-1.7.10-10.13.2.1286.jar:?]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:115) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
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(Unknown Source) ~[?:1.8.0_25]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?: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(Unknown Source) ~[?:1.8.0_25]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_25]
... 15 more
Exception in thread "main" [20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: java.lang.NoClassDefFoundError: codechicken/lib/asm/ASMInit
[20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at codechicken.nei.asm.NEICorePlugin.<init>(NEICorePlugin.java:18)
[20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
[20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
[20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.reflect.Constructor.newInstance(Unknown Source)
[20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.Class.newInstance(Unknown Source)
[20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:458)
[20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:346)
[20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:214)
[20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90)
[20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67)
[20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34)
[20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:126)
[20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:115)
[20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: Caused by: java.lang.ClassNotFoundException: codechicken.lib.asm.ASMInit
[20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
[20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.ClassLoader.loadClass(Unknown Source)
[20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.ClassLoader.loadClass(Unknown Source)
[20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: ... 15 more
[20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: Caused by: java.lang.NullPointerException
[20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
[20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: ... 17 more
The Meaning of Life, the Universe, and Everything.
Join Date:
6/14/2014
Posts:
247
Location:
USA
Minecraft:
LiLRichy
Member Details
What version of mods and minecraft are you using make sure they all are for same version of forge and minecraft. Also full log is helpful to see other things. Look in logs folder and crash-reports folder and post those.
There are no logs or crash reports in the folders for when I load this set of mods-MC just doesn't open. The launcher
will disappear, but rather than Minecraft opening up, the launcher just pops open with the game report I sent you. Here is the launcher log if that helps at all:
Nevermind: It turns out that the link that I downloaded NEI from downloaded chickenchunks instead of codechickencore. Crisis averted! Thanks anyway, though.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Every time I use Not Enough Items with this set of 4 mods, it won't load. The mods are: lucky blocks, orespawn, damage indicators, and custom villager trades. I have the codechicken thing installed, but it won't load. I am 99% sure NEI is conflicting with lucky blocks and/or orespawn. Below is the game log. Please help if you can!!!
[20:31:19] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[20:31:19] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
[20:31:19] [main/INFO] [FML]: Forge Mod Loader version 7.10.85.1286 for Minecraft 1.7.10 loading
[20:31:19] [main/INFO] [FML]: Java is Java HotSpot(TM) Client VM, version 1.8.0_25, running on Windows 8.1:x86:6.3, installed at C:\Program Files (x86)\Java\jre1.8.0_25
[20:31:19] [main/WARN] [FML]: The coremod codechicken.nei.asm.NEICorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: java.lang.NoClassDefFoundError: codechicken/lib/asm/ASMInit
[20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at codechicken.nei.asm.NEICorePlugin.<init>(NEICorePlugin.java:18)
[20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
[20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
[20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.reflect.Constructor.newInstance(Unknown Source)
[20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.Class.newInstance(Unknown Source)
[20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:458)
[20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:346)
[20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:214)
[20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90)
[20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67)
[20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34)
[20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:126)
[20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:115)
[20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: Caused by: java.lang.ClassNotFoundException: codechicken.lib.asm.ASMInit
[20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
[20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.ClassLoader.loadClass(Unknown Source)
[20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.ClassLoader.loadClass(Unknown Source)
[20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: ... 15 more
[20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: Caused by: java.lang.NullPointerException
[20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
[20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: ... 17 more
[20:31:19] [main/ERROR] [FML]: An error occurred trying to configure the minecraft home at C:\Users\Noah\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.3.56-universal.jar:?]
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_25]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_25]
at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_25]
at java.lang.Class.newInstance(Unknown Source) ~[?:1.8.0_25]
at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:458) ~[forge-1.7.10-10.13.2.1286.jar:?]
at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:346) ~[forge-1.7.10-10.13.2.1286.jar:?]
at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:214) ~[forge-1.7.10-10.13.2.1286.jar:?]
at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90) [forge-1.7.10-10.13.2.1286.jar:?]
at cpw.mods.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67) [forge-1.7.10-10.13.2.1286.jar:?]
at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34) [forge-1.7.10-10.13.2.1286.jar:?]
at cpw.mods.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:126) [forge-1.7.10-10.13.2.1286.jar:?]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:115) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
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(Unknown Source) ~[?:1.8.0_25]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?: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(Unknown Source) ~[?:1.8.0_25]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_25]
... 15 more
Exception in thread "main" [20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: java.lang.NoClassDefFoundError: codechicken/lib/asm/ASMInit
[20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at codechicken.nei.asm.NEICorePlugin.<init>(NEICorePlugin.java:18)
[20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
[20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
[20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.reflect.Constructor.newInstance(Unknown Source)
[20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.Class.newInstance(Unknown Source)
[20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:458)
[20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:346)
[20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:214)
[20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90)
[20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67)
[20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34)
[20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:126)
[20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:115)
[20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: Caused by: java.lang.ClassNotFoundException: codechicken.lib.asm.ASMInit
[20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
[20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.ClassLoader.loadClass(Unknown Source)
[20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.ClassLoader.loadClass(Unknown Source)
[20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: ... 15 more
[20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: Caused by: java.lang.NullPointerException
[20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
[20:31:19] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: ... 17 more
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumWhat version of mods and minecraft are you using make sure they all are for same version of forge and minecraft. Also full log is helpful to see other things. Look in logs folder and crash-reports folder and post those.
There are no logs or crash reports in the folders for when I load this set of mods-MC just doesn't open. The launcher
will disappear, but rather than Minecraft opening up, the launcher just pops open with the game report I sent you. Here is the launcher log if that helps at all:
[16:52:10 INFO]: Current time is May 26, 2015 4:52:10 PM
[16:52:10 INFO]: System.getProperty('os.name') == 'Windows 8.1'
[16:52:10 INFO]: System.getProperty('os.version') == '6.3'
[16:52:10 INFO]: System.getProperty('os.arch') == 'x86'
[16:52:10 INFO]: System.getProperty('java.version') == '1.8.0_25'
[16:52:10 INFO]: System.getProperty('java.vendor') == 'Oracle Corporation'
[16:52:10 INFO]: System.getProperty('sun.arch.data.model') == '32'
[16:52:10 INFO]: proxy == DIRECT
[16:52:10 INFO]: JFX is already initialized
[16:52:10 INFO]: Refreshing local version list...
[16:52:11 INFO]: Refreshing remote version list...
[16:52:11 INFO]: Refresh complete.
[16:52:11 INFO]: Loaded 8 profile(s); selected 'Forge'
[16:52:11 INFO]: Refreshing auth...
[16:52:11 INFO]: Logging in with access token
[16:52:13 INFO]: Getting syncinfo for selected version
[16:52:13 INFO]: Queueing library & version downloads
[16:52:13 INFO]: Download job 'Version & Libraries' started (16 threads, 36 files)
[16:52:13 INFO]: Attempting to download C:\Users\Noah\AppData\Roaming\.minecraft\libraries\net\minecraft\launchwrapper\1.11\launchwrapper-1.11.jar for job 'Version & Libraries'... (try 0)
[16:52:13 INFO]: Attempting to download C:\Users\Noah\AppData\Roaming\.minecraft\libraries\com\paulscode\soundsystem\20120107\soundsystem-20120107.jar for job 'Version & Libraries'... (try 0)
[16:52:13 INFO]: Attempting to download C:\Users\Noah\AppData\Roaming\.minecraft\libraries\java3d\vecmath\1.3.1\vecmath-1.3.1.jar for job 'Version & Libraries'... (try 0)
[16:52:13 INFO]: Attempting to download C:\Users\Noah\AppData\Roaming\.minecraft\libraries\net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar for job 'Version & Libraries'... (try 0)
[16:52:13 INFO]: Attempting to download C:\Users\Noah\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl_util\2.9.1\lwjgl_util-2.9.1.jar for job 'Version & Libraries'... (try 0)
[16:52:13 INFO]: Attempting to download C:\Users\Noah\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl-platform\2.9.1\lwjgl-platform-2.9.1-natives-windows.jar for job 'Version & Libraries'... (try 0)
[16:52:13 INFO]: Attempting to download C:\Users\Noah\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput-platform\2.0.5\jinput-platform-2.0.5-natives-windows.jar for job 'Version & Libraries'... (try 0)
[16:52:13 INFO]: Attempting to download C:\Users\Noah\AppData\Roaming\.minecraft\libraries\commons-logging\commons-logging\1.1.3\commons-logging-1.1.3.jar for job 'Version & Libraries'... (try 0)
[16:52:13 INFO]: Attempting to download C:\Users\Noah\AppData\Roaming\.minecraft\libraries\tv\twitch\twitch-external-platform\4.5\twitch-external-platform-4.5-natives-windows-32.jar for job 'Version & Libraries'... (try 0)
[16:52:13 INFO]: Attempting to download C:\Users\Noah\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-compress\1.8.1\commons-compress-1.8.1.jar for job 'Version & Libraries'... (try 0)
[16:52:13 INFO]: Attempting to download C:\Users\Noah\AppData\Roaming\.minecraft\libraries\io\netty\netty-all\4.0.10.Final\netty-all-4.0.10.Final.jar for job 'Version & Libraries'... (try 0)
[16:52:13 INFO]: Attempting to download C:\Users\Noah\AppData\Roaming\.minecraft\libraries\tv\twitch\twitch-platform\5.16\twitch-platform-5.16-natives-windows-32.jar for job 'Version & Libraries'... (try 0)
[16:52:13 INFO]: Attempting to download C:\Users\Noah\AppData\Roaming\.minecraft\libraries\lzma\lzma\0.0.1\lzma-0.0.1.jar for job 'Version & Libraries'... (try 0)
[16:52:13 INFO]: Attempting to download C:\Users\Noah\AppData\Roaming\.minecraft\libraries\commons-io\commons-io\2.4\commons-io-2.4.jar for job 'Version & Libraries'... (try 0)
[16:52:13 INFO]: Attempting to download C:\Users\Noah\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl\2.9.1\lwjgl-2.9.1.jar for job 'Version & Libraries'... (try 0)
[16:52:13 INFO]: Attempting to download C:\Users\Noah\AppData\Roaming\.minecraft\libraries\com\paulscode\codecjorbis\20101023\codecjorbis-20101023.jar for job 'Version & Libraries'... (try 0)
[16:52:14 INFO]: Download job 'Resources' skipped as there are no files to download
[16:52:14 INFO]: Job 'Resources' finished successfully (took 0:00:00.000)
[16:52:14 INFO]: Finished downloading C:\Users\Noah\AppData\Roaming\.minecraft\libraries\tv\twitch\twitch-external-platform\4.5\twitch-external-platform-4.5-natives-windows-32.jar for job 'Version & Libraries': Local file matches local checksum, using that
[16:52:14 INFO]: Attempting to download C:\Users\Noah\AppData\Roaming\.minecraft\libraries\com\paulscode\libraryjavasound\20101123\libraryjavasound-20101123.jar for job 'Version & Libraries'... (try 0)
[16:52:14 INFO]: Finished downloading C:\Users\Noah\AppData\Roaming\.minecraft\libraries\io\netty\netty-all\4.0.10.Final\netty-all-4.0.10.Final.jar for job 'Version & Libraries': Local file matches local checksum, using that
[16:52:14 INFO]: Attempting to download C:\Users\Noah\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpcore\4.3.2\httpcore-4.3.2.jar for job 'Version & Libraries'... (try 0)
[16:52:14 INFO]: Finished downloading C:\Users\Noah\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl\2.9.1\lwjgl-2.9.1.jar for job 'Version & Libraries': Local file matches local checksum, using that
[16:52:14 INFO]: Attempting to download C:\Users\Noah\AppData\Roaming\.minecraft\libraries\com\paulscode\librarylwjglopenal\20100824\librarylwjglopenal-20100824.jar for job 'Version & Libraries'... (try 0)
[16:52:14 INFO]: Finished downloading C:\Users\Noah\AppData\Roaming\.minecraft\libraries\com\paulscode\libraryjavasound\20101123\libraryjavasound-20101123.jar for job 'Version & Libraries': Local file matches local checksum, using that
[16:52:14 INFO]: Attempting to download C:\Users\Noah\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-api\2.0-beta9\log4j-api-2.0-beta9.jar for job 'Version & Libraries'... (try 0)
[16:52:14 INFO]: Finished downloading C:\Users\Noah\AppData\Roaming\.minecraft\libraries\com\paulscode\librarylwjglopenal\20100824\librarylwjglopenal-20100824.jar for job 'Version & Libraries': Local file matches local checksum, using that
[16:52:14 INFO]: Attempting to download C:\Users\Noah\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-all\5.0.3\asm-all-5.0.3.jar for job 'Version & Libraries'... (try 0)
[16:52:14 INFO]: Finished downloading C:\Users\Noah\AppData\Roaming\.minecraft\libraries\commons-logging\commons-logging\1.1.3\commons-logging-1.1.3.jar for job 'Version & Libraries': Local file matches local checksum, using that
[16:52:14 INFO]: Attempting to download C:\Users\Noah\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\4.5\jopt-simple-4.5.jar for job 'Version & Libraries'... (try 0)
[16:52:14 INFO]: Finished downloading C:\Users\Noah\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-api\2.0-beta9\log4j-api-2.0-beta9.jar for job 'Version & Libraries': Local file matches local checksum, using that
[16:52:14 INFO]: Attempting to download C:\Users\Noah\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\16.0\guava-16.0.jar for job 'Version & Libraries'... (try 0)
[16:52:14 INFO]: Finished downloading C:\Users\Noah\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\4.5\jopt-simple-4.5.jar for job 'Version & Libraries': Local file matches local checksum, using that
[16:52:14 INFO]: Attempting to download C:\Users\Noah\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpclient\4.3.3\httpclient-4.3.3.jar for job 'Version & Libraries'... (try 0)
[16:52:14 INFO]: Finished downloading C:\Users\Noah\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-all\5.0.3\asm-all-5.0.3.jar for job 'Version & Libraries': Local file matches local checksum, using that
[16:52:14 INFO]: Attempting to download C:\Users\Noah\AppData\Roaming\.minecraft\libraries\com\ibm\icu\icu4j-core-mojang\51.2\icu4j-core-mojang-51.2.jar for job 'Version & Libraries'... (try 0)
[16:52:14 INFO]: Finished downloading C:\Users\Noah\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpcore\4.3.2\httpcore-4.3.2.jar for job 'Version & Libraries': Local file matches local checksum, using that
[16:52:14 INFO]: Attempting to download C:\Users\Noah\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-core\2.0-beta9\log4j-core-2.0-beta9.jar for job 'Version & Libraries'... (try 0)
[16:52:14 INFO]: Finished downloading C:\Users\Noah\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl-platform\2.9.1\lwjgl-platform-2.9.1-natives-windows.jar for job 'Version & Libraries': Local file matches local checksum, using that
[16:52:14 INFO]: Attempting to download C:\Users\Noah\AppData\Roaming\.minecraft\libraries\com\google\code\gson\gson\2.2.4\gson-2.2.4.jar for job 'Version & Libraries'... (try 0)
[16:52:14 INFO]: Finished downloading C:\Users\Noah\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpclient\4.3.3\httpclient-4.3.3.jar for job 'Version & Libraries': Local file matches local checksum, using that
[16:52:14 INFO]: Attempting to download C:\Users\Noah\AppData\Roaming\.minecraft\libraries\com\paulscode\codecwav\20101023\codecwav-20101023.jar for job 'Version & Libraries'... (try 0)
[16:52:14 INFO]: Finished downloading C:\Users\Noah\AppData\Roaming\.minecraft\libraries\com\paulscode\codecwav\20101023\codecwav-20101023.jar for job 'Version & Libraries': Local file matches local checksum, using that
[16:52:14 INFO]: Attempting to download C:\Users\Noah\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-lang3\3.2.1\commons-lang3-3.2.1.jar for job 'Version & Libraries'... (try 0)
[16:52:14 INFO]: Finished downloading C:\Users\Noah\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-core\2.0-beta9\log4j-core-2.0-beta9.jar for job 'Version & Libraries': Local file matches local checksum, using that
[16:52:14 INFO]: Attempting to download C:\Users\Noah\AppData\Roaming\.minecraft\libraries\com\mojang\authlib\1.5.16\authlib-1.5.16.jar for job 'Version & Libraries'... (try 0)
[16:52:14 INFO]: Finished downloading C:\Users\Noah\AppData\Roaming\.minecraft\libraries\com\google\code\gson\gson\2.2.4\gson-2.2.4.jar for job 'Version & Libraries': Local file matches local checksum, using that
[16:52:14 INFO]: Attempting to download C:\Users\Noah\AppData\Roaming\.minecraft\libraries\net\sf\trove4j\trove4j\3.0.3\trove4j-3.0.3.jar for job 'Version & Libraries'... (try 0)
[16:52:14 INFO]: Finished downloading C:\Users\Noah\AppData\Roaming\.minecraft\libraries\com\mojang\authlib\1.5.16\authlib-1.5.16.jar for job 'Version & Libraries': Local file matches local checksum, using that
[16:52:14 INFO]: Attempting to download C:\Users\Noah\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar for job 'Version & Libraries'... (try 0)
[16:52:14 INFO]: Finished downloading C:\Users\Noah\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-lang3\3.2.1\commons-lang3-3.2.1.jar for job 'Version & Libraries': Local file matches local checksum, using that
[16:52:14 INFO]: Attempting to download C:\Users\Noah\AppData\Roaming\.minecraft\libraries\commons-codec\commons-codec\1.9\commons-codec-1.9.jar for job 'Version & Libraries'... (try 0)
[16:52:14 INFO]: Finished downloading C:\Users\Noah\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar for job 'Version & Libraries': Local file matches local checksum, using that
[16:52:14 INFO]: Attempting to download C:\Users\Noah\AppData\Roaming\.minecraft\libraries\com\mojang\realms\1.3.5\realms-1.3.5.jar for job 'Version & Libraries'... (try 0)
[16:52:14 INFO]: Finished downloading C:\Users\Noah\AppData\Roaming\.minecraft\libraries\commons-codec\commons-codec\1.9\commons-codec-1.9.jar for job 'Version & Libraries': Local file matches local checksum, using that
[16:52:14 INFO]: Attempting to download C:\Users\Noah\AppData\Roaming\.minecraft\libraries\tv\twitch\twitch\5.16\twitch-5.16.jar for job 'Version & Libraries'... (try 0)
[16:52:14 INFO]: Finished downloading C:\Users\Noah\AppData\Roaming\.minecraft\libraries\com\ibm\icu\icu4j-core-mojang\51.2\icu4j-core-mojang-51.2.jar for job 'Version & Libraries': Local file matches local checksum, using that
[16:52:14 INFO]: Attempting to download C:\Users\Noah\AppData\Roaming\.minecraft\versions\1.7.10-Forge10.13.2.1286\1.7.10-Forge10.13.2.1286.jar for job 'Version & Libraries'... (try 0)
[16:52:14 INFO]: Finished downloading C:\Users\Noah\AppData\Roaming\.minecraft\libraries\com\mojang\realms\1.3.5\realms-1.3.5.jar for job 'Version & Libraries': Local file matches local checksum, using that
[16:52:14 INFO]: Finished downloading C:\Users\Noah\AppData\Roaming\.minecraft\libraries\tv\twitch\twitch\5.16\twitch-5.16.jar for job 'Version & Libraries': Local file matches local checksum, using that
[16:52:14 INFO]: Finished downloading C:\Users\Noah\AppData\Roaming\.minecraft\libraries\java3d\vecmath\1.3.1\vecmath-1.3.1.jar for job 'Version & Libraries': Local file matches local checksum, using that
[16:52:14 INFO]: Finished downloading C:\Users\Noah\AppData\Roaming\.minecraft\libraries\net\minecraft\launchwrapper\1.11\launchwrapper-1.11.jar for job 'Version & Libraries': Local file matches local checksum, using that
[16:52:14 INFO]: Finished downloading C:\Users\Noah\AppData\Roaming\.minecraft\libraries\com\paulscode\codecjorbis\20101023\codecjorbis-20101023.jar for job 'Version & Libraries': Local file matches local checksum, using that
[16:52:14 INFO]: Finished downloading C:\Users\Noah\AppData\Roaming\.minecraft\libraries\commons-io\commons-io\2.4\commons-io-2.4.jar for job 'Version & Libraries': Local file matches local checksum, using that
[16:52:14 INFO]: Finished downloading C:\Users\Noah\AppData\Roaming\.minecraft\libraries\tv\twitch\twitch-platform\5.16\twitch-platform-5.16-natives-windows-32.jar for job 'Version & Libraries': Local file matches local checksum, using that
[16:52:14 INFO]: Finished downloading C:\Users\Noah\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl_util\2.9.1\lwjgl_util-2.9.1.jar for job 'Version & Libraries': Local file matches local checksum, using that
[16:52:14 INFO]: Finished downloading C:\Users\Noah\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-compress\1.8.1\commons-compress-1.8.1.jar for job 'Version & Libraries': Local file matches local checksum, using that
[16:52:14 INFO]: Finished downloading C:\Users\Noah\AppData\Roaming\.minecraft\libraries\lzma\lzma\0.0.1\lzma-0.0.1.jar for job 'Version & Libraries': Local file matches local checksum, using that
[16:52:14 INFO]: Finished downloading C:\Users\Noah\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput-platform\2.0.5\jinput-platform-2.0.5-natives-windows.jar for job 'Version & Libraries': Local file matches local checksum, using that
[16:52:14 INFO]: Finished downloading C:\Users\Noah\AppData\Roaming\.minecraft\libraries\com\paulscode\soundsystem\20120107\soundsystem-20120107.jar for job 'Version & Libraries': Local file matches local checksum, using that
[16:52:14 INFO]: Finished downloading C:\Users\Noah\AppData\Roaming\.minecraft\libraries\net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar for job 'Version & Libraries': Local file matches local checksum, using that
[16:52:14 INFO]: Finished downloading C:\Users\Noah\AppData\Roaming\.minecraft\libraries\net\sf\trove4j\trove4j\3.0.3\trove4j-3.0.3.jar for job 'Version & Libraries': Local file matches local checksum, using that
[16:52:14 INFO]: Finished downloading C:\Users\Noah\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\16.0\guava-16.0.jar for job 'Version & Libraries': Local file matches local checksum, using that
[16:52:14 INFO]: Finished downloading C:\Users\Noah\AppData\Roaming\.minecraft\versions\1.7.10-Forge10.13.2.1286\1.7.10-Forge10.13.2.1286.jar for job 'Version & Libraries': Couldn't connect to server (responded with 403) but have local file, assuming it's good
[16:52:14 INFO]: Job 'Version & Libraries' finished successfully (took 0:00:00.526)
[16:52:14 INFO]: Launching game
[16:52:14 INFO]: Unpacking natives to C:\Users\Noah\AppData\Roaming\.minecraft\versions\1.7.10-Forge10.13.2.1286\1.7.10-Forge10.13.2.1286-natives-91740324672980
[16:52:14 INFO]: Launching in C:\Users\Noah\AppData\Roaming\.minecraft
[16:52:14 INFO]: Half command: C:\Program Files (x86)\Java\jre1.8.0_25\bin\javaw.exe -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M -Djava.library.path=C:\Users\Noah\AppData\Roaming\.minecraft\versions\1.7.10-Forge10.13.2.1286\1.7.10-Forge10.13.2.1286-natives-91740324672980 -cp C:\Users\Noah\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forge\1.7.10-10.13.2.1286\forge-1.7.10-10.13.2.1286.jar;C:\Users\Noah\AppData\Roaming\.minecraft\libraries\net\minecraft\launchwrapper\1.11\launchwrapper-1.11.jar;C:\Users\Noah\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-all\5.0.3\asm-all-5.0.3.jar;C:\Users\Noah\AppData\Roaming\.minecraft\libraries\com\typesafe\akka\akka-actor_2.11\2.3.3\akka-actor_2.11-2.3.3.jar;C:\Users\Noah\AppData\Roaming\.minecraft\libraries\com\typesafe\config\1.2.1\config-1.2.1.jar;C:\Users\Noah\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-actors-migration_2.11\1.1.0\scala-actors-migration_2.11-1.1.0.jar;C:\Users\Noah\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-compiler\2.11.1\scala-compiler-2.11.1.jar;C:\Users\Noah\AppData\Roaming\.minecraft\libraries\org\scala-lang\plugins\scala-continuations-library_2.11\1.0.2\scala-continuations-library_2.11-1.0.2.jar;C:\Users\Noah\AppData\Roaming\.minecraft\libraries\org\scala-lang\plugins\scala-continuations-plugin_2.11.1\1.0.2\scala-continuations-plugin_2.11.1-1.0.2.jar;C:\Users\Noah\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-library\2.11.1\scala-library-2.11.1.jar;C:\Users\Noah\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-parser-combinators_2.11\1.0.1\scala-parser-combinators_2.11-1.0.1.jar;C:\Users\Noah\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-reflect\2.11.1\scala-reflect-2.11.1.jar;C:\Users\Noah\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-swing_2.11\1.0.1\scala-swing_2.11-1.0.1.jar;C:\Users\Noah\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-xml_2.11\1.0.2\scala-xml_2.11-1.0.2.jar;C:\Users\Noah\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\4.5\jopt-simple-4.5.jar;C:\Users\Noah\AppData\Roaming\.minecraft\libraries\lzma\lzma\0.0.1\lzma-0.0.1.jar;C:\Users\Noah\AppData\Roaming\.minecraft\libraries\com\mojang\realms\1.3.5\realms-1.3.5.jar;C:\Users\Noah\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-compress\1.8.1\commons-compress-1.8.1.jar;C:\Users\Noah\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpclient\4.3.3\httpclient-4.3.3.jar;C:\Users\Noah\AppData\Roaming\.minecraft\libraries\commons-logging\commons-logging\1.1.3\commons-logging-1.1.3.jar;C:\Users\Noah\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpcore\4.3.2\httpcore-4.3.2.jar;C:\Users\Noah\AppData\Roaming\.minecraft\libraries\java3d\vecmath\1.3.1\vecmath-1.3.1.jar;C:\Users\Noah\AppData\Roaming\.minecraft\libraries\net\sf\trove4j\trove4j\3.0.3\trove4j-3.0.3.jar;C:\Users\Noah\AppData\Roaming\.minecraft\libraries\com\ibm\icu\icu4j-core-mojang\51.2\icu4j-core-mojang-51.2.jar;C:\Users\Noah\AppData\Roaming\.minecraft\libraries\com\paulscode\codecjorbis\20101023\codecjorbis-20101023.jar;C:\Users\Noah\AppData\Roaming\.minecraft\libraries\com\paulscode\codecwav\20101023\codecwav-20101023.jar;C:\Users\Noah\AppData\Roaming\.minecraft\libraries\com\paulscode\libraryjavasound\20101123\libraryjavasound-20101123.jar;C:\Users\Noah\AppData\Roaming\.minecraft\libraries\com\paulscode\librarylwjglopenal\20100824\librarylwjglopenal-20100824.jar;C:\Users\Noah\AppData\Roaming\.minecraft\libraries\com\paulscode\soundsystem\20120107\soundsystem-20120107.jar;C:\Users\Noah\AppData\Roaming\.minecraft\libraries\io\netty\netty-all\4.0.10.Final\netty-all-4.0.10.Final.jar;C:\Users\Noah\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\16.0\guava-16.0.jar;C:\Users\Noah\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-lang3\3.2.1\commons-lang3-3.2.1.jar;C:\Users\Noah\AppData\Roaming\.minecraft\libraries\commons-io\commons-io\2.4\commons-io-2.4.jar;C:\Users\Noah\AppData\Roaming\.minecraft\libraries\commons-codec\commons-codec\1.9\commons-codec-1.9.jar;C:\Users\Noah\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar;C:\Users\Noah\AppData\Roaming\.minecraft\libraries\net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar;C:\Users\Noah\AppData\Roaming\.minecraft\libraries\com\google\code\gson\gson\2.2.4\gson-2.2.4.jar;C:\Users\Noah\AppData\Roaming\.minecraft\libraries\com\mojang\authlib\1.5.16\authlib-1.5.16.jar;C:\Users\Noah\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-api\2.0-beta9\log4j-api-2.0-beta9.jar;C:\Users\Noah\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-core\2.0-beta9\log4j-core-2.0-beta9.jar;C:\Users\Noah\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl\2.9.1\lwjgl-2.9.1.jar;C:\Users\Noah\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl_util\2.9.1\lwjgl_util-2.9.1.jar;C:\Users\Noah\AppData\Roaming\.minecraft\libraries\tv\twitch\twitch\5.16\twitch-5.16.jar;C:\Users\Noah\AppData\Roaming\.minecraft\versions\1.7.10-Forge10.13.2.1286\1.7.10-Forge10.13.2.1286.jar net.minecraft.launchwrapper.Launch
[16:52:14 INFO]: Looking for orphaned versions to clean up...
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: java.io.IOException: Stream closed
[16:52:16 ERROR]: Game ended with bad state (exit code 1)
[16:52:16 INFO]: Ignoring visibility rule and showing launcher due to a game crash
[16:52:16 INFO]: Looking for old natives & assets to clean up...
[16:52:16 INFO]: Deleting C:\Users\Noah\AppData\Roaming\.minecraft\versions\1.7.10-Forge10.13.2.1286\1.7.10-Forge10.13.2.1286-natives-91740324672980
Nevermind: It turns out that the link that I downloaded NEI from downloaded chickenchunks instead of codechickencore. Crisis averted! Thanks anyway, though.