Advertisement
Gotolei

14w30b crashlog

Jul 23rd, 2014
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.24 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Sorry :(
  3.  
  4. Time: 7/23/14 10:05 AM
  5. Description: Tesselating block model
  6.  
  7. java.lang.IndexOutOfBoundsException: Index: 1, Size: 0
  8. at java.util.ArrayList.rangeCheck(ArrayList.java:635)
  9. at java.util.ArrayList.get(ArrayList.java:411)
  10. at csu.b(SourceFile:88)
  11. at chc.a(SourceFile:156)
  12. at cjs.a(SourceFile:254)
  13. at cjs.b(SourceFile:105)
  14. at cjs.a(SourceFile:45)
  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(Thread.java:745)
  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(ArrayList.java:635)
  29. at java.util.ArrayList.get(ArrayList.java:411)
  30. at csu.b(SourceFile:88)
  31. at chc.a(SourceFile:156)
  32. at cjs.a(SourceFile:254)
  33. at cjs.b(SourceFile:105)
  34.  
  35. -- Block model being tesselated --
  36. Details:
  37. Block: minecraft:sand[variant=sand]
  38. Block location: World: (-307,62,-203), Chunk: (at 13,3,5 in -20,-13; contains blocks -320,0,-208 to -305,255,-193), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
  39. Using AO: false
  40. Stacktrace:
  41. at cjs.a(SourceFile:45)
  42. at cjs.a(SourceFile:35)
  43.  
  44. -- Block being tesselated --
  45. Details:
  46. Block type: ID #12 (tile.sand // ayt)
  47. Block data value: 0 / 0x0 / 0b0000
  48. Block location: World: (-307,62,-203), Chunk: (at 13,3,5 in -20,-13; contains blocks -320,0,-208 to -305,255,-193), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
  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(Thread.java:745)
  55.  
  56. -- System Details --
  57. Details:
  58. Minecraft Version: 14w30b
  59. Operating System: Linux (amd64) version 3.13.0-24-generic
  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: 190530824 bytes (181 MB) / 505937920 bytes (482 MB) up to 954728448 bytes (910 MB)
  63. JVM Flags: 1 total; -Xmx1G
  64. IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement