Skip to content

Instantly share code, notes, and snippets.

@CptSpaceToaster
Created December 5, 2014 20:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CptSpaceToaster/e05f640d62c7f88a481a to your computer and use it in GitHub Desktop.
Save CptSpaceToaster/e05f640d62c7f88a481a to your computer and use it in GitHub Desktop.
---- Minecraft Crash Report ----
// On the bright side, I bought you a teddy bear!
Time: 12/5/14 3:49 PM
Description: Initializing game
java.lang.ArrayIndexOutOfBoundsException: -1
at org.lwjgl.opengl.GL20.glVertexAttribPointer(GL20.java:857)
at coloredlightscore.src.helper.CLTessellatorHelper.setTextureCoord(CLTessellatorHelper.java:151)
at net.minecraft.client.renderer.Tessellator.func_78381_a(Tessellator.java:88)
at net.minecraft.client.Minecraft.func_71357_I(Minecraft.java:727)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:484)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)
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 --
Stacktrace:
at org.lwjgl.opengl.GL20.glVertexAttribPointer(GL20.java:857)
at coloredlightscore.src.helper.CLTessellatorHelper.setTextureCoord(CLTessellatorHelper.java:151)
at net.minecraft.client.renderer.Tessellator.func_78381_a(Tessellator.java:88)
at net.minecraft.client.Minecraft.func_71357_I(Minecraft.java:727)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:484)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 73443600 bytes (70 MB) / 256782336 bytes (244 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.18.1180 Minecraft Forge 10.13.0.1180 5 mods loaded, 5 mods active
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
FML{7.10.18.1180} [Forge Mod Loader] (forge-1.7.10-10.13.0.1180.jar) Unloaded->Constructed->Pre-initialized
Forge{10.13.0.1180} [Minecraft Forge] (forge-1.7.10-10.13.0.1180.jar) Unloaded->Constructed->Pre-initialized
coloredlightscore{1.1.2} [Colored Lights Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
easycoloredlights{1.7.2.} [Easy Colored Lights] (ColoredLightsCore-1.1.1.jar) Unloaded->Constructed->Pre-initialized
Launched Version: 1.7.10-Forge10.13.0.1180
LWJGL: 2.9.1
OpenGL: AMD Radeon HD 6800 Series GL version 4.4.13084 Compatibility Profile Context 14.301.1001.0, ATI Technologies Inc.
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: [EasyColoredGlass - Resource Pack CTM.zip]
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment