Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Why does the character get disconnected in linux 64 bits?

Junior Spellweaver
Joined
Sep 12, 2008
Messages
100
Reaction score
35
Why does the character get disconnected when entering the game? I realized that the problem occurs only in 64-bit Linux versions. Apparently it is a problem of libs, how to solve this problem?
I currently use ubuntu 64-bit 16.04.

Server version 4.4.0



this appears in the auth log


java.lang.NullPointerException
at protocol.Enthrallment$DelayTask.dispatch(Unknown Source)
at protocol.Enthrallment$DelayTask.run(Unknown Source)
at java.util.TimerThread.mainLoop(Timer.java:555)
at java.util.TimerThread.run(Timer.java:505)
 
Back
Top