Problems playing on my server [Please Help]
Posted: Sat Feb 05, 2011 1:35 pm
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:
L2JDP Revision Number:
First of all, hello everyone, this is my first post on this forum. I would like to ask you for help.
Today I started making L2 server with L2j, and I followed these tutorials: http://trac.l2jserver.com/wiki/L2J_Install and http://www.elitepvpers.de/forum/lin2-gu ... eage2.html
I got everything ready, including Navicat, MySQL, Java. Downloaded latest game client alont with latest l2j build, updated game fully. I got everything working and ran loginserver and gameserver fine, I also made account, and finally edited Hosts file. But my problem is that I cant login to the server. I dont know what to do, should I edit any Lineage files? Or how can I simply join my server, instead of starting official one. Whenever I try to log-in, it just freezes at "Logging in" screen, but everything seems to work fine...
I suspect that it may the problem of Ipconfig.xml file I edited, my IP adresses are:
80.239.242.31 External
192.168.2.1 Internal
And I edited Ipconfig.xml as following:
So how can I join my own server? and even after that, How can other people join my server? Because as I know, some servers have some type of launchers right, or some of them tell you to download their server files and place them in game root directory, so is there something I must configure? Help would be greatly appreciated, Thanks everyone.[/color]
**EDIT** So I fixed the login problem myself, I had to edit Hosts file, but now I get another very frustrating problem. I made character, and entered the game, but as soon as I enter, I get "You have been discconected message" and I get disconnected, is there a way to fix this?
This is the error I get in GameServer console after I leave the game:
» Find Revision
L2J Revision Number:
L2JDP Revision Number:
First of all, hello everyone, this is my first post on this forum. I would like to ask you for help.
Today I started making L2 server with L2j, and I followed these tutorials: http://trac.l2jserver.com/wiki/L2J_Install and http://www.elitepvpers.de/forum/lin2-gu ... eage2.html
I got everything ready, including Navicat, MySQL, Java. Downloaded latest game client alont with latest l2j build, updated game fully. I got everything working and ran loginserver and gameserver fine, I also made account, and finally edited Hosts file. But my problem is that I cant login to the server. I dont know what to do, should I edit any Lineage files? Or how can I simply join my server, instead of starting official one. Whenever I try to log-in, it just freezes at "Logging in" screen, but everything seems to work fine...
I suspect that it may the problem of Ipconfig.xml file I edited, my IP adresses are:
80.239.242.31 External
192.168.2.1 Internal
And I edited Ipconfig.xml as following:
Code: Select all
<?xml version="1.0" encoding="UTF-8"?><!-- Put old contents of ExternalHostname here, used by default --><gameserver address="80.239.242.31"> <!-- 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.2.1" /></gameserver>
**EDIT** So I fixed the login problem myself, I had to edit Hosts file, but now I get another very frustrating problem. I made character, and entered the game, but as soon as I enter, I get "You have been discconected message" and I get disconnected, is there a way to fix this?
This is the error I get in GameServer console after I leave the game:
