help plz T^T can't login server

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
mkungjah
Posts: 1
Joined: Wed May 25, 2011 8:17 am

help plz T^T can't login server

Post by mkungjah »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision 4422:
L2JDP Revision 7669:


when i choose server

why i can't login +_+"

help me plzz


sorry for my english language
You do not have the required permissions to view the files attached to this post.
Sordi
Posts: 9
Joined: Sun May 22, 2011 4:30 pm
Location: Poland

Re: help plz T^T can't login server

Post by Sordi »

Show me your ipconfig.xml, server.properties and loginserver.properties.
This will be local or live server?
IntoDEV
Posts: 5
Joined: Sat May 28, 2011 9:11 am

Re: help plz T^T can't login server

Post by IntoDEV »

I am having the same problem, I can login to see the servers, it shows that the server is online, but when i click confirm nothing happens, i've tried WAN ip connection to the server, that one doesn't connect, LAN ip connection does this.
My ipconfig.xml:

Code: Select all

<?xml version="1.0" encoding="UTF-8"?><!-- Externalhost here (Internet IP) or Localhost IP for local test --><gameserver address="212.117.29.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="ipconfig.xsd">    <!-- Localhost here -->    <define subnet="127.0.0.0/8" address="127.0.0.1" />    <!-- Internalhosts here (LANs IPs) -->    <define subnet="192.168.0.0/16" address="192.168.0.106" />    <define subnet="192.168.0.0/16" address="192.168.0.206" /></gameserver>
The server is the latest H5 unstable. I was able to connect sometimes, sometimes I was able to connect after a server restart, but today it just really died and won't let me connect.
Sordi
Posts: 9
Joined: Sun May 22, 2011 4:30 pm
Location: Poland

Re: help plz T^T can't login server

Post by Sordi »

Start -> run -> cmd -> ipconfig /all

What's your local ip?
192.168.0.106 or *.206?
IntoDEV
Posts: 5
Joined: Sat May 28, 2011 9:11 am

Re: help plz T^T can't login server

Post by IntoDEV »

my local is *.106
*.206 is other computer.

The other weird thing is that i can sometimes login. if i use the wan ip to connect, lan ip gets faster through login but encounters this problem, WAN connection just sometimes refuses to simply connect.
Sordi
Posts: 9
Joined: Sun May 22, 2011 4:30 pm
Location: Poland

Re: help plz T^T can't login server

Post by Sordi »

This should look that:

Code: Select all

   1. <?xml version="1.0" encoding="UTF-8"?>   2. <!-- Externalhost here (Internet IP) or Localhost IP for local test -->   3. <gameserver address="192.168.0.106" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="ipconfig.xsd">   4.     <!-- Localhost here -->   5.     <define subnet="127.0.0.0/8" address="127.0.0.1" />   6.     <!-- Internalhosts here (LANs IPs) -->   7.     <define subnet="172.16.0.0/19" address="172.16.0.0" />    8.     <define subnet="192.168.0.0/16" address="192.168.0.106" />   9. </gameserver>
Show me server.properties from /gameserver and loginserver.properties from /loginserver
IntoDEV
Posts: 5
Joined: Sat May 28, 2011 9:11 am

Re: help plz T^T can't login server

Post by IntoDEV »

Why do I need this:

Code: Select all

<define subnet="172.16.0.0/19" address="172.16.0.0" />
if my subnet is 192.168.0.x

and

Code: Select all

<gameserver address="192.168.0.106" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="ipconfig.xsd">
Will make it unavailable for other players from WAN.

I think the problem lies somewhere else, since I do know what I am doing, maybe it's my router doing stupid things.

on LS and GS I've tried leaving them at defaults or changing them manually, the same problem persists.
The only way to login is to connect with WAN IP since LAN connection gets through LS but not GS and with WAN connection I sometimes cannot connect. I'll leave current settings that I have since they're the only ones that lets me connect sometimes. :D
hope
Posts: 1160
Joined: Thu Aug 30, 2007 5:17 pm

Re: help plz T^T can't login server

Post by hope »

