Created
December 2, 2016 16:32
-
-
Save jawsawn/12c1cdf1d6df26bc2597bc0aa75d9ad2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
---- Minecraft Crash Report ---- | |
WARNING: coremods are present: | |
CCLCorePlugin (CodeChickenLib-1.10.2-2.4.3.145-universal.jar) | |
Contact their authors BEFORE contacting forge | |
// I let you down. Sorry :( | |
Time: 12/2/16 7:28 PM | |
Description: Unexpected error | |
java.lang.ArrayIndexOutOfBoundsException: 0 | |
at net.minecraft.client.renderer.texture.TextureUtil.func_147949_a(TextureUtil.java:68) | |
at codechicken.lib.texture.TextureSpecial.func_94219_l(TextureSpecial.java:77) | |
at net.minecraft.client.renderer.texture.TextureMap.func_94248_c(TextureMap.java:328) | |
at net.minecraft.client.renderer.texture.TextureMap.func_110550_d(TextureMap.java:354) | |
at net.minecraft.client.renderer.texture.TextureManager.func_110550_d(TextureManager.java:124) | |
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1672) | |
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1055) | |
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:371) | |
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: | |
--------------------------------------------------------------------------------------- | |
-- System Details -- | |
Details: | |
Minecraft Version: 1.10.2 | |
Operating System: Windows 8.1 (amd64) version 6.3 | |
Java Version: 1.8.0_25, Oracle Corporation | |
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation | |
Memory: 604553568 bytes (576 MB) / 1617428480 bytes (1542 MB) up to 5488246784 bytes (5234 MB) | |
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx5888m -Xms256m -XX:PermSize=256m | |
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 | |
FML: MCP 9.32 Powered by Forge 12.18.2.2171 6 mods loaded, 6 mods active | |
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored | |
UCHIJA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar) | |
UCHIJA FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.2.2171.jar) | |
UCHIJA Forge{12.18.2.2171} [Minecraft Forge] (forge-1.10.2-12.18.2.2171.jar) | |
UCHIJA ccl-entityhook{1.0} [ccl-entityhook] (CodeChickenLib-1.10.2-2.4.3.145-universal.jar) | |
UCHIJA CodeChickenLib{2.4.3.145} [CodeChicken Lib] (CodeChickenLib-1.10.2-2.4.3.145-universal.jar) | |
UCHIJA projectx{0.1.3} [ProjectX] (ProjectX-[1.10.2]-0.1.3.jar) | |
Loaded coremods (and transformers): | |
CCLCorePlugin (CodeChickenLib-1.10.2-2.4.3.145-universal.jar) | |
codechicken.lib.asm.ClassHeirachyManager | |
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 375.57' Renderer: 'GeForce 840M/PCIe/SSE2' | |
Launched Version: forge-12.18.2.2171 | |
LWJGL: 2.9.4 | |
OpenGL: GeForce 840M/PCIe/SSE2 GL version 4.5.0 NVIDIA 375.57, 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: Yes | |
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: 4x Intel(R) Core(TM) i5-4210U CPU @ 1.70GHz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment