This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..
Question
Dreamerius
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