-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Query error? #76
Comments
Which version / commit of Nemisys do you use? |
latest probably. Its probably caused if there is player that is not logged |
I asked for the version because a similar issue has been solved with this PR: #59. |
Hmmm i think this is not solution because player is added into players between login packet so he has null name etc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
20:44:50 [ALERT] java.lang.NullPointerException
at org.itxtech.nemisys.event.server.QueryRegenerateEvent.getLongQuery(QueryRegenerateEvent.java:189)
at org.itxtech.nemisys.network.query.QueryHandler.regenerateInfo(QueryHandler.java:43)
at org.itxtech.nemisys.network.query.QueryHandler.handle(QueryHandler.java:95)
at org.itxtech.nemisys.Server.handlePacket(Server.java:340)
at org.itxtech.nemisys.network.RakNetInterface.handleRaw(RakNetInterface.java:153)
at org.itxtech.nemisys.raknet.server.ServerHandler.handlePacket(ServerHandler.java:131)
at org.itxtech.nemisys.network.RakNetInterface.process(RakNetInterface.java:56)
at org.itxtech.nemisys.network.Network.processInterfaces(Network.java:64)
at org.itxtech.nemisys.Server.tick(Server.java:380)
at org.itxtech.nemisys.Server.tickProcessor(Server.java:353)
at org.itxtech.nemisys.Server.start(Server.java:333)
at org.itxtech.nemisys.Server.(Server.java:173)
at org.itxtech.nemisys.Nemisys.main(Nemisys.java:48)
The text was updated successfully, but these errors were encountered: