-
Bug
-
Resolution: Fixed
-
Minecraft 17w50a, Minecraft 18w11a, Minecraft 18w21b, Minecraft 1.13-pre1, Minecraft 1.13-pre2, Minecraft 1.13-pre3, Minecraft 1.13-pre4
-
Community Consensus
Trying to get data values for a player (myself) would crash the game and the server. This bug is present since 17w48a.
Exact Steps to reproduce:
- On a multiplayer server run the command
- Give yourself all recipes /recipe give @s *
- Run /data get entity @s
Expected Result:
Obtain the data structure for the player
Actual Result:
Game crash with IndexOutOfBounds Exception followed by server crash with the following logs (also check attached crash logs from server and client):
[12:32:50] [Server Watchdog/FATAL]: A single server tick took 60.00 seconds (should be max 0.05) [12:32:50] [Server Watchdog/FATAL]: Considering it to be crashed, server will forcibly shutdown. [12:32:50] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 60618ms behind, skipping 1212 tick(s) [12:32:51] [Server Watchdog/ERROR]: This crash report has been saved to: D:\Games\MCServerSnapshot\.\crash-reports\crash-2017-12-12_12.32.51-server.txt [12:32:51] [Server Shutdown Thread/INFO]: Stopping server
- clones
-
MC-123111 Stack Overflow in /data get entity
- Resolved
- is duplicated by
-
MC-124257 Disconnected because of using the '/data get @s' command on a server
- Resolved
-
MC-127747 /data get entity <playername> kicks executor of the command if the nbt is too large
- Resolved
-
MC-130303 use "/data merge" on a sign crash minecraft.
- Resolved
-
MC-130318 The Command is not working on a Server:
- Resolved
-
MC-131170 Data get entity command crash
- Resolved
-
MC-131178 /data get command not working
- Resolved
- relates to
-
MC-45838 Certain chat messages exceed 32767 byte limit and disconnect clients
- Resolved
-
MC-100789 java.lang.IndexOutOfBoundsException when saving some commands in command blocks
- Resolved