Page 1 of 2

Login doesnt show the gameserver

Posted: Fri Mar 15, 2013 9:35 pm
by L2Imprada
L2J Revision Number: 5133
L2JDP Revision Number: 8404

Everything setted up right, gameserver registered and server online.
My first attempt to take a look around failed.
I can login and the loginserver.bat even tells me there is a new account registered.
But when I have to select a server, it's empty?

like this:
Image

I really dont have a clue :|

Re: Login doesnt show the gameserver

Posted: Fri Mar 15, 2013 9:38 pm
by UnAfraid
That client looks like Freya but revisions are for H5, and why is rotated like that :shock:
Are you sure that you started your gameserver and it is attached to the login server?

Re: Login doesnt show the gameserver

Posted: Fri Mar 15, 2013 9:45 pm
by L2Imprada
Haha picture is rotated because i made it with mobile phone. forgot to rotate it back :wink:

Well i took the Freya patches from viewtopic.php?f=82&t=24625

and my net configs are like this:
Login

Code: Select all

# ---------------------------------------------------------------------------# Networking# --------------------------------------------------------------------------- # Bind ip of the LoginServer, use * to bind on all available IPs# WARNING: <u><b><font color="red">Please don't change default IPs here if you don't know what are you doing!</font></b></u># WARNING: <u><b><font color="red">External/Internal IPs are now inside "ipconfig.xml" file.</font></b></u># Default: * (0.0.0.0)LoginserverHostname = * # Default: 2106LoginserverPort = 2106 # The address on which login will listen for GameServers, use * to bind on all available IPs# WARNING: <u><b><font color="red">Please don't change default IPs here if you don't know what are you doing!</font></b></u># WARNING: <u><b><font color="red">External/Internal IPs are now inside "ipconfig.xml" file.</font></b></u># Default: * (0.0.0.0)LoginHostname = * # The port on which login will listen for GameServers# Default: 9014LoginPort = 9014 
Gameserver

Code: Select all

# Networking# --------------------------------------------------------------------------- # Where's the Login server this gameserver should connect to# WARNING: <u><b><font color="red">Please don't change default IPs here if you don't know what are you doing!</font></b></u># WARNING: <u><b><font color="red">External/Internal IPs are now inside "ipconfig.xml" file.</font></b></u># Default: 127.0.0.1LoginHost = 127.0.0.1 # TCP port the login server listen to for gameserver connection requests# Default: 9014LoginPort = 9014 # Bind address for gameserver. You should not need to change it in most cases.# WARNING: <u><b><font color="red">Please don't change default IPs here if you don't know what are you doing!</font></b></u># WARNING: <u><b><font color="red">External/Internal IPs are now inside "ipconfig.xml" file.</font></b></u># Default: * (0.0.0.0)GameserverHostname = * # Default: 7777GameserverPort = 7777
And ipconfig.xml

Code: Select all

<?xml version="1.0" encoding="UTF-8"?><!-- Externalhost here (Internet IP) or Localhost IP for local test --><gameserver address="77.161.67.203" 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.2.14" /></gameserver>
I took the revisions from the game config aswell..

Re: Login doesnt show the gameserver

Posted: Fri Mar 15, 2013 9:52 pm
by UnAfraid
Have you started both startLoginServer.bat and startGameServer.bat files?
Btw Freya branch is here:
Core: http://trac.l2jserver.com/browser/branc ... erver_T2.5
DataPack: http://trac.l2jdp.com/browser/branches/ ... Pack_CT2.5

Re: Login doesnt show the gameserver

Posted: Fri Mar 15, 2013 9:57 pm
by L2Imprada
Ofcourse they are both running:
Login:
Image

Gameserver:
Image

Btw: i took the wrong revision numbers, it is:

Datapack:8404
Server:5133

Re: Login doesnt show the gameserver

Posted: Fri Mar 15, 2013 10:01 pm
by UnAfraid
Here are all branches viewtopic.php?f=82&t=24625 make sure you pick the right one.

Re: Login doesnt show the gameserver

Posted: Fri Mar 15, 2013 10:05 pm
by L2Imprada
I am sure i picked the right ones. I just reviewed the URL's and they are the same as the Freya content from that link.
So that can't really be the problem :|

Re: Login doesnt show the gameserver

Posted: Fri Mar 15, 2013 10:10 pm
by UnAfraid
The revisions you pointed are not correct.
They are from last unstable branch.

Re: Login doesnt show the gameserver

Posted: Fri Mar 15, 2013 10:14 pm
by L2Imprada
How is that possible because my eclipse says i got other revisions.
Image

Re: Login doesnt show the gameserver

Posted: Fri Mar 15, 2013 10:40 pm
by L2Imprada
It's a big mystery how my freya revisions updated to newest while compiling, but you were right.

Thanks for the support!

Re: Login doesnt show the gameserver

Posted: Fri Mar 15, 2013 11:08 pm
by L2Imprada
Check this: http://svn.l2jserver.com/branches/L2_GameServer_T2.5/ -> - Revision 5876: /branches/L2_GameServer_T2.5

Is this freya?

Re: Login doesnt show the gameserver

Posted: Fri Mar 15, 2013 11:39 pm
by MELERIX
L2Imprada wrote:Check this: http://svn.l2jserver.com/branches/L2_GameServer_T2.5/ -> - Revision 5876: /branches/L2_GameServer_T2.5

Is this freya?
already answered here: viewtopic.php?f=82&t=24625

why you people don't read forums, even pinned topics ? -.-

Re: Login doesnt show the gameserver

Posted: Sat Mar 16, 2013 9:17 am
by L2Imprada
lol, i read the forums and i took the freya package from there.

Re: Login doesnt show the gameserver

Posted: Sun Mar 17, 2013 11:53 am
by L2Imprada
Hey, i've just done everything again

Getting the freya repository from: viewtopic.php?f=82&t=24625 ( as i did before )
Compiled with eclipse, builded server etc. all without any problems!
Registered gameserver : Bartz

Login with a username and pw, and the server selection screen doesnt show any server

There is NO possibility i took the wrong package, so please dont tell me i have to read forums and take the freya package from there.

BUT there is 1 thing i'm wondering about: I take the http://svn.l2jdp.com/branches/L2J_DataPack_CT2.5/ and if you click this URL it shows Revision: 9517.
Compile etc. and L2J Config shows me l2jdp-version : 9523. How is this possible?

Then i check the http://svn.l2jdp.com/trunk/L2J_DataPack/ and it gives Revision: 9524.

Can any of u please give me a plain explaination of the mistake i make?

Anyway ill try an older copy of the revision and hope it works then.

Regards,
L2Imprada (confused as hell)

Re: Login doesnt show the gameserver

Posted: Sun Mar 17, 2013 7:34 pm
by MELERIX
may be you are not using a clean Freya client.