Jump to content
  • 0

Question

Posted

In Loginserver:

Exception in thread "main" java.lang.NullPointerException

        at com.l2jfrozen.util.random.MTRandom.next(MTRandom.java:355)

        at java.util.Random.nextDouble(Unknown Source)

        at com.l2jfrozen.util.random.Rnd.nextInt(Rnd.java:53)

        at com.l2jfrozen.loginserver.LoginController.generateBlowFishKeys(LoginC

ontroller.java:203)

        at com.l2jfrozen.loginserver.LoginController.<init>(LoginController.java

:157)

        at com.l2jfrozen.loginserver.LoginController.load(LoginController.java:1

22)

        at com.l2jfrozen.loginserver.L2LoginServer.<init>(L2LoginServer.java:127

)

        at com.l2jfrozen.loginserver.L2LoginServer.main(L2LoginServer.java:52)

 

In register game server :

Exception in thread "main" java.lang.NullPointerException

        at com.l2jfrozen.util.random.MTRandom.next(MTRandom.java:355)

        at java.util.Random.nextInt(Unknown Source)

        at java.util.Random.nextBytes(Unknown Source)

        at com.l2jfrozen.util.random.Rnd.nextBytes(Rnd.java:78)

        at com.l2jfrozen.gameserver.thread.LoginServerThread.generateHex(LoginSe

rverThread.java:527)

        at com.l2jfrozen.gsregistering.GameServerRegister.main(GameServerRegiste

r.java:120)

 

Got this problem 2 days ago , tried reinstall java JDK , didin't helped , then i reinstalled all my OS , Mysql , Java JDK , Compiled with Eclipse , but still this error . Mb some assist?

3 answers to this question

Recommended Posts

Guest
This topic is now closed to further replies.
×
×
  • Create New...