---- Minecraft Crash Report ---- // This doesn't make any sense! Time: 2/17/18 10:00 PM Description: Exception generating new chunk java.util.concurrent.ExecutionException: java.lang.ArrayIndexOutOfBoundsException: 666 at java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:357) at java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1895) at rz.c(SourceFile:130) at sg.a(SourceFile:84) at sh.c(SourceFile:144) at sa.k_(SourceFile:222) at net.minecraft.server.MinecraftServer.w(SourceFile:695) at rj.w(SourceFile:354) at net.minecraft.server.MinecraftServer.v(SourceFile:628) at net.minecraft.server.MinecraftServer.run(SourceFile:533) at java.lang.Thread.run(Thread.java:745) Caused by: java.lang.ArrayIndexOutOfBoundsException: 666 at it.unimi.dsi.fastutil.longs.Long2LongLinkedOpenHashMap$MapIterator.nextEntry(Long2LongLinkedOpenHashMap.java:1207) at it.unimi.dsi.fastutil.longs.Long2LongLinkedOpenHashMap$EntryIterator.next(Long2LongLinkedOpenHashMap.java:1299) at it.unimi.dsi.fastutil.longs.Long2LongLinkedOpenHashMap$EntryIterator.next(Long2LongLinkedOpenHashMap.java:1288) at ato.a(SourceFile:25) at ato.get(SourceFile:49) at it.unimi.dsi.fastutil.longs.AbstractLong2ObjectFunction.get(AbstractLong2ObjectFunction.java:148) at java.util.Map.computeIfAbsent(Map.java:955) at sr.a(SourceFile:42) at sr.a(SourceFile:23) at zo.c(SourceFile:102) at rz.d(SourceFile:154) at bms.a(SourceFile:228) at bms.a(SourceFile:77) at bos.a(SourceFile:16) at bos.a(SourceFile:13) at bjj.a(SourceFile:27) at aum.a(SourceFile:418) at bio.b(SourceFile:145) at sn.a(SourceFile:13) at sm.a(SourceFile:34) at bhf.a(SourceFile:89) at sr.a(SourceFile:54) at sr.a(SourceFile:23) at zo$a.a(SourceFile:143) at java.util.concurrent.CompletableFuture.uniApply(CompletableFuture.java:602) at java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:577) at java.util.concurrent.CompletableFuture$Completion.exec(CompletableFuture.java:443) at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Thread: Server thread Stacktrace: at java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:357) -- Chunk to be generated -- Details: Location: 12,29 Position hash: 124554051596 Generator: bio@7485de8b Stacktrace: at rz.a(SourceFile:180) at rz.c(SourceFile:133) at sg.a(SourceFile:84) at sh.c(SourceFile:144) at sa.k_(SourceFile:222) at net.minecraft.server.MinecraftServer.w(SourceFile:695) at rj.w(SourceFile:354) at net.minecraft.server.MinecraftServer.v(SourceFile:628) at net.minecraft.server.MinecraftServer.run(SourceFile:533) at java.lang.Thread.run(Thread.java:745) -- Affected level -- Details: Level name: world All players: 2 total; [sc['Rays'/16, l='world', x=419.52, y=2.00, z=248.75], sc['Kaapslock'/34, l='world', x=397.90, y=1.00, z=302.89]] Chunk stats: ServerChunkCache: 1131 Drop: 0 Level seed: 548937258932 Level generator: ID 01 - flat, ver 0. Features enabled: true Level generator options: minecraft:white_stained_glass;1;village Level spawn location: World: (-756,4,-1232), Chunk: (at 12,0,0 in -48,-77; contains blocks -768,0,-1232 to -753,255,-1217), Region: (-2,-3; contains chunks -64,-96 to -33,-65, blocks -1024,0,-1536 to -513,255,-1025) Level time: 2094539 game time, 15000 day time Level dimension: 0 Level storage version: 0x04ABD - Anvil Level weather: Rain time: 1 (now: false), thunder time: 1 (now: false) Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false -- System Details -- Details: Minecraft Version: 18w07a Operating System: Linux (amd64) version 4.1.4-gentoo Java Version: 1.8.0_111, Oracle Corporation Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 164174576 bytes (156 MB) / 274952192 bytes (262 MB) up to 4281597952 bytes (4083 MB) JVM Flags: 5 total; -Xmx4G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M Profiler Position: N/A (disabled) Player Count: 2 / 20; [sc['Rays'/16, l='world', x=419.52, y=2.00, z=248.75], sc['Kaapslock'/34, l='world', x=397.90, y=1.00, z=302.89]] Data Packs: vanilla Is Modded: Unknown (can't tell) Type: Dedicated Server (map_server.txt) ----------------------- From the log file: [22:00:39] [Server thread/ERROR]: Encountered an unexpected exception h: Exception generating new chunk at net.minecraft.server.MinecraftServer.w(SourceFile:699) ~[minecraft_server.18w07a.jar:?] at rj.w(SourceFile:354) ~[minecraft_server.18w07a.jar:?] at net.minecraft.server.MinecraftServer.v(SourceFile:628) ~[minecraft_server.18w07a.jar:?] at net.minecraft.server.MinecraftServer.run(SourceFile:533) [minecraft_server.18w07a.jar:?] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_111] Caused by: java.util.concurrent.ExecutionException: java.lang.ArrayIndexOutOfBoundsException: 666 at java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:357) ~[?:1.8.0_111] at java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1895) ~[?:1.8.0_111] at rz.c(SourceFile:130) ~[minecraft_server.18w07a.jar:?] at sg.a(SourceFile:84) ~[minecraft_server.18w07a.jar:?] at sh.c(SourceFile:144) ~[minecraft_server.18w07a.jar:?] at sa.k_(SourceFile:222) ~[minecraft_server.18w07a.jar:?] at net.minecraft.server.MinecraftServer.w(SourceFile:695) ~[minecraft_server.18w07a.jar:?] ... 4 more Caused by: java.lang.ArrayIndexOutOfBoundsException: 666 at it.unimi.dsi.fastutil.longs.Long2LongLinkedOpenHashMap$MapIterator.nextEntry(Long2LongLinkedOpenHashMap.java:1207) ~[minecraft_server.18w07a.jar:?] at it.unimi.dsi.fastutil.longs.Long2LongLinkedOpenHashMap$EntryIterator.next(Long2LongLinkedOpenHashMap.java:1299) ~[minecraft_server.18w07a.jar:?] at it.unimi.dsi.fastutil.longs.Long2LongLinkedOpenHashMap$EntryIterator.next(Long2LongLinkedOpenHashMap.java:1288) ~[minecraft_server.18w07a.jar:?] at ato.a(SourceFile:25) ~[minecraft_server.18w07a.jar:?] at ato.get(SourceFile:49) ~[minecraft_server.18w07a.jar:?] at it.unimi.dsi.fastutil.longs.AbstractLong2ObjectFunction.get(AbstractLong2ObjectFunction.java:148) ~[minecraft_server.18w07a.jar:?] at java.util.Map.computeIfAbsent(Map.java:955) ~[?:1.8.0_111] at sr.a(SourceFile:42) ~[minecraft_server.18w07a.jar:?] at sr.a(SourceFile:23) ~[minecraft_server.18w07a.jar:?] at zo.c(SourceFile:102) ~[minecraft_server.18w07a.jar:?] at rz.d(SourceFile:154) ~[minecraft_server.18w07a.jar:?] at bms.a(SourceFile:228) ~[minecraft_server.18w07a.jar:?] at bms.a(SourceFile:77) ~[minecraft_server.18w07a.jar:?] at bos.a(SourceFile:16) ~[minecraft_server.18w07a.jar:?] at bos.a(SourceFile:13) ~[minecraft_server.18w07a.jar:?] at bjj.a(SourceFile:27) ~[minecraft_server.18w07a.jar:?] at aum.a(SourceFile:418) ~[minecraft_server.18w07a.jar:?] at bio.b(SourceFile:145) ~[minecraft_server.18w07a.jar:?] at sn.a(SourceFile:13) ~[minecraft_server.18w07a.jar:?] at sm.a(SourceFile:34) ~[minecraft_server.18w07a.jar:?] at bhf.a(SourceFile:89) ~[minecraft_server.18w07a.jar:?] at sr.a(SourceFile:54) ~[minecraft_server.18w07a.jar:?] at sr.a(SourceFile:23) ~[minecraft_server.18w07a.jar:?] at zo$a.a(SourceFile:143) ~[minecraft_server.18w07a.jar:?] at java.util.concurrent.CompletableFuture.uniApply(CompletableFuture.java:602) ~[?:1.8.0_111] at java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:577) ~[?:1.8.0_111] at java.util.concurrent.CompletableFuture$Completion.exec(CompletableFuture.java:443) ~[?:1.8.0_111] at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) ~[?:1.8.0_111] at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) ~[?:1.8.0_111] at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) ~[?:1.8.0_111] at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) ~[?:1.8.0_111] [22:00:39] [Server Shutdown Thread/INFO]: Stopping server [22:00:39] [Server Shutdown Thread/INFO]: Saving players