1
Atlas java.lang.IndexOutOfBoundsException?
While trying to load the latest version of my resourcepack, Better then Last Time, minecraft crashed. Here is the whole crash report
---- Minecraft Crash Report ----
// Who set us up the TNT?
Time: 4/4/17 3:51 PM
Description: Stitching texture atlas
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
at java.util.ArrayList.rangeCheck(ArrayList.java:653)
at java.util.ArrayList.get(ArrayList.java:429)
at byz.a(SourceFile:188)
at byy.b(SourceFile:161)
at byy.a(SourceFile:76)
at cbk.n(SourceFile:761)
at cbk.a(SourceFile:188)
at cbl.a(SourceFile:23)
at cae.a(SourceFile:100)
at bes.an(SourceFile:519)
at bes.a(SourceFile:383)
at net.minecraft.client.main.Main.main(SourceFile:124)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Client thread
Stacktrace:
at java.util.ArrayList.rangeCheck(ArrayList.java:653)
at java.util.ArrayList.get(ArrayList.java:429)
at byz.a(SourceFile:188)
-- Texture being stitched together --
Details:
Atlas path: textures
Sprite: TextureAtlasSprite{name='minecraft:blocks/torch_on', frameCount=0, rotated=false, x=0, y=0, height=64, width=64, u0=9.765625E-6, u1=0.062490236, v0=1.953125E-5, v1=0.12498047}
Stacktrace:
at byy.b(SourceFile:161)
at byy.a(SourceFile:76)
at cbk.n(SourceFile:761)
at cbk.a(SourceFile:188)
at cbl.a(SourceFile:23)
at cae.a(SourceFile:100)
at bes.an(SourceFile:519)
-- Initialization --
Details:
Stacktrace:
at bes.a(SourceFile:383)
at net.minecraft.client.main.Main.main(SourceFile:124)
-- System Details --
Details:
Minecraft Version: 1.11.2
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 46191688 bytes (44 MB) / 207761408 bytes (198 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
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
Launched Version: 1.11.2
LWJGL: 2.9.4
OpenGL: AMD Radeon HD 5450 GL version 4.5.13399 Compatibility Profile Context 15.200.1062.1004, ATI Technologies Inc.
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: Probably not. Jar signature remains and client brand is untouched.
Type: Client (map_client.txt)
Resource Packs: better than last time (incompatible)
Current Language: English (Canada)
Profiler Position: N/A (disabled)
CPU: 4x Intel(R) Core(TM)2 Quad CPU Q9505 @ 2.83GHz Does anyone have any idea why it crashed? Better then Last Time is a fully compatible 1.11.2 resourcepack.
