Advertisement
Guest User

crash-2018-04-25_17.50.49-server.txt

a guest
Apr 25th, 2018
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.05 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Why did you do that?
  3.  
  4. Time: 4/25/18 5:50 PM
  5. Description: Exception generating new chunk
  6.  
  7. java.util.concurrent.ExecutionException: java.lang.ArrayIndexOutOfBoundsException: 16
  8. at java.util.concurrent.CompletableFuture.reportGet(Unknown Source)
  9. at java.util.concurrent.CompletableFuture.get(Unknown Source)
  10. at sg.c(SourceFile:129)
  11. at so.a(SourceFile:84)
  12. at sp.c(SourceFile:143)
  13. at sh.k_(SourceFile:219)
  14. at net.minecraft.server.MinecraftServer.w(SourceFile:696)
  15. at net.minecraft.server.MinecraftServer.v(SourceFile:629)
  16. at dbc.v(SourceFile:156)
  17. at net.minecraft.server.MinecraftServer.run(SourceFile:534)
  18. at java.lang.Thread.run(Unknown Source)
  19. Caused by: java.lang.ArrayIndexOutOfBoundsException: 16
  20. at bjo.a(SourceFile:76)
  21. at bjo.d(SourceFile:457)
  22. at sm.m(SourceFile:254)
  23. at sm.a(SourceFile:247)
  24. at blh.a(SourceFile:29)
  25. at blh.a(SourceFile:13)
  26. at bqb.a(SourceFile:25)
  27. at bqb.a(SourceFile:12)
  28. at blk.a(SourceFile:27)
  29. at avq.a(SourceFile:513)
  30. at biy.a(SourceFile:110)
  31. at sv.a(SourceFile:12)
  32. at su.a(SourceFile:33)
  33. at bjc.a(SourceFile:85)
  34. at ta.a(SourceFile:54)
  35. at ta.a(SourceFile:23)
  36. at zy$a.a(SourceFile:143)
  37. at java.util.concurrent.CompletableFuture.uniApply(Unknown Source)
  38. at java.util.concurrent.CompletableFuture$UniApply.tryFire(Unknown Source)
  39. at java.util.concurrent.CompletableFuture$Completion.exec(Unknown Source)
  40. at java.util.concurrent.ForkJoinTask.doExec(Unknown Source)
  41. at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source)
  42. at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
  43. at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)
  44.  
  45.  
  46. A detailed walkthrough of the error, its code path and all known details is as follows:
  47. ---------------------------------------------------------------------------------------
  48.  
  49. -- Head --
  50. Thread: Server thread
  51. Stacktrace:
  52. at java.util.concurrent.CompletableFuture.reportGet(Unknown Source)
  53.  
  54. -- Chunk to be generated --
  55. Details:
  56. Location: 784433,62503
  57. Position hash: 268448341686321
  58. Generator: bks@5fa1f37c
  59. Stacktrace:
  60. at sg.a(SourceFile:178)
  61. at sg.c(SourceFile:132)
  62. at so.a(SourceFile:84)
  63. at sp.c(SourceFile:143)
  64. at sh.k_(SourceFile:219)
  65. at net.minecraft.server.MinecraftServer.w(SourceFile:696)
  66. at net.minecraft.server.MinecraftServer.v(SourceFile:629)
  67. at dbc.v(SourceFile:156)
  68. at net.minecraft.server.MinecraftServer.run(SourceFile:534)
  69. at java.lang.Thread.run(Unknown Source)
  70.  
  71. -- Affected level --
  72. Details:
  73. Level name: farlands3
  74. All players: 1 total; [sj['209po'/569, l='farlands3', x=12550831.59, y=56.21, z=1000049.30]]
  75. Chunk stats: ServerChunkCache: 530 Drop: 0
  76. Level seed: 5814236383537892648
  77. Level generator: ID 00 - default, ver 1. Features enabled: true
  78. Level generator options: {}
  79. Level spawn location: World: (248,64,160), Chunk: (at 8,4,0 in 15,10; contains blocks 240,0,160 to 255,255,175), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  80. Level time: 2533 game time, 2533 day time
  81. Level dimension: 0
  82. Level storage version: 0x04ABD - Anvil
  83. Level weather: Rain time: 43378 (now: false), thunder time: 67834 (now: false)
  84. Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
  85.  
  86. -- System Details --
  87. Details:
  88. Minecraft Version: 18w16a
  89. Operating System: Windows 7 (amd64) version 6.1
  90. Java Version: 1.8.0_161, Oracle Corporation
  91. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  92. Memory: 486590136 bytes (464 MB) / 825491456 bytes (787 MB) up to 2083782656 bytes (1987 MB)
  93. JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2000M -Xms800M -XX:MetaspaceSize=256M -XX:MaxMetaspaceSize=256M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
  94. Profiler Position: N/A (disabled)
  95. Player Count: 1 / 8; [sj['209po'/569, l='farlands3', x=12550831.59, y=56.21, z=1000049.30]]
  96. Data Packs: vanilla
  97. Type: Integrated Server (map_client.txt)
  98. Is Modded: Very likely; Jar signature invalidated
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement