Jump to content
  • 0

login server error


Question

Posted

Hey when i try to start my login server i get this error.

Exception in thread "main"java.lang.NullPointerException

        at net.sf.l2j.tool.math.MTRandom.next<MTRandom.java:347>

        at java.util.Random.nextDouble<Unknown Source>

        at net.sf.l2j.util.Rnd.nextInt<Rnd.java:54>

        at net.sf.l2j.loginserver.manager.LoginManager.generateBlowFishKeys<Logi

nManager.java:190>

        at net.sf.l2j.loginserver.manager.LoginManager.<init><LoginManager.java:

155>

        at net.sf.l2j.loginserver.manager.LoginManager.load<LoginManager.java:10

6>

        at net.sf.l2j.loginserver.L2LoginServer.<init><L2LoginServer.java:109>

        at net.sf.l2j.loginserver.L2LoginServer.main<L2LoginServer.java:77>

 

Server terminated abnormaly

 

 

server teminated

 

Press any key to continue . . .

 

can anyone help me with this thanks.

3 answers to this question

Recommended Posts

  • 0
Posted

This is my login server settings

# ================================================================

# General login server setting !!! REQUIRED to configure to everyone !!!

# ================================================================

 

# Bind ip of the loginserver, use 0.0.0.0 to bind on all available IPs

LoginServerHostname=0.0.0.0

LoginServerPort=2106

GMMinLevel=100

 

# The port, ip on which login will listen for GameServers

LoginHostname=127.0.0.1

LoginPort=9014

 

  • 0
Posted

This is my game server settings

# ================================================================

# General server setting !!! REQUIRED to configure to everyone !!!

# ================================================================

 

# Bind ip of the gameserver, use 0.0.0.0 to bind on all available IPs

GameserverHostname=0.0.0.0

GameserverPort=7777

 

# This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname

ExternalHostname=96.57.172.100

# This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname

InternalHostname=

# Define internal networks (10.0.0.0/8,192.168.0.0/16 is default internal networks)

InternalNetworks=

# Define optional networks and router IPs

# IP (200.100.200.100) or fully qualified domain name

# (google.com) that resolves to an IP (use ping to determine if a domain resolves).

# Format: ip,net/mask;ip,net/mask,net/mask

# (mask 192.168.0.0/16 or 192.168.0.0/255.255.0.0 would be 192.168.*.*)

# Note: keep InternalNetworks and OptionalNetworks blank for compatibility with older login server

OptionalNetworks=

 

# The Loginserver host and port

LoginPort=9014

LoginHost=127.0.0.1

 

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...