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.

Resolved NullPointerException

Discussion in 'Bug Reports' started by boboman13, Jun 29, 2013.

  1. boboman13

    boboman13 Member Contributor

    Caused by: java.lang.NullPointerException
    at lilypad.server.proxy.packet.GenericPacketCodec.decode(GenericPacketCodec.java:24)
    at lilypad.server.proxy.packet.GenericPacketCodec.decode(GenericPacketCodec.java:14)
    at lilypad.server.proxy.packet.GenericPacketCodec.decode(GenericPacketCodec.java:7)
    at lilypad.packet.common.PacketDecoder.decode(PacketDecoder.java:24)
    at io.netty.handler.codec.ReplayingDecoder.callDecode(ReplayingDecoder.java:356)
    ... 13 more

    I couldn't grab the entire error, I'm sorry, I use a screen tool for my server and it doesn't allow me to scroll up, but hopefully that should be enough to catch the error... if it isn't, you should add a log file ;)
  2. Coelho

    Coelho Software Engineer Staff Member Administrator Maintainer

    This is caused by a client and shouldn't harm your server in any way. This error should be hidden however.
  3. boboman13

    boboman13 Member Contributor

    Well when this happens the proxy crashes, if that helps. Thanks for confirming the bug.
  4. Coelho

    Coelho Software Engineer Staff Member Administrator Maintainer

    Resolved in the latest LilyPad for 1.6.
  5. boboman13

    boboman13 Member Contributor

    Glad to hear it!

Share This Page