Uploaded image for project: 'Minecraft: Java Edition'
  1. Minecraft: Java Edition
  2. MC-118959

NettyVarint21FrameEncoder exception message is incomplete

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • None
    • Minecraft 1.12, 20w07a, 1.18 Pre-release 1
    • Confirmed
    • (Unassigned)

      The bug

      The exception thrown by the method net.minecraft.network.Varint21LengthFieldPrepender.encode(ChannelHandlerContext, ByteBuf, ByteBuf) (20w07a Mojang name) when it tries to encode a buffer whose length cannot be stored using 3 bytes is created with an incomplete message.

      Example message
      unable to fit 2232077 into 3
      
      "unable to fit " + i + " into " + 3
      

      Suggested would for example be

      "Cannot write buffer length of " + i + " using " + 3 + " bytes"
      

            Unassigned Unassigned
            marcono1234 Marcono1234
            Votes:
            2 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              CHK: