Page 1 of 1

[FIXED] Interlude gameserver/loginserver problems

Posted: Sun Oct 30, 2011 9:30 pm
by sollis711
If you want to receive support we need this info to help you properly.
ยป Find Revision
L2J Revision Number:
L2JDP Revision Number:

well i'll try this again. I uninstalled Jdk 7 and installed jdk1.5.0_07 and i still get this error when i try to run the register game server or login server:

Exception in thread "main" java.lang.NullPointerException
at net.sf.l2j.util.MTRandom.next(MTRandom.java:349)
at java.util.Random.nextInt(Unknown Source)
at java.util.Random.nextBytes(Unknown Source)
at net.sf.l2j.util.Rnd.nextBytes(Rnd.java:73)
at net.sf.l2j.gameserver.LoginServerThread.generateHex(LoginServerThread
.java:451)
at net.sf.l2j.gsregistering.GameServerRegister.main(GameServerRegister.j
ava:115)

Any help would be appreciated, thanks.

Re: Interlude gameserver/loginserver problems

Posted: Mon Oct 31, 2011 5:27 pm
by BiggBoss
use java 1.6.x with older chronicles, dont use Java 1.7

Re: Interlude gameserver/loginserver problems

Posted: Mon Oct 31, 2011 8:51 pm
by jurchiks
sollics711 wrote:...uninstalled Jdk 7 and installed jdk1.5.0_07...
Misread?
Anyway, that error has nothing to do with java, it is an error in the code. It seems the Mersenne Twister has been removed for a long time already, probably for reasons like this. You could ask Tryskell to help you with this (or, to be more precise, to help you change the random number generator altogether), he has his own IL pack and he isn't using MTRandom either.

Re: Interlude gameserver/loginserver problems

Posted: Tue Nov 01, 2011 8:17 pm
by Zoey76
After Changeset 5053 is fixed and is working with Java 7.