iChun / IssueTracker-Mods

Issue Tracker for my Minecraft Mods which sources are not already hosted on GitHub.
6 stars 3 forks source link

[1.10.2][Portal Gun] Crash with Optifine #56

Closed Xiaminou closed 7 years ago

Xiaminou commented 7 years ago

So as it turns out see through portals actually work without Optifine, however I can't play modpack without Optifine. Also, Optifine just straight up crashed it in my test with just a few mods. Which by the way is weird because it didn't crash in my modpack. crash-2017-04-13_02.00.13-client.txt

jambonmcyeah commented 7 years ago

I had optifine installed and it crashed

ThomasAunvik commented 7 years ago

This crash log have nothing to do with portal gun. Try deleting projectred-transmission. Or you just posted the wrong crash log... Beacuse portal gun isnt even installed.

net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from projectred-transmission (projectred-transmission)
Caused by: java.lang.NoClassDefFoundError: mrtjp/projectred/transmission/ItemPartWire
    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:377)
    at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:570)
    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:243)
    at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:221)
    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:145)
    at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:549)
    at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:218)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:439)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351)
    at net.minecraft.client.main.Main.main(SourceFile:124)
    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: mrtjp.projectred.transmission.ItemPartWire
    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.NoClassDefFoundError: mrtjp/core/item/ItemCore
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:760)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
    ... 39 more
Caused by: java.lang.ClassNotFoundException: mrtjp.core.item.ItemCore
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
    ... 43 more
Xiaminou commented 7 years ago

lol I did post the wrong one, fucking sort order not staying the same.

BlueCyro commented 7 years ago

I can confirm this is an issue related to having optifine installed as I only had iChunUtil PortalGun FML and optifine. Disabling optifine fixed the issue, however I doubt iChun will support fixing his stuff so it works with it.


Minecraft folder is:
instances/1.10.2/minecraft

Java path is:
C:/ProgramData/Oracle/Java/javapath/java.exe

Java is version 1.8.0_111, using 64-bit architecture.

Main Class:
  net.minecraft.launchwrapper.Launch

Native path:
  D:/MultiMC/instances/1.10.2/natives

Libraries:
  D:/MultiMC/libraries/com/mojang/netty/1.6/netty-1.6.jar
  D:/MultiMC/libraries/oshi-project/oshi-core/1.1/oshi-core-1.1.jar
  D:/MultiMC/libraries/net/java/dev/jna/jna/3.4.0/jna-3.4.0.jar
  D:/MultiMC/libraries/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar
  D:/MultiMC/libraries/com/ibm/icu/icu4j-core-mojang/51.2/icu4j-core-mojang-51.2.jar
  D:/MultiMC/libraries/net/sf/jopt-simple/jopt-simple/4.6/jopt-simple-4.6.jar
  D:/MultiMC/libraries/com/paulscode/codecjorbis/20101023/codecjorbis-20101023.jar
  D:/MultiMC/libraries/com/paulscode/codecwav/20101023/codecwav-20101023.jar
  D:/MultiMC/libraries/com/paulscode/libraryjavasound/20101123/libraryjavasound-20101123.jar
  D:/MultiMC/libraries/com/paulscode/librarylwjglopenal/20100824/librarylwjglopenal-20100824.jar
  D:/MultiMC/libraries/com/paulscode/soundsystem/20120107/soundsystem-20120107.jar
  D:/MultiMC/libraries/io/netty/netty-all/4.0.23.Final/netty-all-4.0.23.Final.jar
  D:/MultiMC/libraries/com/google/guava/guava/17.0/guava-17.0.jar
  D:/MultiMC/libraries/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.jar
  D:/MultiMC/libraries/commons-io/commons-io/2.4/commons-io-2.4.jar
  D:/MultiMC/libraries/commons-codec/commons-codec/1.9/commons-codec-1.9.jar
  D:/MultiMC/libraries/com/google/code/gson/gson/2.2.4/gson-2.2.4.jar
  D:/MultiMC/libraries/com/mojang/authlib/1.5.22/authlib-1.5.22.jar
  D:/MultiMC/libraries/com/mojang/realms/1.9.8/realms-1.9.8.jar
  D:/MultiMC/libraries/org/apache/commons/commons-compress/1.8.1/commons-compress-1.8.1.jar
  D:/MultiMC/libraries/org/apache/httpcomponents/httpclient/4.3.3/httpclient-4.3.3.jar
  D:/MultiMC/libraries/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar
  D:/MultiMC/libraries/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar
  D:/MultiMC/libraries/it/unimi/dsi/fastutil/7.0.12_mojang/fastutil-7.0.12_mojang.jar
  D:/MultiMC/libraries/org/apache/logging/log4j/log4j-api/2.0-beta9/log4j-api-2.0-beta9.jar
  D:/MultiMC/libraries/org/apache/logging/log4j/log4j-core/2.0-beta9/log4j-core-2.0-beta9.jar
  D:/MultiMC/libraries/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar
  D:/MultiMC/libraries/net/java/jutils/jutils/1.0.0/jutils-1.0.0.jar
  D:/MultiMC/libraries/org/lwjgl/lwjgl/lwjgl/2.9.1/lwjgl-2.9.1.jar
  D:/MultiMC/libraries/org/lwjgl/lwjgl/lwjgl_util/2.9.1/lwjgl_util-2.9.1.jar
  D:/MultiMC/libraries/net/minecraftforge/forge/1.10.2-12.18.3.2281/forge-1.10.2-12.18.3.2281-universal.jar
  D:/MultiMC/libraries/net/minecraft/launchwrapper/1.12/launchwrapper-1.12.jar
  D:/MultiMC/libraries/org/ow2/asm/asm-all/5.0.3/asm-all-5.0.3.jar
  D:/MultiMC/libraries/jline/jline/2.13/jline-2.13.jar
  D:/MultiMC/libraries/com/typesafe/akka/akka-actor_2.11/2.3.3/akka-actor_2.11-2.3.3.jar
  D:/MultiMC/libraries/com/typesafe/config/1.2.1/config-1.2.1.jar
  D:/MultiMC/libraries/org/scala-lang/scala-actors-migration_2.11/1.1.0/scala-actors-migration_2.11-1.1.0.jar
  D:/MultiMC/libraries/org/scala-lang/scala-compiler/2.11.1/scala-compiler-2.11.1.jar
  D:/MultiMC/libraries/org/scala-lang/plugins/scala-continuations-library_2.11/1.0.2/scala-continuations-library_2.11-1.0.2.jar
  D:/MultiMC/libraries/org/scala-lang/plugins/scala-continuations-plugin_2.11.1/1.0.2/scala-continuations-plugin_2.11.1-1.0.2.jar
  D:/MultiMC/libraries/org/scala-lang/scala-library/2.11.1/scala-library-2.11.1.jar
  D:/MultiMC/libraries/org/scala-lang/scala-parser-combinators_2.11/1.0.1/scala-parser-combinators_2.11-1.0.1.jar
  D:/MultiMC/libraries/org/scala-lang/scala-reflect/2.11.1/scala-reflect-2.11.1.jar
  D:/MultiMC/libraries/org/scala-lang/scala-swing_2.11/1.0.1/scala-swing_2.11-1.0.1.jar
  D:/MultiMC/libraries/org/scala-lang/scala-xml_2.11/1.0.2/scala-xml_2.11-1.0.2.jar
  D:/MultiMC/libraries/lzma/lzma/0.0.1/lzma-0.0.1.jar
  D:/MultiMC/libraries/java3d/vecmath/1.5.2/vecmath-1.5.2.jar
  D:/MultiMC/libraries/net/sf/trove4j/trove4j/3.0.3/trove4j-3.0.3.jar
  D:/MultiMC/versions/1.10.2/1.10.2.jar
  D:/MultiMC/libraries/net/java/jinput/jinput-platform/2.0.5/jinput-platform-2.0.5-natives-windows.jar
  D:/MultiMC/libraries/org/lwjgl/lwjgl/lwjgl-platform/2.9.1/lwjgl-platform-2.9.1-natives-windows.jar

Mods:
  iChunUtil-1.10.2-6.3.0
  OptiFine_1.10.2_HD_U_C2
  PortalGun-1.10.2-6.0.0

Params:
  --username  --version MultiMC5 --gameDir D:/MultiMC/instances/1.10.2/minecraft --assetsDir D:/MultiMC/assets --assetIndex 1.10 --uuid  --accessToken  --userType  --versionType custom --tweakClass net.minecraftforge.fml.common.launcher.FMLTweaker

Window size: 854 x 480

Java Arguments:
[-XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump, -Xms6144m, -Xmx6144m, -Duser.language=en]

Minecraft process ID: 17044

Using onesix launcher.

2017-04-13 10:22:34,585 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
2017-04-13 10:22:34,586 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
[10:22:34] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[10:22:34] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[10:22:34] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker
[10:22:34] [main/INFO] [FML]: Forge Mod Loader version 12.18.3.2281 for Minecraft 1.10.2 loading
[10:22:34] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_111, running on Windows 8.1:amd64:6.3, installed at C:\Program Files\Java\jre1.8.0_111
[10:22:34] [main/INFO] [FML]: Loading tweaker optifine.OptiFineForgeTweaker from OptiFine_1.10.2_HD_U_C2.jar
[10:22:34] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[10:22:34] [main/INFO] [LaunchWrapper]: Loading tweak class name optifine.OptiFineForgeTweaker
[10:22:34] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[10:22:34] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[10:22:34] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[10:22:34] [main/INFO] [LaunchWrapper]: Calling tweak class optifine.OptiFineForgeTweaker
[10:22:34] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:56]: OptiFineForgeTweaker: acceptOptions
[10:22:34] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:56]: OptiFineForgeTweaker: injectIntoClassLoader
[10:22:34] [main/INFO] [STDOUT]: [optifine.OptiFineClassTransformer:dbg:266]: OptiFine ClassTransformer
[10:22:34] [main/INFO] [STDOUT]: [optifine.OptiFineClassTransformer:dbg:266]: OptiFine URL: file:/D:/MultiMC/instances/1.10.2/minecraft/mods/OptiFine_1.10.2_HD_U_C2.jar
[10:22:34] [main/INFO] [STDOUT]: [optifine.OptiFineClassTransformer:dbg:266]: OptiFine ZIP file: D:\MultiMC\instances\1.10.2\minecraft\mods\OptiFine_1.10.2_HD_U_C2.jar
[10:22:34] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:22:35] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[10:22:35] [main/INFO] [FML]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
[10:22:35] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:22:35] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[10:22:36] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
[10:22:36] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
[10:22:36] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:56]: OptiFineForgeTweaker: getLaunchArguments
[10:22:36] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
2017-04-13 10:22:36,601 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
2017-04-13 10:22:36,612 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
2017-04-13 10:22:36,613 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
[10:22:36] [Client thread/INFO]: Setting user: <PROFILE NAME>
[OptiFine] (Reflector) Class not present: mods.betterfoliage.client.BetterFoliageClient
[10:22:39] [Client thread/WARN]: Skipping bad option: lastServer:
[10:22:39] [Client thread/INFO]: LWJGL Version: 2.9.1
[OptiFine] 
[OptiFine] OptiFine_1.10.2_HD_U_C2
[OptiFine] Build: 20160706-153311
[OptiFine] OS: Windows 8.1 (amd64) version 6.3
[OptiFine] Java: 1.8.0_111, Oracle Corporation
[OptiFine] VM: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
[OptiFine] LWJGL: 2.9.1
[OptiFine] OpenGL: GeForce GTX 970/PCIe/SSE2, version 4.5.0 NVIDIA 375.57, NVIDIA Corporation
[OptiFine] OpenGL Version: 4.0
[OptiFine] Maximum texture size: 16384x16384
[OptiFine] Checking for new version
[Shaders] ShadersMod version: 2.4.12
[Shaders] OpenGL Version: 4.5.0 NVIDIA 375.57
[Shaders] Vendor:  NVIDIA Corporation
[Shaders] Renderer: GeForce GTX 970/PCIe/SSE2
[Shaders] Capabilities:  2.0  2.1  3.0  3.2  4.0 
[Shaders] GL_MAX_DRAW_BUFFERS: 8
[Shaders] GL_MAX_COLOR_ATTACHMENTS_EXT: 8
[Shaders] GL_MAX_TEXTURE_IMAGE_UNITS: 32
[Shaders] Load ShadersMod configuration.
[Shaders] Loaded shaderpack: SEUS-v11.0.zip
[OptiFine] [Shaders] Dimensions: -1
[OptiFine] [WARN] Ambiguous shader option: NORMAL_MAP_MAX_ANGLE
[OptiFine] [WARN]  - in gbuffers_textured_lit.fsh: 0.95
[OptiFine] [WARN]  - in gbuffers_entities.fsh: 1.0
[OptiFine] [WARN] Ambiguous shader option: NORMAL_MAP_MAX_ANGLE
[OptiFine] [WARN]  - in gbuffers_textured_lit.fsh, gbuffers_entities.fsh, gbuffers_hand.fsh, world-1/gbuffers_textured_lit.fsh: 0.95
[OptiFine] [WARN]  - in world-1/gbuffers_terrain.fsh: 1.0
[OptiFine] [WARN] Ambiguous shader option: NORMAL_MAP_MAX_ANGLE
[OptiFine] [WARN]  - in gbuffers_textured_lit.fsh, gbuffers_entities.fsh, gbuffers_hand.fsh, world-1/gbuffers_textured_lit.fsh, world-1/gbuffers_terrain.fsh: 0.95
[OptiFine] [WARN]  - in world-1/gbuffers_entities.fsh: 1.0
[OptiFine] Version found: D7
[OptiFine] [WARN] [Shaders] Invalid option: program.composite
[OptiFine] [WARN] [Shaders] Invalid option: program.composite1
[OptiFine] [WARN] [Shaders] Invalid option: program.composite2
[OptiFine] [WARN] [Shaders] Invalid option: program.composite3
[OptiFine] [WARN] [Shaders] Invalid option: TONEMAP_STRENGTH
[OptiFine] [WARN] [Shaders] Invalid option: 3.0
[OptiFine] [WARN] [Shaders] Invalid option: BRIGHTNESS_LEVEL
[OptiFine] [WARN] [Shaders] Invalid option: 1.0
[OptiFine] [WARN] [Shaders] Invalid option: program.composite
[OptiFine] [WARN] [Shaders] Invalid option: program.composite1
[OptiFine] [WARN] [Shaders] Invalid option: program.composite2
[OptiFine] [WARN] [Shaders] Invalid option: program.composite3
[OptiFine] [WARN] [Shaders] Invalid option: TONEMAP_STRENGTH
[OptiFine] [WARN] [Shaders] Invalid option: 3.0
[OptiFine] [WARN] [Shaders] Invalid option: BRIGHTNESS_LEVEL
[OptiFine] [WARN] [Shaders] Invalid option: 1.0
[OptiFine] [WARN] [Shaders] Invalid option: program.composite
[OptiFine] [WARN] [Shaders] Invalid option: program.composite1
[OptiFine] [WARN] [Shaders] Invalid option: program.composite2
[OptiFine] [WARN] [Shaders] Invalid option: program.composite3
[OptiFine] [WARN] [Shaders] Invalid option: TONEMAP_STRENGTH
[OptiFine] [WARN] [Shaders] Invalid option: 3.0
[OptiFine] [WARN] [Shaders] Invalid option: BRIGHTNESS_LEVEL
[OptiFine] [WARN] [Shaders] Invalid option: 1.0
[OptiFine] [WARN] [Shaders] Invalid option: program.composite
[OptiFine] [WARN] [Shaders] Invalid option: program.composite1
[OptiFine] [WARN] [Shaders] Invalid option: program.composite2
[OptiFine] [WARN] [Shaders] Invalid option: program.composite3
[OptiFine] [WARN] [Shaders] Invalid option: TONEMAP_STRENGTH
[OptiFine] [WARN] [Shaders] Invalid option: 3.0
[OptiFine] [WARN] [Shaders] Invalid option: BRIGHTNESS_LEVEL
[OptiFine] [WARN] [Shaders] Invalid option: 1.0
[10:22:40] [Client thread/INFO] [FML]: Forge Mod Loader has detected optifine OptiFine_1.10.2_HD_U_C2, enabling compatibility features
[10:22:40] [Client thread/INFO] [STDOUT]: [net.minecraftforge.fml.client.SplashProgress:start:223]: ---- Minecraft Crash Report ----

WARNING: coremods are present:
Contact their authors BEFORE contacting forge

// Don't be sad, have a hug! <3

Time: 4/13/17 10:22 AM
Description: Loading screen debug info

This is just a prompt for computer specs to be printed. THIS IS NOT A ERROR

A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- System Details --
Details:
    Minecraft Version: 1.10.2
    Operating System: Windows 8.1 (amd64) version 6.3
    Java Version: 1.8.0_111, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 4969353056 bytes (4739 MB) / 6174015488 bytes (5888 MB) up to 6174015488 bytes (5888 MB)
    JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms6144m -Xmx6144m
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: 
    Loaded coremods (and transformers): 
    GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 375.57' Renderer: 'GeForce GTX 970/PCIe/SSE2'
