Mojira Archive
MC-131071

New Chunk generation Exception: Asking a region for a chunk out of bound | X X

Players when loading different regions in the world will cause the generation to ask for a region out of bounds, immediately crashing the server. When loading the server again, the server will operate as normal until the triggering player joins again, prompting a crash. Currently in game work around involves having an admin teleport the player away from the triggering area before the crash (Typically a repeating command block teleport command). Attached to this report are several crash reports indicating different locations in the world that are causing the error. Appears to be several chunks.

 This may be related to MC-118106 and is similar in nature to MC-125134

Description: Exception generating new chunk

java.util.concurrent.ExecutionException: java.lang.RuntimeException: We are asking a region for a chunk out of bound | -174 8
	at java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:357)
	at java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1895)
	at sl.c(SourceFile:126)
	at st.a(SourceFile:84)
	at su.c(SourceFile:143)
	at sm.i_(SourceFile:223)
	at net.minecraft.server.MinecraftServer.w(SourceFile:693)
	at rx.w(SourceFile:365)
	at net.minecraft.server.MinecraftServer.v(SourceFile:626)
	at net.minecraft.server.MinecraftServer.run(SourceFile:531)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.RuntimeException: We are asking a region for a chunk out of bound | -174 8
	at sr.c(SourceFile:114)
	at bqc.a(SourceFile:56)
	at sy.a(SourceFile:13)
	at sz.a(SourceFile:34)
	at bqg.a(SourceFile:95)
	at tg.a(SourceFile:62)
	at tg.a(SourceFile:25)
	at agk$a.a(SourceFile:131)
	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)
-- Chunk to be generated --
Details:
	Location: -174,8
	Position hash: 38654705490
	Generator: brx@4ff48f11
Stacktrace:
	at sl.a(SourceFile:170)
	at sl.c(SourceFile:129)
	at st.a(SourceFile:84)
	at su.c(SourceFile:143)
	at sm.i_(SourceFile:223)
	at net.minecraft.server.MinecraftServer.w(SourceFile:693)
	at rx.w(SourceFile:365)
	at net.minecraft.server.MinecraftServer.v(SourceFile:626)
	at net.minecraft.server.MinecraftServer.run(SourceFile:531)
	at java.lang.Thread.run(Thread.java:748)