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

Nemisys has a bug when transfer to anther server #63

Closed IDPreson closed 3 years ago

IDPreson commented 4 years ago

2020-2-3 18:03:29 [ERROR] Exception happened while handling incoming packet AvailableCommandsPacket java.lang.NullPointerException at org.itxtech.nemisys.network.protocol.mcpe.AvailableCommandsPacket.lambda$encode$3(AvailableCommandsPacket.java:275) at java.util.HashMap.forEach(Unknown Source) at org.itxtech.nemisys.network.protocol.mcpe.AvailableCommandsPacket.encode(AvailableCommandsPacket.java:246) at org.itxtech.nemisys.Player.sendCommandData(Player.java:664) at org.itxtech.nemisys.Player.handleIncomingPacket(Player.java:220) at org.itxtech.nemisys.Player.onUpdate(Player.java:291) at org.itxtech.nemisys.Server.lambda$tick$2(Server.java:473) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source)