Advertisement
RockettText

Untitled

Sep 26th, 2019
2,953
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.85 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Why is it breaking :(
  3.  
  4. Time: 9/4/19 7:15 AM
  5. Description: Exception ticking world
  6.  
  7. java.lang.ArrayIndexOutOfBoundsException: 64
  8. at kw.<init>(SourceFile:26)
  9. at uv.a(SourceFile:242)
  10. at vi.a(SourceFile:373)
  11. at it.unimi.dsi.fastutil.longs.Long2ObjectLinkedOpenHashMap$1.forEach(Long2ObjectLinkedOpenHashMap.java:1661)
  12. at com.google.common.collect.Iterables$UnmodifiableIterable.forEach(Iterables.java:105)
  13. at vi.o(SourceFile:366)
  14. at vi.a(SourceFile:335)
  15. at vk.a(SourceFile:316)
  16. at net.minecraft.server.MinecraftServer.b(SourceFile:835)
  17. at uk.b(SourceFile:343)
  18. at net.minecraft.server.MinecraftServer.a(SourceFile:774)
  19. at net.minecraft.server.MinecraftServer.run(SourceFile:642)
  20. at java.lang.Thread.run(Thread.java:748)
  21.  
  22.  
  23. A detailed walkthrough of the error, its code path and all known details is as follows:
  24. ---------------------------------------------------------------------------------------
  25.  
  26. -- Head --
  27. Thread: Server thread
  28. Stacktrace:
  29. at kw.<init>(SourceFile:26)
  30. at uv.a(SourceFile:242)
  31. at vi.a(SourceFile:373)
  32. at it.unimi.dsi.fastutil.longs.Long2ObjectLinkedOpenHashMap$1.forEach(Long2ObjectLinkedOpenHashMap.java:1661)
  33. at com.google.common.collect.Iterables$UnmodifiableIterable.forEach(Iterables.java:105)
  34. at vi.o(SourceFile:366)
  35. at vi.a(SourceFile:335)
  36. at vk.a(SourceFile:316)
  37.  
  38. -- Affected level --
  39. Details:
  40. All players: 0 total; []
  41. Chunk stats: ServerChunkCache: 2025
  42. Level dimension: minecraft:overworld
  43. Level name: world
  44. Level seed: 514285055618476521
  45. Level generator: ID 00 - default, ver 1. Features enabled: true
  46. Level generator options: {}
  47. Level spawn location: World: (98,63,-312), Chunk: (at 2,3,8 in 6,-20; contains blocks 96,0,-320 to 111,255,-305), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
  48. Level time: 16999626 game time, 17961418 day time
  49. Level storage version: 0x04ABD - Anvil
  50. Level weather: Rain time: 36228 (now: false), thunder time: 100309 (now: false)
  51. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  52. Stacktrace:
  53. at net.minecraft.server.MinecraftServer.b(SourceFile:835)
  54. at uk.b(SourceFile:343)
  55. at net.minecraft.server.MinecraftServer.a(SourceFile:774)
  56. at net.minecraft.server.MinecraftServer.run(SourceFile:642)
  57. at java.lang.Thread.run(Thread.java:748)
  58.  
  59. -- System Details --
  60. Details:
  61. Minecraft Version: 1.14.4
  62. Minecraft Version ID: 1.14.4
  63. Operating System: Linux (amd64) version 4.15.0-55-generic
  64. Java Version: 1.8.0_212, Oracle Corporation
  65. Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
  66. Memory: 882010448 bytes (841 MB) / 2550136832 bytes (2432 MB) up to 3817865216 bytes (3641 MB)
  67. CPUs: 8
  68. JVM Flags: 2 total; -Xms128M -Xmx4096M
  69. Player Count: 0 / 20; []
  70. Data Packs: vanilla
  71. Is Modded: Unknown (can't tell)
  72. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement