mojira.dev

Maximilian Herczegh

Assigned

No issues.

Reported

MC-130043 Unexpected error when giving '/data get' a negative index Invalid MC-129628 Preparing spawn area hangs on loading world Awaiting Response MC-124224 Summoned arrows always have effect particles Duplicate MC-123891 NullPointerException on empty TextComponent Fixed MC-123146 ConcurrentModificationException when resetting scoreboard Duplicate MC-122913 Block tags don't work right Duplicate MC-122616 The "Done" button in a command block keeps disabled when pasting a command in Duplicate MC-122614 Strange tab completion coloring Fixed MC-122608 Minecraft crashes when typing in a block-related command in front of an entity Fixed MC-122603 Coordinate Tab completion uses the wrong decimal mark for coordinates Duplicate

Comments

For me it's still the same in pre10 as when I reported this.

I would then say that mine is a new issue (or another one I didn’t find). The main exception of my issue is that a random somehow got negative bounds. The main exception in the other issue is a custom RuntimeException which has something to do with chunks. Exception generating new chunk could probably be many different exceptions.

I have this issue in 18w20a with some normal old worlds. Crash log:

---- Minecraft Crash Report ----
// This is a token for 1 free hug. Redeem at your nearest Mojangsta: [~~HUG~~]

Time: 15.05.18 17:37
Description: Exception generating new chunk

java.util.concurrent.ExecutionException: java.lang.IllegalArgumentException: bound must be positive
	at java.util.concurrent.CompletableFuture.get(CompletableFuture.java:2237)
	at si.c(SourceFile:130)
	at sq.a(SourceFile:84)
	at sr.c(SourceFile:143)
	at sj.i_(SourceFile:223)
	at net.minecraft.server.MinecraftServer.w(SourceFile:689)
	at net.minecraft.server.MinecraftServer.v(SourceFile:622)
	at dhq.v(SourceFile:156)
	at net.minecraft.server.MinecraftServer.run(SourceFile:527)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.IllegalArgumentException: bound must be positive
	at java.util.Random.nextInt(Random.java:388)
	at bzs.a(SourceFile:203)
	at bzu.a(SourceFile:186)
	at bzu.a(SourceFile:182)
	at bzj.a(SourceFile:59)
	at byz$a.a(SourceFile:266)
	at bzh.a(SourceFile:60)
	at bvq.a(SourceFile:90)
	at bxw.a(SourceFile:16)
	at bxw.a(SourceFile:13)
	at brt.a(SourceFile:27)
	at bbv.a(SourceFile:515)
	at bpg.a(SourceFile:109)
	at sx.a(SourceFile:12)
	at sw.a(SourceFile:33)
	at bpk.a(SourceFile:85)
	at tc.a(SourceFile:59)
	at tc.a(SourceFile:23)
	at agd$a.a(SourceFile:143)
	at agd$a$$Lambda$1487/654770071.apply(Unknown Source)
	at java.util.concurrent.CompletableFuture$AsyncApply.exec(CompletableFuture.java:501)
	at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
	at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:902)
	at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1689)
	at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1644)
	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 si.a(SourceFile:180)

-- Chunk to be generated --
Details:
	Location: 17,7
	Position hash: 30064771089
	Generator: brb@342f5d5f
Stacktrace:
	at si.a(SourceFile:180)
	at si.c(SourceFile:133)
	at sq.a(SourceFile:84)
	at sr.c(SourceFile:143)
	at sj.i_(SourceFile:223)
	at net.minecraft.server.MinecraftServer.w(SourceFile:689)
	at net.minecraft.server.MinecraftServer.v(SourceFile:622)
	at dhq.v(SourceFile:156)
	at net.minecraft.server.MinecraftServer.run(SourceFile:527)
	at java.lang.Thread.run(Thread.java:745)

-- Affected level --
Details:
	Level name: 18w11a
	All players: 1 total; [sl['MaxiHuHe04'/235, l='18w11a', x=-240.50, y=82.69, z=130.90]]
	Chunk stats: ServerChunkCache: 4112 Drop: 0
	Level seed: -4624657799099224251
	Level generator: ID 00 - default, ver 1. Features enabled: true
	Level generator options: null
	Level spawn location: World: (-248,64,136), Chunk: (at 8,4,8 in -16,8; contains blocks -256,0,128 to -241,255,143), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
	Level time: 10177 game time, 13003 day time
	Level dimension: 0
	Level storage version: 0x04ABD - Anvil
	Level weather: Rain time: 44002 (now: false), thunder time: 89984 (now: false)
	Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true

-- System Details --
Details:
	Minecraft Version: 18w20a
	Operating System: Windows 10 (amd64) version 10.0
	Java Version: 1.8.0_25, Oracle Corporation
	Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
	Memory: 3759996904 bytes (3585 MB) / 4798283776 bytes (4576 MB) up to 5368709120 bytes (5120 MB)
	JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx5G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=16M
	Profiler Position: N/A (disabled)
	Player Count: 1 / 8; [sl['MaxiHuHe04'/235, l='18w11a', x=-240.50, y=82.69, z=130.90]]
	Data Packs: vanilla
	Type: Integrated Server (map_client.txt)
	Is Modded: Probably not. Jar signature remains and both client + server brands are untouched.

There is nothing more than [CHAT] java.lang.NullPointerException in the logs

The bug still appears in 17w49b.

A short video about the bug:

[media]

. At the end, I type a space and it crashes.

Oh, I missed that, now it's there.
And that is the exact command. When typing a space at the end of the command part/continue writing the command, the game crashes immediately because then there would be the coordinate tab completion.