[10:22:40] [Client thread/INFO] [FML]: MinecraftForge v12.18.3.2281 Initialized
[10:22:41] [Client thread/INFO] [FML]: Replaced 231 ore recipes
[10:22:41] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer
[10:22:41] [Client thread/INFO] [FML]: Searching D:\MultiMC\instances\1.10.2\minecraft\mods for mods
[10:22:42] [Client thread/INFO] [FML]: Forge Mod Loader has identified 5 mods to load
[10:22:42] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, ichunutil, portalgun] at CLIENT
[10:22:42] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, ichunutil, portalgun] at SERVER
[10:22:42] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:iChunUtil, FMLFileResourcePack:PortalGun
[10:22:42] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
[10:22:42] [Client thread/INFO] [FML]: Found 423 ObjectHolder annotations
[10:22:42] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations
[10:22:42] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations
[10:22:42] [Client thread/INFO] [FML]: Applying holder lookups
[10:22:42] [Client thread/INFO] [FML]: Holder lookups applied
[10:22:42] [Client thread/INFO] [FML]: Applying holder lookups
[10:22:42] [Client thread/INFO] [FML]: Holder lookups applied
[10:22:42] [Client thread/INFO] [FML]: Applying holder lookups
[10:22:42] [Client thread/INFO] [FML]: Holder lookups applied
[10:22:42] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
[10:22:42] [Forge Version Check/INFO] [ForgeVersionCheck]: [Forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json
[10:22:43] [Forge Version Check/INFO] [ForgeVersionCheck]: [Forge] Found status: AHEAD Target: null
[10:22:43] [Client thread/INFO] [FML]: Applying holder lookups
[10:22:43] [Thread-7/INFO] [FML]: Using sync timing. 200 frames of Display.update took 192400179 nanos
[10:22:43] [Client thread/INFO] [FML]: Holder lookups applied
[10:22:43] [Client thread/INFO] [FML]: Injecting itemstacks
[10:22:43] [Client thread/INFO] [FML]: Itemstack injection complete
[OptiFine] *** Reloading textures ***
[OptiFine] Resource packs: Default
[10:22:55] [Sound Library Loader/INFO]: Starting up SoundSystem...
[10:22:55] [Thread-9/INFO]: Initializing LWJGL OpenAL
[10:22:55] [Thread-9/INFO]: (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
[10:22:55] [Thread-9/INFO]: OpenAL initialized.
[10:22:55] [Sound Library Loader/INFO]: Sound engine started
[OptiFine] Multitexture: false
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/0_glass_white/glass_pane_white.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/0_glass_white/glass_white.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/10_glass_purple/glass_pane_purple.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/10_glass_purple/glass_purple.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/11_glass_blue/glass_blue.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/11_glass_blue/glass_pane_blue.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/12_glass_brown/glass_brown.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/12_glass_brown/glass_pane_brown.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/13_glass_green/glass_green.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/13_glass_green/glass_pane_green.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/14_glass_red/glass_pane_red.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/14_glass_red/glass_red.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/15_glass_black/glass_black.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/15_glass_black/glass_pane_black.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/1_glass_orange/glass_orange.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/1_glass_orange/glass_pane_orange.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/2_glass_magenta/glass_magenta.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/2_glass_magenta/glass_pane_magenta.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/3_glass_light_blue/glass_light_blue.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/3_glass_light_blue/glass_pane_light_blue.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/4_glass_yellow/glass_pane_yellow.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/4_glass_yellow/glass_yellow.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/5_glass_lime/glass_lime.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/5_glass_lime/glass_pane_lime.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/6_glass_pink/glass_pane_pink.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/6_glass_pink/glass_pink.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/7_glass_gray/glass_gray.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/7_glass_gray/glass_pane_gray.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/8_glass_silver/glass_pane_silver.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/8_glass_silver/glass_silver.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/9_glass_cyan/glass_cyan.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/9_glass_cyan/glass_pane_cyan.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/bookshelf.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/glass.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/glasspane.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/sandstone.properties
[OptiFine] Multipass connected textures: false
[OptiFine] BetterGrass: Parsing default configuration optifine/bettergrass.properties
[10:22:56] [Client thread/INFO]: Created: 8x8 textures-atlas
[Shaders] allocateTextureMap 0 8 8 
[10:22:56] [Client thread/INFO] [FML]: Injecting itemstacks
[10:22:56] [Client thread/INFO] [FML]: Itemstack injection complete
[10:22:56] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 5 mods
[10:22:56] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:iChunUtil, FMLFileResourcePack:PortalGun
[OptiFine] *** Reloading textures ***
[OptiFine] Resource packs: Default
[10:22:57] [Client thread/INFO]: SoundSystem shutting down...
[10:22:57] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com
[10:22:57] [Sound Library Loader/INFO]: Starting up SoundSystem...
[10:22:57] [Thread-12/INFO]: Initializing LWJGL OpenAL
[10:22:57] [Thread-12/INFO]: (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
[10:22:57] [Thread-12/INFO]: OpenAL initialized.
[OptiFine] Multitexture: false
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/0_glass_white/glass_pane_white.properties
[10:22:57] [Sound Library Loader/INFO]: Sound engine started
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/0_glass_white/glass_white.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/10_glass_purple/glass_pane_purple.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/10_glass_purple/glass_purple.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/11_glass_blue/glass_blue.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/11_glass_blue/glass_pane_blue.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/12_glass_brown/glass_brown.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/12_glass_brown/glass_pane_brown.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/13_glass_green/glass_green.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/13_glass_green/glass_pane_green.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/14_glass_red/glass_pane_red.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/14_glass_red/glass_red.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/15_glass_black/glass_black.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/15_glass_black/glass_pane_black.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/1_glass_orange/glass_orange.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/1_glass_orange/glass_pane_orange.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/2_glass_magenta/glass_magenta.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/2_glass_magenta/glass_pane_magenta.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/3_glass_light_blue/glass_light_blue.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/3_glass_light_blue/glass_pane_light_blue.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/4_glass_yellow/glass_pane_yellow.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/4_glass_yellow/glass_yellow.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/5_glass_lime/glass_lime.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/5_glass_lime/glass_pane_lime.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/6_glass_pink/glass_pane_pink.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/6_glass_pink/glass_pink.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/7_glass_gray/glass_gray.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/7_glass_gray/glass_pane_gray.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/8_glass_silver/glass_pane_silver.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/8_glass_silver/glass_silver.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/9_glass_cyan/glass_cyan.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/9_glass_cyan/glass_pane_cyan.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/bookshelf.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/glass.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/glasspane.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/sandstone.properties
[OptiFine] Multipass connected textures: false
[OptiFine] BetterGrass: Parsing default configuration optifine/bettergrass.properties
[OptiFine] Custom loader: TextureAtlasSprite{name='minecraft:white', frameCount=1, rotated=false, x=0, y=0, height=8, width=8, u0=0.00125, u1=0.99875, v0=0.00125, v1=0.99875}
[10:22:58] [Client thread/INFO]: Created: 1024x512 textures-atlas
[Shaders] allocateTextureMap 0 1024 512 
[10:22:59] [Client thread/WARN]: Skipping bad option: lastServer:
[OptiFine] *** Reloading custom textures ***
[10:23:18] [Server thread/INFO]: Starting integrated minecraft server version 1.10.2
[10:23:18] [Server thread/INFO]: Generating keypair
[10:23:18] [Server thread/INFO] [FML]: Injecting existing block and item data into this server instance
[10:23:18] [Server thread/INFO] [FML]: Applying holder lookups
[10:23:18] [Server thread/INFO] [FML]: Holder lookups applied
[10:23:18] [Server thread/INFO] [FML]: Loading dimension 0 (Amplified) (net.minecraft.server.integrated.IntegratedServer@78219b85)
[10:23:18] [Server thread/INFO] [FML]: Loading dimension 1 (Amplified) (net.minecraft.server.integrated.IntegratedServer@78219b85)
[10:23:18] [Server thread/INFO] [FML]: Loading dimension -1 (Amplified) (net.minecraft.server.integrated.IntegratedServer@78219b85)
[10:23:18] [Server thread/INFO]: Preparing start region for level 0
[10:23:19] [Server thread/INFO]: Preparing spawn area: 15%
[10:23:20] [Server thread/INFO]: Preparing spawn area: 32%
[10:23:21] [Server thread/INFO]: Preparing spawn area: 50%
[10:23:22] [Server thread/INFO]: Preparing spawn area: 72%
[10:23:23] [Server thread/INFO]: Preparing spawn area: 94%
[10:23:24] [Server thread/INFO]: Changing view distance to 32, from 10
[10:23:24] [Netty Local Client IO #0/INFO] [FML]: Server protocol version 2
[10:23:24] [Netty Server IO #1/INFO] [FML]: Client protocol version 2
[10:23:24] [Netty Server IO #1/INFO] [FML]: Client attempting to join with 5 mods : ichunutil@6.3.0,portalgun@6.0.0,FML@8.0.99.99,Forge@12.18.3.2281,mcp@9.19
[10:23:24] [Netty Local Client IO #0/INFO] [FML]: [Netty Local Client IO #0] Client side modded connection established
[10:23:25] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established
[10:23:25] [Server thread/INFO]: <PROFILE NAME>[local:E:68dcfbaa] logged in with entity id 922 at (248.5, 104.0, -21.5)
[10:23:25] [Server thread/INFO]: <PROFILE NAME> joined the game
[10:23:26] [Server thread/INFO]: Saving and pausing game...
[10:23:26] [Server thread/INFO]: Saving chunks for level 'Amplified'/Overworld
[10:23:26] [Client thread/INFO]: [CHAT] A new §eOptiFine§f version is available: §eHD Ultra D7§f
[Shaders] Program loaded: gbuffers_basic
[10:23:26] [Server thread/INFO]: Saving chunks for level 'Amplified'/Nether
[10:23:26] [Server thread/INFO]: Saving chunks for level 'Amplified'/The End
[Shaders] Program loaded: gbuffers_textured
[Shaders] Program loaded: gbuffers_textured_lit
[Shaders] Program loaded: gbuffers_skybasic
[Shaders] Program loaded: gbuffers_skytextured
[Shaders] Shader info log: /shaders/gbuffers_terrain.fsh
0(50) : warning C7555: 'varying' is deprecated, use 'in/out' instead
0(51) : warning C7555: 'varying' is deprecated, use 'in/out' instead
0(52) : warning C7555: 'varying' is deprecated, use 'in/out' instead
0(53) : warning C7555: 'varying' is deprecated, use 'in/out' instead
0(54) : warning C7555: 'varying' is deprecated, use 'in/out' instead
0(55) : warning C7555: 'varying' is deprecated, use 'in/out' instead
0(57) : warning C7555: 'varying' is deprecated, use 'in/out' instead
0(58) : warning C7555: 'varying' is deprecated, use 'in/out' instead
0(59) : warning C7555: 'varying' is deprecated, use 'in/out' instead
0(60) : warning C7555: 'varying' is deprecated, use 'in/out' instead
0(62) : warning C7555: 'varying' is deprecated, use 'in/out' instead
0(64) : warning C7555: 'varying' is deprecated, use 'in/out' instead
0(65) : warning C7555: 'varying' is deprecated, use 'in/out' instead
0(232) : warning C7533: global function texture2DLod is deprecated after version 120
0(329) : warning C7533: global variable gl_ModelViewMatrix is deprecated after version 120
0(553) : warning C7533: global variable gl_FragData is deprecated after version 120

[Shaders] Info log: /shaders/gbuffers_terrain.vsh, /shaders/gbuffers_terrain.fsh
Vertex info
-----------
0(31) : warning C7050: "tangent" might be used before being initialized
0(32) : warning C7050: "binormal" might be used before being initialized

Fragment info
-------------
0(50) : warning C7555: 'varying' is deprecated, use 'in/out' instead
0(51) : warning C7555: 'varying' is deprecated, use 'in/out' instead
0(52) : warning C7555: 'varying' is deprecated, use 'in/out' instead
0(53) : warning C7555: 'varying' is deprecated, use 'in/out' instead
0(54) : warning C7555: 'varying' is deprecated, use 'in/out' instead
0(55) : warning C7555: 'varying' is deprecated, use 'in/out' instead
0(57) : warning C7555: 'varying' is deprecated, use 'in/out' instead
0(58) : warning C7555: 'varying' is deprecated, use 'in/out' instead
0(59) : warning C7555: 'varying' is deprecated, use 'in/out' instead
0(60) : warning C7555: 'varying' is deprecated, use 'in/out' instead
0(62) : warning C7555: 'varying' is deprecated, use 'in/out' instead
0(64) : warning C7555: 'varying' is deprecated, use 'in/out' instead
0(65) : warning C7555: 'varying' is deprecated, use 'in/out' instead
0(232) : warning C7533: global function texture2DLod is deprecated after version 120
0(329) : warning C7533: global variable gl_ModelViewMatrix is deprecated after version 120
0(553) : warning C7533: global variable gl_FragData is deprecated after version 120

[Shaders] Program loaded: gbuffers_terrain
[Shaders] Info log: /shaders/gbuffers_water.vsh, /shaders/gbuffers_water.fsh
Vertex info
-----------
0(20) : warning C7050: "tangent" might be used before being initialized
0(21) : warning C7050: "binormal" might be used before being initialized

[Shaders] Program loaded: gbuffers_water
[Shaders] Info log: /shaders/gbuffers_entities.vsh, /shaders/gbuffers_entities.fsh
Vertex info
-----------
0(27) : warning C7050: "tangent" might be used before being initialized
0(28) : warning C7050: "binormal" might be used before being initialized

[Shaders] Program loaded: gbuffers_entities
[Shaders] Info log: /shaders/gbuffers_hand.vsh, /shaders/gbuffers_hand.fsh
Vertex info
-----------
0(14) : warning C7050: "tangent" might be used before being initialized
0(15) : warning C7050: "binormal" might be used before being initialized

[Shaders] Program loaded: gbuffers_hand
[Shaders] Program loaded: gbuffers_weather
[Shaders] Shadow map resolution: 2048
[Shaders] Shadow map distance: 120.0
[Shaders] Shadow map interval size: 4.0f
[Shaders] shadowHardwareFiltering0
[Shaders] shadowtex1Mipmap
[Shaders] shadowcolor0Mipmap
[Shaders] shadowcolor1Mipmap
[Shaders] gcolor format: RGB16
[Shaders] gdepth format: RGB8
[Shaders] gnormal format: RGB16
[Shaders] composite format: RGB8
[Shaders] Eye brightness halflife: 10.0f
[Shaders] Wetness halflife: 300.0f
[Shaders] Dryness halflife: 40.0f
[Shaders] Sun path rotation: -40.0f
[Shaders] AO Level: 0.01f
[Shaders] Noise texture enabled
[Shaders] Noise texture resolution: 64
[Shaders] Program loaded: composite
[Shaders] Shadow map resolution: 2048
[Shaders] Shadow map distance: 120.0
[Shaders] Shadow map interval size: 4.0f
[Shaders] shadowHardwareFiltering0
[Shaders] shadowtex1Mipmap
[Shaders] shadowcolor0Mipmap
[Shaders] shadowcolor1Mipmap
[Shaders] gcolor format: RGB16
[Shaders] gdepth format: RGB8
[Shaders] gnormal format: RGB16
[Shaders] composite format: RGB8
[Shaders] Eye brightness halflife: 10.0f
[Shaders] Wetness halflife: 300.0f
[Shaders] Dryness halflife: 40.0f
[Shaders] Sun path rotation: -40.0f
[Shaders] AO Level: 0.01f
[Shaders] Noise texture enabled
[Shaders] Noise texture resolution: 64
[Shaders] gaux1 mipmap enabled for /shaders/composite1.fsh
[Shaders] Info log: /shaders/composite1.vsh, /shaders/composite1.fsh
Fragment info
-------------
0(704) : warning C7050: "surface.diffuse.roughness" might be used before being initialized
0(704) : warning C7050: "surface.diffuse.translucency" might be used before being initialized
0(704) : warning C7050: "surface.diffuse.translucencyColor" might be used before being initialized
0(704) : warning C7050: "surface.specular.specularity" might be used before being initialized
0(704) : warning C7050: "surface.specular.extraSpecularity" might be used before being initialized
0(704) : warning C7050: "surface.specular.glossiness" might be used before being initialized
0(704) : warning C7050: "surface.specular.metallic" might be used before being initialized
0(704) : warning C7050: "surface.specular.gain" might be used before being initialized
0(704) : warning C7050: "surface.specular.base" might be used before being initialized
0(704) : warning C7050: "surface.specular.fresnelPower" might be used before being initialized
0(704) : warning C7050: "surface.sky.sunglow" might be used before being initialized
0(704) : warning C7050: "surface.water.albedo" might be used before being initialized
0(704) : warning C7050: "surface.clouds.albedo" might be used before being initialized
0(704) : warning C7050: "surface.ao.skylight" might be used before being initialized
0(704) : warning C7050: "surface.ao.scatteredUpLight" might be used before being initialized
0(704) : warning C7050: "surface.ao.bouncedSunlight" might be used before being initialized
0(704) : warning C7050: "surface.ao.scatteredSunlight" might be used before being initialized
0(704) : warning C7050: "surface.ao.constant" might be used before being initialized
0(704) : warning C7050: "surface.viewRay.dir" might be used before being initialized
0(704) : warning C7050: "surface.viewRay.origin" might be used before being initialized
0(704) : warning C7050: "surface.NdotL" might be used before being initialized
0(704) : warning C7050: "surface.debug" might be used before being initialized
0(704) : warning C7050: "surface.shadow" might be used before being initialized
0(704) : warning C7050: "surface.cloudShadow" might be used before being initialized
0(704) : warning C7050: "surface.cloudAlpha" might be used before being initialized
0(720) : warning C7050: "lightmap.bouncedSunlight" might be used before being initialized

[Shaders] Program loaded: composite1
[Shaders] gcolor mipmap enabled for /shaders/composite2.fsh
[Shaders] gdepth mipmap enabled for /shaders/composite2.fsh
[Shaders] Shader info log: /shaders/composite2.fsh
0(63) : warning C7555: 'varying' is deprecated, use 'in/out' instead
0(65) : warning C7555: 'varying' is deprecated, use 'in/out' instead
0(66) : warning C7555: 'varying' is deprecated, use 'in/out' instead
0(69) : warning C7555: 'varying' is deprecated, use 'in/out' instead
0(70) : warning C7555: 'varying' is deprecated, use 'in/out' instead
0(71) : warning C7555: 'varying' is deprecated, use 'in/out' instead
0(72) : warning C7555: 'varying' is deprecated, use 'in/out' instead
0(74) : warning C7555: 'varying' is deprecated, use 'in/out' instead
0(75) : warning C7555: 'varying' is deprecated, use 'in/out' instead
0(76) : warning C7555: 'varying' is deprecated, use 'in/out' instead
0(97) : warning C7533: global function texture2DLod is deprecated after version 120
0(744) : warning C7533: global variable gl_Fog is deprecated after version 120
0(744) : warning C7533: global variable color is deprecated after version 120
0(1754) : warning C7533: global variable gl_FragData is deprecated after version 120

[Shaders] Info log: /shaders/composite2.vsh, /shaders/composite2.fsh
Fragment info
-------------
0(63) : warning C7555: 'varying' is deprecated, use 'in/out' instead
0(65) : warning C7555: 'varying' is deprecated, use 'in/out' instead
0(66) : warning C7555: 'varying' is deprecated, use 'in/out' instead
0(69) : warning C7555: 'varying' is deprecated, use 'in/out' instead
0(70) : warning C7555: 'varying' is deprecated, use 'in/out' instead
0(71) : warning C7555: 'varying' is deprecated, use 'in/out' instead
0(72) : warning C7555: 'varying' is deprecated, use 'in/out' instead
0(74) : warning C7555: 'varying' is deprecated, use 'in/out' instead
0(75) : warning C7555: 'varying' is deprecated, use 'in/out' instead
0(76) : warning C7555: 'varying' is deprecated, use 'in/out' instead
0(97) : warning C7533: global function texture2DLod is deprecated after version 120
0(744) : warning C7533: global variable gl_Fog is deprecated after version 120
0(744) : warning C7533: global variable color is deprecated after version 120
0(1754) : warning C7533: global variable gl_FragData is deprecated after version 120
0(511) : warning C7050: "surface.rDepth" might be used before being initialized
0(511) : warning C7050: "surface.specularColor" might be used before being initialized
0(511) : warning C7050: "surface.viewRay.dir" might be used before being initialized
0(511) : warning C7050: "surface.viewRay.origin" might be used before being initialized
0(511) : warning C7050: "surface.reflection" might be used before being initialized

[Shaders] Program loaded: composite2
[Shaders] gnormal mipmap enabled for /shaders/composite3.fsh
[Shaders] Program loaded: composite3
[Shaders] Info log: /shaders/final.vsh, /shaders/final.fsh
Fragment info
-------------
0(467) : warning C7050: "mask.volumeCloud" might be used before being initialized

[Shaders] Program loaded: final
[Shaders] Program loaded: shadow
[Shaders] usedColorBuffers: 8
[Shaders] usedDepthBuffers: 2
[Shaders] usedShadowColorBuffers: 2
[Shaders] usedShadowDepthBuffers: 2
[Shaders] usedColorAttachs: 8
[Shaders] usedDrawBuffers: 8
[Shaders] Framebuffer created.
[Shaders] Shadow framebuffer created.
[Shaders] Reset world renderers
[Shaders] Reset model renderers
[10:23:35] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 2620ms behind, skipping 52 tick(s)
[10:23:38] [Server thread/INFO]: Saving and pausing game...
[10:23:38] [Server thread/INFO]: Saving chunks for level 'Amplified'/Overworld
[10:23:38] [Server thread/INFO]: Saving chunks for level 'Amplified'/Nether
[10:23:38] [Server thread/INFO]: Saving chunks for level 'Amplified'/The End
[Shaders] Loaded shaderpack: Continuum 1.2.1 Non-PBR (Low-Ultra) §cClassic.zip
[OptiFine] [Shaders] Dimensions: -1 1
[OptiFine] [WARN] Ambiguous shader option: NORMAL_MAP_MAX_ANGLE
[OptiFine] [WARN]  - in gbuffers_textured.fsh, gbuffers_textured_lit.fsh: 0.95
[OptiFine] [WARN]  - in gbuffers_terrain.fsh: 1.0
[OptiFine] [WARN] Ambiguous shader option: shadowIntervalSize
[OptiFine] [WARN]  - in composite.fsh: 4.0
[OptiFine] [WARN]  - in composite1.fsh: 4.0f
[OptiFine] [WARN] Ambiguous shader option: eyeBrightnessHalflife
[OptiFine] [WARN]  - in composite.fsh: 10.0
[OptiFine] [WARN]  - in composite1.fsh: 10.0f
[OptiFine] [WARN] Ambiguous shader option: centerDepthHalflife
[OptiFine] [WARN]  - in composite.fsh: 2.0
[OptiFine] [WARN]  - in composite1.fsh: 2.0f
[OptiFine] [WARN] Ambiguous shader option: wetnessHalflife
[OptiFine] [WARN]  - in composite.fsh: 100.0
[OptiFine] [WARN]  - in composite1.fsh: 400.0f
[OptiFine] [WARN] Ambiguous shader option: drynessHalflife
[OptiFine] [WARN]  - in composite.fsh: 40.0
[OptiFine] [WARN]  - in composite1.fsh: 40.0f
[OptiFine] [WARN] Ambiguous shader option: sunPathRotation
[OptiFine] [WARN]  - in composite.vsh, composite.fsh: -40.0
[OptiFine] [WARN]  - in composite1.fsh: -40.0f
[OptiFine] [WARN] Ambiguous shader option: ambientOcclusionLevel
[OptiFine] [WARN]  - in composite.fsh: 0.65
[OptiFine] [WARN]  - in composite1.fsh: 0.5f
[OptiFine] [WARN] Ambiguous shader option: NORMAL_MAP_MAX_ANGLE
[OptiFine] [WARN]  - in gbuffers_textured.fsh, gbuffers_textured_lit.fsh, gbuffers_terrain.fsh, gbuffers_hand.fsh: 0.95
[OptiFine] [WARN]  - in world-1/gbuffers_terrain.fsh: 0.5
[OptiFine] [WARN] Ambiguous shader option: NORMAL_MAP_MAX_ANGLE
[OptiFine] [WARN]  - in gbuffers_textured.fsh, gbuffers_textured_lit.fsh, gbuffers_terrain.fsh, gbuffers_hand.fsh, world-1/gbuffers_terrain.fsh: 0.95
[OptiFine] [WARN]  - in world-1/gbuffers_hand.fsh: 1.0
[OptiFine] [WARN] Ambiguous shader option: eyeBrightnessHalflife
[OptiFine] [WARN]  - in composite.fsh, composite1.fsh: 10.0
[OptiFine] [WARN]  - in world-1/composite.fsh: 10.0f
[OptiFine] [WARN] Ambiguous shader option: centerDepthHalflife
[OptiFine] [WARN]  - in composite.fsh, composite1.fsh: 2.0
[OptiFine] [WARN]  - in world-1/composite.fsh: 2.0f
[OptiFine] [WARN] Ambiguous shader option: ambientOcclusionLevel
[OptiFine] [WARN]  - in composite.fsh, composite1.fsh: 0.65
[OptiFine] [WARN]  - in world-1/composite.fsh: 0.5f
[OptiFine] [WARN] Ambiguous shader option: NORMAL_MAP_MAX_ANGLE
[OptiFine] [WARN]  - in gbuffers_textured.fsh, gbuffers_textured_lit.fsh, gbuffers_terrain.fsh, gbuffers_hand.fsh, world-1/gbuffers_terrain.fsh, world-1/gbuffers_hand.fsh: 0.95
[OptiFine] [WARN]  - in world1/gbuffers_terrain.fsh: 1.0
[OptiFine] [WARN] Ambiguous shader option: SMOOTH_WATER
[OptiFine] [WARN]  - in gbuffers_water.fsh: false
[OptiFine] [WARN]  - in world1/gbuffers_water.fsh: true
[OptiFine] [WARN] [Shaders] Invalid option: CLOUD_PLANE
[OptiFine] [WARN] [Shaders] Invalid option: NO_LEAVE_GRASS_LIGHTING
[OptiFine] [WARN] [Shaders] Invalid option: VOLUMETRIC_CLOUDS
[OptiFine] [WARN] [Shaders] Invalid option: VOLUMETRIC_CLOUDS2
[OptiFine] [WARN] [Shaders] Invalid value: shadowDistance:80
[OptiFine] [WARN] [Shaders] Invalid option: CLOUD_PLANE
[OptiFine] [WARN] [Shaders] Invalid option: NO_LEAVE_GRASS_LIGHTING
[OptiFine] [WARN] [Shaders] Invalid option: VOLUMETRIC_CLOUDS
[OptiFine] [WARN] [Shaders] Invalid option: VOLUMETRIC_CLOUDS2
[OptiFine] [WARN] [Shaders] Invalid option: CLOUD_PLANE
[OptiFine] [WARN] [Shaders] Invalid option: NO_LEAVE_GRASS_LIGHTING
[OptiFine] [WARN] [Shaders] Invalid option: VOLUMETRIC_CLOUDS
[OptiFine] [WARN] [Shaders] Invalid option: VOLUMETRIC_CLOUDS2
[OptiFine] [WARN] [Shaders] Invalid option: CLOUD_PLANE
[OptiFine] [WARN] [Shaders] Invalid option: NO_LEAVE_GRASS_LIGHTING
[OptiFine] [WARN] [Shaders] Invalid option: VOLUMETRIC_CLOUDS
[OptiFine] [WARN] [Shaders] Invalid option: VOLUMETRIC_CLOUDS2
[OptiFine] [WARN] [Shaders] Invalid option: CLOUD_PLANE
[OptiFine] [WARN] [Shaders] Invalid option: NO_LEAVE_GRASS_LIGHTING
[OptiFine] [WARN] [Shaders] Invalid option: VOLUMETRIC_CLOUDS
[OptiFine] [WARN] [Shaders] Invalid option: VOLUMETRIC_CLOUDS2
[OptiFine] [WARN] [Shaders] Invalid option: CLOUD_PLANE
[OptiFine] [WARN] [Shaders] Invalid option: NO_LEAVE_GRASS_LIGHTING
[OptiFine] [WARN] [Shaders] Invalid option: VOLUMETRIC_CLOUDS
[OptiFine] [WARN] [Shaders] Invalid option: VOLUMETRIC_CLOUDS2
[OptiFine] [WARN] [Shaders] Invalid option: NO_LEAVE_GRASS_LIGHTING, key: screen.Lighting
[10:23:45] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:iChunUtil, FMLFileResourcePack:PortalGun
[OptiFine] *** Reloading textures ***
[OptiFine] Resource packs: Default
[10:23:45] [Client thread/INFO]: SoundSystem shutting down...
[10:23:45] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com
[10:23:45] [Sound Library Loader/INFO]: Starting up SoundSystem...
[10:23:45] [Thread-16/INFO]: Initializing LWJGL OpenAL
[10:23:45] [Thread-16/INFO]: (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
[10:23:45] [Thread-16/INFO]: OpenAL initialized.
[OptiFine] Multitexture: false
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/0_glass_white/glass_pane_white.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/0_glass_white/glass_white.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/10_glass_purple/glass_pane_purple.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/10_glass_purple/glass_purple.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/11_glass_blue/glass_blue.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/11_glass_blue/glass_pane_blue.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/12_glass_brown/glass_brown.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/12_glass_brown/glass_pane_brown.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/13_glass_green/glass_green.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/13_glass_green/glass_pane_green.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/14_glass_red/glass_pane_red.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/14_glass_red/glass_red.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/15_glass_black/glass_black.properties
[10:23:46] [Sound Library Loader/INFO]: Sound engine started
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/15_glass_black/glass_pane_black.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/1_glass_orange/glass_orange.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/1_glass_orange/glass_pane_orange.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/2_glass_magenta/glass_magenta.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/2_glass_magenta/glass_pane_magenta.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/3_glass_light_blue/glass_light_blue.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/3_glass_light_blue/glass_pane_light_blue.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/4_glass_yellow/glass_pane_yellow.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/4_glass_yellow/glass_yellow.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/5_glass_lime/glass_lime.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/5_glass_lime/glass_pane_lime.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/6_glass_pink/glass_pane_pink.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/6_glass_pink/glass_pink.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/7_glass_gray/glass_gray.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/7_glass_gray/glass_pane_gray.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/8_glass_silver/glass_pane_silver.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/8_glass_silver/glass_silver.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/9_glass_cyan/glass_cyan.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/9_glass_cyan/glass_pane_cyan.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/bookshelf.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/glass.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/glasspane.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/sandstone.properties
[OptiFine] Multipass connected textures: false
[OptiFine] BetterGrass: Parsing default configuration optifine/bettergrass.properties
[OptiFine] Custom loader: TextureAtlasSprite{name='minecraft:white', frameCount=1, rotated=false, x=768, y=432, height=8, width=8, u0=0.7500098, u1=0.7578027, v0=0.84376955, v1=0.85935545}
[10:23:46] [Client thread/INFO]: Created: 1024x512 textures-atlas
[Shaders] allocateTextureMap 0 1024 512 
[OptiFine] *** Reloading custom textures ***
[Shaders] Uninit
[Shaders] Program loaded: gbuffers_basic
[Shaders] Program loaded: gbuffers_textured
[Shaders] Program loaded: gbuffers_textured_lit
[Shaders] Program loaded: gbuffers_skybasic
[Shaders] Program loaded: gbuffers_skytextured
[Shaders] Program loaded: gbuffers_terrain
[Shaders] Info log: /shaders/gbuffers_water.vsh, /shaders/gbuffers_water.fsh
Vertex info
-----------
0(31) : warning C7050: "tangent" might be used before being initialized
0(32) : warning C7050: "binormal" might be used before being initialized

[Shaders] Program loaded: gbuffers_water
[Shaders] Program loaded: gbuffers_entities
[Shaders] Info log: /shaders/gbuffers_hand.vsh, /shaders/gbuffers_hand.fsh
Vertex info
-----------
0(14) : warning C7050: "tangent" might be used before being initialized
0(15) : warning C7050: "binormal" might be used before being initialized

[Shaders] Program loaded: gbuffers_hand
[Shaders] Program loaded: gbuffers_weather
[Shaders] Shadow map resolution: 2048
[Shaders] Shadow map distance: 120
[Shaders] Shadow map interval size: 4.0
[Shaders] shadowHardwareFiltering0
[Shaders] shadowtex1Mipmap
[Shaders] shadowtex1Nearest
[Shaders] shadowcolor0Mipmap
[Shaders] shadowcolor1Mipmap
[Shaders] colortex0 format: RGB16
[Shaders] colortex1 format: RGB8
[Shaders] colortex2 format: RGB16
[Shaders] colortex3 format: RGB8
[Shaders] colortex4 format: RGBA8
[Shaders] colortex5 format: RGB8
[Shaders] Wetness halflife: 100.0
[Shaders] Dryness halflife: 40.0
[Shaders] Center depth halflife: 2.0
[Shaders] Eye brightness halflife: 10.0
[Shaders] Sun path rotation: -40.0
[Shaders] AO Level: 0.65
[Shaders] Noise texture enabled
[Shaders] Noise texture resolution: 64
[Shaders] Info log: /shaders/composite.vsh, /shaders/composite.fsh
Fragment info
-------------
0(111) : warning C7050: "mask.fullbright" might be used before being initialized
0(111) : warning C7050: "mask.bit1" might be used before being initialized
0(111) : warning C7050: "mask.bit2" might be used before being initialized
0(111) : warning C7050: "mask.bit3" might be used before being initialized

[Shaders] Program loaded: composite
[Shaders] Shadow map resolution: 2048
[Shaders] Shadow map distance: 120
[Shaders] Shadow map interval size: 4.0f
[Shaders] shadowHardwareFiltering0
[Shaders] shadowtex1Mipmap
[Shaders] shadowtex1Nearest
[Shaders] shadowcolor0Mipmap
[Shaders] shadowcolor1Mipmap
[Shaders] gcolor format: RGBA16
[Shaders] gdepth format: RGBA8
[Shaders] gnormal format: RGBA16
[Shaders] composite format: RGBA8
[Shaders] gaux3 format: RGBA16
[Shaders] Eye brightness halflife: 10.0f
[Shaders] Center depth halflife: 2.0f
[Shaders] Wetness halflife: 400.0f
[Shaders] Dryness halflife: 40.0f
[Shaders] Sun path rotation: -40.0f
[Shaders] AO Level: 0.5f
[Shaders] Noise texture enabled
[Shaders] Noise texture resolution: 64
[Shaders] gaux1 mipmap enabled for /shaders/composite1.fsh
[Shaders] gaux2 mipmap enabled for /shaders/composite1.fsh
[Shaders] Info log: /shaders/composite1.vsh, /shaders/composite1.fsh
Fragment info
-------------
0(663) : warning C7050: "surface.diffuse.roughness" might be used before being initialized
0(663) : warning C7050: "surface.diffuse.translucency" might be used before being initialized
0(663) : warning C7050: "surface.diffuse.translucencyColor" might be used before being initialized
0(663) : warning C7050: "surface.specular.specularity" might be used before being initialized
0(663) : warning C7050: "surface.specular.extraSpecularity" might be used before being initialized
0(663) : warning C7050: "surface.specular.glossiness" might be used before being initialized
0(663) : warning C7050: "surface.specular.metallic" might be used before being initialized
0(663) : warning C7050: "surface.specular.gain" might be used before being initialized
0(663) : warning C7050: "surface.specular.base" might be used before being initialized
0(663) : warning C7050: "surface.specular.fresnelPower" might be used before being initialized
0(663) : warning C7050: "surface.sky.sunglow" might be used before being initialized
0(663) : warning C7050: "surface.water.albedo" might be used before being initialized
0(663) : warning C7050: "surface.clouds.albedo" might be used before being initialized
0(663) : warning C7050: "surface.ao.skylight" might be used before being initialized
0(663) : warning C7050: "surface.ao.scatteredUpLight" might be used before being initialized
0(663) : warning C7050: "surface.ao.bouncedSunlight" might be used before being initialized
0(663) : warning C7050: "surface.ao.scatteredSunlight" might be used before being initialized
0(663) : warning C7050: "surface.ao.constant" might be used before being initialized
0(663) : warning C7050: "surface.viewRay.dir" might be used before being initialized
0(663) : warning C7050: "surface.viewRay.origin" might be used before being initialized
0(663) : warning C7050: "surface.worldLightVector" might be used before being initialized
0(663) : warning C7050: "surface.NdotL" might be used before being initialized
0(663) : warning C7050: "surface.shadow" might be used before being initialized
0(663) : warning C7050: "surface.cloudShadow" might be used before being initialized
0(663) : warning C7050: "surface.cloudAlpha" might be used before being initialized
0(679) : warning C7050: "lightmap.bouncedSunlight" might be used before being initialized
0(679) : warning C7050: "lightmap.scatteredSunlight" might be used before being initialized

[Shaders] Program loaded: composite1
[Shaders] gcolor mipmap enabled for /shaders/composite2.fsh
[Shaders] composite mipmap enabled for /shaders/composite2.fsh
[Shaders][SEVERE] Error compiling fragment shader: /shaders/composite2.fsh
[Shaders] Shader info log: /shaders/composite2.fsh
0(1167) : error C7565: assignment to varying 'surface'

[Shaders][SEVERE] Error linking program: 22
[Shaders] Info log: /shaders/composite2.vsh, /shaders/composite2.fsh
Fragment info
-------------
0(1167) : error C7565: assignment to varying 'surface'
(0) : error C2003: incompatible options for link

GL error 0x0502: Invalid operation at useProgram  composite2
[10:23:48] [Client thread/INFO]: [CHAT] [Shaders] Error: Invalid program "composite2"
GL error 0x0501: Invalid value at useProgram  composite2
[Shaders][SEVERE] [Shaders] Error: Invalid program "composite2"
[Shaders] gnormal mipmap enabled for /shaders/composite3.fsh
[Shaders] Program loaded: composite3
[Shaders] Info log: /shaders/final.vsh, /shaders/final.fsh
Fragment info
-------------
0(567) : warning C7050: "mask.sky" might be used before being initialized
0(567) : warning C7050: "mask.land" might be used before being initialized
0(567) : warning C7050: "mask.grass" might be used before being initialized
0(567) : warning C7050: "mask.leaves" might be used before being initialized
0(567) : warning C7050: "mask.ice" might be used before being initialized
0(567) : warning C7050: "mask.hand" might be used before being initialized
0(567) : warning C7050: "mask.translucent" might be used before being initialized
0(567) : warning C7050: "mask.glow" might be used before being initialized
0(567) : warning C7050: "mask.sunspot" might be used before being initialized
0(567) : warning C7050: "mask.goldBlock" might be used before being initialized
0(567) : warning C7050: "mask.ironBlock" might be used before being initialized
0(567) : warning C7050: "mask.diamondBlock" might be used before being initialized
0(567) : warning C7050: "mask.emeraldBlock" might be used before being initialized
0(567) : warning C7050: "mask.sand" might be used before being initialized
0(567) : warning C7050: "mask.sandstone" might be used before being initialized
0(567) : warning C7050: "mask.stone" might be used before being initialized
0(567) : warning C7050: "mask.cobblestone" might be used before being initialized
0(567) : warning C7050: "mask.wool" might be used before being initialized
0(567) : warning C7050: "mask.clouds" might be used before being initialized
0(567) : warning C7050: "mask.torch" might be used before being initialized
0(567) : warning C7050: "mask.lava" might be used before being initialized
0(567) : warning C7050: "mask.fire" might be used before being initialized
0(567) : warning C7050: "mask.water" might be used before being initialized
0(567) : warning C7050: "mask.volumeCloud" might be used before being initialized

[Shaders] Program loaded: final
[Shaders] Program loaded: shadow
[Shaders] usedColorBuffers: 7
[Shaders] usedDepthBuffers: 2
[Shaders] usedShadowColorBuffers: 2
[Shaders] usedShadowDepthBuffers: 2
[Shaders] usedColorAttachs: 7
[Shaders] usedDrawBuffers: 7
[Shaders] Framebuffer created.
[Shaders] Shadow framebuffer created.
[Shaders] Reset world renderers
[Shaders] Reset model renderers
[10:23:54] [Server thread/INFO]: Saving and pausing game...
[10:23:54] [Server thread/INFO]: Saving chunks for level 'Amplified'/Overworld
[10:23:54] [Server thread/INFO]: Saving chunks for level 'Amplified'/Nether
[10:23:54] [Server thread/INFO]: Saving chunks for level 'Amplified'/The End
[Shaders] No shaderpack loaded.
[10:24:00] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:iChunUtil, FMLFileResourcePack:PortalGun
[OptiFine] *** Reloading textures ***
[OptiFine] Resource packs: Default
[10:24:00] [Client thread/INFO]: SoundSystem shutting down...
[10:24:00] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com
[10:24:00] [Sound Library Loader/INFO]: Starting up SoundSystem...
[10:24:01] [Thread-18/INFO]: Initializing LWJGL OpenAL
[10:24:01] [Thread-18/INFO]: (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
[10:24:01] [Thread-18/INFO]: OpenAL initialized.
[OptiFine] Multitexture: false
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/0_glass_white/glass_pane_white.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/0_glass_white/glass_white.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/10_glass_purple/glass_pane_purple.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/10_glass_purple/glass_purple.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/11_glass_blue/glass_blue.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/11_glass_blue/glass_pane_blue.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/12_glass_brown/glass_brown.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/12_glass_brown/glass_pane_brown.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/13_glass_green/glass_green.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/13_glass_green/glass_pane_green.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/14_glass_red/glass_pane_red.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/14_glass_red/glass_red.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/15_glass_black/glass_black.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/15_glass_black/glass_pane_black.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/1_glass_orange/glass_orange.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/1_glass_orange/glass_pane_orange.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/2_glass_magenta/glass_magenta.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/2_glass_magenta/glass_pane_magenta.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/3_glass_light_blue/glass_light_blue.properties
[10:24:01] [Sound Library Loader/INFO]: Sound engine started
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/3_glass_light_blue/glass_pane_light_blue.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/4_glass_yellow/glass_pane_yellow.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/4_glass_yellow/glass_yellow.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/5_glass_lime/glass_lime.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/5_glass_lime/glass_pane_lime.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/6_glass_pink/glass_pane_pink.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/6_glass_pink/glass_pink.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/7_glass_gray/glass_gray.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/7_glass_gray/glass_pane_gray.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/8_glass_silver/glass_pane_silver.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/8_glass_silver/glass_silver.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/9_glass_cyan/glass_cyan.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/9_glass_cyan/glass_pane_cyan.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/bookshelf.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/glass.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/glasspane.properties
[OptiFine] ConnectedTextures: mcpatcher/ctm/default/sandstone.properties
[OptiFine] Multipass connected textures: false
[OptiFine] BetterGrass: Parsing default configuration optifine/bettergrass.properties
[OptiFine] Custom loader: TextureAtlasSprite{name='minecraft:white', frameCount=1, rotated=false, x=768, y=432, height=8, width=8, u0=0.7500098, u1=0.7578027, v0=0.84376955, v1=0.85935545}
[10:24:01] [Client thread/INFO]: Created: 1024x512 textures-atlas
[OptiFine] *** Reloading custom textures ***
[Shaders] Uninit
[10:24:11] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 2695ms behind, skipping 53 tick(s)
[10:24:35] [Server thread/INFO]: <PROFILE NAME> has just earned the achievement [Taking Inventory]
[10:24:35] [Client thread/INFO]: [CHAT] <PROFILE NAME> has just earned the achievement [Taking Inventory]
[10:24:39] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 6413ms behind, skipping 128 tick(s)
[10:25:09] [Client thread/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:func_179870_a:560]: ---- Minecraft Crash Report ----

WARNING: coremods are present:
Contact their authors BEFORE contacting forge

// You should try our sister game, Minceraft!

Time: 4/13/17 10:25 AM
Description: Batching chunks

java.lang.NoSuchFieldError: field_189564_r
    at me.ichun.mods.ichunutil.common.module.worldportals.client.render.world.chunk.ListedRenderChunkWorldPortal.func_178581_b(ListedRenderChunkWorldPortal.java:69)
    at net.minecraft.client.renderer.chunk.ChunkRenderWorker.func_178474_a(ChunkRenderWorker.java:119)
    at net.minecraft.client.renderer.chunk.ChunkRenderWorker.run(ChunkRenderWorker.java:47)
    at java.lang.Thread.run(Unknown Source)

A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Thread: Client thread
Stacktrace:
    at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:496)

-- Affected level --
Details:
    Level name: MpServer
    All players: 1 total; [EntityPlayerSP['<PROFILE NAME>'/922, l='MpServer', x=189.47, y=129.00, z=-74.18]]
    Chunk stats: MultiplayerChunkCache: 4081, 4081
    Level seed: 0
    Level generator: ID 03 - amplified, ver 0. Features enabled: false
    Level generator options: 
    Level spawn location: World: (256,64,-16), Chunk: (at 0,4,0 in 16,-1; contains blocks 256,0,-16 to 271,255,-1), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
    Level time: 1427 game time, 1427 day time
    Level dimension: 0
    Level storage version: 0x00000 - Unknown?
    Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
    Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
    Forced entities: 99 total; [EntityHorse['Horse'/2, l='MpServer', x=246.50, y=71.00, z=1.50], EntityHorse['Horse'/4, l='MpServer', x=240.15, y=92.00, z=-7.98], EntityItem['item.item.seeds'/5, l='MpServer', x=252.13, y=72.00, z=-36.88], EntityCreeper['Creeper'/54278, l='MpServer', x=241.50, y=25.00, z=-23.50], EntityHorse['Horse'/7, l='MpServer', x=264.14, y=85.00, z=2.90], EntitySkeleton['Skeleton'/53769, l='MpServer', x=229.50, y=27.00, z=-28.50], EntitySpider['Spider'/53770, l='MpServer', x=215.50, y=19.00, z=-58.50], EntityCreeper['Creeper'/53771, l='MpServer', x=221.19, y=21.00, z=-60.60], EntityBat['Bat'/53786, l='MpServer', x=193.63, y=28.15, z=-44.60], EntitySkeleton['Skeleton'/54304, l='MpServer', x=225.50, y=23.00, z=-46.50], EntitySkeleton['Skeleton'/54305, l='MpServer', x=225.50, y=23.00, z=-47.50], EntitySkeleton['Skeleton'/54306, l='MpServer', x=225.50, y=23.00, z=-46.50], EntitySquid['Squid'/51243, l='MpServer', x=212.64, y=62.31, z=-76.21], EntitySquid['Squid'/51244, l='MpServer', x=217.27, y=62.55, z=-79.56], EntitySkeleton['Skeleton'/53817, l='MpServer', x=171.50, y=24.00, z=-125.50], EntitySkeleton['Skeleton'/53818, l='MpServer', x=171.50, y=24.00, z=-122.50], EntitySpider['Spider'/53819, l='MpServer', x=171.50, y=24.00, z=-123.50], EntityZombie['Zombie'/54331, l='MpServer', x=178.50, y=19.00, z=-71.50], EntityBat['Bat'/53821, l='MpServer', x=154.25, y=30.08, z=-26.75], EntityBat['Bat'/53822, l='MpServer', x=156.48, y=32.11, z=-28.15], EntitySquid['Squid'/48196, l='MpServer', x=222.82, y=62.33, z=-69.59], EntitySquid['Squid'/48197, l='MpServer', x=220.18, y=61.86, z=-68.79], EntityZombie['Zombie'/54351, l='MpServer', x=194.50, y=19.00, z=-80.50], EntitySkeleton['Skeleton'/53844, l='MpServer', x=193.50, y=40.00, z=-70.50], EntityCreeper['Creeper'/54357, l='MpServer', x=196.50, y=41.00, z=-50.50], EntityZombie['Zombie'/53858, l='MpServer', x=228.50, y=30.00, z=-31.50], EntityCreeper['Creeper'/54384, l='MpServer', x=181.50, y=13.00, z=-67.50], EntityBat['Bat'/53878, l='MpServer', x=228.25, y=29.57, z=-21.15], EntitySkeleton['Skeleton'/54390, l='MpServer', x=195.50, y=14.00, z=-128.50], EntitySkeleton['Skeleton'/53885, l='MpServer', x=226.50, y=30.00, z=-20.50], EntitySkeleton['Skeleton'/53886, l='MpServer', x=232.50, y=30.00, z=-23.50], EntitySkeleton['Skeleton'/53887, l='MpServer', x=233.50, y=30.00, z=-25.50], EntitySkeleton['Skeleton'/53888, l='MpServer', x=233.50, y=30.00, z=-26.50], EntityZombie['Zombie'/53378, l='MpServer', x=224.50, y=36.00, z=-62.50], EntitySkeleton['Skeleton'/54410, l='MpServer', x=227.50, y=20.00, z=-35.50], EntityCreeper['Creeper'/54419, l='MpServer', x=199.50, y=13.00, z=-126.50], EntityLatchedRenderer['unknown'/52382, l='MpServer', x=189.47, y=129.00, z=-74.18], EntityZombie['Zombie'/54444, l='MpServer', x=178.50, y=46.00, z=-57.50], EntitySkeleton['Skeleton'/2733, l='MpServer', x=228.50, y=70.00, z=-35.50], EntityCreeper['Creeper'/2735, l='MpServer', x=227.50, y=70.00, z=-35.50], EntitySquid['Squid'/46258, l='MpServer', x=215.38, y=62.00, z=-65.40], EntityZombie['Zombie'/54482, l='MpServer', x=195.50, y=19.00, z=-80.50], EntitySkeleton['Skeleton'/53976, l='MpServer', x=232.50, y=14.00, z=-61.50], EntityCreeper['Creeper'/54488, l='MpServer', x=215.50, y=22.00, z=-52.50], EntityZombie['Zombie'/54489, l='MpServer', x=219.50, y=22.00, z=-56.50], EntitySkeleton['Skeleton'/54490, l='MpServer', x=154.50, y=23.00, z=-98.50], EntitySkeleton['Skeleton'/54491, l='MpServer', x=154.50, y=23.00, z=-101.50], EntityCreeper['Creeper'/53980, l='MpServer', x=160.50, y=24.00, z=-125.50], EntityCreeper['Creeper'/54513, l='MpServer', x=202.50, y=41.00, z=-54.50], EntityCreeper['Creeper'/54516, l='MpServer', x=236.50, y=74.00, z=-46.50], EntitySpider['Spider'/51454, l='MpServer', x=241.50, y=75.00, z=-33.50], EntityZombie['Zombie'/54027, l='MpServer', x=218.50, y=32.00, z=-143.50], EntityCreeper['Creeper'/54028, l='MpServer', x=218.50, y=32.00, z=-145.50], EntitySkeleton['Skeleton'/53519, l='MpServer', x=233.50, y=48.00, z=-27.50], EntityBat['Bat'/54051, l='MpServer', x=226.16, y=32.00, z=-142.52], EntityBat['Bat'/54067, l='MpServer', x=216.60, y=32.86, z=-55.49], EntityBat['Bat'/54076, l='MpServer', x=206.43, y=19.75, z=-49.92], EntityBat['Bat'/54077, l='MpServer', x=210.56, y=20.20, z=-51.76], EntityBat['Bat'/53566, l='MpServer', x=225.75, y=23.93, z=-45.24], EntitySkeleton['Skeleton'/54590, l='MpServer', x=164.50, y=24.00, z=-139.50], EntityBat['Bat'/53567, l='MpServer', x=247.88, y=38.00, z=-21.17], EntitySkeleton['Skeleton'/54591, l='MpServer', x=225.50, y=24.00, z=-50.50], EntityCreeper['Creeper'/54597, l='MpServer', x=231.48, y=18.00, z=-41.83], EntityZombie['Zombie'/54097, l='MpServer', x=218.50, y=19.00, z=-62.50], EntityEnderman['Enderman'/54609, l='MpServer', x=172.50, y=19.00, z=-55.50], EntityZombie['Zombie'/54098, l='MpServer', x=221.50, y=19.00, z=-62.50], EntityBat['Bat'/54100, l='MpServer', x=249.25, y=47.17, z=-67.75], EntitySkeleton['Skeleton'/54613, l='MpServer', x=158.66, y=23.00, z=-120.51], EntityCreeper['Creeper'/54614, l='MpServer', x=160.50, y=24.00, z=-125.50], EntitySkeleton['Skeleton'/53594, l='MpServer', x=199.50, y=20.00, z=-58.50], EntitySkeleton['Skeleton'/53595, l='MpServer', x=199.50, y=20.00, z=-58.50], EntityCreeper['Creeper'/54626, l='MpServer', x=226.50, y=16.00, z=-38.50], EntitySkeleton['Skeleton'/53097, l='MpServer', x=224.50, y=71.00, z=-28.50], EntityCreeper['Creeper'/53098, l='MpServer', x=225.50, y=71.00, z=-29.50], EntityCreeper['Creeper'/54644, l='MpServer', x=232.50, y=30.00, z=-38.50], EntityCreeper['Creeper'/54645, l='MpServer', x=237.20, y=30.00, z=-46.48], EntitySkeleton['Skeleton'/53636, l='MpServer', x=233.50, y=15.00, z=-56.50], EntityZombie['Zombie'/54150, l='MpServer', x=245.25, y=64.00, z=-61.46], EntityZombie['Zombie'/54151, l='MpServer', x=240.70, y=62.00, z=-56.31], EntityCreeper['Creeper'/54152, l='MpServer', x=245.48, y=64.00, z=-65.15], EntityCreeper['Creeper'/2455, l='MpServer', x=223.81, y=64.00, z=-52.48], EntityPlayerSP['<PROFILE NAME>'/922, l='MpServer', x=189.47, y=129.00, z=-74.18], EntityBat['Bat'/54692, l='MpServer', x=187.69, y=17.17, z=-131.14], EntityBat['Bat'/54183, l='MpServer', x=234.16, y=15.77, z=-58.57], EntityCreeper['Creeper'/52658, l='MpServer', x=238.50, y=74.00, z=-41.50], EntityCreeper['Creeper'/52659, l='MpServer', x=238.50, y=74.00, z=-44.50], EntityBat['Bat'/53700, l='MpServer', x=208.08, y=22.92, z=-32.99], EntityBat['Bat'/53701, l='MpServer', x=211.61, y=23.00, z=-30.19], EntitySquid['Squid'/49095, l='MpServer', x=231.60, y=62.53, z=-66.81], EntitySkeleton['Skeleton'/54744, l='MpServer', x=208.50, y=18.00, z=-124.50], EntitySkeleton['Skeleton'/54237, l='MpServer', x=183.50, y=20.00, z=-117.50], EntityBat['Bat'/54245, l='MpServer', x=229.71, y=32.28, z=-17.01], EntitySkeleton['Skeleton'/54759, l='MpServer', x=185.50, y=30.00, z=-65.50], EntitySkeleton['Skeleton'/53737, l='MpServer', x=183.21, y=27.00, z=-128.52], EntityZombie['Zombie'/54764, l='MpServer', x=153.50, y=29.00, z=-8.50], EntityZombie['Zombie'/54765, l='MpServer', x=153.50, y=29.00, z=-6.50], EntityCreeper['Creeper'/54264, l='MpServer', x=153.50, y=23.00, z=-95.30], EntityCreeper['Creeper'/54265, l='MpServer', x=153.49, y=23.00, z=-96.06], EntityCreeper['Creeper'/54266, l='MpServer', x=152.50, y=23.00, z=-100.50]]
    Retry entities: 0 total; []
    Server brand: fml,forge
    Server type: Integrated singleplayer server
Stacktrace:
    at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:496)
    at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2660)
    at net.minecraft.client.renderer.chunk.ChunkRenderWorker.run(ChunkRenderWorker.java:57)
    at java.lang.Thread.run(Unknown Source)

-- System Details --
Details:
    Minecraft Version: 1.10.2
    Operating System: Windows 8.1 (amd64) version 6.3
    Java Version: 1.8.0_111, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 3316313936 bytes (3162 MB) / 5880414208 bytes (5608 MB) up to 5880414208 bytes (5608 MB)
    JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms6144m -Xmx6144m
    IntCache: cache: 1, tcache: 1, allocated: 12, tallocated: 94
    FML: MCP 9.32 Powered by Forge 12.18.3.2281 Optifine OptiFine_1.10.2_HD_U_C2 5 mods loaded, 5 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
    UCHIJAAAA   mcp{9.19} [Minecraft Coder Pack] (minecraft.jar) 
    UCHIJAAAA   FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.3.2281-universal.jar) 
    UCHIJAAAA   Forge{12.18.3.2281} [Minecraft Forge] (forge-1.10.2-12.18.3.2281-universal.jar) 
    UCHIJAAAA   ichunutil{6.3.0} [iChunUtil] (iChunUtil-1.10.2-6.3.0.jar) 
    UCHIJAAAA   portalgun{6.0.0} [PortalGun] (PortalGun-1.10.2-6.0.0.jar) 
    Loaded coremods (and transformers): 
    GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
    Launched Version: MultiMC5
    LWJGL: 2.9.1
    OpenGL: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
    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.

    Using VBOs: No
    Is Modded: Definitely; Client brand changed to 'fml,forge'
    Type: Client (map_client.txt)
    Resource Packs: 
    Current Language: English (US)
    Profiler Position: N/A (disabled)
    CPU: 8x Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz
    OptiFine Version: OptiFine_1.10.2_HD_U_C2
    Render Distance Chunks: 32
    Mipmaps: 0
    Anisotropic Filtering: 1
    Antialiasing: 0
    Multitexture: false
    Shaders: null
    OpenGlVersion: 4.5.0 NVIDIA 375.57
    OpenGlRenderer: GeForce GTX 970/PCIe/SSE2
    OpenGlVendor: NVIDIA Corporation
    CpuCount: 8
[10:25:09] [Client thread/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:func_179870_a:560]: #@!@# Game crashed! Crash report saved to: #@!@# D:\MultiMC\instances\1.10.2\minecraft\crash-reports\crash-2017-04-13_10.25.08-client.txt
[10:25:09] [Client Shutdown Thread/INFO]: Stopping server
Exception in thread "Client Shutdown Thread" AL lib: (EE) alc_cleanup: 1 device not closed
Process exited with code -1.
iChun commented 7 years ago

Optifine issue