Login problem !!!

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
Optimus
Posts: 13
Joined: Sun Jan 31, 2010 12:07 pm

Login problem !!!

Post by Optimus »

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 !!!
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: Login problem !!!

Post by jurchiks »

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.
Optimus
Posts: 13
Joined: Sun Jan 31, 2010 12:07 pm

Re: Login problem !!!

Post by Optimus »

i already did it but same nothing happened i tried to create acc from navicat but nothing

i hope you understand what i mean
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: Login problem !!!

Post by jurchiks »

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?
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.
Optimus
Posts: 13
Joined: Sun Jan 31, 2010 12:07 pm

Re: Login problem !!!

Post by Optimus »

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
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: Login problem !!!

Post by janiii »

- do you have l2uathd.lineage2.com entry in the hosts file?
- 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!
Optimus
Posts: 13
Joined: Sun Jan 31, 2010 12:07 pm

Re: Login problem !!!

Post by Optimus »

- yeah ipconfig is all right

-what do you mean with l2uathd.lineage2.com entry ? is something that i have to do?
User avatar
BiggBoss
L2j Veteran
L2j Veteran
Posts: 1104
Joined: Wed Apr 15, 2009 3:11 pm
Location: Spain

Re: Login problem !!!

Post by BiggBoss »

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
Image
Optimus
Posts: 13
Joined: Sun Jan 31, 2010 12:07 pm

Re: Login problem !!!

Post by Optimus »

and how can i do that ?
User avatar
BiggBoss
L2j Veteran
L2j Veteran
Posts: 1104
Joined: Wed Apr 15, 2009 3:11 pm
Location: Spain

Re: Login problem !!!

Post by BiggBoss »

You must look for your hosts file (%windir%/system32/drivers/etc/hosts). Heres a normal host file:

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 
NOTE: the lines preceeded by # can be ignored or even deleted
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 
That would connect to a server in my computer, replace 127.0.0.1 for the ip where the server is hosted
Image
Optimus
Posts: 13
Joined: Sun Jan 31, 2010 12:07 pm

Re: Login problem !!!

Post by Optimus »

you mean the internalip right?

i did it but same thing...... nothing happened
Probe
Posts: 915
Joined: Thu Sep 03, 2009 6:36 pm
Location: Israel
Contact:

Re: Login problem !!!

Post by Probe »

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
Optimus
Posts: 13
Joined: Sun Jan 31, 2010 12:07 pm

Re: Login problem !!!

Post by Optimus »

internal and external have the same ip (127.0.0.1)

nothing..... same thing grrr!!!
User avatar
BiggBoss
L2j Veteran
L2j Veteran
Posts: 1104
Joined: Wed Apr 15, 2009 3:11 pm
Location: Spain

Re: Login problem !!!

Post by BiggBoss »

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
Image
Optimus
Posts: 13
Joined: Sun Jan 31, 2010 12:07 pm

Re: Login problem !!!

Post by Optimus »

yea it is in the same machine...i tried one time with 127.0.0.1 and another one with my ip but nothing ....
Post Reply