Login problem !!!
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- Posts: 13
- Joined: Sun Jan 31, 2010 12:07 pm
Login problem !!!
First i want say sorry for my English
I just create my own l2 server . I run l2.exe and i typing my account ID:admin PWD:admin i press log in but nothing happened no message no error nothing.....
PLZ HELP !!!
I just create my own l2 server . I run l2.exe and i typing my account ID:admin PWD:admin i press log in but nothing happened no message no error nothing.....
PLZ HELP !!!
- jurchiks
- Posts: 6769
- Joined: Sat Sep 19, 2009 4:16 pm
- Location: Eastern Europe
Re: Login problem !!!
if autocreateaccounts=false, then you must use startSQLaccountmanager from login folder
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
-
- Posts: 13
- Joined: Sun Jan 31, 2010 12:07 pm
Re: Login problem !!!
i already did it but same nothing happened i tried to create acc from navicat but nothing
i hope you understand what i mean
i hope you understand what i mean
- jurchiks
- Posts: 6769
- Joined: Sat Sep 19, 2009 4:16 pm
- Location: Eastern Europe
Re: Login problem !!!
you can't create acc in navicat, the password is encrypted
did you really use sqlaccountmanager?
if it didn't work, what error there was?
did you really use sqlaccountmanager?
if it didn't work, what error there was?
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
-
- Posts: 13
- Joined: Sun Jan 31, 2010 12:07 pm
Re: Login problem !!!
sql accountmanager? you mean start accountmanager right? which is in folder/login
if you mean that yea i run it and i put the acc info (user name , Password etc.)
but nothing happened...
acc creation is ok but i cant login
if you mean that yea i run it and i put the acc info (user name , Password etc.)
but nothing happened...
acc creation is ok but i cant login
- janiii
- L2j Veteran
- Posts: 4269
- Joined: Wed May 28, 2008 3:15 pm
- Location: Slovakia
Re: Login problem !!!
- do you have l2uathd.lineage2.com entry in the hosts file?
- how is your ip config for loginserver?
- how is your ip config for loginserver?
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper ♀
I don't give private support - PM will be ignored!
forum flOOder dancing dEVILoper ♀
I don't give private support - PM will be ignored!
-
- Posts: 13
- Joined: Sun Jan 31, 2010 12:07 pm
Re: Login problem !!!
- yeah ipconfig is all right
-what do you mean with l2uathd.lineage2.com entry ? is something that i have to do?
-what do you mean with l2uathd.lineage2.com entry ? is something that i have to do?
- BiggBoss
- L2j Veteran
- Posts: 1104
- Joined: Wed Apr 15, 2009 3:11 pm
- Location: Spain
Re: Login problem !!!
The l2 client use the hostname l2authd.lineage2.com to connect to the remote host. In host files, you must provide the ip of the machine with l2authd.lineage2.com, so the hostname is replaced by the ip where it must connect
-
- Posts: 13
- Joined: Sun Jan 31, 2010 12:07 pm
Re: Login problem !!!
and how can i do that ?
- BiggBoss
- L2j Veteran
- Posts: 1104
- Joined: Wed Apr 15, 2009 3:11 pm
- Location: Spain
Re: Login problem !!!
You must look for your hosts file (%windir%/system32/drivers/etc/hosts). Heres a normal host file:
NOTE: the lines preceeded by # can be ignored or even deleted
Below localhost, you must put
ip.where.theserver.is l2authd.lineage2.com
example:
That would connect to a server in my computer, replace 127.0.0.1 for the ip where the server is hosted
Code: Select all
# Copyright (c) 1993-1999 Microsoft Corp.## Éste es un ejemplo de archivo HOSTS usado por Microsoft TCP/IP para Windows.## Este archivo contiene las asignaciones de las direcciones IP a los nombres de# host. Cada entrada debe permanecer en una línea individual. La dirección IP# debe ponerse en la primera columna, seguida del nombre de host correspondiente.# La dirección IP y el nombre de host deben separarse con al menos un espacio.# ## También pueden insertarse comentarios (como éste) en líneas individuales# o a continuación del nombre de equipo indicándolos con el símbolo "#"## Por ejemplo:## 102.54.94.97 rhino.acme.com # servidor origen# 38.25.63.10 x.acme.com # host cliente x 127.0.0.1 localhost
Below localhost, you must put
ip.where.theserver.is l2authd.lineage2.com
example:
Code: Select all
# Copyright (c) 1993-1999 Microsoft Corp.## Éste es un ejemplo de archivo HOSTS usado por Microsoft TCP/IP para Windows.## Este archivo contiene las asignaciones de las direcciones IP a los nombres de# host. Cada entrada debe permanecer en una línea individual. La dirección IP# debe ponerse en la primera columna, seguida del nombre de host correspondiente.# La dirección IP y el nombre de host deben separarse con al menos un espacio.# ## También pueden insertarse comentarios (como éste) en líneas individuales# o a continuación del nombre de equipo indicándolos con el símbolo "#"## Por ejemplo:## 102.54.94.97 rhino.acme.com # servidor origen# 38.25.63.10 x.acme.com # host cliente x 127.0.0.1 localhost127.0.0.1 l2authd.lineage2.com
-
- Posts: 13
- Joined: Sun Jan 31, 2010 12:07 pm
Re: Login problem !!!
you mean the internalip right?
i did it but same thing...... nothing happened
i did it but same thing...... nothing happened
-
- Posts: 915
- Joined: Thu Sep 03, 2009 6:36 pm
- Location: Israel
- Contact:
Re: Login problem !!!
if you set an external IP for your server and didn't leave it as default (which is localhost, 127.0.0.1)
then in the hosts file put the EXTERNAL ip, not internal
then in the hosts file put the EXTERNAL ip, not internal
-
- Posts: 13
- Joined: Sun Jan 31, 2010 12:07 pm
Re: Login problem !!!
internal and external have the same ip (127.0.0.1)
nothing..... same thing grrr!!!
nothing..... same thing grrr!!!
- BiggBoss
- L2j Veteran
- Posts: 1104
- Joined: Wed Apr 15, 2009 3:11 pm
- Location: Spain
Re: Login problem !!!
If the server is in this same machine where you start up the client , yea you must use 127.0.0.1
else you must use the ip of the machine that you can get by visiting www.whatismyip.com
else you must use the ip of the machine that you can get by visiting www.whatismyip.com
-
- Posts: 13
- Joined: Sun Jan 31, 2010 12:07 pm
Re: Login problem !!!
yea it is in the same machine...i tried one time with 127.0.0.1 and another one with my ip but nothing ....