Advertisement
Guest User

Minecraft - Crash Report

a guest
Jul 24th, 2014
267
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.27 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // I'm sorry, Dave.
  3.  
  4. Time: 7/24/14 3:55 AM
  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:74)
  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:74)
  34.  
  35. -- Block model being tesselated --
  36. Details:
  37. Block: minecraft:stone[variant=stone]
  38. Block location: World: (481,39,406), Chunk: (at 1,2,6 in 30,25; contains blocks 480,0,400 to 495,255,415), 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 #1 (tile.stone // azs)
  47. Block data value: 0 / 0x0 / 0b0000
  48. Block location: World: (481,39,406), Chunk: (at 1,2,6 in 30,25; contains blocks 480,0,400 to 495,255,415), 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_51, Oracle Corporation
  61. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  62. Memory: 734900504 bytes (700 MB) / 1811415040 bytes (1727 MB) up to 3817865216 bytes (3641 MB)
  63. JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4G
  64. IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement