CloudburstMC / Nemisys

The Java implementation of standard Synapse Proxy Protocol.
https://nukkitx.com/wiki/nemisys/
GNU General Public License v3.0
38 stars 17 forks source link

No zlib header error #48

Closed sm1ck closed 3 years ago

sm1ck commented 5 years ago

In the logs from time to time such an error. Nemisys: This server is running Nemisys 2.0dev 「Aegis」 implementing API version 1.0.6 for Minecraft: PE v1.12.0 (protocol version 361)

10:58:37 [ALERT] java.util.zip.DataFormatException: No zlib header
        at org.itxtech.nemisys.utils.CompressionUtil.zlibInflate(CompressionUtil.java:29)
        at org.itxtech.nemisys.Player.processIncomingBatch(Player.java:445)
        at org.itxtech.nemisys.Player.handleIncomingPacket(Player.java:183)
        at org.itxtech.nemisys.Player.onUpdate(Player.java:291)
        at org.itxtech.nemisys.Server.lambda$tick$2(Server.java:470)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)