mojira.dev
MC-133653

Game Crash when creating Superflat world (Void), entering the End, or creating floating islands buffet world

Step to reproduce.

  1. Creating Superflat World (I've only tested with Void type.)

  2. and the game suddenly crashed.

It also happen with the old world (pre-8 and below.)

Description: Exception ticking world

java.lang.IllegalArgumentException: bound must be positive
	at java.util.Random.nextInt(Unknown Source)
	at axz.a(SourceFile:196)
	at axz.a(SourceFile:98)
	at tc.i_(SourceFile:196)
	at net.minecraft.server.MinecraftServer.w(SourceFile:690)
	at net.minecraft.server.MinecraftServer.v(SourceFile:623)
	at dft.v(SourceFile:157)
	at net.minecraft.server.MinecraftServer.run(SourceFile:526)
	at java.lang.Thread.run(Unknown Source)

This seems to be related to MobSpawning.
A Temporary fix is using a programm like https://irath96.github.io/webNBT/ to edit the level.dat, and set the gamerule "doMobSpawning" to "false".

— @unknown

Linked issues

MC-133652 The game instantly crash on loading 1.13-pre8 worlds Resolved MC-133657 Game crashes when entering End Resolved MC-133664 modifying valid_spawn crashes the game Resolved MC-133671 Game crashes while joining world Resolved MC-133676 Local server crashes after ~5 seconds Resolved

Attachments

Comments 23

Also found this same issue, as well as when loading a Void Superlat world created in pre-release 8.

Seems to also affect my Ice Spikes Floating Islands world that was working just fine in pre8

This seems to be related to MobSpawning.
A Temporary fix is using a programm like https://irath96.github.io/webNBT/ to edit the level.dat, and set the gamerule "doMobSpawning" to "false".

Another confirmation that this happens when loading old (1.12.x) Void Superflat worlds, similar crashdump.

Also crashes with floating islands buffet world type.

13 more comments

Oh, sorry. My crash reports gave the same "Exception Ticking World" and "Bound must be positive" remarks, and the nature of the crashes was similar, so I thought I was having this issue.

I didn't want to make an extra thread in case it was a duplicate.

Alfie, just post it here and we'll look at the stacktrace. 🙂

Identical to all the stacktraces in the other reports, so it is this one. My mistake.

Oh damn. Apologies, but I just realised i was making the recommended NBT edits to a similarly named back up world. Made the edits to the world that was crashing and it worked.

SteveKunG

migrated

Confirmed

Minecraft 1.13-pre9

Minecraft 1.13-pre10

Retrieved