Mojira Archive
MC-48223

Adding mobs to the scoreboard results in IOException caused by packet length (multiplayer)

Adding mobs to the scoreboard using a command such as:

/scoreboard teams join TeamName @e[type=Creeper]

Adds a new "player" to the team with the matched entites UUID value. On a multiplayer server this prevents additional players from joining the server with the IOException:

Internal Exception: io.netty.handler.codec.DecoderException: java.io.IOException:
The received string length is longer than the maximum allowed (36 > 16)

As the packet is only meant to accept player names as values (which are a maximum of 16 characters long). This issue does not appear to disconnect players who are already on the server however.

Cannot Reproduce

Zuriki

2014-02-11, 09:02 AM

2014-06-30, 09:39 PM

2014-06-30, 09:39 PM

3

1

Unconfirmed

Minecraft 14w04b - Minecraft 14w08aMinecraft 14w04b, Minecraft 14w05b, Minecraft 14w06a, Minecraft 14w06b, Minecraft 14w08a

-