Nemisys has a bug when transfer to anther server

IDPreson

New Member
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)

could anybody help me......
 

PetteriM1

Resource Mod
Staff member
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)

could anybody help me......
Update Nemisys and test does that still happen
 

nosooqua

New Member
Hello, I still have this error at the console. 1588422890213.png
And I have another issue, when i tried to execute command which registered in Nemisys plugin, I get Unknown command error. When I executing command from console, this works perfect. I think these errors are somehow related.

UPD. Also, when I connect to Nukkit server, this error is came out.
1588424391140.png
 
Last edited:
Top