Jump to content

forge-1.9.4-12.17.0.1969 Crashes during texture load


CanoLathra

Recommended Posts

Got the following error:

 

---- Minecraft Crash Report ----

// Ouch. That hurt :(

 

Time: 6/22/16 2:38 PM

Description: Generating mipmaps for frame

 

java.lang.ArrayIndexOutOfBoundsException: 0

at net.minecraft.client.renderer.texture.TextureUtil.func_147949_a(TextureUtil.java:60)

at net.minecraft.client.renderer.texture.TextureAtlasSprite.func_147963_d(TextureAtlasSprite.java:309)

at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:171)

at net.minecraft.client.renderer.texture.TextureMap.func_174943_a(TextureMap.java:93)

at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:136)

at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28)

at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121)

at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:497)

at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:349)

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)

 

 

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.renderer.texture.TextureUtil.func_147949_a(TextureUtil.java:60)

 

-- Frame being iterated --

Details:

Frame index: 0

Frame sizes: 256, null, null, null, null

Stacktrace:

at net.minecraft.client.renderer.texture.TextureAtlasSprite.func_147963_d(TextureAtlasSprite.java:309)

at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:171)

at net.minecraft.client.renderer.texture.TextureMap.func_174943_a(TextureMap.java:93)

at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:136)

at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28)

at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121)

at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:497)

 

-- Initialization --

Details:

Stacktrace:

at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:349)

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)

 

-- System Details --

Details:

Minecraft Version: 1.9.4

Operating System: Windows 10 (amd64) version 10.0

Java Version: 1.8.0_25, Oracle Corporation

Java VM Version: Java HotSpot 64-Bit Server VM (mixed mode), Oracle Corporation

Memory: 135570320 bytes (129 MB) / 311341056 bytes (296 MB) up to 4260102144 bytes (4062 MB)

JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4096m -Xms256m -XX:PermSize=256m -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -XX:MaxPermSize=256M -XX:+UseGCOverheadLimit

IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0

FML: MCP 9.28 Powered by Forge 12.17.0.1969 3 mods loaded, 3 mods active

States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

UCH mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)

UCH FML{8.0.99.99} [Forge Mod Loader] (forge-1.9.4-12.17.0.1969.jar)

UCH Forge{12.17.0.1969} [Minecraft Forge] (forge-1.9.4-12.17.0.1969.jar)

Loaded coremods (and transformers):

GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 361.91' Renderer: 'GeForce GT 610/PCIe/SSE2'

Launched Version: forge-12.17.0.1969

LWJGL: 2.9.4

OpenGL: GeForce GT 610/PCIe/SSE2 GL version 4.5.0 NVIDIA 361.91, NVIDIA Corporation

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: net.minecraft.client.Minecraft$15@2142754a

 

 

FML log file:

 

[14:38:12] [main/DEBUG] [FML/]: Injecting tracing printstreams for STDOUT/STDERR.

[14:38:12] [main/INFO] [FML/]: Forge Mod Loader version 12.17.0.1969 for Minecraft 1.9.4 loading

[14:38:12] [main/INFO] [FML/]: Java is Java HotSpot 64-Bit Server VM, version 1.8.0_25, running on Windows 10:amd64:10.0, installed at C:\Users\Bryan\Documents\Curse\Minecraft\Install\runtime\jre-x64\1.8.0_25

[14:38:12] [main/DEBUG] [FML/]: Java classpath at launch is C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\net\minecraftforge\forge\1.9.4-12.17.0.1969\forge-1.9.4-12.17.0.1969.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\net\minecraft\launchwrapper\1.12\launchwrapper-1.12.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\org\ow2\asm\asm-all\5.0.3\asm-all-5.0.3.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\jline\jline\2.13\jline-2.13.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\com\typesafe\akka\akka-actor_2.11\2.3.3\akka-actor_2.11-2.3.3.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\com\typesafe\config\1.2.1\config-1.2.1.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\org\scala-lang\scala-actors-migration_2.11\1.1.0\scala-actors-migration_2.11-1.1.0.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\org\scala-lang\scala-compiler\2.11.1\scala-compiler-2.11.1.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\org\scala-lang\plugins\scala-continuations-library_2.11\1.0.2\scala-continuations-library_2.11-1.0.2.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\org\scala-lang\plugins\scala-continuations-plugin_2.11.1\1.0.2\scala-continuations-plugin_2.11.1-1.0.2.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\org\scala-lang\scala-library\2.11.1\scala-library-2.11.1.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\org\scala-lang\scala-parser-combinators_2.11\1.0.1\scala-parser-combinators_2.11-1.0.1.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\org\scala-lang\scala-reflect\2.11.1\scala-reflect-2.11.1.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\org\scala-lang\scala-swing_2.11\1.0.1\scala-swing_2.11-1.0.1.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\org\scala-lang\scala-xml_2.11\1.0.2\scala-xml_2.11-1.0.2.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\lzma\lzma\0.0.1\lzma-0.0.1.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\net\sf\jopt-simple\jopt-simple\4.6\jopt-simple-4.6.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\java3d\vecmath\1.5.2\vecmath-1.5.2.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\net\sf\trove4j\trove4j\3.0.3\trove4j-3.0.3.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\com\mojang\netty\1.6\netty-1.6.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\oshi-project\oshi-core\1.1\oshi-core-1.1.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\net\java\dev\jna\jna\3.4.0\jna-3.4.0.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\net\java\dev\jna\platform\3.4.0\platform-3.4.0.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\com\ibm\icu\icu4j-core-mojang\51.2\icu4j-core-mojang-51.2.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\net\sf\jopt-simple\jopt-simple\4.6\jopt-simple-4.6.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\com\paulscode\codecjorbis\20101023\codecjorbis-20101023.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\com\paulscode\codecwav\20101023\codecwav-20101023.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\com\paulscode\libraryjavasound\20101123\libraryjavasound-20101123.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\com\paulscode\librarylwjglopenal\20100824\librarylwjglopenal-20100824.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\com\paulscode\soundsystem\20120107\soundsystem-20120107.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\io\netty\netty-all\4.0.23.Final\netty-all-4.0.23.Final.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\com\google\guava\guava\17.0\guava-17.0.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\org\apache\commons\commons-lang3\3.3.2\commons-lang3-3.3.2.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\commons-io\commons-io\2.4\commons-io-2.4.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\commons-codec\commons-codec\1.9\commons-codec-1.9.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\com\google\code\gson\gson\2.2.4\gson-2.2.4.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\com\mojang\authlib\1.5.22\authlib-1.5.22.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\com\mojang\realms\1.8.19\realms-1.8.19.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\org\apache\commons\commons-compress\1.8.1\commons-compress-1.8.1.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\org\apache\httpcomponents\httpclient\4.3.3\httpclient-4.3.3.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\commons-logging\commons-logging\1.1.3\commons-logging-1.1.3.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\org\apache\httpcomponents\httpcore\4.3.2\httpcore-4.3.2.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\it\unimi\dsi\fastutil\7.0.12_mojang\fastutil-7.0.12_mojang.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\org\apache\logging\log4j\log4j-api\2.0-beta9\log4j-api-2.0-beta9.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\org\apache\logging\log4j\log4j-core\2.0-beta9\log4j-core-2.0-beta9.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\org\lwjgl\lwjgl\lwjgl\2.9.4-nightly-20150209\lwjgl-2.9.4-nightly-20150209.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\org\lwjgl\lwjgl\lwjgl_util\2.9.4-nightly-20150209\lwjgl_util-2.9.4-nightly-20150209.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\versions\1.9.4\1.9.4.jar

[14:38:12] [main/DEBUG] [FML/]: Java library path at launch is C:\Users\Bryan\Documents\Curse\Minecraft\Install\versions\forge-12.17.0.1969\forge-12.17.0.1969-natives-86421193137008

[14:38:12] [main/DEBUG] [FML/]: Enabling runtime deobfuscation

[14:38:12] [main/DEBUG] [FML/]: Instantiating coremod class FMLCorePlugin

[14:38:12] [main/DEBUG] [FML/]: Added access transformer class net.minecraftforge.fml.common.asm.transformers.AccessTransformer to enqueued access transformers

[14:38:12] [main/DEBUG] [FML/]: Enqueued coremod FMLCorePlugin

[14:38:12] [main/DEBUG] [FML/]: Instantiating coremod class FMLForgePlugin

[14:38:12] [main/DEBUG] [FML/]: Enqueued coremod FMLForgePlugin

[14:38:12] [main/DEBUG] [FML/]: All fundamental core mods are successfully located

[14:38:12] [main/DEBUG] [FML/]: Attempting to load commandline specified mods, relative to C:\Users\Bryan\Documents\Curse\Minecraft\Instances\Bug Test

[14:38:12] [main/DEBUG] [FML/]: Discovering coremods

[14:38:12] [main/INFO] [LaunchWrapper/]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker

[14:38:12] [main/INFO] [LaunchWrapper/]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker

[14:38:12] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker

[14:38:12] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker

[14:38:12] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper

[14:38:12] [main/DEBUG] [FML/]: Injecting coremod FMLCorePlugin {net.minecraftforge.fml.relauncher.FMLCorePlugin} class transformers

[14:38:12] [main/TRACE] [FML/]: Registering transformer net.minecraftforge.fml.common.asm.transformers.BlamingTransformer

[14:38:12] [main/TRACE] [FML/]: Registering transformer net.minecraftforge.fml.common.asm.transformers.SideTransformer

[14:38:12] [main/TRACE] [FML/]: Registering transformer net.minecraftforge.fml.common.asm.transformers.EventSubscriptionTransformer

[14:38:12] [main/TRACE] [FML/]: Registering transformer net.minecraftforge.fml.common.asm.transformers.EventSubscriberTransformer

[14:38:12] [main/DEBUG] [FML/]: Injection complete

[14:38:12] [main/DEBUG] [FML/]: Running coremod plugin for FMLCorePlugin {net.minecraftforge.fml.relauncher.FMLCorePlugin}

[14:38:12] [main/DEBUG] [FML/]: Running coremod plugin FMLCorePlugin

[14:38:13] [main/DEBUG] [FML/]: Read 865 binary patches

[14:38:14] [main/DEBUG] [FML/]: Loading deobfuscation resource /deobfuscation_data-1.9.4.lzma with 31813 records

[14:38:15] [main/INFO] [FML/]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557

[14:38:15] [main/INFO] [FML/]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc

[14:38:15] [main/DEBUG] [FML/]: Coremod plugin class FMLCorePlugin run successfully

[14:38:15] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper

[14:38:15] [main/DEBUG] [FML/]: Injecting coremod FMLForgePlugin {net.minecraftforge.classloading.FMLForgePlugin} class transformers

[14:38:15] [main/DEBUG] [FML/]: Injection complete

[14:38:15] [main/DEBUG] [FML/]: Running coremod plugin for FMLForgePlugin {net.minecraftforge.classloading.FMLForgePlugin}

[14:38:15] [main/DEBUG] [FML/]: Running coremod plugin FMLForgePlugin

[14:38:15] [main/DEBUG] [FML/]: Coremod plugin class FMLForgePlugin run successfully

[14:38:15] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker

[14:38:15] [main/DEBUG] [FML/]: Loaded 188 rules from AccessTransformer config file forge_at.cfg

[14:38:15] [main/DEBUG] [FML/]: Validating minecraft

[14:38:15] [main/DEBUG] [FML/]: Minecraft validated, launching...

[14:38:15] [main/INFO] [LaunchWrapper/]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker

[14:38:15] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker

[14:38:15] [main/INFO] [LaunchWrapper/]: Launching wrapped minecraft {net.minecraft.client.main.Main}

[14:38:16] [main/INFO] [sTDOUT/]: [net.minecraft.client.main.Main:main:56]: Completely ignored arguments: [--nativeLauncherVersion, 301]

[14:38:20] [Client thread/DEBUG] [FML/]: Creating vanilla freeze snapshot

[14:38:20] [Client thread/DEBUG] [FML/]: Vanilla freeze snapshot created

[14:38:21] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - LanguageManager took 0.003s

[14:38:21] [Client thread/INFO] [sTDOUT/]: [net.minecraftforge.fml.client.SplashProgress:start:200]: ---- Minecraft Crash Report ----

// This is a token for 1 free hug. Redeem at your nearest Mojangsta: [~~HUG~~]

 

Time: 6/22/16 2:38 PM

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.9.4

Operating System: Windows 10 (amd64) version 10.0

Java Version: 1.8.0_25, Oracle Corporation

Java VM Version: Java HotSpot 64-Bit Server VM (mixed mode), Oracle Corporation

Memory: 98133520 bytes (93 MB) / 259522560 bytes (247 MB) up to 4260102144 bytes (4062 MB)

JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4096m -Xms256m -XX:PermSize=256m -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -XX:MaxPermSize=256M -XX:+UseGCOverheadLimit

IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0

FML:

Loaded coremods (and transformers):

GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 361.91' Renderer: 'GeForce GT 610/PCIe/SSE2'

[14:38:21] [Client thread/INFO] [FML/]: MinecraftForge v12.17.0.1969 Initialized

[14:38:21] [Client thread/INFO] [FML/]: Replaced 232 ore recipes

[14:38:21] [Client thread/DEBUG] [FML/]: File C:\Users\Bryan\Documents\Curse\Minecraft\Instances\Bug Test\config\injectedDependencies.json not found. No dependencies injected

[14:38:21] [Client thread/DEBUG] [FML/]: Building injected Mod Containers [net.minecraftforge.fml.common.FMLContainer, net.minecraftforge.common.ForgeModContainer]

[14:38:21] [Client thread/DEBUG] [FML/]: Attempting to load mods contained in the minecraft jar file and associated classes

[14:38:21] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\net\minecraftforge\forge\1.9.4-12.17.0.1969\forge-1.9.4-12.17.0.1969.jar, examining for mod candidates

[14:38:21] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\net\minecraft\launchwrapper\1.12\launchwrapper-1.12.jar

[14:38:21] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\org\ow2\asm\asm-all\5.0.3\asm-all-5.0.3.jar

[14:38:21] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\jline\jline\2.13\jline-2.13.jar

[14:38:21] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\com\typesafe\akka\akka-actor_2.11\2.3.3\akka-actor_2.11-2.3.3.jar

[14:38:21] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\com\typesafe\config\1.2.1\config-1.2.1.jar

[14:38:21] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\org\scala-lang\scala-actors-migration_2.11\1.1.0\scala-actors-migration_2.11-1.1.0.jar

[14:38:21] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\org\scala-lang\scala-compiler\2.11.1\scala-compiler-2.11.1.jar

[14:38:21] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\org\scala-lang\plugins\scala-continuations-library_2.11\1.0.2\scala-continuations-library_2.11-1.0.2.jar

[14:38:21] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\org\scala-lang\plugins\scala-continuations-plugin_2.11.1\1.0.2\scala-continuations-plugin_2.11.1-1.0.2.jar

[14:38:21] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\org\scala-lang\scala-library\2.11.1\scala-library-2.11.1.jar

[14:38:21] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\org\scala-lang\scala-parser-combinators_2.11\1.0.1\scala-parser-combinators_2.11-1.0.1.jar

[14:38:21] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\org\scala-lang\scala-reflect\2.11.1\scala-reflect-2.11.1.jar

[14:38:21] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\org\scala-lang\scala-swing_2.11\1.0.1\scala-swing_2.11-1.0.1.jar

[14:38:21] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\org\scala-lang\scala-xml_2.11\1.0.2\scala-xml_2.11-1.0.2.jar

[14:38:21] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\lzma\lzma\0.0.1\lzma-0.0.1.jar

[14:38:21] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\net\sf\jopt-simple\jopt-simple\4.6\jopt-simple-4.6.jar

[14:38:21] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\java3d\vecmath\1.5.2\vecmath-1.5.2.jar

[14:38:21] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\net\sf\trove4j\trove4j\3.0.3\trove4j-3.0.3.jar

[14:38:21] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\com\mojang\netty\1.6\netty-1.6.jar

[14:38:21] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\oshi-project\oshi-core\1.1\oshi-core-1.1.jar

[14:38:21] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\net\java\dev\jna\jna\3.4.0\jna-3.4.0.jar

[14:38:21] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\net\java\dev\jna\platform\3.4.0\platform-3.4.0.jar

[14:38:21] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\com\ibm\icu\icu4j-core-mojang\51.2\icu4j-core-mojang-51.2.jar

[14:38:21] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\net\sf\jopt-simple\jopt-simple\4.6\jopt-simple-4.6.jar

[14:38:21] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\com\paulscode\codecjorbis\20101023\codecjorbis-20101023.jar

[14:38:21] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\com\paulscode\codecwav\20101023\codecwav-20101023.jar

[14:38:21] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\com\paulscode\libraryjavasound\20101123\libraryjavasound-20101123.jar

[14:38:21] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\com\paulscode\librarylwjglopenal\20100824\librarylwjglopenal-20100824.jar

[14:38:21] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\com\paulscode\soundsystem\20120107\soundsystem-20120107.jar

[14:38:21] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\io\netty\netty-all\4.0.23.Final\netty-all-4.0.23.Final.jar

[14:38:21] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\com\google\guava\guava\17.0\guava-17.0.jar

[14:38:21] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\org\apache\commons\commons-lang3\3.3.2\commons-lang3-3.3.2.jar

[14:38:21] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\commons-io\commons-io\2.4\commons-io-2.4.jar

[14:38:21] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\commons-codec\commons-codec\1.9\commons-codec-1.9.jar

[14:38:21] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar

[14:38:21] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar

[14:38:21] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\com\google\code\gson\gson\2.2.4\gson-2.2.4.jar

[14:38:21] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\com\mojang\authlib\1.5.22\authlib-1.5.22.jar

[14:38:21] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\com\mojang\realms\1.8.19\realms-1.8.19.jar

[14:38:21] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\org\apache\commons\commons-compress\1.8.1\commons-compress-1.8.1.jar

[14:38:21] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\org\apache\httpcomponents\httpclient\4.3.3\httpclient-4.3.3.jar

[14:38:21] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\commons-logging\commons-logging\1.1.3\commons-logging-1.1.3.jar

[14:38:21] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\org\apache\httpcomponents\httpcore\4.3.2\httpcore-4.3.2.jar

[14:38:21] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\it\unimi\dsi\fastutil\7.0.12_mojang\fastutil-7.0.12_mojang.jar

[14:38:21] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\org\apache\logging\log4j\log4j-api\2.0-beta9\log4j-api-2.0-beta9.jar

[14:38:21] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\org\apache\logging\log4j\log4j-core\2.0-beta9\log4j-core-2.0-beta9.jar

[14:38:21] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\org\lwjgl\lwjgl\lwjgl\2.9.4-nightly-20150209\lwjgl-2.9.4-nightly-20150209.jar

[14:38:21] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\org\lwjgl\lwjgl\lwjgl_util\2.9.4-nightly-20150209\lwjgl_util-2.9.4-nightly-20150209.jar

[14:38:21] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Bryan\Documents\Curse\Minecraft\Install\versions\1.9.4\1.9.4.jar, examining for mod candidates

[14:38:21] [Client thread/DEBUG] [FML/]: Minecraft jar mods loaded successfully

[14:38:21] [Client thread/INFO] [FML/]: Found 0 mods from the command line. Injecting into mod discoverer

[14:38:21] [Client thread/INFO] [FML/]: Searching C:\Users\Bryan\Documents\Curse\Minecraft\Instances\Bug Test\mods for mods

[14:38:22] [Client thread/DEBUG] [FML/]: Examining file forge-1.9.4-12.17.0.1969.jar for potential mods

[14:38:22] [Client thread/DEBUG] [FML/]: The mod container forge-1.9.4-12.17.0.1969.jar appears to be missing an mcmod.info file

[14:38:22] [Client thread/DEBUG] [FML/]: Examining file 1.9.4.jar for potential mods

[14:38:22] [Client thread/DEBUG] [FML/]: The mod container 1.9.4.jar appears to be missing an mcmod.info file

[14:38:23] [Client thread/INFO] [FML/]: Forge Mod Loader has identified 3 mods to load

[14:38:23] [Client thread/TRACE] [FML/]: Received a system property request ''

[14:38:23] [Client thread/TRACE] [FML/]: System property request managing the state of 0 mods

[14:38:23] [Client thread/DEBUG] [FML/]: After merging, found state information for 0 mods

[14:38:23] [Client thread/TRACE] [FML/]: Verifying mod requirements are satisfied

[14:38:23] [Client thread/TRACE] [FML/]: All mod requirements are satisfied

[14:38:23] [Client thread/TRACE] [FML/]: Sorting mods into an ordered list

[14:38:23] [Client thread/TRACE] [FML/]: Mod sorting completed successfully

[14:38:23] [Client thread/DEBUG] [FML/]: Mod sorting data

[14:38:23] [Client thread/DEBUG] [FML/]: No user mods found to sort

[14:38:23] [Client thread/TRACE] [mcp/mcp]: Sending event FMLConstructionEvent to mod mcp

[14:38:23] [Client thread/TRACE] [mcp/mcp]: Sent event FMLConstructionEvent to mod mcp

[14:38:23] [Client thread/DEBUG] [FML/]: Bar Step: Construction - Minecraft Coder Pack took 0.004s

[14:38:23] [Client thread/TRACE] [FML/FML]: Sending event FMLConstructionEvent to mod FML

[14:38:24] [Client thread/TRACE] [FML/FML]: Mod FML is using network checker : Invoking method checkModLists

[14:38:24] [Client thread/TRACE] [FML/FML]: Testing mod FML to verify it accepts its own version in a remote connection

[14:38:24] [Client thread/TRACE] [FML/FML]: The mod FML accepts its own version (8.0.99.99)

[14:38:24] [Client thread/INFO] [FML/FML]: Attempting connection with missing mods [mcp, FML, Forge] at CLIENT

[14:38:24] [Client thread/INFO] [FML/FML]: Attempting connection with missing mods [mcp, FML, Forge] at SERVER

[14:38:24] [Client thread/TRACE] [FML/FML]: Sent event FMLConstructionEvent to mod FML

[14:38:24] [Client thread/DEBUG] [FML/]: Bar Step: Construction - Forge Mod Loader took 0.522s

[14:38:24] [Client thread/TRACE] [Forge/Forge]: Sending event FMLConstructionEvent to mod Forge

[14:38:24] [Client thread/DEBUG] [Forge/Forge]: Preloading CrashReport Classes

[14:38:24] [Client thread/DEBUG] [Forge/Forge]: net/minecraftforge/fml/client/SplashProgress$1

[14:38:24] [Client thread/DEBUG] [Forge/Forge]: net/minecraftforge/fml/common/FMLCommonHandler$1

[14:38:24] [Client thread/DEBUG] [Forge/Forge]: net/minecraftforge/fml/common/Loader$3

[14:38:24] [Client thread/TRACE] [FML/Forge]: Mod Forge is using network checker : No network checking performed

[14:38:24] [Client thread/TRACE] [FML/Forge]: Testing mod Forge to verify it accepts its own version in a remote connection

[14:38:24] [Client thread/TRACE] [FML/Forge]: The mod Forge accepts its own version (12.17.0.1969)

[14:38:24] [Client thread/TRACE] [Forge/Forge]: Sent event FMLConstructionEvent to mod Forge

[14:38:24] [Client thread/DEBUG] [FML/]: Bar Step: Construction - Minecraft Forge took 0.021s

[14:38:24] [Client thread/DEBUG] [FML/]: Bar Finished: Construction took 0.546s

[14:38:24] [Client thread/DEBUG] [FML/]: Mod signature data

[14:38:24] [Client thread/DEBUG] [FML/]:  Valid Signatures:

[14:38:24] [Client thread/DEBUG] [FML/]: (e3c3d50c7c986df74c645c0ac54639741c90a557) FML (Forge Mod Loader 8.0.99.99) forge-1.9.4-12.17.0.1969.jar

[14:38:24] [Client thread/DEBUG] [FML/]: (e3c3d50c7c986df74c645c0ac54639741c90a557) Forge (Minecraft Forge 12.17.0.1969) forge-1.9.4-12.17.0.1969.jar

[14:38:24] [Client thread/DEBUG] [FML/]:  Missing Signatures:

[14:38:24] [Client thread/DEBUG] [FML/]: mcp (Minecraft Coder Pack 9.19) minecraft.jar

[14:38:24] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - Default took 0.019s

[14:38:24] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:Forge Mod Loader took 0.004s

[14:38:24] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:Minecraft Forge took 0.011s

[14:38:24] [Client thread/DEBUG] [FML/]: Bar Finished: Reloading - LanguageManager took 0.089s

[14:38:24] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - Reloading listeners took 0.090s

[14:38:24] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resources took 0.123s

[14:38:24] [Client thread/DEBUG] [Forge Mod Loader/]: Mod Forge Mod Loader is missing a pack.mcmeta file, substituting a dummy one

[14:38:24] [Client thread/DEBUG] [Minecraft Forge/]: Mod Minecraft Forge is missing a pack.mcmeta file, substituting a dummy one

[14:38:24] [Client thread/INFO] [FML/]: Processing ObjectHolder annotations

[14:38:24] [Client thread/INFO] [FML/]: Found 418 ObjectHolder annotations

[14:38:24] [Client thread/INFO] [FML/]: Identifying ItemStackHolder annotations

[14:38:24] [Client thread/INFO] [FML/]: Found 0 ItemStackHolder annotations

[14:38:24] [Client thread/TRACE] [mcp/mcp]: Sending event FMLPreInitializationEvent to mod mcp

[14:38:24] [Client thread/TRACE] [mcp/mcp]: Sent event FMLPreInitializationEvent to mod mcp

[14:38:24] [Client thread/DEBUG] [FML/]: Bar Step: PreInitialization - Minecraft Coder Pack took 0.003s

[14:38:24] [Client thread/TRACE] [FML/FML]: Sending event FMLPreInitializationEvent to mod FML

[14:38:24] [Client thread/TRACE] [FML/FML]: Sent event FMLPreInitializationEvent to mod FML

[14:38:24] [Client thread/DEBUG] [FML/]: Bar Step: PreInitialization - Forge Mod Loader took 0.001s

[14:38:24] [Client thread/TRACE] [Forge/Forge]: Sending event FMLPreInitializationEvent to mod Forge

[14:38:24] [Client thread/INFO] [FML/Forge]: Configured a dormant chunk cache size of 0

[14:38:25] [Client thread/TRACE] [Forge/Forge]: Sent event FMLPreInitializationEvent to mod Forge

[14:38:25] [Client thread/DEBUG] [FML/]: Bar Step: PreInitialization - Minecraft Forge took 0.144s

[14:38:25] [Client thread/DEBUG] [FML/]: Bar Finished: PreInitialization took 0.149s

[14:38:25] [Client thread/INFO] [FML/]: Applying holder lookups

[14:38:25] [Client thread/INFO] [FML/]: Holder lookups applied

[14:38:25] [Client thread/INFO] [FML/]: Injecting itemstacks

[14:38:25] [Client thread/INFO] [FML/]: Itemstack injection complete

[14:38:25] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - TextureManager took 0.002s

[14:38:25] [Forge Version Check/INFO] [ForgeVersionCheck/Forge]: [Forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json

[14:38:25] [Forge Version Check/DEBUG] [ForgeVersionCheck/Forge]: [Forge] Received version check data:

{

  "homepage": "http://files.minecraftforge.net/maven/net/minecraftforge/forge/",

  "promos": {

    "1.5.2-latest": "7.8.1.738",

    "1.5.2-recommended": "7.8.1.737",

    "1.6.1-latest": "8.9.0.775",

    "1.6.2-latest": "9.10.1.871",

    "1.6.2-recommended": "9.10.1.871",

    "1.6.3-latest": "9.11.0.878",

    "1.6.4-latest": "9.11.1.1345",

    "1.6.4-recommended": "9.11.1.1345",

    "1.7.10-latest": "10.13.4.1614",

    "1.7.10-latest-1.7.10": "10.13.2.1343",

    "1.7.10-recommended": "10.13.4.1558",

    "1.7.2-latest": "10.12.2.1147",

    "1.7.2-recommended": "10.12.2.1121",

    "1.8-latest": "11.14.4.1577",

    "1.8-recommended": "11.14.4.1563",

    "1.8.8-latest": "11.15.0.1655",

    "1.8.9-latest": "11.15.1.1902",

    "1.8.9-recommended": "11.15.1.1722",

    "1.9-latest": "12.16.0.1942",

    "1.9-recommended": "12.16.1.1887",

    "1.9.4-latest": "12.17.0.1969",

    "latest": "12.17.0.1969",

    "latest-1.7.10": "10.13.2.1343",

    "recommended": "12.16.1.1887"

  }

}

[14:38:25] [Forge Version Check/INFO] [ForgeVersionCheck/Forge]: [Forge] Found status: BETA Target: null

[14:38:35] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - SoundHandler took 10.570s

[14:38:35] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - FontRenderer took 0.010s

[14:38:35] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - FontRenderer took 0.007s

[14:38:35] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - GrassColorReloadListener took 0.014s

[14:38:35] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - FoliageColorReloadListener took 0.016s

[14:38:35] [Client thread/DEBUG] [FML/]: Bar Step: Rendering Setup - GL Setup took 0.002s

[14:38:35] [Client thread/DEBUG] [FML/]: Bar Step: Rendering Setup - Loading Texture Map took 0.009s

[14:38:36] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - B3DLoader took 0.000s

[14:38:36] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - OBJLoader took 0.000s

[14:38:36] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - ModelFluid$FluidLoader took 0.000s

[14:38:36] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - ItemLayerModel$Loader took 0.000s

[14:38:36] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - MultiLayerModel$Loader took 0.000s

[14:38:36] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - ModelDynBucket$LoaderDynBucket took 0.000s

[14:38:37] [Client thread/DEBUG] [FML/]: Bar Finished: ModelLoader: blocks took 1.525s

[14:38:38] [Client thread/DEBUG] [FML/]: Bar Finished: ModelLoader: items took 0.429s

[14:38:38] [Client thread/INFO] [FML/]: Max texture size: 16384

[14:38:38] [Client thread/DEBUG] [FML/]: Bar Finished: Texture stitching took 0.580s

[14:38:38] [Client thread/INFO] [sTDOUT/]: [net.minecraft.init.Bootstrap:func_179870_a:560]: ---- Minecraft Crash Report ----

// Don't do that.

 

Time: 6/22/16 2:38 PM

Description: Generating mipmaps for frame

 

java.lang.ArrayIndexOutOfBoundsException: 0

at net.minecraft.client.renderer.texture.TextureUtil.func_147949_a(TextureUtil.java:60)

at net.minecraft.client.renderer.texture.TextureAtlasSprite.func_147963_d(TextureAtlasSprite.java:309)

at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:171)

at net.minecraft.client.renderer.texture.TextureMap.func_174943_a(TextureMap.java:93)

at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:136)

at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28)

at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121)

at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:497)

at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:349)

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)

 

 

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.renderer.texture.TextureUtil.func_147949_a(TextureUtil.java:60)

 

-- Frame being iterated --

Details:

Frame index: 0

Frame sizes: 256, null, null, null, null

Stacktrace:

at net.minecraft.client.renderer.texture.TextureAtlasSprite.func_147963_d(TextureAtlasSprite.java:309)

at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:171)

at net.minecraft.client.renderer.texture.TextureMap.func_174943_a(TextureMap.java:93)

at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:136)

at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28)

at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121)

at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:497)

 

-- Initialization --

Details:

Stacktrace:

at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:349)

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)

 

-- System Details --

Details:

Minecraft Version: 1.9.4

Operating System: Windows 10 (amd64) version 10.0

Java Version: 1.8.0_25, Oracle Corporation

Java VM Version: Java HotSpot 64-Bit Server VM (mixed mode), Oracle Corporation

Memory: 135570320 bytes (129 MB) / 311341056 bytes (296 MB) up to 4260102144 bytes (4062 MB)

JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4096m -Xms256m -XX:PermSize=256m -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -XX:MaxPermSize=256M -XX:+UseGCOverheadLimit

IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0

FML: MCP 9.28 Powered by Forge 12.17.0.1969 3 mods loaded, 3 mods active

States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

UCH mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)

UCH FML{8.0.99.99} [Forge Mod Loader] (forge-1.9.4-12.17.0.1969.jar)

UCH Forge{12.17.0.1969} [Minecraft Forge] (forge-1.9.4-12.17.0.1969.jar)

Loaded coremods (and transformers):

GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 361.91' Renderer: 'GeForce GT 610/PCIe/SSE2'

Launched Version: forge-12.17.0.1969

LWJGL: 2.9.4

OpenGL: GeForce GT 610/PCIe/SSE2 GL version 4.5.0 NVIDIA 361.91, NVIDIA Corporation

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: net.minecraft.client.Minecraft$15@2142754a

[14:38:38] [Client thread/INFO] [sTDOUT/]: [net.minecraft.init.Bootstrap:func_179870_a:560]: #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\Bryan\Documents\Curse\Minecraft\Instances\Bug Test\crash-reports\crash-2016-06-22_14.38.38-client.txt

 

 

 

This was JUST MC 1.9.4 and Forge, installed via Curse client. No mods installed.

Link to comment
Share on other sites

Here:

 

[15:13:59] [main/DEBUG] [FML/]: Injecting tracing printstreams for STDOUT/STDERR.

[15:13:59] [main/INFO] [FML/]: Forge Mod Loader version 12.17.0.1969 for Minecraft 1.9.4 loading

[15:13:59] [main/INFO] [FML/]: Java is Java HotSpot 64-Bit Server VM, version 1.8.0_25, running on Windows 10:amd64:10.0, installed at C:\Users\Bryan\Documents\Curse\Minecraft\Install\runtime\jre-x64\1.8.0_25

[15:13:59] [main/DEBUG] [FML/]: Java classpath at launch is C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\net\minecraftforge\forge\1.9.4-12.17.0.1969\forge-1.9.4-12.17.0.1969.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\net\minecraft\launchwrapper\1.12\launchwrapper-1.12.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\org\ow2\asm\asm-all\5.0.3\asm-all-5.0.3.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\jline\jline\2.13\jline-2.13.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\com\typesafe\akka\akka-actor_2.11\2.3.3\akka-actor_2.11-2.3.3.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\com\typesafe\config\1.2.1\config-1.2.1.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\org\scala-lang\scala-actors-migration_2.11\1.1.0\scala-actors-migration_2.11-1.1.0.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\org\scala-lang\scala-compiler\2.11.1\scala-compiler-2.11.1.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\org\scala-lang\plugins\scala-continuations-library_2.11\1.0.2\scala-continuations-library_2.11-1.0.2.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\org\scala-lang\plugins\scala-continuations-plugin_2.11.1\1.0.2\scala-continuations-plugin_2.11.1-1.0.2.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\org\scala-lang\scala-library\2.11.1\scala-library-2.11.1.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\org\scala-lang\scala-parser-combinators_2.11\1.0.1\scala-parser-combinators_2.11-1.0.1.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\org\scala-lang\scala-reflect\2.11.1\scala-reflect-2.11.1.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\org\scala-lang\scala-swing_2.11\1.0.1\scala-swing_2.11-1.0.1.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\org\scala-lang\scala-xml_2.11\1.0.2\scala-xml_2.11-1.0.2.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\lzma\lzma\0.0.1\lzma-0.0.1.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\net\sf\jopt-simple\jopt-simple\4.6\jopt-simple-4.6.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\java3d\vecmath\1.5.2\vecmath-1.5.2.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\net\sf\trove4j\trove4j\3.0.3\trove4j-3.0.3.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\com\mojang\netty\1.6\netty-1.6.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\oshi-project\oshi-core\1.1\oshi-core-1.1.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\net\java\dev\jna\jna\3.4.0\jna-3.4.0.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\net\java\dev\jna\platform\3.4.0\platform-3.4.0.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\com\ibm\icu\icu4j-core-mojang\51.2\icu4j-core-mojang-51.2.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\net\sf\jopt-simple\jopt-simple\4.6\jopt-simple-4.6.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\com\paulscode\codecjorbis\20101023\codecjorbis-20101023.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\com\paulscode\codecwav\20101023\codecwav-20101023.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\com\paulscode\libraryjavasound\20101123\libraryjavasound-20101123.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\com\paulscode\librarylwjglopenal\20100824\librarylwjglopenal-20100824.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\com\paulscode\soundsystem\20120107\soundsystem-20120107.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\io\netty\netty-all\4.0.23.Final\netty-all-4.0.23.Final.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\com\google\guava\guava\17.0\guava-17.0.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\org\apache\commons\commons-lang3\3.3.2\commons-lang3-3.3.2.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\commons-io\commons-io\2.4\commons-io-2.4.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\commons-codec\commons-codec\1.9\commons-codec-1.9.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\com\google\code\gson\gson\2.2.4\gson-2.2.4.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\com\mojang\authlib\1.5.22\authlib-1.5.22.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\com\mojang\realms\1.8.19\realms-1.8.19.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\org\apache\commons\commons-compress\1.8.1\commons-compress-1.8.1.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\org\apache\httpcomponents\httpclient\4.3.3\httpclient-4.3.3.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\commons-logging\commons-logging\1.1.3\commons-logging-1.1.3.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\org\apache\httpcomponents\httpcore\4.3.2\httpcore-4.3.2.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\it\unimi\dsi\fastutil\7.0.12_mojang\fastutil-7.0.12_mojang.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\org\apache\logging\log4j\log4j-api\2.0-beta9\log4j-api-2.0-beta9.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\org\apache\logging\log4j\log4j-core\2.0-beta9\log4j-core-2.0-beta9.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\org\lwjgl\lwjgl\lwjgl\2.9.4-nightly-20150209\lwjgl-2.9.4-nightly-20150209.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\org\lwjgl\lwjgl\lwjgl_util\2.9.4-nightly-20150209\lwjgl_util-2.9.4-nightly-20150209.jar;C:\Users\Bryan\Documents\Curse\Minecraft\Install\versions\1.9.4\1.9.4.jar

[15:13:59] [main/DEBUG] [FML/]: Java library path at launch is C:\Users\Bryan\Documents\Curse\Minecraft\Install\versions\forge-12.17.0.1969\forge-12.17.0.1969-natives-88567856896591

[15:13:59] [main/DEBUG] [FML/]: Enabling runtime deobfuscation

[15:13:59] [main/DEBUG] [FML/]: Instantiating coremod class FMLCorePlugin

[15:13:59] [main/DEBUG] [FML/]: Added access transformer class net.minecraftforge.fml.common.asm.transformers.AccessTransformer to enqueued access transformers

[15:13:59] [main/DEBUG] [FML/]: Enqueued coremod FMLCorePlugin

[15:13:59] [main/DEBUG] [FML/]: Instantiating coremod class FMLForgePlugin

[15:13:59] [main/DEBUG] [FML/]: Enqueued coremod FMLForgePlugin

[15:13:59] [main/DEBUG] [FML/]: All fundamental core mods are successfully located

[15:13:59] [main/DEBUG] [FML/]: Attempting to load commandline specified mods, relative to C:\Users\Bryan\Documents\Curse\Minecraft\Instances\Bug Test

[15:13:59] [main/DEBUG] [FML/]: Discovering coremods

[15:13:59] [main/INFO] [LaunchWrapper/]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker

[15:13:59] [main/INFO] [LaunchWrapper/]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker

[15:13:59] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker

[15:13:59] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker

[15:13:59] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper

[15:13:59] [main/DEBUG] [FML/]: Injecting coremod FMLCorePlugin {net.minecraftforge.fml.relauncher.FMLCorePlugin} class transformers

[15:13:59] [main/TRACE] [FML/]: Registering transformer net.minecraftforge.fml.common.asm.transformers.BlamingTransformer

[15:13:59] [main/TRACE] [FML/]: Registering transformer net.minecraftforge.fml.common.asm.transformers.SideTransformer

[15:13:59] [main/TRACE] [FML/]: Registering transformer net.minecraftforge.fml.common.asm.transformers.EventSubscriptionTransformer

[15:13:59] [main/TRACE] [FML/]: Registering transformer net.minecraftforge.fml.common.asm.transformers.EventSubscriberTransformer

[15:13:59] [main/DEBUG] [FML/]: Injection complete

[15:13:59] [main/DEBUG] [FML/]: Running coremod plugin for FMLCorePlugin {net.minecraftforge.fml.relauncher.FMLCorePlugin}

[15:13:59] [main/DEBUG] [FML/]: Running coremod plugin FMLCorePlugin

[15:14:00] [main/DEBUG] [FML/]: Read 865 binary patches

[15:14:00] [main/DEBUG] [FML/]: Loading deobfuscation resource /deobfuscation_data-1.9.4.lzma with 31813 records

[15:14:01] [main/INFO] [FML/]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557

[15:14:02] [main/INFO] [FML/]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc

[15:14:02] [main/DEBUG] [FML/]: Coremod plugin class FMLCorePlugin run successfully

[15:14:02] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper

[15:14:02] [main/DEBUG] [FML/]: Injecting coremod FMLForgePlugin {net.minecraftforge.classloading.FMLForgePlugin} class transformers

[15:14:02] [main/DEBUG] [FML/]: Injection complete

[15:14:02] [main/DEBUG] [FML/]: Running coremod plugin for FMLForgePlugin {net.minecraftforge.classloading.FMLForgePlugin}

[15:14:02] [main/DEBUG] [FML/]: Running coremod plugin FMLForgePlugin

[15:14:02] [main/DEBUG] [FML/]: Coremod plugin class FMLForgePlugin run successfully

[15:14:02] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker

[15:14:02] [main/DEBUG] [FML/]: Loaded 188 rules from AccessTransformer config file forge_at.cfg

[15:14:02] [main/DEBUG] [FML/]: Validating minecraft

[15:14:02] [main/DEBUG] [FML/]: Minecraft validated, launching...

[15:14:02] [main/INFO] [LaunchWrapper/]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker

[15:14:02] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker

[15:14:02] [main/INFO] [LaunchWrapper/]: Launching wrapped minecraft {net.minecraft.client.main.Main}

[15:14:03] [main/INFO] [sTDOUT/]: [net.minecraft.client.main.Main:main:56]: Completely ignored arguments: [--nativeLauncherVersion, 301]

[15:14:07] [Client thread/DEBUG] [FML/]: Creating vanilla freeze snapshot

[15:14:07] [Client thread/DEBUG] [FML/]: Vanilla freeze snapshot created

[15:14:08] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - LanguageManager took 0.002s

[15:14:08] [Client thread/INFO] [FML/]: MinecraftForge v12.17.0.1969 Initialized

[15:14:08] [Client thread/INFO] [FML/]: Replaced 232 ore recipes

[15:14:08] [Client thread/DEBUG] [FML/]: File C:\Users\Bryan\Documents\Curse\Minecraft\Instances\Bug Test\config\injectedDependencies.json not found. No dependencies injected

[15:14:08] [Client thread/DEBUG] [FML/]: Building injected Mod Containers [net.minecraftforge.fml.common.FMLContainer, net.minecraftforge.common.ForgeModContainer]

[15:14:08] [Client thread/DEBUG] [FML/]: Attempting to load mods contained in the minecraft jar file and associated classes

[15:14:08] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\net\minecraftforge\forge\1.9.4-12.17.0.1969\forge-1.9.4-12.17.0.1969.jar, examining for mod candidates

[15:14:08] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\net\minecraft\launchwrapper\1.12\launchwrapper-1.12.jar

[15:14:08] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\org\ow2\asm\asm-all\5.0.3\asm-all-5.0.3.jar

[15:14:08] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\jline\jline\2.13\jline-2.13.jar

[15:14:08] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\com\typesafe\akka\akka-actor_2.11\2.3.3\akka-actor_2.11-2.3.3.jar

[15:14:08] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\com\typesafe\config\1.2.1\config-1.2.1.jar

[15:14:08] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\org\scala-lang\scala-actors-migration_2.11\1.1.0\scala-actors-migration_2.11-1.1.0.jar

[15:14:08] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\org\scala-lang\scala-compiler\2.11.1\scala-compiler-2.11.1.jar

[15:14:08] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\org\scala-lang\plugins\scala-continuations-library_2.11\1.0.2\scala-continuations-library_2.11-1.0.2.jar

[15:14:08] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\org\scala-lang\plugins\scala-continuations-plugin_2.11.1\1.0.2\scala-continuations-plugin_2.11.1-1.0.2.jar

[15:14:08] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\org\scala-lang\scala-library\2.11.1\scala-library-2.11.1.jar

[15:14:08] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\org\scala-lang\scala-parser-combinators_2.11\1.0.1\scala-parser-combinators_2.11-1.0.1.jar

[15:14:08] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\org\scala-lang\scala-reflect\2.11.1\scala-reflect-2.11.1.jar

[15:14:08] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\org\scala-lang\scala-swing_2.11\1.0.1\scala-swing_2.11-1.0.1.jar

[15:14:08] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\org\scala-lang\scala-xml_2.11\1.0.2\scala-xml_2.11-1.0.2.jar

[15:14:08] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\lzma\lzma\0.0.1\lzma-0.0.1.jar

[15:14:08] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\net\sf\jopt-simple\jopt-simple\4.6\jopt-simple-4.6.jar

[15:14:08] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\java3d\vecmath\1.5.2\vecmath-1.5.2.jar

[15:14:08] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\net\sf\trove4j\trove4j\3.0.3\trove4j-3.0.3.jar

[15:14:08] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\com\mojang\netty\1.6\netty-1.6.jar

[15:14:08] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\oshi-project\oshi-core\1.1\oshi-core-1.1.jar

[15:14:08] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\net\java\dev\jna\jna\3.4.0\jna-3.4.0.jar

[15:14:08] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\net\java\dev\jna\platform\3.4.0\platform-3.4.0.jar

[15:14:08] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\com\ibm\icu\icu4j-core-mojang\51.2\icu4j-core-mojang-51.2.jar

[15:14:08] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\net\sf\jopt-simple\jopt-simple\4.6\jopt-simple-4.6.jar

[15:14:08] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\com\paulscode\codecjorbis\20101023\codecjorbis-20101023.jar

[15:14:08] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\com\paulscode\codecwav\20101023\codecwav-20101023.jar

[15:14:08] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\com\paulscode\libraryjavasound\20101123\libraryjavasound-20101123.jar

[15:14:08] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\com\paulscode\librarylwjglopenal\20100824\librarylwjglopenal-20100824.jar

[15:14:08] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\com\paulscode\soundsystem\20120107\soundsystem-20120107.jar

[15:14:08] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\io\netty\netty-all\4.0.23.Final\netty-all-4.0.23.Final.jar

[15:14:08] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\com\google\guava\guava\17.0\guava-17.0.jar

[15:14:08] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\org\apache\commons\commons-lang3\3.3.2\commons-lang3-3.3.2.jar

[15:14:08] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\commons-io\commons-io\2.4\commons-io-2.4.jar

[15:14:08] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\commons-codec\commons-codec\1.9\commons-codec-1.9.jar

[15:14:08] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar

[15:14:08] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar

[15:14:08] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\com\google\code\gson\gson\2.2.4\gson-2.2.4.jar

[15:14:08] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\com\mojang\authlib\1.5.22\authlib-1.5.22.jar

[15:14:08] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\com\mojang\realms\1.8.19\realms-1.8.19.jar

[15:14:08] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\org\apache\commons\commons-compress\1.8.1\commons-compress-1.8.1.jar

[15:14:08] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\org\apache\httpcomponents\httpclient\4.3.3\httpclient-4.3.3.jar

[15:14:08] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\commons-logging\commons-logging\1.1.3\commons-logging-1.1.3.jar

[15:14:08] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\org\apache\httpcomponents\httpcore\4.3.2\httpcore-4.3.2.jar

[15:14:08] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\it\unimi\dsi\fastutil\7.0.12_mojang\fastutil-7.0.12_mojang.jar

[15:14:08] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\org\apache\logging\log4j\log4j-api\2.0-beta9\log4j-api-2.0-beta9.jar

[15:14:08] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\org\apache\logging\log4j\log4j-core\2.0-beta9\log4j-core-2.0-beta9.jar

[15:14:08] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\org\lwjgl\lwjgl\lwjgl\2.9.4-nightly-20150209\lwjgl-2.9.4-nightly-20150209.jar

[15:14:08] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Bryan\Documents\Curse\Minecraft\Install\libraries\org\lwjgl\lwjgl\lwjgl_util\2.9.4-nightly-20150209\lwjgl_util-2.9.4-nightly-20150209.jar

[15:14:08] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Bryan\Documents\Curse\Minecraft\Install\versions\1.9.4\1.9.4.jar, examining for mod candidates

[15:14:08] [Client thread/DEBUG] [FML/]: Minecraft jar mods loaded successfully

[15:14:08] [Client thread/INFO] [FML/]: Found 0 mods from the command line. Injecting into mod discoverer

[15:14:08] [Client thread/INFO] [FML/]: Searching C:\Users\Bryan\Documents\Curse\Minecraft\Instances\Bug Test\mods for mods

[15:14:08] [Client thread/DEBUG] [FML/]: Examining file forge-1.9.4-12.17.0.1969.jar for potential mods

[15:14:08] [Client thread/DEBUG] [FML/]: The mod container forge-1.9.4-12.17.0.1969.jar appears to be missing an mcmod.info file

[15:14:09] [Client thread/DEBUG] [FML/]: Examining file 1.9.4.jar for potential mods

[15:14:09] [Client thread/DEBUG] [FML/]: The mod container 1.9.4.jar appears to be missing an mcmod.info file

[15:14:10] [Client thread/INFO] [FML/]: Forge Mod Loader has identified 3 mods to load

[15:14:10] [Client thread/TRACE] [FML/]: Received a system property request ''

[15:14:10] [Client thread/TRACE] [FML/]: System property request managing the state of 0 mods

[15:14:10] [Client thread/DEBUG] [FML/]: After merging, found state information for 0 mods

[15:14:10] [Client thread/TRACE] [FML/]: Verifying mod requirements are satisfied

[15:14:10] [Client thread/TRACE] [FML/]: All mod requirements are satisfied

[15:14:10] [Client thread/TRACE] [FML/]: Sorting mods into an ordered list

[15:14:10] [Client thread/TRACE] [FML/]: Mod sorting completed successfully

[15:14:10] [Client thread/DEBUG] [FML/]: Mod sorting data

[15:14:10] [Client thread/DEBUG] [FML/]: No user mods found to sort

[15:14:10] [Client thread/TRACE] [mcp/mcp]: Sending event FMLConstructionEvent to mod mcp

[15:14:10] [Client thread/TRACE] [mcp/mcp]: Sent event FMLConstructionEvent to mod mcp

[15:14:10] [Client thread/DEBUG] [FML/]: Bar Step: Construction - Minecraft Coder Pack took 0.023s

[15:14:10] [Client thread/TRACE] [FML/FML]: Sending event FMLConstructionEvent to mod FML

[15:14:10] [Client thread/TRACE] [FML/FML]: Mod FML is using network checker : Invoking method checkModLists

[15:14:10] [Client thread/TRACE] [FML/FML]: Testing mod FML to verify it accepts its own version in a remote connection

[15:14:10] [Client thread/TRACE] [FML/FML]: The mod FML accepts its own version (8.0.99.99)

[15:14:10] [Client thread/INFO] [FML/FML]: Attempting connection with missing mods [mcp, FML, Forge] at CLIENT

[15:14:10] [Client thread/INFO] [FML/FML]: Attempting connection with missing mods [mcp, FML, Forge] at SERVER

[15:14:11] [Client thread/TRACE] [FML/FML]: Sent event FMLConstructionEvent to mod FML

[15:14:11] [Client thread/DEBUG] [FML/]: Bar Step: Construction - Forge Mod Loader took 0.429s

[15:14:11] [Client thread/TRACE] [Forge/Forge]: Sending event FMLConstructionEvent to mod Forge

[15:14:11] [Client thread/DEBUG] [Forge/Forge]: Preloading CrashReport Classes

[15:14:11] [Client thread/DEBUG] [Forge/Forge]: net/minecraftforge/fml/client/SplashProgress$1

[15:14:11] [Client thread/DEBUG] [Forge/Forge]: net/minecraftforge/fml/common/FMLCommonHandler$1

[15:14:11] [Client thread/DEBUG] [Forge/Forge]: net/minecraftforge/fml/common/Loader$3

[15:14:11] [Client thread/TRACE] [FML/Forge]: Mod Forge is using network checker : No network checking performed

[15:14:11] [Client thread/TRACE] [FML/Forge]: Testing mod Forge to verify it accepts its own version in a remote connection

[15:14:11] [Client thread/TRACE] [FML/Forge]: The mod Forge accepts its own version (12.17.0.1969)

[15:14:11] [Client thread/TRACE] [Forge/Forge]: Sent event FMLConstructionEvent to mod Forge

[15:14:11] [Client thread/DEBUG] [FML/]: Bar Step: Construction - Minecraft Forge took 0.018s

[15:14:11] [Client thread/DEBUG] [FML/]: Bar Finished: Construction took 0.470s

[15:14:11] [Client thread/DEBUG] [FML/]: Mod signature data

[15:14:11] [Client thread/DEBUG] [FML/]:  Valid Signatures:

[15:14:11] [Client thread/DEBUG] [FML/]: (e3c3d50c7c986df74c645c0ac54639741c90a557) FML (Forge Mod Loader 8.0.99.99) forge-1.9.4-12.17.0.1969.jar

[15:14:11] [Client thread/DEBUG] [FML/]: (e3c3d50c7c986df74c645c0ac54639741c90a557) Forge (Minecraft Forge 12.17.0.1969) forge-1.9.4-12.17.0.1969.jar

[15:14:11] [Client thread/DEBUG] [FML/]:  Missing Signatures:

[15:14:11] [Client thread/DEBUG] [FML/]: mcp (Minecraft Coder Pack 9.19) minecraft.jar

[15:14:11] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - Default took 0.010s

[15:14:11] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:Forge Mod Loader took 0.007s

[15:14:11] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:Minecraft Forge took 0.004s

[15:14:11] [Client thread/DEBUG] [FML/]: Bar Finished: Reloading - LanguageManager took 0.029s

[15:14:11] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - Reloading listeners took 0.030s

[15:14:11] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resources took 0.051s

[15:14:11] [Client thread/DEBUG] [Forge Mod Loader/]: Mod Forge Mod Loader is missing a pack.mcmeta file, substituting a dummy one

[15:14:11] [Client thread/DEBUG] [Minecraft Forge/]: Mod Minecraft Forge is missing a pack.mcmeta file, substituting a dummy one

[15:14:11] [Client thread/INFO] [FML/]: Processing ObjectHolder annotations

[15:14:11] [Client thread/INFO] [FML/]: Found 418 ObjectHolder annotations

[15:14:11] [Client thread/INFO] [FML/]: Identifying ItemStackHolder annotations

[15:14:11] [Client thread/INFO] [FML/]: Found 0 ItemStackHolder annotations

[15:14:11] [Client thread/TRACE] [mcp/mcp]: Sending event FMLPreInitializationEvent to mod mcp

[15:14:11] [Client thread/TRACE] [mcp/mcp]: Sent event FMLPreInitializationEvent to mod mcp

[15:14:11] [Client thread/DEBUG] [FML/]: Bar Step: PreInitialization - Minecraft Coder Pack took 0.002s

[15:14:11] [Client thread/TRACE] [FML/FML]: Sending event FMLPreInitializationEvent to mod FML

[15:14:11] [Client thread/TRACE] [FML/FML]: Sent event FMLPreInitializationEvent to mod FML

[15:14:11] [Client thread/DEBUG] [FML/]: Bar Step: PreInitialization - Forge Mod Loader took 0.001s

[15:14:11] [Client thread/TRACE] [Forge/Forge]: Sending event FMLPreInitializationEvent to mod Forge

[15:14:11] [Client thread/INFO] [FML/Forge]: Configured a dormant chunk cache size of 0

[15:14:11] [Client thread/TRACE] [Forge/Forge]: Sent event FMLPreInitializationEvent to mod Forge

[15:14:11] [Client thread/DEBUG] [FML/]: Bar Step: PreInitialization - Minecraft Forge took 0.110s

[15:14:11] [Client thread/DEBUG] [FML/]: Bar Finished: PreInitialization took 0.113s

[15:14:11] [Forge Version Check/INFO] [ForgeVersionCheck/Forge]: [Forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json

[15:14:11] [Client thread/INFO] [FML/]: Applying holder lookups

[15:14:11] [Client thread/INFO] [FML/]: Holder lookups applied

[15:14:11] [Client thread/INFO] [FML/]: Injecting itemstacks

[15:14:11] [Client thread/INFO] [FML/]: Itemstack injection complete

[15:14:11] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - TextureManager took 0.000s

[15:14:11] [Forge Version Check/DEBUG] [ForgeVersionCheck/Forge]: [Forge] Received version check data:

{

  "homepage": "http://files.minecraftforge.net/maven/net/minecraftforge/forge/",

  "promos": {

    "1.5.2-latest": "7.8.1.738",

    "1.5.2-recommended": "7.8.1.737",

    "1.6.1-latest": "8.9.0.775",

    "1.6.2-latest": "9.10.1.871",

    "1.6.2-recommended": "9.10.1.871",

    "1.6.3-latest": "9.11.0.878",

    "1.6.4-latest": "9.11.1.1345",

    "1.6.4-recommended": "9.11.1.1345",

    "1.7.10-latest": "10.13.4.1614",

    "1.7.10-latest-1.7.10": "10.13.2.1343",

    "1.7.10-recommended": "10.13.4.1558",

    "1.7.2-latest": "10.12.2.1147",

    "1.7.2-recommended": "10.12.2.1121",

    "1.8-latest": "11.14.4.1577",

    "1.8-recommended": "11.14.4.1563",

    "1.8.8-latest": "11.15.0.1655",

    "1.8.9-latest": "11.15.1.1902",

    "1.8.9-recommended": "11.15.1.1722",

    "1.9-latest": "12.16.0.1942",

    "1.9-recommended": "12.16.1.1887",

    "1.9.4-latest": "12.17.0.1969",

    "latest": "12.17.0.1969",

    "latest-1.7.10": "10.13.2.1343",

    "recommended": "12.16.1.1887"

  }

}

[15:14:11] [Forge Version Check/INFO] [ForgeVersionCheck/Forge]: [Forge] Found status: BETA Target: null

[15:14:22] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - SoundHandler took 10.656s

[15:14:22] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - FontRenderer took 0.011s

[15:14:22] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - FontRenderer took 0.008s

[15:14:22] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - GrassColorReloadListener took 0.017s

[15:14:22] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - FoliageColorReloadListener took 0.015s

[15:14:22] [Client thread/DEBUG] [FML/]: Bar Step: Rendering Setup - GL Setup took 0.001s

[15:14:22] [Client thread/DEBUG] [FML/]: Bar Step: Rendering Setup - Loading Texture Map took 0.009s

[15:14:22] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - B3DLoader took 0.000s

[15:14:22] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - OBJLoader took 0.004s

[15:14:22] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - ModelFluid$FluidLoader took 0.000s

[15:14:22] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - ItemLayerModel$Loader took 0.000s

[15:14:22] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - MultiLayerModel$Loader took 0.000s

[15:14:22] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - ModelDynBucket$LoaderDynBucket took 0.000s

[15:14:24] [Client thread/DEBUG] [FML/]: Bar Finished: ModelLoader: blocks took 1.348s

[15:14:24] [Client thread/DEBUG] [FML/]: Bar Finished: ModelLoader: items took 0.355s

[15:14:24] [Client thread/INFO] [FML/]: Max texture size: 16384

[15:14:25] [Client thread/DEBUG] [FML/]: Bar Finished: Texture stitching took 0.610s

[15:14:25] [Client thread/INFO] [sTDOUT/]: [net.minecraft.init.Bootstrap:func_179870_a:560]: ---- Minecraft Crash Report ----

// I bet Cylons wouldn't have this problem.

 

Time: 6/22/16 3:14 PM

Description: Generating mipmaps for frame

 

java.lang.ArrayIndexOutOfBoundsException: 0

at net.minecraft.client.renderer.texture.TextureUtil.func_147949_a(TextureUtil.java:60)

at net.minecraft.client.renderer.texture.TextureAtlasSprite.func_147963_d(TextureAtlasSprite.java:309)

at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:171)

at net.minecraft.client.renderer.texture.TextureMap.func_174943_a(TextureMap.java:93)

at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:136)

at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28)

at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121)

at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:497)

at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:349)

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)

 

 

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.renderer.texture.TextureUtil.func_147949_a(TextureUtil.java:60)

 

-- Frame being iterated --

Details:

Frame index: 0

Frame sizes: 256, null, null, null, null

Stacktrace:

at net.minecraft.client.renderer.texture.TextureAtlasSprite.func_147963_d(TextureAtlasSprite.java:309)

at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:171)

at net.minecraft.client.renderer.texture.TextureMap.func_174943_a(TextureMap.java:93)

at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:136)

at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28)

at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121)

at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:497)

 

-- Initialization --

Details:

Stacktrace:

at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:349)

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)

 

-- System Details --

Details:

Minecraft Version: 1.9.4

Operating System: Windows 10 (amd64) version 10.0

Java Version: 1.8.0_25, Oracle Corporation

Java VM Version: Java HotSpot 64-Bit Server VM (mixed mode), Oracle Corporation

Memory: 153524960 bytes (146 MB) / 310296576 bytes (295 MB) up to 4260102144 bytes (4062 MB)

JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4096m -Xms256m -XX:PermSize=256m -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -XX:MaxPermSize=256M -XX:+UseGCOverheadLimit

IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0

FML: MCP 9.28 Powered by Forge 12.17.0.1969 3 mods loaded, 3 mods active

States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

UCH mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)

UCH FML{8.0.99.99} [Forge Mod Loader] (forge-1.9.4-12.17.0.1969.jar)

UCH Forge{12.17.0.1969} [Minecraft Forge] (forge-1.9.4-12.17.0.1969.jar)

Loaded coremods (and transformers):

Launched Version: forge-12.17.0.1969

LWJGL: 2.9.4

OpenGL: GeForce GT 610/PCIe/SSE2 GL version 4.5.0 NVIDIA 361.91, NVIDIA Corporation

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: net.minecraft.client.Minecraft$15@734901c1

[15:14:25] [Client thread/INFO] [sTDOUT/]: [net.minecraft.init.Bootstrap:func_179870_a:560]: #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\Bryan\Documents\Curse\Minecraft\Instances\Bug Test\crash-reports\crash-2016-06-22_15.14.25-client.txt

 

Link to comment
Share on other sites

Vanilla works just fine:

 

[15:23:43] [Client thread/INFO]: Setting user: Cano_Lathra

[15:23:45] [Client thread/INFO]: LWJGL Version: 2.9.4

[15:23:45] [Client thread/INFO]: Reloading ResourceManager: Default

[15:23:46] [sound Library Loader/INFO]: Starting up SoundSystem...

[15:23:46] [Thread-4/INFO]: Initializing LWJGL OpenAL

[15:23:46] [Thread-4/INFO]: (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)

[15:23:46] [Thread-4/INFO]: OpenAL initialized.

[15:23:46] [sound Library Loader/INFO]: Sound engine started

[15:23:47] [Client thread/INFO]: Created: 1024x512 textures-atlas

[15:24:02] [Client thread/INFO]: Stopping!

[15:24:02] [Client thread/INFO]: SoundSystem shutting down...

[15:24:02] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com

 

Link to comment
Share on other sites

If it helps, when I have Opti-fine installed, it gives me this error:

 

2016-06-22 15:39:11,946 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream

2016-06-22 15:39:11,949 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream

[15:39:12] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker

[15:39:12] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker

[15:39:12] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker

[15:39:12] [main/INFO] [FML]: Forge Mod Loader version 12.17.0.1969 for Minecraft 1.9.4 loading

[15:39:12] [main/INFO] [FML]: Java is Java HotSpot 64-Bit Server VM, version 1.8.0_25, running on Windows 10:amd64:10.0, installed at C:\Users\Bryan\Documents\Curse\Minecraft\Install\runtime\jre-x64\1.8.0_25

[15:39:12] [main/INFO] [FML]: Loading tweaker optifine.OptiFineForgeTweaker from OptiFine_1.9.4_HD_U_B6.jar

[15:39:12] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker

[15:39:12] [main/INFO] [LaunchWrapper]: Loading tweak class name optifine.OptiFineForgeTweaker

[15:39:12] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker

[15:39:12] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker

[15:39:12] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker

[15:39:12] [main/INFO] [LaunchWrapper]: Calling tweak class optifine.OptiFineForgeTweaker

[15:39:12] [main/INFO] [sTDOUT]: [optifine.OptiFineForgeTweaker:dbg:56]: OptiFineForgeTweaker: acceptOptions

[15:39:12] [main/INFO] [sTDOUT]: [optifine.OptiFineForgeTweaker:dbg:56]: OptiFineForgeTweaker: injectIntoClassLoader

[15:39:12] [main/INFO] [sTDOUT]: [optifine.OptiFineClassTransformer:dbg:266]: OptiFine ClassTransformer

[15:39:12] [main/INFO] [sTDOUT]: [optifine.OptiFineClassTransformer:dbg:266]: OptiFine URL: file:/C:/Users/Bryan/Documents/Curse/Minecraft/Instances/Test%201.9.4/mods/OptiFine_1.9.4_HD_U_B6.jar

[15:39:12] [main/INFO] [sTDOUT]: [optifine.OptiFineClassTransformer:dbg:266]: OptiFine ZIP file: C:\Users\Bryan\Documents\Curse\Minecraft\Instances\Test 1.9.4\mods\OptiFine_1.9.4_HD_U_B6.jar

[15:39:12] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper

[15:39:14] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557

[15:39:14] [main/INFO] [FML]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc

[15:39:14] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper

[15:39:14] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker

[15:39:15] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker

[15:39:15] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker

[15:39:15] [main/INFO] [sTDOUT]: [optifine.OptiFineForgeTweaker:dbg:56]: OptiFineForgeTweaker: getLaunchArguments

[15:39:15] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}

2016-06-22 15:39:16,131 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream

2016-06-22 15:39:16,153 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream

2016-06-22 15:39:16,157 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream

[15:39:16] [main/INFO] [sTDOUT]: [net.minecraft.client.main.Main:main:56]: Completely ignored arguments: [--nativeLauncherVersion, 301]

[15:39:16] [Client thread/INFO]: Setting user: Cano_Lathra

[OptiFine] (Reflector) Class not present: mods.betterfoliage.client.BetterFoliageClient

[15:39:20] [Client thread/INFO]: LWJGL Version: 2.9.4

[OptiFine]

[OptiFine] OptiFine_1.9.4_HD_U_B6

[OptiFine] Build: 20160613-152455

[OptiFine] OS: Windows 10 (amd64) version 10.0

[OptiFine] Java: 1.8.0_25, Oracle Corporation

[OptiFine] VM: Java HotSpot 64-Bit Server VM (mixed mode), Oracle Corporation

[OptiFine] LWJGL: 2.9.4

[OptiFine] OpenGL: GeForce GT 610/PCIe/SSE2, version 4.5.0 NVIDIA 361.91, 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 361.91

[shaders] Vendor:  NVIDIA Corporation

[shaders] Renderer: GeForce GT 610/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] Save ShadersMod configuration.

[shaders] Shaders can not be loaded, Fast Render is enabled.

[shaders] No shaderpack loaded.

[OptiFine] Version found: B6

[15:39:22] [Client thread/INFO] [FML]: Forge Mod Loader has detected optifine OptiFine_1.9.4_HD_U_B6, enabling compatibility features

[15:39:22] [Client thread/INFO] [sTDOUT]: [net.minecraftforge.fml.client.SplashProgress:start:200]: ---- Minecraft Crash Report ----

 

WARNING: coremods are present:

Contact their authors BEFORE contacting forge

 

// Surprise! Haha. Well, this is awkward.

 

Time: 6/22/16 3:39 PM

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.9.4

Operating System: Windows 10 (amd64) version 10.0

Java Version: 1.8.0_25, Oracle Corporation

Java VM Version: Java HotSpot 64-Bit Server VM (mixed mode), Oracle Corporation

Memory: 72343096 bytes (68 MB) / 270823424 bytes (258 MB) up to 4260102144 bytes (4062 MB)

JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4096m -Xms256m -XX:PermSize=256m -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -XX:MaxPermSize=256M -XX:+UseGCOverheadLimit

IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0

FML:

Loaded coremods (and transformers):

GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 361.91' Renderer: 'GeForce GT 610/PCIe/SSE2'

[15:39:22] [Client thread/INFO] [FML]: MinecraftForge v12.17.0.1969 Initialized

[15:39:22] [Client thread/INFO] [FML]: Replaced 232 ore recipes

[15:39:22] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer

[15:39:22] [Client thread/INFO] [FML]: Searching C:\Users\Bryan\Documents\Curse\Minecraft\Instances\Test 1.9.4\mods for mods

[15:39:24] [Client thread/INFO] [ElecCore]: Mod ElecCore is missing the required element 'name'. Substituting ElecCore

[15:39:24] [Client thread/INFO] [FML]: Forge Mod Loader has identified 20 mods to load

[15:39:24] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, basemetals, Baubles, Chameleon, ElecCore, excore, FEI, JEI, jeresources, JET, Neat, orespawn, RTG, Waila, wailafeatures, WailaHarvestability, ICSE, wawla] at CLIENT

[15:39:24] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, basemetals, Baubles, Chameleon, ElecCore, excore, FEI, JEI, jeresources, JET, Neat, orespawn, RTG, Waila, wailafeatures, WailaHarvestability, ICSE, wawla] at SERVER

[15:39:25] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Base Metals, FMLFileResourcePack:Baubles, FMLFileResourcePack:Chameleon, FMLFileResourcePack:ElecCore, FMLFileResourcePack:EXCore, FMLFileResourcePack:Forever Enough Items, FMLFileResourcePack:Just Enough Items, FMLFileResourcePack:Just Enough Resources, FMLFileResourcePack:JustEnoughTooltips, FMLFileResourcePack:Neat, FMLFileResourcePack:Ore Spawn, FMLFileResourcePack:Realistic Terrain Generation, FMLFileResourcePack:Waila, FMLFileResourcePack:WAILA-features, FMLFileResourcePack:Waila Harvestability, FMLFileResourcePack:I Can See Everything, FMLFileResourcePack:What Are We Looking At

[15:39:25] [Client thread/INFO] [FML]: Processing ObjectHolder annotations

[15:39:25] [Client thread/INFO] [FML]: Found 418 ObjectHolder annotations

[15:39:25] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations

[15:39:25] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations

[15:39:25] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0

[15:39:25] [Forge Version Check/INFO] [ForgeVersionCheck]: [Forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json

[15:39:25] [Client thread/ERROR] [FML]: Trying to activate the universal filled bucket too late. Call it statically in your Mods class. Mod: Base Metals

[15:39:26] [Client thread/INFO] [FML]: Created armor material enum BASEMETALS_WOOD

[15:39:26] [Client thread/INFO] [FML]: Created tool material enum BASEMETALS_WOOD

[15:39:26] [Client thread/INFO] [FML]: Created armor material enum BASEMETALS_STONE

[15:39:26] [Client thread/INFO] [FML]: Created tool material enum BASEMETALS_STONE

[15:39:26] [Client thread/INFO] [FML]: Created armor material enum BASEMETALS_IRON

[15:39:26] [Client thread/INFO] [FML]: Created tool material enum BASEMETALS_IRON

[15:39:26] [Client thread/INFO] [FML]: Created armor material enum BASEMETALS_GOLD

[15:39:26] [Client thread/INFO] [FML]: Created tool material enum BASEMETALS_GOLD

[15:39:26] [Client thread/INFO] [FML]: Created armor material enum BASEMETALS_DIAMOND

[15:39:26] [Client thread/INFO] [FML]: Created tool material enum BASEMETALS_DIAMOND

[15:39:26] [Client thread/INFO] [FML]: Created armor material enum BASEMETALS_COPPER

[15:39:26] [Client thread/INFO] [FML]: Created tool material enum BASEMETALS_COPPER

[15:39:26] [Client thread/INFO] [FML]: Created armor material enum BASEMETALS_SILVER

[15:39:26] [Client thread/INFO] [FML]: Created tool material enum BASEMETALS_SILVER

[15:39:26] [Client thread/INFO] [FML]: Created armor material enum BASEMETALS_TIN

[15:39:26] [Client thread/INFO] [FML]: Created tool material enum BASEMETALS_TIN

[15:39:26] [Client thread/INFO] [FML]: Created armor material enum BASEMETALS_LEAD

[15:39:26] [Client thread/INFO] [FML]: Created tool material enum BASEMETALS_LEAD

[15:39:26] [Client thread/INFO] [FML]: Created armor material enum BASEMETALS_NICKEL

[15:39:26] [Client thread/INFO] [FML]: Created tool material enum BASEMETALS_NICKEL

[15:39:26] [Client thread/INFO] [FML]: Created armor material enum BASEMETALS_ZINC

[15:39:26] [Client thread/INFO] [FML]: Created tool material enum BASEMETALS_ZINC

[15:39:26] [Client thread/INFO] [FML]: Created armor material enum BASEMETALS_BRONZE

[15:39:26] [Client thread/INFO] [FML]: Created tool material enum BASEMETALS_BRONZE

[15:39:26] [Client thread/INFO] [FML]: Created armor material enum BASEMETALS_BRASS

[15:39:26] [Client thread/INFO] [FML]: Created tool material enum BASEMETALS_BRASS

[15:39:26] [Client thread/INFO] [FML]: Created armor material enum BASEMETALS_STEEL

[15:39:26] [Client thread/INFO] [FML]: Created tool material enum BASEMETALS_STEEL

[15:39:26] [Client thread/INFO] [FML]: Created armor material enum BASEMETALS_INVAR

[15:39:26] [Client thread/INFO] [FML]: Created tool material enum BASEMETALS_INVAR

[15:39:26] [Client thread/INFO] [FML]: Created armor material enum BASEMETALS_ELECTRUM

[15:39:26] [Client thread/INFO] [FML]: Created tool material enum BASEMETALS_ELECTRUM

[15:39:26] [Client thread/INFO] [FML]: Created armor material enum BASEMETALS_COLDIRON

[15:39:26] [Client thread/INFO] [FML]: Created tool material enum BASEMETALS_COLDIRON

[15:39:26] [Client thread/INFO] [FML]: Created armor material enum BASEMETALS_MITHRIL

[15:39:26] [Client thread/INFO] [FML]: Created tool material enum BASEMETALS_MITHRIL

[15:39:26] [Client thread/INFO] [FML]: Created armor material enum BASEMETALS_ADAMANTINE

[15:39:26] [Client thread/INFO] [FML]: Created tool material enum BASEMETALS_ADAMANTINE

[15:39:26] [Client thread/INFO] [FML]: Created armor material enum BASEMETALS_STARSTEEL

[15:39:26] [Client thread/INFO] [FML]: Created tool material enum BASEMETALS_STARSTEEL

[15:39:26] [Client thread/INFO] [FML]: Created armor material enum BASEMETALS_AQUARIUM

[15:39:26] [Client thread/INFO] [FML]: Created tool material enum BASEMETALS_AQUARIUM

[15:39:26] [Client thread/INFO] [FML]: Created armor material enum BASEMETALS_CUPRONICKEL

[15:39:26] [Client thread/INFO] [FML]: Created tool material enum BASEMETALS_CUPRONICKEL

[15:39:26] [Client thread/INFO] [FML]: Created armor material enum BASEMETALS_PLATINUM

[15:39:26] [Client thread/INFO] [FML]: Created tool material enum BASEMETALS_PLATINUM

[15:39:26] [Forge Version Check/INFO] [ForgeVersionCheck]: [Forge] Found status: BETA Target: null

[15:39:26] [Client thread/INFO] [FML]: java.lang.Thread.getStackTrace(Thread.java:1552): Expanding array variable ItemAxe.field_185066_m to size 256

[15:39:26] [Client thread/INFO] [FML]: java.lang.Thread.getStackTrace(Thread.java:1552): Expanding array variable ItemAxe.field_185067_n to size 256

[15:39:26] [Client thread/INFO] [ElecCore]: ElecCore has Pre-initialized in 181 ms

[15:39:26] [Client thread/INFO] [jeresources]: Loading configs..

[15:39:26] [Client thread/INFO] [jeresources]: Updating ModMetaData...

[15:39:26] [Client thread/INFO] [jeresources]: Registering Events...

[15:39:26] [Client thread/INFO] [jeresources]: Providing API...

[15:39:27] [Client thread/INFO] [FML]: Applying holder lookups

[15:39:27] [Client thread/INFO] [FML]: Holder lookups applied

[15:39:27] [Client thread/INFO] [FML]: Injecting itemstacks

[15:39:27] [Client thread/INFO] [FML]: Itemstack injection complete

[OptiFine] *** Reloading textures ***

[OptiFine] Resource packs: Default

[15:39:38] [sound Library Loader/INFO]: Starting up SoundSystem...

[15:39:38] [Thread-9/INFO]: Initializing LWJGL OpenAL

[15:39:38] [Thread-9/INFO]: (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)

AL lib: (EE) MMDevApiOpenPlayback: Device init failed: 0x80004005

AL lib: (EE) MMDevApiOpenPlayback: Device init failed: 0x80004005

[15:39:38] [Thread-9/ERROR]: Error in class 'LibraryLWJGLOpenAL'

[15:39:38] [Thread-9/ERROR]: Unable to initialize OpenAL.  Probable cause: OpenAL not supported.

[15:39:38] [Thread-9/WARN]: ERROR MESSAGE:

[15:39:38] [Thread-9/INFO]: Could not locate OpenAL library.

[15:39:38] [Thread-9/WARN]: STACK TRACE:

[15:39:38] [Thread-9/INFO]: org.lwjgl.openal.AL.create(AL.java:156)

[15:39:38] [Thread-9/INFO]: org.lwjgl.openal.AL.create(AL.java:102)

[15:39:38] [Thread-9/INFO]: org.lwjgl.openal.AL.create(AL.java:206)

[15:39:38] [Thread-9/INFO]: paulscode.sound.libraries.LibraryLWJGLOpenAL.init(LibraryLWJGLOpenAL.java:164)

[15:39:38] [Thread-9/INFO]: paulscode.sound.SoundSystem.CommandNewLibrary(SoundSystem.java:1576)

[15:39:38] [Thread-9/INFO]: paulscode.sound.SoundSystem.CommandQueue(SoundSystem.java:2572)

[15:39:38] [Thread-9/INFO]: paulscode.sound.CommandThread.run(CommandThread.java:121)

[15:39:38] [sound Library Loader/WARN]: ERROR MESSAGE:

[15:39:39] [sound Library Loader/INFO]: Could not locate OpenAL library.

[15:39:39] [sound Library Loader/INFO]: Starting up SoundSystem...

[15:39:39] [Thread-11/INFO]: Switching to No Sound

[15:39:39] [Thread-11/INFO]: (Silent Mode)

[15:39:39] [sound Library Loader/INFO]: Sound engine started

[OptiFine] Mipmap levels: 4

[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

[OptiFine] Custom loader: TextureAtlasSprite{name='minecraft:white', frameCount=1, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}

[OptiFine] Scaled too small texture: minecraft:white, 0 -> 16

[15:39:43] [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: 6/22/16 3:39 PM

Description: Initializing game

 

java.lang.ArithmeticException: / by zero

at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:259)

at net.minecraft.client.renderer.texture.TextureMap.func_174943_a(TextureMap.java:145)

at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:136)

at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28)

at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121)

at elec332.core.client.model.ElecResourceManager.func_110542_a(ElecResourceManager.java:47)

at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:497)

at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:349)

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)

 

 

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.renderer.texture.TextureMap.func_110571_b(TextureMap.java:259)

at net.minecraft.client.renderer.texture.TextureMap.func_174943_a(TextureMap.java:145)

at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:136)

at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28)

at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121)

at elec332.core.client.model.ElecResourceManager.func_110542_a(ElecResourceManager.java:47)

at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:497)

 

-- Initialization --

Details:

Stacktrace:

at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:349)

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)

 

-- System Details --

Details:

Minecraft Version: 1.9.4

Operating System: Windows 10 (amd64) version 10.0

Java Version: 1.8.0_25, Oracle Corporation

Java VM Version: Java HotSpot 64-Bit Server VM (mixed mode), Oracle Corporation

Memory: 175502072 bytes (167 MB) / 362950656 bytes (346 MB) up to 4260102144 bytes (4062 MB)

JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4096m -Xms256m -XX:PermSize=256m -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -XX:MaxPermSize=256M -XX:+UseGCOverheadLimit

IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0

FML: MCP 9.28 Powered by Forge 12.17.0.1969 Optifine OptiFine_1.9.4_HD_U_B6 20 mods loaded, 20 mods active

States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

UCH mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)

UCH FML{8.0.99.99} [Forge Mod Loader] (forge-1.9.4-12.17.0.1969.jar)

UCH Forge{12.17.0.1969} [Minecraft Forge] (forge-1.9.4-12.17.0.1969.jar)

UCH basemetals{2.3.2} [base Metals] (BaseMetals_1.9.4-2.3.2.6.jar)

UCH Baubles{1.2.1.0} [baubles] (Baubles-1.9.4-1.2.1.0.jar)

UCH Chameleon{1.9-2.1.4} [Chameleon] (Chameleon-1.9-2.1.4.jar)

UCH ElecCore{1.5.292} [ElecCore] (ElecCore-1.9.4-1.5.292.jar)

UCH excore{1.5.3} [EXCore] (Excore-1.5.3-1.9.4.jar)

UCH JEI{3.6.7.216} [Just Enough Items] (jei_1.9.4-3.6.7.216.jar)

UCH FEI{1.0.11} [Forever Enough Items] (ForeverEnoughItems-1.0.11-1.9.4.jar)

UCH jeresources{0.4.6.35} [Just Enough Resources] (JustEnoughResources-1.9.4-0.4.6.35.jar)

UCH JET{2.1.32} [JustEnoughTooltips] (JustEnoughTooltips-1.9.4-2.1.32.jar)

UCH Neat{GRADLE:VERSION-GRADLE:BUILD} [Neat] (Neat 1.2-9.jar)

UCH orespawn{1.0.3} [Ore Spawn] (OreSpawn_1.9.4-1.0.3.jar)

UCH RTG{1.9.4-2.0.0-alpha.5} [Realistic Terrain Generation] (RTG-1.9.4-2.0.0-alpha.5.jar)

UCH Waila{1.7.0} [Waila] (Waila-1.7.0-B3_1.9.4.jar)

UCH wailafeatures{0.3.1.11} [WAILA Features] (WAILA-features-1.9.4-0.3.1.11.jar)

UCH WailaHarvestability{1.1.7} [Waila Harvestability] (WailaHarvestability-mc1.9-1.1.7.jar)

UCH ICSE{1.0.0.0} [i Can See Everything] (Wawla-1.9.4-2.2.1.192.jar)

UCH wawla{2.2.1.188} [What Are We Looking At] (Wawla-1.9.4-2.2.1.192.jar)

Loaded coremods (and transformers):

GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 361.91' Renderer: 'GeForce GT 610/PCIe/SSE2'

Launched Version: forge-12.17.0.1969

LWJGL: 2.9.4

OpenGL: GeForce GT 610/PCIe/SSE2 GL version 4.5.0 NVIDIA 361.91, NVIDIA Corporation

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: net.minecraft.client.Minecraft$15@45502ba2

OptiFine Version: OptiFine_1.9.4_HD_U_B6

Render Distance Chunks: 8

Mipmaps: 4

Anisotropic Filtering: 1

Antialiasing: 0

Multitexture: false

Shaders: null

OpenGlVersion: 4.5.0 NVIDIA 361.91

OpenGlRenderer: GeForce GT 610/PCIe/SSE2

OpenGlVendor: NVIDIA Corporation

CpuCount: 4

[15:39:43] [Client thread/INFO] [sTDOUT]: [net.minecraft.init.Bootstrap:func_179870_a:560]: #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\Bryan\Documents\Curse\Minecraft\Instances\Test 1.9.4\crash-reports\crash-2016-06-22_15.39.42-client.txt

 

which has a x/0 error due to the texture scaling algorithm in Opti-fine

Link to comment
Share on other sites

Not sure what is going on here.

It should be impossible for this to happen on our code in there.

The only way this can happen in a Forge/Vanilla code base is if the mipmaps are set to -1 in one section of the code and > 1 at some other part.

Which SHOULD be shown in your log...

So ya... not sure what's going on in here...

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

Link to comment
Share on other sites

If it helps any, this is the last 3 lines in the game output before the crash:

 

[08:01:00] [Client thread/INFO] [FML]: Max texture size: 16384

[08:01:00] [Client thread/WARN]: Texture minecraft:textures/white.png with size 0x0 limits mip level from 4 to -1

[08:01:00] [Client thread/WARN]: textures: dropping miplevel from 4 to -1, because of minimum power of two: 0

Link to comment
Share on other sites

 

[08:01:00] [Client thread/WARN]: Texture minecraft:textures/white.png with size 0x0 limits mip level from 4 to -1

That would do it, something is screwed with your texture...

We create a generic white 16x16 texture here in code: https://github.com/MinecraftForge/MinecraftForge/blob/92914f82ae1e2ca007bdb9629611d120a4c58fe2/src/main/java/net/minecraftforge/client/model/ModelLoader.java#L865

It shouldn't be an issue. Unless you have a mod in your system that is screwing with rendering.

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

Link to comment
Share on other sites

Alright so heres the deal, i've got your exact version exact launcher everything and I can't reproduce the error.

SOMETHING is causing it on your end.

However, In the process of tracking this down I did find that MIGHT cause a similar issue IF something bypasses some features we have in Forge.

So as it sits, i'll push a potential fix and we'll see if it works for you.

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

Link to comment
Share on other sites

I just remembered something: when is your code making that texture? Because I have a JVM argument left-over from 1.7.10:

-Dfml.skipFirstTextureLoad=false

that I had to use whenever there was more than ~200 new textures from mods (it would freeze while building the texture library if I didn't). I will try removing that argument and see what happens.

Link to comment
Share on other sites

Thought we removed that flag in 1.8, as it was literally only there to keep backward compatibility with mods when we introduced the feature in 1.7

Oh well

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.