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
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
Your game crashed because it ran out of memory. MC-54932 made it run out of memory.
Then I guess https://bugs.mojang.com/browse/MC-54932 should be updated
Please attach the crash report.