Problem with connection to gameserver

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
Post Reply
newone001
Posts: 3
Joined: Thu Nov 11, 2010 6:48 pm
Location: Russia

Problem with connection to gameserver

Post by newone001 »

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

Hi to all. I downloaded yours Freya server and want to test it, but reached some strange problem.
First of all, I had to say, that i already read more then 10 topics of problems with connetion (ipconfig.xml), but still have the problem.

My config:
2 PCs in Lan. 1st - Client, Ip 192.168.1.3, 2nd - server, ip 192.168.1.5 (no firewalls). OS Win XP SP2 on both.
loginserver.properties and gameserver.properties by default.
ipconfig.xml :
<gameserver address="127.0.0.1">
- <!-- Localhost access -->
<define subnet="127.0.0.0/8" address="127.0.0.1" />
- <!-- LAN's, put old contents of InternalHostname here -->
<define subnet="192.168.0.0/16" address="192.168.1.5" />
</gameserver>

tryed and with this
ipconfig.xml :
<gameserver address="192.168.1.5">
- <!-- Localhost access -->
<define subnet="127.0.0.0/8" address="127.0.0.1" />
- <!-- LAN's, put old contents of InternalHostname here -->
<define subnet="192.168.0.0/16" address="192.168.1.5" />
</gameserver>

Results are same - I can enter to login server, but list of gameservers is empty.
Image

But gamesserver is registered on login server and works correctly.
Image

I'm using client Freya from L2ru with system (protocol 216) from EU.
In previous versions of yours servers (Final, Epilogue) i used clients of L2ru with systems of EU too, and all works fine.

By the way, I've tested connection from Epilogue clinet with it's system (protocol 146), and after logging to login server - gameserver apeared(with the same ipconfig.xml), but when i tryed to connect to him - apear messege " Different protocols".
Image

Now i'm dowloading full L2 EU Freya client, and then will test with it. But with my slow internet i spend on it a lot of time (several days).

Can the reason be exactly in such thing ? Or what can be else ?

Sorry for your time, spend on me. :)

P.S. sorry for my bad english. :)
_DS_
L2j Veteran
L2j Veteran
Posts: 3437
Joined: Wed Apr 30, 2008 8:53 am
Location: Russia

Re: Problem with connection to gameserver

Post by _DS_ »

Replacing system folder is a client modificating and forbidden here. Topic will be locked if discussion will continue in this way.
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
newone001
Posts: 3
Joined: Thu Nov 11, 2010 6:48 pm
Location: Russia

Re: Problem with connection to gameserver

Post by newone001 »

sory. i didn't think in this way.
I replaced system folder only because i dont have full EU clinet, and yours servers not support clients of L2ru.
Last edited by newone001 on Thu Jan 13, 2011 9:20 pm, edited 1 time in total.
_DS_
L2j Veteran
L2j Veteran
Posts: 3437
Joined: Wed Apr 30, 2008 8:53 am
Location: Russia

Re: Problem with connection to gameserver

Post by _DS_ »

I know what people use ru clients, you can try to ask someone on irc.
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
n0name12
Posts: 38
Joined: Tue Sep 29, 2009 2:29 pm

Re: Problem with connection to gameserver

Post by n0name12 »

its a config error in General.properties
where is says status : Normal, Test, Event etc.
You must put Normal
newone001
Posts: 3
Joined: Thu Nov 11, 2010 6:48 pm
Location: Russia

Re: Problem with connection to gameserver

Post by newone001 »

n0name12 wrote:its a config error in General.properties
where is says status : Normal, Test, Event etc.
You must put Normal
Status Normal was by default.
Problem disappeared after i have downloaded original full EU client and run it from updater.
Post Reply