1. Welcome to LilyPad. Download the project, explore the forums, and create your own LilyPad network.


    If you use the software and enjoy it or have a question, or would like to contribute to the future of the software directly or through resources, please sign up and join our little community.

Invalid Quick LilyPad 1.7 Bugs

Discussion in 'Bug Reports' started by sgtcaze, Oct 26, 2013.

  1. sgtcaze

    sgtcaze Member Resource Contributor

    Huge thanks to @Coelho for having a build within 24 hours of 1.7.2's official release! However I want to point out a few bugs so far which can be seen here:

    • Starting the 1.7 cloud(Build #84) outprints "build 82 of AllInOne"
    • Server version number shows as 1.6.4
    This is in the 1.7 server list with another server for comparison. Thanks ahead of time.

    Please note: I am aware of Coelho's quote:
    So perhaps this post is invalid. Would like some clarity :)
    [​IMG]
  2. Coelho

    Coelho Software Engineer Staff Member Administrator Maintainer

    #83 is the 1.7 version :)
    • Agree Agree x 1
  3. sgtcaze

    sgtcaze Member Resource Contributor

    Thanks for clarifying :3
  4. igztryhard

    igztryhard New Member

    io.netty.handler.codec.DecoderException: java.lang.IndexOutOfBoundsException: readerIndex(1) + length(4) exceeds writerIndex(1): UnpooledHeapByteBuf(ridx: 1, widx: 1, cap: 1)
    at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:263)
    at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:131)
    at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337)
    at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323)
    at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:173)
    at io.netty.handler.codec.ByteToMessageCodec.channelRead(ByteToMessageCodec.java:108)
    at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337)
    at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323)
    at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:149)
    at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337)
    at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323)
    at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785)
    at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:101)
    at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:485)
    at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:452)
    at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:346)
    at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101)
    at java.lang.Thread.run(Thread.java:724)
    Caused by: java.lang.IndexOutOfBoundsException: readerIndex(1) + length(4) exceeds writerIndex(1): UnpooledHeapByteBuf(ridx: 1, widx: 1, cap: 1)
    at io.netty.buffer.AbstractByteBuf.checkReadableBytes(AbstractByteBuf.java:1160)
    at io.netty.buffer.AbstractByteBuf.readInt(AbstractByteBuf.java:611)
    at lilypad.packet.connect.impl.KeepalivePacketCodec.decode(KeepalivePacketCodec.java:13)
    at lilypad.packet.connect.impl.KeepalivePacketCodec.decode(KeepalivePacketCodec.java:6)
    at lilypad.packet.common.PacketDecoder.decode(PacketDecoder.java:29)
    at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:232)
    ... 17 more

    Latest build
  5. Coelho

    Coelho Software Engineer Staff Member Administrator Maintainer

    Ignore that error.

Share This Page