mojira.dev
MC-89597

Selector with big radius will crash the game

In a void world with the player as the only entity...

this worked fine:
/execute @e ~ ~ ~ /say hi

this crashed the game:
/execute @e[r=1000000000] ~ ~ ~ /say hi

Linked issues

Attachments

Comments 8

Please attach the crash report.

I don't know how to get the crash report, where can I find it?
I am not even sure if one gets generated, since the program freezes completely (maybe out of memory or something like that).

Following the steps:

  • create a void world

  • execute 2. command

  • klick save

it crashes my game every time.

It looks like a server side crash, because you can walk around
and on clicking save java freezes and stops working.

In %appdata%\.minecraft\crash-reports the last report is from 2014
The log under %appdata%\.minecraft\logs does not contain any error. Just saving the world...

The launcher log simply contains this:
[22:57:51 ERROR]: Game ended with bad state (exit code -805306369)
[22:57:51 INFO]: Ignoring visibility rule and showing launcher due to a game crash
[22:57:51 INFO]: Deleting C:\Users\adrian\AppData\Roaming\.minecraft\versions\15w39c\15w39c-natives-299556114394
[22:57:51 WARN]: Couldn't delete C:\Users\adrian\AppData\Roaming\.minecraft\versions\15w39c\15w39c-natives-299556114394 - scheduling for deletion upon exit

I thought there would be a crash report in the launcher, but there is none.

Your game crashed because it ran out of memory. MC-54932 made it run out of memory.

Confirmed for 1.9-pre4

no need to comment when you update the affected versions yourself
also, this is a duplicate

Ok thanks for the advice.

Adrodoc55

(Unassigned)

Unconfirmed

Minecraft 15w39c, Minecraft 1.9 Pre-Release 4

Retrieved