<?xml version="1.0" encoding="UTF-8"?>
<!-- Externalhost here (Internet IP) or Localhost IP for local test -->
<gameserver address="put external ip here" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="ipconfig.xsd">
<!-- Localhost here -->
<define subnet="127.0.0.0/8" address="127.0.0.1" />
<!-- Internalhosts here (LANs IPs) -->
<define subnet="10.0.0.0/8" address="10.0.0.0" />
<define subnet="172.16.0.0/19" address="172.16.0.0" />
<define subnet="192.168.0.0/16" address="192.168.0.0" /> put internal ip here
</gameserver>

this is all you need to do post your host file so i can make sure it is ok
this is from the pc that is hosting the server
Sordi
Posts: 9
Joined: Sun May 22, 2011 4:30 pm
Location: Poland

Re: help plz T^T can't login server

Post by Sordi »

IntoDEV wrote:Why do I need this:

Code: Select all

<define subnet="172.16.0.0/19" address="172.16.0.0" />
if my subnet is 192.168.0.x

and

Code: Select all

<gameserver address="192.168.0.106" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="ipconfig.xsd">
Will make it unavailable for other players from WAN.
You should not change 172.16.0.0 to 192.168.* cuz it's wrong.

Sorry, I don't know that you would make live server.

If you got router, open following ports on TCP/UDP:
9014
7777
2016
User avatar
tukune
Posts: 533
Joined: Sun Mar 29, 2009 2:35 pm
Location: Japan

Re: help plz T^T can't login server

Post by tukune »

Sordi wrote:If you got router, open following ports on TCP/UDP:
9014
7777
2016
:evil: 2016
User avatar
tukune
Posts: 533
Joined: Sun Mar 29, 2009 2:35 pm
Location: Japan

Re: help plz T^T can't login server

Post by tukune »

IntoDEV wrote:Why do I need this:

Code: Select all

<define subnet="172.16.0.0/19" address="172.16.0.0" />
if my subnet is 192.168.0.x
No need.

<?xml version="1.0" encoding="UTF-8"?>
<!-- Externalhost here (Internet IP) or Localhost IP for local test -->
<gameserver address="put external ip here" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="ipconfig.xsd">
<!-- Localhost here -->
<define subnet="127.0.0.0/8" address="127.0.0.1" />
<!-- Internalhosts here (LANs IPs) -->
<define subnet="10.0.0.0/8" address="10.0.0.0" /> You can delete this line.
<define subnet="172.16.0.0/19" address="172.16.0.0" /> You can delete this line.
<define subnet="192.168.0.0/16" address="put internal ip here" />
</gameserver>
Sordi
Posts: 9
Joined: Sun May 22, 2011 4:30 pm
Location: Poland

Re: help plz T^T can't login server

Post by Sordi »

tukune wrote:
Sordi wrote:If you got router, open following ports on TCP/UDP:
9014
7777
2016
:evil: 2016
Why? it's loginserver port.
IntoDEV
Posts: 5
Joined: Sat May 28, 2011 9:11 am

Re: help plz T^T can't login server

Post by IntoDEV »

When I can login, I can login as many accounts as I want, but if I disconnect some I am unable to connect again or if I restart login server I am able to login again, but when i select gameserver it instantly shows "You have been disconnected".
RazRazvan
Posts: 43
Joined: Sat Jan 02, 2010 11:13 am

Re: help plz T^T can't login server

Post by RazRazvan »

Excuse me mates , I got the same problem at the first try , I changed in server.properties and loginserver.properties and the ipconfig.xml . Everything fine , I can connect to my server . Also my friends can connect and see the server , but when they press " Create Character " they get crash error. I bet this is client-side , but what can I do to help them log into ? I tried everything ( Sent the system I am using to log into ; Run LineageII.exe for feature update ; Delete Option.ini ; Updated AMD driver ) . What else is there ?
User avatar
tukune
Posts: 533
Joined: Sun Mar 29, 2009 2:35 pm
Location: Japan

Re: help plz T^T can't login server

Post by tukune »

You can see the game server version.
server.properties
AllowedProtocolRevisions = (Your server version list here. Do'nt modify)

You can see the game client version.
Open command prompt. then type
START "C:\Program Files\Lineage II\system\L2.bin" -L2ProtocolVersion
(See also http://l2jserver.com/wiki/index.php/Kno ... _my_client)

Both need match.
Post Reply