I tried to use lightloader 1.8 on a forge 1.8 jar, and it worked fine. I can install liteloader mods fine, and they work. However, when I attempt to install forge mods, or add optifine to jars folder, the launcher fails.
[/p]
[p]---- Minecraft Crash Report ----
// I let you down. Sorry [/p]
[p]Time: 6/17/15 2:46 PM
Description: Initializing game[/p]
[p]java.lang.NoClassDefFoundError: net/minecraftforge/client/event/GuiOpenEvent
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Class.java:2693)
at java.lang.Class.getDeclaredMethods(Class.java:1967)
at net.minecraftforge.fml.common.FMLModContainer.gatherAnnotations(FMLModContainer.java:319)
at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:508)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:493)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:208)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:414)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:326)
at net.minecraft.client.main.Main.main(SourceFile:120)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.ClassNotFoundException: net.minecraftforge.client.event.GuiOpenEvent
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 37 more
Caused by: java.lang.NullPointerException
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
... 39 more[/p]
[p]
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------[/p]
[p]-- Head --
Stacktrace:
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Class.java:2693)
at java.lang.Class.getDeclaredMethods(Class.java:1967)
at net.minecraftforge.fml.common.FMLModContainer.gatherAnnotations(FMLModContainer.java:319)
at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:508)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:493)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:208)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:414)[/p]
[p]-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:326)
at net.minecraft.client.main.Main.main(SourceFile:120)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)[/p]
[p]-- System Details --
Details:
Minecraft Version: 1.8
Operating System: Windows 8.1 (amd64) version 6.3
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 162461640 bytes (154 MB) / 468189184 bytes (446 MB) up to 954728448 bytes (910 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.10 FML v8.0.81.1079 3 mods loaded, 3 mods active
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
FML{8.0.81.1079} [Forge Mod Loader] (fml-1.8-8.0.81.1079.jar) Unloaded->Constructed
zyinhud{1.4.1} [Zyin's HUD] (ZyinsHUD-(1.8)-v.1.4.1.jar) Unloaded
Loaded coremods (and transformers):
Launched Version: 1.8
LWJGL: 2.9.1
OpenGL: Intel(R) HD Graphics 4600 GL version 4.2.0 - Build 10.18.10.3574, Intel
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.[/p]
[p]Using VBOs: No
Is Modded: Definitely; Client brand changed to 'fml'
Type: Client (map_client.txt)
Resource Packs: [OCD pack 1.8.zip]
Current Language: English (US)
Profiler Position: N/A (disabled)[/p]
[p]
When I start the game without any forge mods or optifine, I see the lightloader tab on the right, and the forge information in the bottom left of the main menu.
Hello.
I tried to use lightloader 1.8 on a forge 1.8 jar, and it worked fine. I can install liteloader mods fine, and they work. However, when I attempt to install forge mods, or add optifine to jars folder, the launcher fails.
I tried reinstalling everything on a fresh install of minecraft and it still did not work. Please Help.
Sorry
It actually did load Forge.
When I start the game without any forge mods or optifine, I see the lightloader tab on the right, and the forge information in the bottom left of the main menu.
[06:52:00] [main/INFO]: Using primary tweak class name com.mumfrey.liteloader.launch.LiteLoaderTweaker
[06:52:00] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[06:52:00] [main/INFO]: Calling tweak class com.mumfrey.liteloader.launch.LiteLoaderTweaker
[06:52:00] [main/INFO]: Bootstrapping LiteLoader 1.8
[06:52:00] [main/INFO]: Registering API provider class com.mumfrey.liteloader.client.api.LiteLoaderCoreAPIClient
[06:52:00] [main/INFO]: Spawning API provider class 'com.mumfrey.liteloader.client.api.LiteLoaderCoreAPIClient' ...
[06:52:00] [main/INFO]: API provider class 'com.mumfrey.liteloader.client.api.LiteLoaderCoreAPIClient' provides API 'liteloader'
[06:52:00] [main/INFO]: Initialising API 'liteloader' ...
[06:52:00] [main/INFO]: LiteLoader begin PREINIT...
[06:52:00] [main/INFO]: Initialising Loader properties...
[06:52:00] [main/INFO]: Setting up logger...
[06:52:00] [main/INFO]: LiteLoader 1.8.0 starting up...
[06:52:00] [main/INFO]: Active Pack: 1.8-SNAPSHOT-r369-b49-2015-05-28_00-04-54
[06:52:00] [main/INFO]: Java reports OS="windows 8.1"
[06:52:00] [main/INFO]: Adding supported mod class prefix 'LiteMod'
[06:52:00] [main/INFO]: Enumerating class path...
[06:52:00] [main/INFO]: Class path separator=";"
[06:52:00] [main/INFO]: Class path entries=(
classpathEntry=C:\Users\Allen\AppData\Roaming\.minecraft\libraries\com\mumfrey\liteloader\1.8\liteloader-1.8.jar
classpathEntry=C:\Users\Allen\AppData\Roaming\.minecraft\libraries\net\minecraft\launchwrapper\1.11\launchwrapper-1.11.jar
classpathEntry=C:\Users\Allen\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-all\5.0.3\asm-all-5.0.3.jar
classpathEntry=C:\Users\Allen\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forge\1.8-11.14.3.1468\forge-1.8-11.14.3.1468.jar
classpathEntry=C:\Users\Allen\AppData\Roaming\.minecraft\libraries\io\netty\netty-all\4.0.15.Final\netty-all-4.0.15.Final.jar
classpathEntry=C:\Users\Allen\AppData\Roaming\.minecraft\libraries\net\minecraft\launchwrapper\1.11\launchwrapper-1.11.jar
classpathEntry=C:\Users\Allen\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-all\5.0.3\asm-all-5.0.3.jar
classpathEntry=C:\Users\Allen\AppData\Roaming\.minecraft\libraries\com\typesafe\akka\akka-actor_2.11\2.3.3\akka-actor_2.11-2.3.3.jar
classpathEntry=C:\Users\Allen\AppData\Roaming\.minecraft\libraries\com\typesafe\config\1.2.1\config-1.2.1.jar
classpathEntry=C:\Users\Allen\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-actors-migration_2.11\1.1.0\scala-actors-migration_2.11-1.1.0.jar
classpathEntry=C:\Users\Allen\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-compiler\2.11.1\scala-compiler-2.11.1.jar
classpathEntry=C:\Users\Allen\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
classpathEntry=C:\Users\Allen\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
classpathEntry=C:\Users\Allen\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-library\2.11.1\scala-library-2.11.1.jar
classpathEntry=C:\Users\Allen\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-parser-combinators_2.11\1.0.1\scala-parser-combinators_2.11-1.0.1.jar
classpathEntry=C:\Users\Allen\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-reflect\2.11.1\scala-reflect-2.11.1.jar
classpathEntry=C:\Users\Allen\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-swing_2.11\1.0.1\scala-swing_2.11-1.0.1.jar
classpathEntry=C:\Users\Allen\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-xml_2.11\1.0.2\scala-xml_2.11-1.0.2.jar
classpathEntry=C:\Users\Allen\AppData\Roaming\.minecraft\libraries\lzma\lzma\0.0.1\lzma-0.0.1.jar
classpathEntry=C:\Users\Allen\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\4.5\jopt-simple-4.5.jar
classpathEntry=C:\Users\Allen\AppData\Roaming\.minecraft\libraries\java3d\vecmath\1.5.2\vecmath-1.5.2.jar
classpathEntry=C:\Users\Allen\AppData\Roaming\.minecraft\libraries\net\sf\trove4j\trove4j\3.0.3\trove4j-3.0.3.jar
classpathEntry=C:\Users\Allen\AppData\Roaming\.minecraft\libraries\com\ibm\icu\icu4j-core-mojang\51.2\icu4j-core-mojang-51.2.jar
classpathEntry=C:\Users\Allen\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\4.6\jopt-simple-4.6.jar
classpathEntry=C:\Users\Allen\AppData\Roaming\.minecraft\libraries\com\paulscode\codecjorbis\20101023\codecjorbis-20101023.jar
classpathEntry=C:\Users\Allen\AppData\Roaming\.minecraft\libraries\com\paulscode\codecwav\20101023\codecwav-20101023.jar
classpathEntry=C:\Users\Allen\AppData\Roaming\.minecraft\libraries\com\paulscode\libraryjavasound\20101123\libraryjavasound-20101123.jar
classpathEntry=C:\Users\Allen\AppData\Roaming\.minecraft\libraries\com\paulscode\librarylwjglopenal\20100824\librarylwjglopenal-20100824.jar
classpathEntry=C:\Users\Allen\AppData\Roaming\.minecraft\libraries\com\paulscode\soundsystem\20120107\soundsystem-20120107.jar
classpathEntry=C:\Users\Allen\AppData\Roaming\.minecraft\libraries\io\netty\netty-all\4.0.15.Final\netty-all-4.0.15.Final.jar
classpathEntry=C:\Users\Allen\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\17.0\guava-17.0.jar
classpathEntry=C:\Users\Allen\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-lang3\3.3.2\commons-lang3-3.3.2.jar
classpathEntry=C:\Users\Allen\AppData\Roaming\.minecraft\libraries\commons-io\commons-io\2.4\commons-io-2.4.jar
classpathEntry=C:\Users\Allen\AppData\Roaming\.minecraft\libraries\commons-codec\commons-codec\1.9\commons-codec-1.9.jar
classpathEntry=C:\Users\Allen\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar
classpathEntry=C:\Users\Allen\AppData\Roaming\.minecraft\libraries\net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar
classpathEntry=C:\Users\Allen\AppData\Roaming\.minecraft\libraries\com\google\code\gson\gson\2.2.4\gson-2.2.4.jar
classpathEntry=C:\Users\Allen\AppData\Roaming\.minecraft\libraries\com\mojang\authlib\1.5.21\authlib-1.5.21.jar
classpathEntry=C:\Users\Allen\AppData\Roaming\.minecraft\libraries\com\mojang\realms\1.6.1\realms-1.6.1.jar
classpathEntry=C:\Users\Allen\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-compress\1.8.1\commons-compress-1.8.1.jar
classpathEntry=C:\Users\Allen\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpclient\4.3.3\httpclient-4.3.3.jar
classpathEntry=C:\Users\Allen\AppData\Roaming\.minecraft\libraries\commons-logging\commons-logging\1.1.3\commons-logging-1.1.3.jar
classpathEntry=C:\Users\Allen\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpcore\4.3.2\httpcore-4.3.2.jar
classpathEntry=C:\Users\Allen\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-api\2.0-beta9\log4j-api-2.0-beta9.jar
classpathEntry=C:\Users\Allen\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-core\2.0-beta9\log4j-core-2.0-beta9.jar
classpathEntry=C:\Users\Allen\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl\2.9.1\lwjgl-2.9.1.jar
classpathEntry=C:\Users\Allen\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl_util\2.9.1\lwjgl_util-2.9.1.jar
classpathEntry=C:\Users\Allen\AppData\Roaming\.minecraft\libraries\tv\twitch\twitch\6.5\twitch-6.5.jar
classpathEntry=C:\Users\Allen\AppData\Roaming\.minecraft\versions\1.8\1.8.jar
)
[06:52:00] [main/INFO]: Registering discovery module EnumeratorModuleClassPath: [<Java Class Path>]
[06:52:00] [main/INFO]: Registering discovery module EnumeratorModuleFolder: [C:\Users\Allen\AppData\Roaming\.minecraft\mods]
[06:52:00] [main/INFO]: Registering discovery module EnumeratorModuleFolder: [C:\Users\Allen\AppData\Roaming\.minecraft\mods\1.8]
[06:52:00] [main/INFO]: Registering enumerator plugin DefaultEnumeratorPlugin: [[email protected]]
[06:52:00] [main/INFO]: Discovering tweaks on class path...
[06:52:00] [main/INFO]: Baking listener list for EnumerationObserver with 1 listeners
[06:52:00] [main/INFO]: Discovering valid mod files in folder C:\Users\Allen\AppData\Roaming\.minecraft\mods
[06:52:00] [main/INFO]: Considering valid mod file: C:\Users\Allen\AppData\Roaming\.minecraft\mods\mod_voxelMap_1.5.13_for_1.8.litemod
[06:52:00] [main/INFO]: Inspecting jar metadata in 'OptiFine_1.8.3_HD_U_D3.jar'
[06:52:00] [main/INFO]: Ignoring C:\Users\Allen\AppData\Roaming\.minecraft\mods\OptiFine_1.8.3_HD_U_D3.jar
[06:52:00] [main/INFO]: Inspecting jar metadata in 'ZyinsHUD-(1.8)-v.1.4.1.jar'
[06:52:00] [main/INFO]: Ignoring C:\Users\Allen\AppData\Roaming\.minecraft\mods\ZyinsHUD-(1.8)-v.1.4.1.jar
[06:52:00] [main/INFO]: Adding newest valid mod file 'C:\Users\Allen\AppData\Roaming\.minecraft\mods\mod_voxelMap_1.5.13_for_1.8.litemod' at revision 1513.0000
[06:52:00] [main/INFO]: Discovering valid mod files in folder C:\Users\Allen\AppData\Roaming\.minecraft\mods\1.8
[06:52:00] [main/INFO]: Mod file 'mod_voxelMap_1.5.13_for_1.8.litemod' provides classTransformer 'com.thevoxelbox.voxelmap.litemod.VoxelMapTransformer', adding to class loader
[06:52:00] [main/INFO]: classTransformer 'com.thevoxelbox.voxelmap.litemod.VoxelMapTransformer' was successfully added
[06:52:00] [main/INFO]: LiteLoader PREINIT complete
[06:52:00] [main/INFO]: Injecting required class transformer 'com.mumfrey.liteloader.transformers.event.EventProxyTransformer'
[06:52:00] [main/INFO]: Injecting required class transformer 'com.mumfrey.liteloader.launch.LiteLoaderTransformer'
[06:52:00] [main/INFO]: Injecting required class transformer 'com.mumfrey.liteloader.client.transformers.CrashReportTransformer'
[06:52:00] [main/INFO]: Queuing required class transformer 'com.mumfrey.liteloader.transformers.event.EventTransformer'
[06:52:00] [main/INFO]: Queuing required class transformer 'com.mumfrey.liteloader.common.transformers.LiteLoaderPacketTransformer'
[06:52:00] [main/INFO]: Queuing required class transformer 'com.mumfrey.liteloader.client.transformers.LiteLoaderEventInjectionTransformer'
[06:52:00] [main/INFO]: Queuing required class transformer 'com.mumfrey.liteloader.client.transformers.MinecraftTransformer'
[06:52:00] [main/INFO]: Queuing required class transformer 'com.mumfrey.liteloader.transformers.event.json.ModEventInjectionTransformer'
[06:52:00] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker
[06:52:00] [main/INFO]: Forge Mod Loader version 8.99.150.1468 for Minecraft 1.8 loading
[06:52:00] [main/INFO]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_25, running on Windows 8.1:amd64:6.3, installed at C:\Program Files (x86)\Minecraft\runtime\jre-x64\1.8.0_25
[06:52:00] [main/INFO]: Loading tweaker optifine.OptiFineForgeTweaker from OptiFine_1.8.3_HD_U_D3.jar
[06:52:00] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[06:52:00] [main/INFO]: Loading tweak class name optifine.OptiFineForgeTweaker
[06:52:00] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[06:52:00] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[06:52:00] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[06:52:00] [main/INFO]: Calling tweak class optifine.OptiFineForgeTweaker
[06:52:00] [main/INFO]: [optifine.OptiFineForgeTweaker:dbg:49]: OptiFineForgeTweaker: acceptOptions
[06:52:00] [main/INFO]: [optifine.OptiFineForgeTweaker:dbg:49]: OptiFineForgeTweaker: injectIntoClassLoader
[06:52:00] [main/INFO]: [optifine.OptiFineClassTransformer:dbg:179]: OptiFine ClassTransformer
[06:52:00] [main/INFO]: [optifine.OptiFineClassTransformer:dbg:179]: OptiFine URL: file:/C:/Users/Allen/AppData/Roaming/.minecraft/mods/OptiFine_1.8.3_HD_U_D3.jar
[06:52:00] [main/INFO]: [optifine.OptiFineClassTransformer:dbg:179]: OptiFine ZIP file: [email protected]
[06:52:00] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[06:52:02] [main/INFO]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[06:52:02] [main/INFO]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
[06:52:02] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[06:52:02] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[06:52:02] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
[06:52:02] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
[06:52:02] [main/INFO]: [optifine.OptiFineForgeTweaker:dbg:49]: OptiFineForgeTweaker: getLaunchArguments
[06:52:02] [main/INFO]: Injecting downstream transformers
[06:52:02] [main/INFO]: Injecting additional class transformer class 'com.thevoxelbox.voxelmap.litemod.VoxelMapTransformer'
[06:52:02] [main/INFO]: Injecting additional class transformer class 'com.mumfrey.liteloader.transformers.event.EventTransformer'
[06:52:02] [main/INFO]: Injecting additional class transformer class 'com.mumfrey.liteloader.common.transformers.LiteLoaderPacketTransformer'
[06:52:02] [main/INFO]: Injecting additional class transformer class 'com.mumfrey.liteloader.client.transformers.LiteLoaderEventInjectionTransformer'
[06:52:02] [main/INFO]: Injecting additional class transformer class 'com.mumfrey.liteloader.client.transformers.MinecraftTransformer'
[06:52:02] [main/INFO]: Injecting additional class transformer class 'com.mumfrey.liteloader.transformers.event.json.ModEventInjectionTransformer'
[06:52:02] [main/INFO]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[06:52:03] [main/INFO]: Injecting onstartupcomplete[x1] in func_71384_a in Minecraft
[06:52:03] [main/INFO]: Injecting prerenderfbo[x1] in func_71411_J in Minecraft
[06:52:03] [main/INFO]: Injecting postrenderfbo[x1] in func_71411_J in Minecraft
[06:52:03] [main/INFO]: Injecting ontimerupdate[x1] in func_71411_J in Minecraft
[06:52:03] [main/INFO]: Injecting onrender[x1] in func_71411_J in Minecraft
[06:52:03] [main/INFO]: Injecting ontick[x1] in func_71411_J in Minecraft
[06:52:03] [main/INFO]: Injecting updateframebuffersize[x1] in func_147119_ah in Minecraft
[06:52:03] [main/INFO]: Injecting newtick[x1] in func_71407_l in Minecraft
[06:52:03] [main/INFO]: MinecraftTransformer found INIT injection point, this is good.
[06:52:03] [main/INFO]: Injecting onrenderchat[x1] in func_175180_a in GuiIngame
[06:52:03] [main/INFO]: Injecting postrenderchat[x1] in func_175180_a in GuiIngame
[06:52:03] [main/INFO]: Injecting onoutboundchat[x1] in func_71165_d in EntityPlayerSP
[06:52:03] [main/INFO]: [net.minecraft.client.main.Main:main:55]: Completely ignored arguments: [PythonPower, , {twitch_access_token:[yb7ko0uu7july6k2bxnecrlenh25sy]}, , 938c77834e2e4909bf65d68cf322d4ae, , 1.8, 81c220427d7d4160bee558be0d9cee64, legacy]
[06:52:03] [main/INFO]: Injecting onsessionprofilebad[x1] in func_148256_e in Session
[06:52:03] [Client thread/INFO]: Injecting onservertick[x1] in func_71190_q in MinecraftServer
[06:52:03] [Client thread/INFO]: Setting user: PythonPower
[06:52:03] [Client thread/INFO]: Injecting oncreateintegratedserver[x1] in <init> in IntegratedServer
[06:52:03] [Client thread/INFO]: Injecting onplayerlogin[x1] in func_72377_c in ServerConfigurationManager
[06:52:03] [Client thread/INFO]: Injecting onplayerlogout[x1] in func_72367_e in ServerConfigurationManager
[06:52:03] [Client thread/INFO]: Injecting onspawnplayer[x1] in func_148545_a in ServerConfigurationManager
[06:52:03] [Client thread/INFO]: Injecting onrespawnplayer[x1] in func_72368_a in ServerConfigurationManager
[06:52:03] [Client thread/INFO]: Injecting onblockclicked[x1] in func_180784_a in ItemInWorldManager
[06:52:03] [Client thread/INFO]: Injecting onactivateblockoruseitem[x1] in func_180236_a in ItemInWorldManager
[06:52:03] [Client thread/ERROR]: Unable to launch
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
Caused by: java.lang.VerifyError: Bad type on operand stack
Exception Details:
Location:
net/minecraft/block/Block.func_149671_p()V @6159: invokestatic
Reason:
Type 'net/minecraft/block/BlockDoublePlant' (current frame, stack[2]) is not assignable to 'net/minecraft/block/Block'
Current Frame:
bci: @6159
flags: { }
locals: { 'net/minecraft/block/Block', 'net/minecraft/block/Block', 'net/minecraft/block/Block', 'net/minecraft/block/Block', 'net/minecraft/block/Block', 'net/minecraft/block/Block', 'net/minecraft/block/Block', 'net/minecraft/block/Block', 'net/minecraft/block/Block', 'net/minecraft/block/Block', 'net/minecraft/block/Block', 'net/minecraft/block/Block' }
stack: { integer, 'java/lang/String', 'net/minecraft/block/BlockDoublePlant' }
Bytecode:
0x0000000: 03b2 05f1 bb05 f359 b705 f413 05f6 b605
0x0000010: f8b8 05fc 0413 05fe bb06 0059 b706 0113
0x0000020: 0602 b606 0313 0604 b606 06b2 0608 b606
0x0000030: 0a13 05fe b606 0bb8 060f 0513 0611 bb06
0x0000040: 1359 b706 1413 0166 b606 15b2 0617 b606
0x0000050: 0a13 0611 b606 0bb8 060f 0613 0619 bb06
0x0000060: 1b59 b706 1c13 02b2 b606 1db2 061f b606
0x0000070: 0a13 0619 b606 0bb8 060f bb00 0259 b206
0x0000080: 22b7 0624 0db6 01b0 1306 04b6 0606 b206
0x0000090: 08b6 060a 1306 26b6 060b b206 2bb6 062d
0x00000a0: 4b07 1306 2f2a b806 0fbb 003c 59b7 0630
0x00000b0: 0db6 0631 1301 abb6 0606 b206 33b6 060a
0x00000c0: 1306 35b6 060b 4c08 1306 372b b806 0f10
0x00000d0: 0613 0639 bb06 3b59 b706 3c0b b606 3db2
0x00000e0: 0617 b606 0a13 0639 b606 0bb8 060f 1007
0x00000f0: 1306 3fbb 0002 59b2 0622 b706 24b6 0641
0x0000100: 1306 42b6 0606 b206 08b6 060a 1306 3fb6
0x0000110: 060b b606 44b2 062b b606 2db8 060f 1008
0x0000120: 1306 46bb 0648 59b2 052c b706 4913 064a
0x0000130: b606 4b06 b606 4d13 064f b606 0bb6 0644
0x0000140: b806 0f10 0913 064f bb06 5159 b205 2cb7
0x0000150: 0652 1306 4ab6 0653 06b6 064d 1306 4fb6
0x0000160: 060b b606 44b8 060f 100a 1306 55bb 0648
0x0000170: 59b2 0658 b706 4913 064a b606 4b0c b606
0x0000180: 5a13 065c b606 0bb6 0644 b806 0f10 0b13
0x0000190: 065c bb06 5159 b206 58b7 0652 1306 4ab6
0x00001a0: 0653 0cb6 065a 1306 5cb6 060b b606 44b8
0x00001b0: 060f 100c 1306 5ebb 0660 59b7 0661 1302
0x00001c0: b2b6 0662 b206 64b6 060a 1306 5eb6 060b
0x00001d0: b806 0f10 0d13 0666 bb06 6859 b706 6913
0x00001e0: 0166 b606 6ab2 061f b606 0a13 0666 b606
0x00001f0: 0bb8 060f 100e 1306 6cbb 066e 59b7 066f
0x0000200: 1301 8cb6 0670 1301 abb6 0606 b206 08b6
0x0000210: 060a 1306 72b6 060b b806 0f10 0f13 0674
0x0000220: bb06 6e59 b706 6f13 018c b606 7013 01ab
0x0000230: b606 06b2 0608 b606 0a13 0676 b606 0bb8
0x0000240: 060f 1010 1306 78bb 066e 59b7 066f 1301
0x0000250: 8cb6 0670 1301 abb6 0606 b206 08b6 060a
0x0000260: 1306 7ab6 060b b806 0f10 1113 067c bb06
0x0000270: 7e59 b706 7f13 067c b606 80b8 060f 1012
0x0000280: 1306 82bb 0684 59b7 0685 1306 82b6 0686
0x0000290: b806 0f10 1313 0688 bb06 8a59 b706 8b13
0x00002a0: 0166 b606 8cb2 0617 b606 0a13 0688 b606
0x00002b0: 0bb8 060f 1014 1306 8ebb 0690 59b2 0693
0x00002c0: 03b7 0696 1306 97b6 0698 b206 9ab6 060a
0x00002d0: 1306 8eb6 060b b806 0f10 1513 069c bb06
0x00002e0: 6e59 b706 6f13 018c b606 7013 01ab b606
0x00002f0: 06b2 0608 b606 0a13 069e b606 0bb8 060f
0x0000300: 1016 1306 a0bb 06a2 59b2 06a8 b706 ab13
0x0000310: 018c b606 ac13 01ab b606 06b2 0608 b606
0x0000320: 0a13 06ae b606 0bb2 062b b606 2db8 060f
0x0000330: 1017 1306 b0bb 06b2 59b7 06b3 1306 b4b6
0x0000340: 06b5 b206 08b6 060a 1306 b0b6 060b b806
0x0000350: 0fbb 004a 59b7 06b6 b206 08b6 06b7 1306
0x0000360: b8b6 01b0 1306 bab6 060b 4d10 1813 06bc
0x0000370: 2cb8 060f 1019 1306 bebb 06c0 59b7 06c1
0x0000380: 1306 b8b6 06c2 1306 c4b6 060b b806 0f10
0x0000390: 1a13 06c6 bb00 3759 b706 c7b2 0633 b606
0x00003a0: c813 03b4 b601 b013 06c6 b606 0bb6 0644
0x00003b0: b806 0f10 1b13 06ca bb06 cc59 b706 cd13
0x00003c0: 06ce b606 cfb2 06d1 b606 0a13 06d3 b606
0x00003d0: 0bb8 060f 101c 1306 d5bb 06d7 59b7 06d8
0x00003e0: 1306 ceb6 06d9 b206 d1b6 060a 1306 dbb6
0x00003f0: 060b b806 0f10 1d13 06dd bb06 df59 04b7
0x0000400: 06e2 1306 e4b6 06e5 b806 0f10 1e13 06e7
0x0000410: bb06 e959 b706 ea04 b606 eb13 06ec b601
0x0000420: b013 06e7 b606 0bb8 060f 101f 1306 eebb
0x0000430: 06f0 59b7 06f1 0bb6 06f2 b206 17b6 060a
0x0000440: 1306 eeb6 060b b806 0f10 2013 06f4 bb06
0x0000450: f659 b706 f70b b606 f8b2 0617 b606 0a13
0x0000460: 06f4 b606 0bb8 060f 1021 1306 fabb 06df
0x0000470: 5903 b706 e213 06fc b606 e5b8 060f 1022
0x0000480: 1306 febb 0700 59b7 0701 b806 0f10 2313
0x0000490: 0703 bb07 0559 b207 08b7 0709 1306 b8b6
0x00004a0: 070a b207 0cb6 060a 1307 0eb6 060b b806
0x00004b0: 0f10 2413 0710 bb07 1259 b707 13b8 060f
0x00004c0: 1025 1307 15bb 0717 59b7 0718 0bb6 0719
0x00004d0: b206 17b6 060a 1307 1bb6 060b b806 0f10
0x00004e0: 2613 071d bb07 1f59 b707 200b b607 21b2
0x00004f0: 0617 b606 0a13 0723 b606 0bb8 060f bb07
0x0000500: 2559 b707 260b b607 27b2 0617 b606 0a13
0x0000510: 0728 b606 5a13 072a b606 0b4e 1027 1307
0x0000520: 2c2d b806 0fbb 0725 59b7 0726 0bb6 0727
0x0000530: b206 17b6 060a 1307 2ab6 060b 3a04 1028
0x0000540: 1307 2e19 04b8 060f 1029 1307 30bb 06a2
0x0000550: 59b2 0733 b706 ab13 018c b606 ac13 0604
0x0000560: b606 06b2 06d1 b606 0a13 0735 b606 0bb8
0x0000570: 060f 102a 1307 37bb 06a2 59b2 073a b706
0x0000580: ab13 01ab b606 ac13 0604 b606 06b2 06d1
0x0000590: b606 0a13 073c b606 0bb8 060f 102b 1307
0x00005a0: 3ebb 0740 59b7 0741 0db6 0742 1306 04b6
0x00005b0: 0606 b206 08b6 060a 1307 44b6 060b b806
0x00005c0: 0f10 2c13 0746 bb07 4859 b707 490d b607
0x00005d0: 4a13 0604 b606 06b2 0608 b606 0a13 0744
0x00005e0: b606 0bb8 060f bb00 0259 b206 22b7 0624
0x00005f0: 0db6 01b0 1306 04b6 0606 b206 08b6 060a
0x0000600: 1307 4cb6 060b b206 2bb6 062d 3a05 102d
0x0000610: 1307 4e19 05b8 060f 102e 1307 50bb 0752
0x0000620: 59b7 0753 0bb6 0754 b206 17b6 060a 1307
0x0000630: 50b6 060b b806 0f10 2f13 0756 bb07 5859
0x0000640: b707 5913 0602 b607 5ab2 0633 b606 0a13
0x0000650: 0756 b606 0bb8 060f 1030 1307 5cbb 0002
0x0000660: 59b2 0622 b706 240d b601 b013 0604 b606
0x0000670: 06b2 0608 b606 0a13 075e b606 0bb2 062b
0x0000680: b606 2db8 060f 1031 1307 60bb 0762 59b7
0x0000690: 0763 1307 64b6 0765 1307 66b6 0606 b206
0x00006a0: 08b6 060a 1307 60b6 060b b806 0f10 3213
0x00006b0: 0768 bb07 6a59 b707 6b0b b607 6c13 076d
0x00006c0: b606 5ab2 0633 b606 0a13 0768 b606 0bb8
0x00006d0: 060f 1033 1307 6fbb 0451 59b7 0770 0bb6
0x00006e0: 0771 0cb6 065a b207 0cb6 060a 1307 6fb6
0x00006f0: 060b b606 44b8 060f 1034 1307 73bb 0775
0x0000700: 59b7 0776 1301 abb6 0777 b206 d1b6 060a
0x0000710: 1307 79b6 060b b606 44b8 060f 1035 1307
0x0000720: 7bbb 001d 592b b601 1bb2 077e b207 82b9
0x0000730: 049b 0300 b707 8413 0786 b607 87b8 060f
0x0000740: 1036 1307 89bb 078b 5903 b707 8e13 078f
0x0000750: b607 90b2 0633 b606 0a13 0789 b606 0bb8
0x0000760: 060f 1037 1307 92bb 0794 59b7 0795 0bb6
0x0000770: 0796 b201 61b6 060a 1307 98b6 060b b606
0x0000780: 44b8 060f 1038 1307 9abb 066e 59b7 066f
0x0000790: 1301 8cb6 0670 1301 abb6 0606 b206 08b6
0x00007a0: 060a 1307 9cb6 060b b806 0f10 3913 079e
0x00007b0: bb06 a259 b207 a1b7 06ab 1301 abb6 06ac
0x00007c0: 1306 04b6 0606 b206 d1b6 060a 1307 a3b6
0x00007d0: 060b b806 0f10 3a13 07a5 bb07 a759 b707
0x00007e0: a813 078f b607 a9b2 0633 b606 0a13 07ab
0x00007f0: b606 0bb8 060f 103b 1307 adbb 07af 59b7
0x0000800: 07b0 1307 b2b6 07b3 b806 0fbb 040c 59b7
0x0000810: 07b4 1301 66b6 07b5 b206 1fb6 060a 1307
0x0000820: b7b6 060b 3a06 103c 1307 b719 06b8 060f
0x0000830: 103d 1307 b9bb 07bb 5903 b707 bc13 06b4
0x0000840: b607 bdb2 0608 b606 0a13 07b9 b606 0bb2
0x0000850: 07c0 b606 2db8 060f 103e 1307 c2bb 07bb
0x0000860: 5904 b707 bc13 06b4 b607 bdb2 0608 b606
0x0000870: 0a13 07c3 b606 5a13 07b9 b606 0bb8 060f
0x0000880: 103f 1307 c5bb 07c7 59b7 07c8 0cb6 07c9
0x0000890: b206 33b6 060a 1307 cbb6 060b b606 44b8
0x00008a0: 060f 1040 1307 cdbb 07cf 59b2 07d2 b707
0x00008b0: d313 018c b607 d4b2 0633 b606 0a13 07d6
0x00008c0: b606 0bb6 0644 b806 0f10 4113 07d8 bb07
0x00008d0: da59 b707 db13 07dc b607 ddb2 07df b606
0x00008e0: 0a13 07d8 b606 0bb8 060f 1042 1307 e1bb
0x00008f0: 07e3 59b7 07e4 1306 ceb6 07e5 b206 d1b6
0x0000900: 060a 1307 e1b6 060b b806 0f10 4313 07e7
0x0000910: bb00 1d59 2ab6 011b b707 8413 07e9 b607
0x0000920: 87b8 060f 1044 1307 ebbb 07ed 59b7 07ee
0x0000930: 0cb6 07ef b206 33b6 060a 1307 cbb6 060b
0x0000940: b606 44b8 060f 1045 1307 f1bb 07f3 59b7
0x0000950: 07f4 1302 b2b6 07f5 b206 33b6 060a 1307
0x0000960: f1b6 060b b806 0f10 4613 07f7 bb00 4159
0x0000970: b206 22b2 07fb b707 fe13 02b2 b607 ffb2
0x0000980: 0608 b606 0a13 0801 b606 0bb8 060f 1047
0x0000990: 1308 03bb 07cf 59b2 0806 b707 d313 01ab
0x00009a0: b607 d4b2 06d1 b606 0a13 0808 b606 0bb6
0x00009b0: 0644 b806 0f10 4813 080a bb00 4159 b207
0x00009c0: d2b2 080d b707 fe13 02b2 b607 ffb2 0633
0x00009d0: b606 0a13 080f b606 0bb8 060f 1049 1308
0x00009e0: 11bb 0813 5903 b708 1413 018c b608 1513
0x00009f0: 01ab b606 06b2 0608 b606 0a13 0817 b606
0x0000a00: 0bb2 062b b606 2db8 060f 104a 1308 19bb
0x0000a10: 0813 5904 b708 1413 081a b608 1b13 018c
0x0000a20: b601 b013 01ab b606 06b2 0608 b606 0a13
0x0000a30: 0817 b606 0bb8 060f 104b 1308 1dbb 081f
0x0000a40: 5903 b708 200b b608 21b2 0633 b606 0a13
0x0000a50: 0823 b606 0bb8 060f 104c 1308 25bb 081f
0x0000a60: 5904 b708 200b b608 2113 02b2 b606 5ab2
0x0000a70: 0633 b606 0a13 0823 b606 0bb2 0828 b606
0x0000a80: 2db8 060f 104d 1308 2abb 082c 59b7 082d
0x0000a90: 1302 b2b6 082e b206 08b6 060a 1308 30b6
0x0000aa0: 060b b806 0f10 4e13 0832 bb04 2959 b708
0x0000ab0: 3313 0834 b608 35b2 0837 b606 0a13 0839
0x0000ac0: b606 0b03 b606 4db8 060f 104f 1308 3bbb
0x0000ad0: 083d 59b7 083e 1302 b2b6 083f 06b6 064d
0x0000ae0: b206 9ab6 060a 1308 3bb6 060b b806 0f10
0x0000af0: 5013 0839 bb08 4159 b708 4213 03b4 b608
0x0000b00: 43b2 0837 b606 0a13 0839 b606 0bb8 060f
0x0000b10: 1051 1308 45bb 0847 59b7 0848 1307 dcb6
0x0000b20: 0849 b207 0cb6 060a 1308 45b6 060b b806
0x0000b30: 0f10 5213 084b bb08 4d59 b708 4e13 0166
0x0000b40: b608 4fb2 061f b606 0a13 084b b606 0bb8
0x0000b50: 060f 1053 1308 51bb 0853 59b7 0854 0bb6
0x0000b60: 0855 b206 17b6 060a 1308 51b6 060b b606
0x0000b70: 44b8 060f 1054 1308 57bb 0859 59b7 085a
0x0000b80: 0db6 085b 1306 04b6 0606 b206 08b6 060a
0x0000b90: 1308 57b6 060b b806 0f10 5513 085d bb04
0x0000ba0: cd59 b207 d2b7 085e 0db6 085f 1301 abb6
0x0000bb0: 0606 b206 33b6 060a 1308 5db6 060b b806
0x0000bc0: 0fbb 0861 59b7 0862 0cb6 0863 b206 33b6
0x0000bd0: 060a 1308 65b6 060b 3a07 1056 1308 6519
0x0000be0: 07b8 060f 1057 1308 67bb 0869 59b7 086a
0x0000bf0: 1307 dcb6 086b b206 08b6 060a 1308 6db6
0x0000c00: 060b b806 0f10 5813 086f bb08 7159 b708
0x0000c10: 7213 02b2 b608 73b2 0664 b606 0a13 0875
0x0000c20: b606 0bb8 060f 1059 1308 77bb 0879 59b2
0x0000c30: 0693 b708 7a13 0697 b608 7bb2 069a b606
0x0000c40: 0a0c b606 5a13 087d b606 0bb8 060f 105a
0x0000c50: 1308 7fbb 0881 59b7 0882 1301 aeb6 0883
0x0000c60: b206 9ab6 060a 1308 84b6 065a 1308 7fb6
0x0000c70: 060b b806 0f10 5b13 0886 bb08 6159 b708
0x0000c80: 620c b608 63b2 0633 b606 0a0c b606 5a13
0x0000c90: 0888 b606 0bb8 060f 105c 1308 8abb 088c
0x0000ca0: 59b7 088d 1302 b2b6 088e b207 0cb6 060a
0x0000cb0: 1308 8ab6 060b b606 44b8 060f 105d 1308
0x0000cc0: 90bb 0892 5903 b708 930b b608 94b2 0633
0x0000cd0: b606 0a13 0896 b606 0bb6 0644 b806 0f10
0x0000ce0: 5e13 0898 bb08 9259 04b7 0893 0bb6 0894
0x0000cf0: b206 33b6 060a 1308 96b6 060b b606 44b8
0x0000d00: 060f 105f 1308 9abb 089c 59b2 0693 b708
0x0000d10: 9d13 0697 b608 9eb2 069a b606 0a13 08a0
0x0000d20: b606 0bb8 060f 1060 1308 a2bb 08a4 59b2
0x0000d30: 07d2 b708 a513 018c b608 a6b2 0633 b606
0x0000d40: 0a13 08a2 b606 0bb6 0644 b806 0f10 6113
0x0000d50: 08a8 bb08 aa59 b708 ab13 0884 b608 ac13
0x0000d60: 08ae b606 0bb8 060f bb00 4659 b708 af13
0x0000d70: 0602 b608 b013 0604 b606 06b2 0608 b606
0x0000d80: 0a13 08b2 b606 0b3a 0810 6213 0626 1908
0x0000d90: b806 0f10 6313 08b4 bb08 b659 b207 d22d
0x0000da0: b708 b913 03b4 b608 bab2 0633 b606 0a13
0x0000db0: 072a b606 0bb8 060f 1064 1308 bcbb 08b6
0x0000dc0: 59b2 07d2 1904 b708 b913 03b4 b608 bab2
0x0000dd0: 0633 b606 0a13 072a b606 0bb8 060f 1065
0x0000de0: 1308 bebb 08c0 59b2 0806 04b7 08c1 1301
0x0000df0: abb6 08c2 1306 04b6 0606 b206 d1b6 060a
0x0000e00: 1308 c4b6 060b b806 0f10 6613 08c6 bb08
0x0000e10: c059 b206 9303 b708 c113 0697 b608 c2b2
0x0000e20: 069a b606 0a13 08c8 b606 0bb8 060f bb08
0x0000e30: ca59 b708 cb0c b608 ccb2 0633 b606 0a13
0x0000e40: 08ce b606 0b3a 0910 6713 08d0 1909 b806
0x0000e50: 0f10 6813 08d2 bb08 d459 1907 b708 d70b
0x0000e60: b608 d8b2 0633 b606 0a13 08da b606 0bb8
0x0000e70: 060f 1069 1308 dcbb 08d4 5919 09b7 08d7
0x0000e80: 0bb6 08d8 b206 33b6 060a 1308 dab6 060b
0x0000e90: b806 0f10 6a13 08de bb08 e059 b708 e113
0x0000ea0: 03b4 b608 e2b2 0617 b606 0a13 08de b606
0x0000eb0: 0bb8 060f 106b 1308 e4bb 08e6 59b7 08e7
0x0000ec0: 0db6 08e8 1301 abb6 0606 b206 33b6 060a
0x0000ed0: 1308 eab6 060b b806 0f10 6c13 08ec bb00
0x0000ee0: 1d59 1905 b601 1bb7 0784 1308 eeb6 0787
0x0000ef0: b806 0f10 6d13 08f0 bb00 1d59 1908 b601
0x0000f00: 1bb2 08f3 b208 f7b9 049b 0300 b707 8413
0x0000f10: 08f9 b607 87b8 060f 106e 1308 fbbb 08fd
0x0000f20: 59b7 08fe 1301 66b6 08ff b206 17b6 060a
0x0000f30: 1309 01b6 060b b806 0f10 6f13 0903 bb09
0x0000f40: 0559 b709 060b b609 07b2 0617 b606 0a13
0x0000f50: 0903 b606 0bb8 060f bb09 0959 b709 0a0d
0x0000f60: b609 0b13 0604 b606 06b2 0608 b606 0a13
0x0000f70: 090d b606 0bb2 062b b606 2d3a 0a10 7013
0x0000f80: 090f 190a b806 0f10 7113 0911 bb04 cd59
0x0000f90: b206 22b7 085e 0db6 085f 1306 04b6 0606
0x0000fa0: b206 08b6 060a 1309 13b6 060b b806 0f10
0x0000fb0: 7213 0915 bb00 1d59 190a b601 1bb7 0784
0x0000fc0: 1309 17b6 0787 b806 0f10 7313 0919 bb09
0x0000fd0: 1b59 b709 1c13 091e b609 1fb8 060f 1074
0x0000fe0: 1309 21bb 0923 59b7 0924 1301 abb6 0925
0x0000ff0: 1307 66b6 0606 1309 27b6 060b b806 0f10
0x0001000: 7513 0929 bb09 2b59 b709 2c13 02b2 b609
0x0001010: 2d13 0728 b606 5a13 092f b606 0bb8 060f
0x0001020: 1076 1309 31bb 0933 59b7 0934 0db6 0935
0x0001030: 1309 31b6 060b b806 0f10 7713 0937 bb09
0x0001040: 3959 b209 3cb7 093d 1301 aeb6 093e 1306
0x0001050: 42b6 0606 b806 0f10 7813 0940 bb09 4259
0x0001060: b709 43b2 069a b609 4413 0728 b606 5a13
0x0001070: 01ae b601 b013 0946 b606 0b13 0642 b606
0x0001080: 06b2 07c0 b606 2db8 060f 1079 1309 48bb
0x0001090: 0002 59b2 0622 b706 2413 018c b601 b013
0x00010a0: 018a b606 06b2 0608 b606 0a13 094a b606
0x00010b0: 0bb2 062b b606 2db8 060f 107a 1309 4cbb
0x00010c0: 094e 59b7 094f 1301 8cb6 0950 1301 8ab6
0x00010d0: 0606 b206 08b6 060a 1307 28b6 065a 1309
0x00010e0: 52b6 060b b806 0f10 7b13 0954 bb09 5659
0x00010f0: 03b7 0957 1306 97b6 0958 b206 9ab6 060a
0x0001100: 1309 5ab6 060b b208 28b6 062d b806 0f10
0x0001110: 7c13 095c bb09 5659 04b7 0957 1306 97b6
0x0001120: 0958 b206 9ab6 060a 1309 5ab6 060b b806
0x0001130: 0f10 7d13 095e bb09 6059 b709 610d b609
0x0001140: 6213 01ab b606 06b2 0633 b606 0a13 0964
0x0001150: b606 0bb8 060f 107e 1309 66bb 0968 59b7
0x0001160: 0969 0db6 096a 1301 abb6 0606 b206 33b6
0x0001170: 060a 1309 64b6 060b b806 0f10 7f13 096c
0x0001180: bb09 6e59 b709 6f13 03b4 b609 7013 01ab
0x0001190: b606 06b2 0633 b606 0a13 096c b606 0bb8
0x00011a0: 060f 1100 8013 0972 bb00 1d59 2cb6 011b
0x00011b0: b209 75b2 0979 b904 9b03 00b7 0784 1309
0x00011c0: 7bb6 0787 b806 0f11 0081 1309 7dbb 066e
0x00011d0: 59b7 066f 1301 8cb6 0670 1301 abb6 0606
0x00011e0: b206 08b6 060a 1309 7fb6 060b b806 0f11
0x00011f0: 0082 1309 81bb 0983 59b7 0984 1309 85b6
0x0001200: 0986 1309 87b6 0606 b206 08b6 060a 1309
0x0001210: 89b6 060b 1302 b2b6 065a b806 0f11 0083
0x0001220: 1309 8bbb 098d 59b7 098e 1309 90b6 0991
0x0001230: b806 0f11 0084 1309 93bb 0995 59b7 0996
0x0001240: 1309 98b6 0999 b806 0f11 0085 1309 9bbb
0x0001250: 06a2 59b2 099e b706 ab13 01ab b606 ac13
0x0001260: 0604 b606 06b2 06d1 b606 0a13 09a0 b606
0x0001270: 0bb8 060f 1100 8613 09a2 bb00 1d59 2bb6
0x0001280: 011b b207 7eb2 09a5 b904 9b03 00b7 0784
0x0001290: 1309 a7b6 0787 b806 0f11 0087 1309 a9bb
0x00012a0: 001d 592b b601 1bb2 077e b209 acb9 049b
0x00012b0: 0300 b707 8413 09ae b607 87b8 060f 1100
0x00012c0: 8813 09b0 bb00 1d59 2bb6 011b b207 7eb2
0x00012d0: 09b3 b904 9b03 00b7 0784 1309 b5b6 0787
0x00012e0: b806 0f11 0089 1309 b7bb 09b9 59b7 09ba
0x00012f0: b609 bb13 0642 b606 0613 09bd b606 0bb8
0x0001300: 060f 1100 8a13 09be bb09 c059 b709 c113
0x0001310: 09be b609 c20c b606 5ab8 060f 1100 8b13
0x0001320: 09c4 bb09 c659 2ab7 09c7 1309 c9b6 09ca
0x0001330: b806 0f11 008c 1309 ccbb 09ce 59b7 09cf
0x0001340: 0bb6 09d0 b201 61b6 060a 1309 d2b6 060b
0x0001350: b806 0f11 008d 1309 d4bb 09d6 59b7 09d7
0x0001360: 1309 d4b6 09d8 b806 0f11 008e 1309 dabb
0x0001370: 09dc 59b7 09dd 1309 dab6 09de b806 0f11
0x0001380: 008f 1309 e0bb 09e2 59b7 09e3 1302 b2b6
0x0001390: 09e4 b206 33b6 060a 1308 30b6 060b b806
0x00013a0: 0f11 0090 1309 e6bb 09e8 59b7 09e9 0cb6
0x00013b0: 09ea b206 08b6 060a 1309 e6b6 060b b806
0x00013c0: 0f11 0091 1309 ecbb 09ee 59b7 09ef 1301
0x00013d0: abb6 09f0 b209 f2b6 060a 1307 66b6 0606
0x00013e0: 1309 ecb6 060b b806 0f11 0092 1309 f4bb
0x00013f0: 078b 5904 b707 8e13 078f b607 90b2 0633
0x0001400: b606 0a13 09f6 b606 0bb8 060f 1100 9313
0x0001410: 09f8 bb09 fa59 1307 30b2 0806 100f b709
0x0001420: fd13 02b2 b609 feb2 0633 b606 0a13 0a00
0x0001430: b606 0bb8 060f 1100 9413 0a02 bb09 fa59
0x0001440: 1307 37b2 0806 1100 96b7 09fd 1302 b2b6
0x0001450: 09fe b206 33b6 060a 130a 04b6 060b b806
0x0001460: 0f11 0095 130a 06bb 0a08 5903 b70a 090b
0x0001470: b60a 0ab2 0633 b606 0a13 0a0c b606 0bb6
0x0001480: 0644 b806 0f11 0096 130a 0ebb 0a08 5904
0x0001490: b70a 090b b60a 0a13 081a b606 5ab2 0633
0x00014a0: b606 0a13 0a0c b606 0bb6 0644 b806 0f11
0x00014b0: 0097 130a 10bb 0a12 5903 b70a 13b8 060f
0x00014c0: 1100 9813 0a15 bb04 3459 b20a 18b7 0a19
0x00014d0: 1301 abb6 0a1a 1306 04b6 0606 b206 d1b6
0x00014e0: 060a 130a 1cb6 060b b806 0f11 0099 130a
0x00014f0: 1ebb 066e 59b7 066f 1301 8cb6 0670 1301
0x0001500: abb6 0606 b206 08b6 060a 130a 20b6 060b
0x0001510: b806 0f11 009a 130a 22bb 0432 59b7 0a23
0x0001520: 1301 8cb6 0a24 130a 25b6 0606 b206 d1b6
0x0001530: 060a 130a 22b6 060b b806 0fbb 004e 59b7
0x0001540: 0a26 b206 08b6 0a27 1306 b8b6 01b0 130a
0x0001550: 29b6 060b 3a0b 1100 9b13 0a2b 190b b806
0x0001560: 0f11 009c 130a 2dbb 001d 5919 0bb6 011b
0x0001570: b20a 30b2 0a33 b904 9b03 00b7 0784 130a
0x0001580: 35b6 0787 b806 0f11 009d 130a 37bb 06cc
0x0001590: 59b7 06cd 1306 ceb6 06cf b206 d1b6 060a
0x00015a0: 130a 39b6 060b b806 0f11 009e 130a 3bbb
0x00015b0: 0a3d 59b7 0a3e 1306 b4b6 0a3f b206 08b6
0x00015c0: 060a 130a 3bb6 060b b806 0f11 009f 130a
0x00015d0: 41bb 0705 59b2 0622 b707 0913 0a42 b607
0x00015e0: 0a13 0a43 b606 06b2 0608 b606 0a13 0a45
0x00015f0: b606 0bb8 060f 1100 a013 0a47 bb0a 4959
0x0001600: b70a 4a13 0697 b60a 4bb2 069a b606 0a13
0x0001610: 0a4d b606 0bb8 060f 1100 a113 0a4f bb0a
0x0001620: 5159 b70a 5213 0682 b60a 53b8 060f 1100
0x0001630: a213 0a55 bb0a 5759 b70a 5813 067c b60a
0x0001640: 59b8 060f 1100 a313 0a5b bb00 1d59 2bb6
0x0001650: 011b b207 7eb2 0a5e b904 9b03 00b7 0784
0x0001660: 130a 60b6 0787 b806 0f11 00a4 130a 62bb
0x0001670: 001d 592b b601 1bb2 077e b20a 65b9 049b
0x0001680: 0300 b707 8413 0a67 b607 87b8 060f 1100
0x0001690: a513 0a69 bb0a 6b59 b70a 6c13 0a69 b60a
0x00016a0: 6db2 0a6f b606 0ab8 060f 1100 a613 0a71
0x00016b0: bb0a 7359 b70a 7413 0a71 b60a 75b8 060f
0x00016c0: 1100 a713 0a77 bb08 a459 b208 06b7 08a5
0x00016d0: 1301 abb6 08a6 b206 d1b6 060a 130a 79b6
0x00016e0: 060b b606 44b8 060f 1100 a813 0a7b bb0a
0x00016f0: 7d59 b70a 7e13 0602 b60a 7f13 0604 b606
0x0001700: 06b2 0608 b606 0a13 0a7b b606 0bb8 060f
0x0001710: 1100 a913 0a81 bb0a 8359 b206 93b7 0a84
0x0001720: 1306 97b6 0a85 b206 9ab6 060a 0cb6 065a
0x0001730: 130a 87b6 060b b806 0f11 00aa 130a 89bb
0x0001740: 0a8b 59b7 0a8c 1302 b2b6 0a8d b206 17b6
0x0001750: 060a 130a 8fb6 060b b206 2bb6 062d b806
0x0001760: 0f11 00ab 130a 91bb 0a93 59b7 0a94 1308
0x0001770: 34b6 0a95 b207 0cb6 060a 130a 97b6 060b
0x0001780: 03b6 064d b806 0f11 00ac 130a 99bb 0a9b
0x0001790: 59b7 0a9c 130a 42b6 0a9d 130a 43b6 0606
0x00017a0: b206 08b6 060a 130a 9fb6 060b b806 0f11
0x00017b0: 00ad 130a a1bb 0002 59b2 0622 b706 2413
0x00017c0: 01ab b601 b013 0604 b606 06b2 0608 b606
0x00017d0: 0a13 0aa3 b606 0bb2 062b b606 2db8 060f
0x00017e0: 1100 ae13 0aa5 bb0a a759 b70a a813 02b2
0x00017f0: b60a a9b2 069a b606 0a13 0aab b606 0bb8
0x0001800: 060f 1100 af13 0aad bb0a af59 b70a b0b8
0x0001810: 060f 1100 b013 0ab2 bb00 2559 b70a b30c
0x0001820: b60a b4b2 0633 b606 0a13 0ab6 b606 0bb6
0x0001830: 0644 b806 0f11 00b1 130a b8bb 002a 59b7
0x0001840: 0ab9 0cb6 0aba b206 33b6 060a 130a b6b6
0x0001850: 060b b606 44b8 060f 1100 b213 0abc bb0a
0x0001860: 1259 04b7 0a13 b806 0fbb 0052 59b7 0abd
0x0001870: b206 08b6 0abe 1306 b8b6 01b0 130a c0b6
0x0001880: 060b 3a0c 1100 b313 0ac2 190c b806 0f11
0x0001890: 00b4 130a c4bb 001d 5919 0cb6 011b b20a
0x00018a0: c7b2 0aca b904 9b03 00b7 0784 130a ccb6
0x00018b0: 0787 b806 0f11 00b5 130a cebb 0ad0 59b7
0x00018c0: 0ad1 0db6 0ad2 1306 04b6 0606 b206 08b6
0x00018d0: 060a 130a d4b6 060b b806 0f11 00b6 130a
0x00018e0: d6bb 0ad8 59b7 0ad9 0db6 0ada 1306 04b6
0x00018f0: 0606 b206 08b6 060a 130a d4b6 060b b806
0x0001900: 0f11 00b7 130a dcbb 08e6 59b7 08e7 0db6
0x0001910: 08e8 1301 abb6 0606 b206 33b6 060a 130a
0x0001920: deb6 060b b806 0f11 00b8 130a e0bb 08e6
0x0001930: 59b7 08e7 0db6 08e8 1301 abb6 0606 b206
0x0001940: 33b6 060a 130a e2b6 060b b806 0f11 00b9
0x0001950: 130a e4bb 08e6 59b7 08e7 0db6 08e8 1301
0x0001960: abb6 0606 b206 33b6 060a 130a e6b6 060b
0x0001970: b806 0f11 00ba 130a e8bb 08e6 59b7 08e7
0x0001980: 0db6 08e8 1301 abb6 0606 b206 33b6 060a
0x0001990: 130a eab6 060b b806 0f11 00bb 130a ecbb
0x00019a0: 08e6 59b7 08e7 0db6 08e8 1301 abb6 0606
0x00019b0: b206 33b6 060a 130a eeb6 060b b806 0f11
0x00019c0: 00bc 130a f0bb 04cd 59b2 07d2 b708 5e0d
0x00019d0: b608 5f13 01ab b606 06b2 0633 b606 0a13
0x00019e0: 0af2 b606 0bb8 060f 1100 bd13 0af4 bb04
0x00019f0: cd59 b207 d2b7 085e 0db6 085f 1301 abb6
0x0001a00: 0606 b206 33b6 060a 130a f6b6 060b b806
0x0001a10: 0f11 00be 130a f8bb 04cd 59b2 07d2 b708
0x0001a20: 5e0d b608 5f13 01ab b606 06b2 0633 b606
0x0001a30: 0a13 0afa b606 0bb8 060f 1100 bf13 0afc
0x0001a40: bb04 cd59 b207 d2b7 085e 0db6 085f 1301
0x0001a50: abb6 0606 b206 33b6 060a 130a feb6 060b
0x0001a60: b806 0f11 00c0 130b 00bb 04cd 59b2 07d2
0x0001a70: b708 5e0d b608 5f13 01ab b606 06b2 0633
0x0001a80: b606 0a13 0b02 b606 0bb8 060f 1100 c113
0x0001a90: 0b04 bb07 cf59 b207 d2b7 07d3 1301 8cb6
0x0001aa0: 07d4 b206 33b6 060a 130b 06b6 060b b606
0x0001ab0: 44b8 060f 1100 c213 0b08 bb07 cf59 b207
0x0001ac0: d2b7 07d3 1301 8cb6 07d4 b206 33b6 060a
0x0001ad0: 130b 0ab6 060b b606 44b8 060f 1100 c313
0x0001ae0: 0b0c bb07 cf59 b207 d2b7 07d3 1301 8cb6
0x0001af0: 07d4 b206 33b6 060a 130b 0eb6 060b b606
0x0001b00: 44b8 060f 1100 c413 0b10 bb07 cf59 b207
0x0001b10: d2b7 07d3 1301 8cb6 07d4 b206 33b6 060a
0x0001b20: 130b 12b6 060b b606 44b8 060f 1100 c513
0x0001b30: 0b14 bb07 cf59 b207 d2b7 07d3 1301 8cb6
0x0001b40: 07d4 b206 33b6 060a 130b 16b6 060b b606
0x0001b50: 44b8 060f b200 a2b6 0b19 b200 a2b6 0b1a
0x0001b60: 3a0d 190d b902 8301 0099 007e 190d b902
0x0001b70: 8601 00c0 0002 3a0e 190e b401 0db2 043d
0x0001b80: a600 0c19 0e03 b501 09a7 ffd9 0336 0f19
0x0001b90: 0ec1 001d 3610 190e c100 2f36 1119 0e19
0x0001ba0: 06a6 0007 04a7 0004 0336 1219 0eb4 0103
0x0001bb0: 3613 190e b400 fc9a 0007 04a7 0004 0336
0x0001bc0: 1415 109a 0017 1511 9a00 1215 129a 000d
0x0001bd0: 1513 9a00 0815 1499 0006 0436 0f19 0e15
0x0001be0: 0fb5 0109 a7ff 7eb2 00a2 b60b 1a3a 0d19
0x0001bf0: 0db9 0283 0100 9900 5619 0db9 0286 0100
0x0001c00: c000 023a 0e19 0eb6 05c4 b605 c8b6 05cd
0x0001c10: 3a0f 190f b902 8301 0099 0030 190f b902
0x0001c20: 8601 00c0 00ae 3a10 b200 a219 0eb6 00a8
0x0001c30: 0778 190e 1910 b600 b780 3611 b20b 1c19
0x0001c40: 1015 11b6 0b22 a7ff cca7 ffa6 b1
Stackmap Table:
full_frame(@7010,{Object[#2],Object[#2],Object[#2],Object[#2],Object[#2],Object[#2],Object[#2],Object[#2],Object[#2],Object[#2],Object[#2],Object[#2],Object[#2],Object[#640]},{})
append_frame(@7052,Object[#2])
append_frame(@7080,Integer,Integer,Integer)
same_locals_1_stack_item_frame(@7081,Integer)
append_frame(@7102,Integer,Integer)
same_locals_1_stack_item_frame(@7103,Integer)
append_frame(@7130,Integer)
same_frame(@7133)
full_frame(@7143,{Object[#2],Object[#2],Object[#2],Object[#2],Object[#2],Object[#2],Object[#2],Object[#2],Object[#2],Object[#2],Object[#2],Object[#2],Object[#2],Object[#640]},{})
same_frame(@7151)
append_frame(@7186,Object[#2],Object[#640])
chop_frame(@7241,1)
chop_frame(@7244,1) 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
It only occurs when I throw optifine in the mods folder. So what could the issue be?
He put it in bold for you. You are using the wrong version of Optifine for the version of Minecraft/Forge you are using.