Jump to content
  • 0

[HELP] Getting errors while starting l2j interlude server.


Question

Posted

Hello maxcheaters,

I'm having a little problem while seting up interlude private server.

Got Server Datapack from l2jserver.com ( http://www.l2jserver.com/nightly/index.php?dir=old%2FInterlude%2F )

Installed and started MySQL

Instaled Java:

jdk1.7.0
jre6
jre7

extracted server packs,

installed successfully database,

changed in config(nothing ealse atm):

AcceptNewGameServer = true
Login=root
Password=*******

RegisterGameServer.bat gives me next error:

Welcome to L2J GameServer Regitering
Enter The id of the server you want to register
Type 'help' to get a list of ids.
Type 'clean' to unregister all currently registered gameservers on this LoginSer
ver.
Your choice:
1
Exception in thread "main" java.lang.NullPointerException
        at net.sf.l2j.util.MTRandom.next(MTRandom.java:349)
        at java.util.Random.nextInt(Random.java:233)
        at java.util.Random.nextBytes(Random.java:208)
        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)
Press any key to continue . . .

 

startLoginServer.bat:

Loading LoginContoller...
Cached 10 KeyPairs for RSA communication
Exception in thread "main" java.lang.NullPointerException
        at net.sf.l2j.util.MTRandom.next(MTRandom.java:349)
        at java.util.Random.nextDouble(Random.java:438)
        at net.sf.l2j.util.Rnd.nextInt(Rnd.java:53)
        at net.sf.l2j.loginserver.LoginController.generateBlowFishKeys(LoginCont
roller.java:143)
        at net.sf.l2j.loginserver.LoginController.<init>(LoginController.java:11
9)
        at net.sf.l2j.loginserver.LoginController.load(LoginController.java:82)
        at net.sf.l2j.loginserver.L2LoginServer.<init>(L2LoginServer.java:126)
        at net.sf.l2j.loginserver.L2LoginServer.main(L2LoginServer.java:58)

Server terminated abnormaly


server terminated

Press any key to continue . . .

 

And startGameServer.bat(never ends):

NPC 31034 class not found
java.lang.reflect.InvocationTargetException
        at sun.reflect.GeneratedConstructorAccessor10.newInstance(Unknown Source
)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingC
onstructorAccessorImpl.java:45)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
        at net.sf.l2j.gameserver.model.L2Spawn.doSpawn(L2Spawn.java:438)
        at net.sf.l2j.gameserver.model.L2Spawn.init(L2Spawn.java:368)
        at net.sf.l2j.gameserver.datatables.SpawnTable.fillSpawnTable(SpawnTable
.java:112)
        at net.sf.l2j.gameserver.datatables.SpawnTable.<init>(SpawnTable.java:59
)
        at net.sf.l2j.gameserver.datatables.SpawnTable.<clinit>(SpawnTable.java:
44)
        at net.sf.l2j.gameserver.GameServer.<init>(GameServer.java:397)
        at net.sf.l2j.gameserver.GameServer.main(GameServer.java:688)
Caused by: java.lang.NullPointerException
        at net.sf.l2j.util.MTRandom.next(MTRandom.java:336)
        at java.util.Random.nextDouble(Random.java:438)
        at net.sf.l2j.util.Rnd.nextInt(Rnd.java:53)
        at net.sf.l2j.gameserver.model.actor.instance.L2GuardInstance.<init>(L2G
uardInstance.java:82)
        ... 10 more

 

BTW Also tried to make freya server and everything worked superfine.

I'm running on windows7 x86.

 

If anyone can help with this

regards,

rinks

1 answer to this question

Recommended Posts

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...