EngineHub / WorldEdit

🗺️ Minecraft map editor and mod
https://enginehub.org/worldedit/
Other
3.05k stars 826 forks source link

When you //sel to deselect, you get kicked due to packet size "larger than I expected" #2528

Closed WithLithum closed 1 month ago

WithLithum commented 1 month ago

WorldEdit Version

7.3.1+6763-2e55f4f

Platform Version

Fabric (loader 0.15.11, API 0.98.0+1.20.6)

Confirmations

Bug Description

Whenever you run //sel to clear selection, you get kicked (even in Singleplayer) due to:

Internal Exception: io.netty.handler.codec.DecoderException: java.io.IOException: Packet play/clientbound/minecraft:custom_payload (class_2658) was larger than I expected, found 8 bytes extra whilst reading packet clientbound/minecraft:custom_payload

Expected Behavior

You should not get kicked for using //sel.

Reproduction Steps

  1. Make a region selection.
  2. Type //sel.
  3. You get kicked due to Internal Exception: io...

Anything Else?

me4502 commented 1 month ago

Duplicate of https://github.com/EngineHub/WorldEdit/issues/2525