-
Bug
-
Resolution: Fixed
-
1.19 Pre-release 1
-
None
-
Confirmed
-
Commands
-
Normal
The Bug:
The game output and server console are logged with warnings regarding chat packets with invalid signatures when using entity selectors within commands.
When executing a command that contains an entity selector within it, the following is printed into the game output console:
[19:57:30] [Render thread/WARN]: Received chat packet without valid signature from Avoma [19:57:30] [Render thread/INFO]: [CHAT] [Avoma] Avoma, Avomu
Similarly, the following is printed into the server console:
[19:57:30] [Server thread/WARN]: Avoma sent message with invalid signature: 'Avoma, Avomu'
[19:57:30] [Server thread/INFO]: <Avoma> Avoma, Avomu
Steps to Reproduce:
- Launch an instance of the game with logs enabled.
- Execute any command that has an entity selector within it.
/say @e
- Look at the game output console.
- Take note as to whether or not the game output and server console are logged with warnings regarding chat packets with invalid signatures when using entity selectors within commands.
Observed Behavior:
Warnings are printed into the game output and server console.
Expected Behavior:
No warnings would be printed into the game output and server console.
- relates to
-
MC-251968 /execute running chat related commands logs "Received chat packet without valid signature" warning
- Resolved