Hello! I've been having this problem where whenever I load up Minecraft with the forge profile with the Optifine mod, It does not show up. I used to play Minecraft when it was in the 1.6-1.7 updates, but i stopped at 1.7.4. I don't really know much about what to do anymore. Anyway, I've tried searching up and trying out many solutions, but in the end none of them worked. I've installed both Java 7 and 8 but it still doesn't work. Running Optifine with it's own profile works though.
Game Output:
[20:47:40] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[20:47:40] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[20:47:40] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker
[20:47:40] [main/INFO] [FML]: Forge Mod Loader version 8.99.124.1450 for Minecraft 1.8 loading
[20:47:40] [main/INFO] [FML]: Java is Java HotSpot(TM) Client VM, version 1.7.0_80, running on Windows 8.1:x86:6.3, installed at C:\Program Files (x86)\Java\jre7
[20:47:41] [main/INFO] [FML]: Loading tweaker optifine.OptiFineForgeTweaker from OptiFine-1.8.8_HD_U_F3.jar
[20:47:41] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[20:47:41] [main/INFO] [LaunchWrapper]: Loading tweak class name optifine.OptiFineForgeTweaker
[20:47:41] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[20:47:41] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[20:47:41] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[20:47:41] [main/INFO] [LaunchWrapper]: Calling tweak class optifine.OptiFineForgeTweaker
[20:47:41] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:49]: OptiFineForgeTweaker: acceptOptions
[20:47:41] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:49]: OptiFineForgeTweaker: injectIntoClassLoader
[20:47:41] [main/INFO] [STDOUT]: [optifine.OptiFineClassTransformer:dbg:179]: OptiFine ClassTransformer
[20:47:41] [main/INFO] [STDOUT]: [optifine.OptiFineClassTransformer:dbg:179]: OptiFine URL: file:/C:/Users/lorwi_000/AppData/Roaming/.minecraft/mods/OptiFine-1.8.8_HD_U_F3.jar
[20:47:41] [main/INFO] [STDOUT]: [optifine.OptiFineClassTransformer:dbg:179]: OptiFine ZIP file: [email protected]
[20:47:41] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[20:47:43] [main/WARN] [FML]: Patcher expecting empty class data file for net.minecraft.server.dedicated.DedicatedServer$4, but received non-empty
[20:47:43] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[20:47:43] [main/INFO] [FML]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
[20:47:43] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[20:47:43] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[20:47:44] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
[20:47:44] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
[20:47:44] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:49]: OptiFineForgeTweaker: getLaunchArguments
[20:47:44] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[20:47:44] [main/INFO] [STDOUT]: [net.minecraft.client.main.Main:main:55]: Completely ignored arguments: [--nativeLauncherVersion, 286]
[20:47:44] [Client thread/INFO]: Setting user: slinky125
[20:47:45] [Client thread/ERROR] [LaunchWrapper]: Unable to launch
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_80]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_80]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_80]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_80]
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: net/minecraft/block/state/BlockState$StateImplementation
at net.minecraft.block.state.BlockState.createState(BlockState.java:55) ~[bed.class:?]
at net.minecraft.block.state.BlockState.<init>(BlockState.java:83) ~[bed.class:?]
at net.minecraft.block.state.BlockState.<init>(BlockState.java:50) ~[bed.class:?]
at net.minecraft.block.Block.func_180661_e(Block.java:968) ~[atr.class:?]
at net.minecraft.block.Block.<init>(Block.java:248) ~[atr.class:?]
at net.minecraft.block.BlockAir.<init>(BlockAir.java:15) ~[asy.class:?]
at net.minecraft.block.Block.func_149671_p(Block.java:2016) ~[atr.class:?]
at net.minecraft.init.Bootstrap.func_151354_b(Bootstrap.java:554) ~[od.class:?]
at net.minecraft.client.Minecraft.<init>(Minecraft.java:315) ~[bsu.class:?]
at net.minecraft.client.main.Main.main(SourceFile:120) ~[Main.class:?]
... 6 more
Caused by: java.lang.ClassNotFoundException: net.minecraft.block.state.BlockState$StateImplementation
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.11.jar:?]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_80]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_80]
at net.minecraft.block.state.BlockState.createState(BlockState.java:55) ~[bed.class:?]
at net.minecraft.block.state.BlockState.<init>(BlockState.java:83) ~[bed.class:?]
at net.minecraft.block.state.BlockState.<init>(BlockState.java:50) ~[bed.class:?]
at net.minecraft.block.Block.func_180661_e(Block.java:968) ~[atr.class:?]
at net.minecraft.block.Block.<init>(Block.java:248) ~[atr.class:?]
at net.minecraft.block.BlockAir.<init>(BlockAir.java:15) ~[asy.class:?]
at net.minecraft.block.Block.func_149671_p(Block.java:2016) ~[atr.class:?]
at net.minecraft.init.Bootstrap.func_151354_b(Bootstrap.java:554) ~[od.class:?]
at net.minecraft.client.Minecraft.<init>(Minecraft.java:315) ~[bsu.class:?]
at net.minecraft.client.main.Main.main(SourceFile:120) ~[Main.class:?]
... 6 more
Caused by: java.lang.NoClassDefFoundError: net/minecraft/block/state/BlockStateBase
at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_80]
at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:1.7.0_80]
at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:1.7.0_80]
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182) ~[launchwrapper-1.11.jar:?]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_80]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_80]
at net.minecraft.block.state.BlockState.createState(BlockState.java:55) ~[bed.class:?]
at net.minecraft.block.state.BlockState.<init>(BlockState.java:83) ~[bed.class:?]
at net.minecraft.block.state.BlockState.<init>(BlockState.java:50) ~[bed.class:?]
at net.minecraft.block.Block.func_180661_e(Block.java:968) ~[atr.class:?]
at net.minecraft.block.Block.<init>(Block.java:248) ~[atr.class:?]
at net.minecraft.block.BlockAir.<init>(BlockAir.java:15) ~[asy.class:?]
at net.minecraft.block.Block.func_149671_p(Block.java:2016) ~[atr.class:?]
at net.minecraft.init.Bootstrap.func_151354_b(Bootstrap.java:554) ~[od.class:?]
at net.minecraft.client.Minecraft.<init>(Minecraft.java:315) ~[bsu.class:?]
at net.minecraft.client.main.Main.main(SourceFile:120) ~[Main.class:?]
... 6 more
Caused by: java.lang.ClassNotFoundException: net.minecraft.block.state.BlockStateBase
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.11.jar:?]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_80]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_80]
at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_80]
at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:1.7.0_80]
at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:1.7.0_80]
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182) ~[launchwrapper-1.11.jar:?]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_80]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_80]
at net.minecraft.block.state.BlockState.createState(BlockState.java:55) ~[bed.class:?]
at net.minecraft.block.state.BlockState.<init>(BlockState.java:83) ~[bed.class:?]
at net.minecraft.block.state.BlockState.<init>(BlockState.java:50) ~[bed.class:?]
at net.minecraft.block.Block.func_180661_e(Block.java:968) ~[atr.class:?]
at net.minecraft.block.Block.<init>(Block.java:248) ~[atr.class:?]
at net.minecraft.block.BlockAir.<init>(BlockAir.java:15) ~[asy.class:?]
at net.minecraft.block.Block.func_149671_p(Block.java:2016) ~[atr.class:?]
at net.minecraft.init.Bootstrap.func_151354_b(Bootstrap.java:554) ~[od.class:?]
at net.minecraft.client.Minecraft.<init>(Minecraft.java:315) ~[bsu.class:?]
at net.minecraft.client.main.Main.main(SourceFile:120) ~[Main.class:?]
... 6 more
Caused by: java.lang.IncompatibleClassChangeError: Implementing class
at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_80]
at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:1.7.0_80]
at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:1.7.0_80]
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182) ~[launchwrapper-1.11.jar:?]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_80]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_80]
at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_80]
at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:1.7.0_80]
at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:1.7.0_80]
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182) ~[launchwrapper-1.11.jar:?]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_80]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_80]
at net.minecraft.block.state.BlockState.createState(BlockState.java:55) ~[bed.class:?]
at net.minecraft.block.state.BlockState.<init>(BlockState.java:83) ~[bed.class:?]
at net.minecraft.block.state.BlockState.<init>(BlockState.java:50) ~[bed.class:?]
at net.minecraft.block.Block.func_180661_e(Block.java:968) ~[atr.class:?]
at net.minecraft.block.Block.<init>(Block.java:248) ~[atr.class:?]
at net.minecraft.block.BlockAir.<init>(BlockAir.java:15) ~[asy.class:?]
at net.minecraft.block.Block.func_149671_p(Block.java:2016) ~[atr.class:?]
at net.minecraft.init.Bootstrap.func_151354_b(Bootstrap.java:554) ~[od.class:?]
at net.minecraft.client.Minecraft.<init>(Minecraft.java:315) ~[bsu.class:?]
at net.minecraft.client.main.Main.main(SourceFile:120) ~[Main.class:?]
... 6 more
Hello! I've been having this problem where whenever I load up Minecraft with the forge profile with the Optifine mod, It does not show up. I used to play Minecraft when it was in the 1.6-1.7 updates, but i stopped at 1.7.4. I don't really know much about what to do anymore. Anyway, I've tried searching up and trying out many solutions, but in the end none of them worked. I've installed both Java 7 and 8 but it still doesn't work. Running Optifine with it's own profile works though.
Here is my launcher log and my game output:
Launcher Log: [20:47:30 INFO]: Minecraft Launcher 1.6.48 (through bootstrap 100) started on windows... [20:47:30 INFO]: Current time is Oct 16, 2015 8:47:30 PM [20:47:30 INFO]: System.getProperty('os.name') == 'Windows 8.1' [20:47:30 INFO]: System.getProperty('os.version') == '6.3' [20:47:30 INFO]: System.getProperty('os.arch') == 'amd64' [20:47:30 INFO]: System.getProperty('java.version') == '1.8.0_25' [20:47:30 INFO]: System.getProperty('java.vendor') == 'Oracle Corporation' [20:47:30 INFO]: System.getProperty('sun.arch.data.model') == '64' [20:47:30 INFO]: proxy == DIRECT [20:47:30 INFO]: JFX is already initialized [20:47:30 INFO]: Refreshing local version list... [20:47:30 INFO]: Refreshing remote version list... [20:47:32 INFO]: Refresh complete. [20:47:32 INFO]: Loaded 4 profile(s); selected 'Forge' [20:47:32 INFO]: Refreshing auth... [20:47:32 INFO]: Logging in with access token [20:47:38 INFO]: Getting syncinfo for selected version [20:47:38 INFO]: Queueing library & version downloads [20:47:38 INFO]: Download job 'Version & Libraries' started (16 threads, 38 files) [20:47:38 INFO]: Attempting to download C:\Users\lorwi_000\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\4.6\jopt-simple-4.6.jar for job 'Version & Libraries'... (try 0) [20:47:38 INFO]: Attempting to download C:\Users\lorwi_000\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) [20:47:38 INFO]: Attempting to download C:\Users\lorwi_000\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) [20:47:38 INFO]: Attempting to download C:\Users\lorwi_000\AppData\Roaming\.minecraft\libraries\commons-logging\commons-logging\1.1.3\commons-logging-1.1.3.jar for job 'Version & Libraries'... (try 0) [20:47:38 INFO]: Attempting to download C:\Users\lorwi_000\AppData\Roaming\.minecraft\libraries\commons-io\commons-io\2.4\commons-io-2.4.jar for job 'Version & Libraries'... (try 0) [20:47:38 INFO]: Attempting to download C:\Users\lorwi_000\AppData\Roaming\.minecraft\libraries\com\mojang\authlib\1.5.21\authlib-1.5.21.jar for job 'Version & Libraries'... (try 0) [20:47:38 INFO]: Attempting to download C:\Users\lorwi_000\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-compress\1.8.1\commons-compress-1.8.1.jar for job 'Version & Libraries'... (try 0) [20:47:38 INFO]: Attempting to download C:\Users\lorwi_000\AppData\Roaming\.minecraft\libraries\com\paulscode\codecjorbis\20101023\codecjorbis-20101023.jar for job 'Version & Libraries'... (try 0) [20:47:38 INFO]: Attempting to download C:\Users\lorwi_000\AppData\Roaming\.minecraft\libraries\io\netty\netty-all\4.0.15.Final\netty-all-4.0.15.Final.jar for job 'Version & Libraries'... (try 0) [20:47:38 INFO]: Attempting to download C:\Users\lorwi_000\AppData\Roaming\.minecraft\libraries\io\netty\netty-all\4.0.15.Final\netty-all-4.0.15.Final.jar for job 'Version & Libraries'... (try 0) [20:47:38 INFO]: Attempting to download C:\Users\lorwi_000\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpcore\4.3.2\httpcore-4.3.2.jar for job 'Version & Libraries'... (try 0) [20:47:38 INFO]: Attempting to download C:\Users\lorwi_000\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar for job 'Version & Libraries'... (try 0) [20:47:38 INFO]: Attempting to download C:\Users\lorwi_000\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) [20:47:38 INFO]: Attempting to download C:\Users\lorwi_000\AppData\Roaming\.minecraft\libraries\net\sf\trove4j\trove4j\3.0.3\trove4j-3.0.3.jar for job 'Version & Libraries'... (try 0) [20:47:38 INFO]: Attempting to download C:\Users\lorwi_000\AppData\Roaming\.minecraft\libraries\com\paulscode\libraryjavasound\20101123\libraryjavasound-20101123.jar for job 'Version & Libraries'... (try 0) [20:47:38 INFO]: Attempting to download C:\Users\lorwi_000\AppData\Roaming\.minecraft\libraries\com\mojang\realms\1.6.1\realms-1.6.1.jar for job 'Version & Libraries'... (try 0) [20:47:39 INFO]: Download job 'Resources' skipped as there are no files to download [20:47:39 INFO]: Job 'Resources' finished successfully (took 0:00:00.000) [20:47:39 INFO]: Finished downloading C:\Users\lorwi_000\AppData\Roaming\.minecraft\libraries\io\netty\netty-all\4.0.15.Final\netty-all-4.0.15.Final.jar for job 'Version & Libraries': Local file matches local checksum, using that [20:47:39 INFO]: Finished downloading C:\Users\lorwi_000\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 [20:47:39 INFO]: Attempting to download C:\Users\lorwi_000\AppData\Roaming\.minecraft\libraries\com\google\code\gson\gson\2.2.4\gson-2.2.4.jar for job 'Version & Libraries'... (try 0) [20:47:39 INFO]: Attempting to download C:\Users\lorwi_000\AppData\Roaming\.minecraft\libraries\net\minecraft\launchwrapper\1.11\launchwrapper-1.11.jar for job 'Version & Libraries'... (try 0) [20:47:39 INFO]: Finished downloading C:\Users\lorwi_000\AppData\Roaming\.minecraft\libraries\io\netty\netty-all\4.0.15.Final\netty-all-4.0.15.Final.jar for job 'Version & Libraries': Local file matches local checksum, using that [20:47:39 INFO]: Attempting to download C:\Users\lorwi_000\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) [20:47:39 INFO]: Finished downloading C:\Users\lorwi_000\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 [20:47:39 INFO]: Attempting to download C:\Users\lorwi_000\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\4.5\jopt-simple-4.5.jar for job 'Version & Libraries'... (try 0) [20:47:39 INFO]: Finished downloading C:\Users\lorwi_000\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 [20:47:39 INFO]: Attempting to download C:\Users\lorwi_000\AppData\Roaming\.minecraft\libraries\net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar for job 'Version & Libraries'... (try 0) [20:47:39 INFO]: Finished downloading C:\Users\lorwi_000\AppData\Roaming\.minecraft\libraries\com\mojang\authlib\1.5.21\authlib-1.5.21.jar for job 'Version & Libraries': Local file matches local checksum, using that [20:47:39 INFO]: Attempting to download C:\Users\lorwi_000\AppData\Roaming\.minecraft\libraries\java3d\vecmath\1.5.2\vecmath-1.5.2.jar for job 'Version & Libraries'... (try 0) [20:47:39 INFO]: Finished downloading C:\Users\lorwi_000\AppData\Roaming\.minecraft\libraries\com\mojang\realms\1.6.1\realms-1.6.1.jar for job 'Version & Libraries': Local file matches local checksum, using that [20:47:39 INFO]: Attempting to download C:\Users\lorwi_000\AppData\Roaming\.minecraft\libraries\tv\twitch\twitch-platform\6.5\twitch-platform-6.5-natives-windows-64.jar for job 'Version & Libraries'... (try 0) [20:47:39 INFO]: Finished downloading C:\Users\lorwi_000\AppData\Roaming\.minecraft\libraries\net\minecraft\launchwrapper\1.11\launchwrapper-1.11.jar for job 'Version & Libraries': Local file matches local checksum, using that [20:47:39 INFO]: Attempting to download C:\Users\lorwi_000\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-all\5.0.3\asm-all-5.0.3.jar for job 'Version & Libraries'... (try 0) [20:47:39 INFO]: Finished downloading C:\Users\lorwi_000\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 [20:47:39 INFO]: Attempting to download C:\Users\lorwi_000\AppData\Roaming\.minecraft\libraries\com\paulscode\soundsystem\20120107\soundsystem-20120107.jar for job 'Version & Libraries'... (try 0) [20:47:39 INFO]: Finished downloading C:\Users\lorwi_000\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 [20:47:39 INFO]: Attempting to download C:\Users\lorwi_000\AppData\Roaming\.minecraft\libraries\com\paulscode\codecwav\20101023\codecwav-20101023.jar for job 'Version & Libraries'... (try 0) [20:47:39 INFO]: Finished downloading C:\Users\lorwi_000\AppData\Roaming\.minecraft\libraries\com\paulscode\soundsystem\20120107\soundsystem-20120107.jar for job 'Version & Libraries': Local file matches local checksum, using that [20:47:39 INFO]: Attempting to download C:\Users\lorwi_000\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl_util\2.9.1\lwjgl_util-2.9.1.jar for job 'Version & Libraries'... (try 0) [20:47:39 INFO]: Finished downloading C:\Users\lorwi_000\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 [20:47:39 INFO]: Attempting to download C:\Users\lorwi_000\AppData\Roaming\.minecraft\libraries\tv\twitch\twitch\6.5\twitch-6.5.jar for job 'Version & Libraries'... (try 0) [20:47:39 INFO]: Finished downloading C:\Users\lorwi_000\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 [20:47:39 INFO]: Attempting to download C:\Users\lorwi_000\AppData\Roaming\.minecraft\libraries\com\ibm\icu\icu4j-core-mojang\51.2\icu4j-core-mojang-51.2.jar for job 'Version & Libraries'... (try 0) [20:47:39 INFO]: Finished downloading C:\Users\lorwi_000\AppData\Roaming\.minecraft\libraries\java3d\vecmath\1.5.2\vecmath-1.5.2.jar for job 'Version & Libraries': Local file matches local checksum, using that [20:47:39 INFO]: Attempting to download C:\Users\lorwi_000\AppData\Roaming\.minecraft\libraries\commons-codec\commons-codec\1.9\commons-codec-1.9.jar for job 'Version & Libraries'... (try 0) [20:47:39 INFO]: Finished downloading C:\Users\lorwi_000\AppData\Roaming\.minecraft\libraries\tv\twitch\twitch-platform\6.5\twitch-platform-6.5-natives-windows-64.jar for job 'Version & Libraries': Local file matches local checksum, using that [20:47:39 INFO]: Attempting to download C:\Users\lorwi_000\AppData\Roaming\.minecraft\libraries\tv\twitch\twitch-external-platform\4.5\twitch-external-platform-4.5-natives-windows-64.jar for job 'Version & Libraries'... (try 0) [20:47:39 INFO]: Finished downloading C:\Users\lorwi_000\AppData\Roaming\.minecraft\libraries\tv\twitch\twitch\6.5\twitch-6.5.jar for job 'Version & Libraries': Local file matches local checksum, using that [20:47:39 INFO]: Attempting to download C:\Users\lorwi_000\AppData\Roaming\.minecraft\libraries\com\paulscode\librarylwjglopenal\20100824\librarylwjglopenal-20100824.jar for job 'Version & Libraries'... (try 0) [20:47:39 INFO]: Finished downloading C:\Users\lorwi_000\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 [20:47:39 INFO]: Attempting to download C:\Users\lorwi_000\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpclient\4.3.3\httpclient-4.3.3.jar for job 'Version & Libraries'... (try 0) [20:47:39 INFO]: Finished downloading C:\Users\lorwi_000\AppData\Roaming\.minecraft\libraries\com\paulscode\librarylwjglopenal\20100824\librarylwjglopenal-20100824.jar for job 'Version & Libraries': Local file matches local checksum, using that [20:47:39 INFO]: Attempting to download C:\Users\lorwi_000\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl\2.9.1\lwjgl-2.9.1.jar for job 'Version & Libraries'... (try 0) [20:47:39 INFO]: Finished downloading C:\Users\lorwi_000\AppData\Roaming\.minecraft\libraries\com\paulscode\codecjorbis\20101023\codecjorbis-20101023.jar for job 'Version & Libraries': Local file matches local checksum, using that [20:47:39 INFO]: Attempting to download C:\Users\lorwi_000\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-lang3\3.3.2\commons-lang3-3.3.2.jar for job 'Version & Libraries'... (try 0) [20:47:39 INFO]: Finished downloading C:\Users\lorwi_000\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 [20:47:39 INFO]: Attempting to download C:\Users\lorwi_000\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\17.0\guava-17.0.jar for job 'Version & Libraries'... (try 0) [20:47:39 INFO]: Finished downloading C:\Users\lorwi_000\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 [20:47:39 INFO]: Attempting to download C:\Users\lorwi_000\AppData\Roaming\.minecraft\libraries\lzma\lzma\0.0.1\lzma-0.0.1.jar for job 'Version & Libraries'... (try 0) [20:47:39 INFO]: Finished downloading C:\Users\lorwi_000\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 [20:47:39 INFO]: Attempting to download C:\Users\lorwi_000\AppData\Roaming\.minecraft\versions\1.8\1.8.jar for job 'Version & Libraries'... (try 0) [20:47:39 INFO]: Finished downloading C:\Users\lorwi_000\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 [20:47:39 INFO]: Finished downloading C:\Users\lorwi_000\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 [20:47:39 INFO]: Finished downloading C:\Users\lorwi_000\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\4.6\jopt-simple-4.6.jar for job 'Version & Libraries': Local file matches local checksum, using that [20:47:39 INFO]: Finished downloading C:\Users\lorwi_000\AppData\Roaming\.minecraft\libraries\com\paulscode\libraryjavasound\20101123\libraryjavasound-20101123.jar for job 'Version & Libraries': Local file matches local checksum, using that [20:47:39 INFO]: Finished downloading C:\Users\lorwi_000\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 [20:47:39 INFO]: Finished downloading C:\Users\lorwi_000\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 [20:47:39 INFO]: Finished downloading C:\Users\lorwi_000\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 [20:47:39 INFO]: Finished downloading C:\Users\lorwi_000\AppData\Roaming\.minecraft\libraries\com\paulscode\codecwav\20101023\codecwav-20101023.jar for job 'Version & Libraries': Local file matches local checksum, using that [20:47:39 INFO]: Finished downloading C:\Users\lorwi_000\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 [20:47:39 INFO]: Finished downloading C:\Users\lorwi_000\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 [20:47:39 INFO]: Finished downloading C:\Users\lorwi_000\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 [20:47:39 INFO]: Finished downloading C:\Users\lorwi_000\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-lang3\3.3.2\commons-lang3-3.3.2.jar for job 'Version & Libraries': Local file matches local checksum, using that [20:47:39 INFO]: Finished downloading C:\Users\lorwi_000\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 [20:47:39 INFO]: Finished downloading C:\Users\lorwi_000\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\17.0\guava-17.0.jar for job 'Version & Libraries': Local file matches local checksum, using that [20:47:39 INFO]: Finished downloading C:\Users\lorwi_000\AppData\Roaming\.minecraft\libraries\tv\twitch\twitch-external-platform\4.5\twitch-external-platform-4.5-natives-windows-64.jar for job 'Version & Libraries': Local file matches local checksum, using that [20:47:39 INFO]: Finished downloading C:\Users\lorwi_000\AppData\Roaming\.minecraft\versions\1.8\1.8.jar for job 'Version & Libraries': Used own copy as it matched etag [20:47:39 INFO]: Job 'Version & Libraries' finished successfully (took 0:00:01.014) [20:47:39 INFO]: Launching game [20:47:39 INFO]: Unpacking natives to C:\Users\lorwi_000\AppData\Roaming\.minecraft\versions\1.8-Forge11.14.3.1450\1.8-Forge11.14.3.1450-natives-10912182242296 [20:47:39 INFO]: Launching in C:\Users\lorwi_000\AppData\Roaming\.minecraft [20:47:39 INFO]: Half command: C:\Program Files (x86)\Java\jre7\bin\javaw.exe -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M -Djava.library.path=C:\Users\lorwi_000\AppData\Roaming\.minecraft\versions\1.8-Forge11.14.3.1450\1.8-Forge11.14.3.1450-natives-10912182242296 -cp C:\Users\lorwi_000\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forge\1.8-11.14.3.1450\forge-1.8-11.14.3.1450.jar;C:\Users\lorwi_000\AppData\Roaming\.minecraft\libraries\io\netty\netty-all\4.0.15.Final\netty-all-4.0.15.Final.jar;C:\Users\lorwi_000\AppData\Roaming\.minecraft\libraries\net\minecraft\launchwrapper\1.11\launchwrapper-1.11.jar;C:\Users\lorwi_000\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-all\5.0.3\asm-all-5.0.3.jar;C:\Users\lorwi_000\AppData\Roaming\.minecraft\libraries\com\typesafe\akka\akka-actor_2.11\2.3.3\akka-actor_2.11-2.3.3.jar;C:\Users\lorwi_000\AppData\Roaming\.minecraft\libraries\com\typesafe\config\1.2.1\config-1.2.1.jar;C:\Users\lorwi_000\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\lorwi_000\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-compiler\2.11.1\scala-compiler-2.11.1.jar;C:\Users\lorwi_000\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\lorwi_000\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\lorwi_000\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-library\2.11.1\scala-library-2.11.1.jar;C:\Users\lorwi_000\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\lorwi_000\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-reflect\2.11.1\scala-reflect-2.11.1.jar;C:\Users\lorwi_000\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-swing_2.11\1.0.1\scala-swing_2.11-1.0.1.jar;C:\Users\lorwi_000\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-xml_2.11\1.0.2\scala-xml_2.11-1.0.2.jar;C:\Users\lorwi_000\AppData\Roaming\.minecraft\libraries\lzma\lzma\0.0.1\lzma-0.0.1.jar;C:\Users\lorwi_000\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\4.5\jopt-simple-4.5.jar;C:\Users\lorwi_000\AppData\Roaming\.minecraft\libraries\java3d\vecmath\1.5.2\vecmath-1.5.2.jar;C:\Users\lorwi_000\AppData\Roaming\.minecraft\libraries\net\sf\trove4j\trove4j\3.0.3\trove4j-3.0.3.jar;C:\Users\lorwi_000\AppData\Roaming\.minecraft\libraries\com\ibm\icu\icu4j-core-mojang\51.2\icu4j-core-mojang-51.2.jar;C:\Users\lorwi_000\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\4.6\jopt-simple-4.6.jar;C:\Users\lorwi_000\AppData\Roaming\.minecraft\libraries\com\paulscode\codecjorbis\20101023\codecjorbis-20101023.jar;C:\Users\lorwi_000\AppData\Roaming\.minecraft\libraries\com\paulscode\codecwav\20101023\codecwav-20101023.jar;C:\Users\lorwi_000\AppData\Roaming\.minecraft\libraries\com\paulscode\libraryjavasound\20101123\libraryjavasound-20101123.jar;C:\Users\lorwi_000\AppData\Roaming\.minecraft\libraries\com\paulscode\librarylwjglopenal\20100824\librarylwjglopenal-20100824.jar;C:\Users\lorwi_000\AppData\Roaming\.minecraft\libraries\com\paulscode\soundsystem\20120107\soundsystem-20120107.jar;C:\Users\lorwi_000\AppData\Roaming\.minecraft\libraries\io\netty\netty-all\4.0.15.Final\netty-all-4.0.15.Final.jar;C:\Users\lorwi_000\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\17.0\guava-17.0.jar;C:\Users\lorwi_000\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-lang3\3.3.2\commons-lang3-3.3.2.jar;C:\Users\lorwi_000\AppData\Roaming\.minecraft\libraries\commons-io\commons-io\2.4\commons-io-2.4.jar;C:\Users\lorwi_000\AppData\Roaming\.minecraft\libraries\commons-codec\commons-codec\1.9\commons-codec-1.9.jar;C:\Users\lorwi_000\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar;C:\Users\lorwi_000\AppData\Roaming\.minecraft\libraries\net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar;C:\Users\lorwi_000\AppData\Roaming\.minecraft\libraries\com\google\code\gson\gson\2.2.4\gson-2.2.4.jar;C:\Users\lorwi_000\AppData\Roaming\.minecraft\libraries\com\mojang\authlib\1.5.21\authlib-1.5.21.jar;C:\Users\lorwi_000\AppData\Roaming\.minecraft\libraries\com\mojang\realms\1.6.1\realms-1.6.1.jar;C:\Users\lorwi_000\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-compress\1.8.1\commons-compress-1.8.1.jar;C:\Users\lorwi_000\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpclient\4.3.3\httpclient-4.3.3.jar;C:\Users\lorwi_000\AppData\Roaming\.minecraft\libraries\commons-logging\commons-logging\1.1.3\commons-logging-1.1.3.jar;C:\Users\lorwi_000\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpcore\4.3.2\httpcore-4.3.2.jar;C:\Users\lorwi_000\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-api\2.0-beta9\log4j-api-2.0-beta9.jar;C:\Users\lorwi_000\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-core\2.0-beta9\log4j-core-2.0-beta9.jar;C:\Users\lorwi_000\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl\2.9.1\lwjgl-2.9.1.jar;C:\Users\lorwi_000\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl_util\2.9.1\lwjgl_util-2.9.1.jar;C:\Users\lorwi_000\AppData\Roaming\.minecraft\libraries\tv\twitch\twitch\6.5\twitch-6.5.jar;C:\Users\lorwi_000\AppData\Roaming\.minecraft\versions\1.8\1.8.jar net.minecraft.launchwrapper.Launch [20:47:39 INFO]: Looking for orphaned versions to clean up... [20:47:40 INFO]: Looking for old natives & assets to clean up... [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 ERROR]: java.io.IOException: Stream closed [20:47:45 INFO]: Game ended with no troubles detected (exit code 0) [20:47:45 INFO]: Deleting C:\Users\lorwi_000\AppData\Roaming\.minecraft\versions\1.8-Forge11.14.3.1450\1.8-Forge11.14.3.1450-natives-10912182242296 [20:47:45 WARN]: Couldn't delete C:\Users\lorwi_000\AppData\Roaming\.minecraft\versions\1.8-Forge11.14.3.1450\1.8-Forge11.14.3.1450-natives-10912182242296 - scheduling for deletion upon exitCLICK FOR BEST SUPPORT WEBSITE EVER!
Make sure to click the reply or quote button on my post if you are replying to me, otherwise it is unlikely that I will see your post.
Oh... :P, so download Optifine v1.8 then correct?
Yup.
CLICK FOR BEST SUPPORT WEBSITE EVER!
Make sure to click the reply or quote button on my post if you are replying to me, otherwise it is unlikely that I will see your post.
Aye!! Thanks man! It worked