Jump to content
  • 0

strange errors on login


Question

Posted

Hiho, i am clueless what error this causes. thats why i post it here

 

first when i try to reg a server(hidid) i get this error msg :

 

regserver.jpg

 

second when i enter login and i come to the select server window and i click on my server wich is online i get this msg on login console

 

java.net.UnknownHostException: *

       at java.net.Inet4AddressImpl.lookupAllHostAddr(Native Method)

       at java.net.InetAddress$1.lookupAllHostAddr(Unknown Source)

       at java.net.InetAddress.getAddressFromNameService(Unknown Source)

       at java.net.InetAddress.getAllByName0(Unknown Source)

       at java.net.InetAddress.getAllByName(Unknown Source)

       at java.net.InetAddress.getAllByName(Unknown Source)

       at java.net.InetAddress.getByName(Unknown Source)

       at com.l2jarchid.loginserver.network.serverpackets.ServerList.write(ServerList.java:134)

       at com.l2jserver.mmocore.network.SelectorThread.prepareWriteBuffer(SelectorThread.java:606)

       at com.l2jserver.mmocore.network.SelectorThread.writePacket(SelectorThread.java:530)

       at com.l2jserver.mmocore.network.SelectorThread.run(SelectorThread.java:232)

 

6 answers to this question

Recommended Posts

  • 0
Posted

configs are left like they are.

 

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

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

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

 

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

ExternalHostname=127.0.0.1

 

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

InternalHostname=127.0.0.1

 

# Bind ip of the LoginServer, use * to bind on all available IPs

LoginserverHostname=*

LoginserverPort=2106

# How many times you can provide an invalid account/pass before the IP gets banned

LoginTryBeforeBan=10

# Time you won't be able to login back again after LoginTryBeforeBan tries to login. Provide a value in seconds. Default 10min. (600)

LoginBlockAfterBan=600

GMMinLevel=100

 

# The address on which login will listen for GameServers, use * to bind on all available IPs

LoginHostname=127.0.0.1

 

# The port on which login will listen for GameServers

LoginPort=9014

 

# If set to true any GameServer can register on your login's free slots

AcceptNewGameServer = true

 

# If false, the licence (after the login) will not be shown

# It is highly recommended for Account Security to leave this option as default (True)

ShowLicence = True

 

thats why i am confused.

  • 0
Posted

you have some error loginserver.propetries or gameserver.properties check

 

that far i was myself allready but i didnt change any config files

  • 0
Posted

change every bind (*) to a valid ip adress that looks a fed up java problem

ty for post but fixed it on source

 

/locked

Guest
This topic is now closed to further replies.


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock