Advertisement
Guest User

Tesselating block model crash

a guest
Jul 23rd, 2014
367
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.35 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Everything's going to plan. No, really, that was supposed to happen.
  3.  
  4. Time: 7/23/14 11:48 PM
  5. Description: Tesselating block model
  6.  
  7. java.lang.IndexOutOfBoundsException: Index: 1, Size: 0
  8. at java.util.ArrayList.rangeCheck(Unknown Source)
  9. at java.util.ArrayList.get(Unknown Source)
  10. at csu.b(SourceFile:88)
  11. at chc.a(SourceFile:156)
  12. at cjs.a(SourceFile:139)
  13. at cjs.a(SourceFile:81)
  14. at cjs.a(SourceFile:43)
  15. at cjs.a(SourceFile:35)
  16. at cjq.a(SourceFile:62)
  17. at cmt.b(SourceFile:156)
  18. at cmm.a(SourceFile:71)
  19. at cmm.run(SourceFile:31)
  20. at java.lang.Thread.run(Unknown Source)
  21.  
  22.  
  23. A detailed walkthrough of the error, its code path and all known details is as follows:
  24. ---------------------------------------------------------------------------------------
  25.  
  26. -- Head --
  27. Stacktrace:
  28. at java.util.ArrayList.rangeCheck(Unknown Source)
  29. at java.util.ArrayList.get(Unknown Source)
  30. at csu.b(SourceFile:88)
  31. at chc.a(SourceFile:156)
  32. at cjs.a(SourceFile:139)
  33. at cjs.a(SourceFile:81)
  34.  
  35. -- Block model being tesselated --
  36. Details:
  37. Block: minecraft:leaves[check_decay=false,decayable=true,variant=oak]
  38. Block location: World: (242,65,351), Chunk: (at 2,4,15 in 15,21; contains blocks 240,0,336 to 255,255,351), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  39. Using AO: true
  40. Stacktrace:
  41. at cjs.a(SourceFile:43)
  42. at cjs.a(SourceFile:35)
  43.  
  44. -- Block being tesselated --
  45. Details:
  46. Block type: ID #18 (tile.leaves // axj)
  47. Block data value: 0 / 0x0 / 0b0000
  48. Block location: World: (242,65,351), Chunk: (at 2,4,15 in 15,21; contains blocks 240,0,336 to 255,255,351), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  49. Stacktrace:
  50. at cjq.a(SourceFile:62)
  51. at cmt.b(SourceFile:156)
  52. at cmm.a(SourceFile:71)
  53. at cmm.run(SourceFile:31)
  54. at java.lang.Thread.run(Unknown Source)
  55.  
  56. -- System Details --
  57. Details:
  58. Minecraft Version: 14w30b
  59. Operating System: Windows 7 (amd64) version 6.1
  60. Java Version: 1.7.0_65, Oracle Corporation
  61. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  62. Memory: 99616464 bytes (95 MB) / 794296320 bytes (757 MB) up to 954728448 bytes (910 MB)
  63. JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G
  64. IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement