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?
Hi. I have an issue with the interface — I want to remove the autoshot option from the interface and leave only the standard functionality.
Make the red work like the green so it's easier to understand.
he options could be removed via .dat, but I want to keep the window — just with the normal manual activation function
Where to look for this symbol in the launch file LoginServer.bat or in the database file? Maybe someone can throw off their server that was actually launched. Or a file to register the server. I downloaded the server and inserted the MSQL password everywhere. I don't understand the rest. Help please.
GameServer.
I apologize, I managed to launch it without errors. I moved the server from the desktop to the root of the C drive and it launched without errors. Thank you very much. If anyone has the RegisterGameServer.bat file, I would be very grateful.
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