Registering game server error

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
Viper
Posts: 12
Joined: Thu Oct 13, 2011 9:16 pm

Registering game server error

Post by Viper »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number: 5004
L2JDP Revision Number: 8460

EDIT: Figured it out thanks.
Last edited by Viper on Mon Oct 17, 2011 6:16 pm, edited 1 time in total.
james7
Posts: 2
Joined: Thu Oct 13, 2011 12:45 pm

GsRegister error

Post by james7 »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:5005
L2JDP Revision Number:8461


Im trying to register game server from both GSregister.exe and the .bat file to but i get this message :No avvailable names for GameServer,verify servername.xml file exists in the LoginServer folder....but i have servername.xml in the folder...i dont know what to do...i didnt have this error before in another packs....its something like it disapears when i want use it...If someone can help i would appreciated it.
User avatar
tukune
Posts: 533
Joined: Sun Mar 29, 2009 2:35 pm
Location: Japan

Re: Registering game server error

Post by tukune »

:evil: verify servername.xml file exists in the LoginServer folder
:D verify servername.xml file exists in the login/data folder
User avatar
tukune
Posts: 533
Joined: Sun Mar 29, 2009 2:35 pm
Location: Japan

Re: Registering game server error

Post by tukune »

RegisterGameServer.bat

Code: Select all

  @echo off  color 17  cls  java -Djava.util.logging.config.file=console.cfg -cp ./../libs/*;l2jlogin.jar com.l2jserver.gsregistering.BaseGameServerRegister -c+ if ERRORLEVEL 1 pause  color
Viper
Posts: 12
Joined: Thu Oct 13, 2011 9:16 pm

Re: Registering game server error

Post by Viper »

tukune wrote::evil: verify servername.xml file exists in the LoginServer folder
:D verify servername.xml file exists in the login/data folder
I have the servername.xml file in my login/data folder but what is the LoginServer folder you're talking about? I have a loginserver xml file in my login/config folder if thats what you mean?
Viper
Posts: 12
Joined: Thu Oct 13, 2011 9:16 pm

Re: Registering game server error

Post by Viper »

Guys does any1 have a fix for this?
Ardirion
Posts: 5
Joined: Wed Sep 28, 2011 12:10 am

Re: Registering game server error

Post by Ardirion »

Are you using java 7? (build 1.7.x) if not, that is likely your problem.
Viper
Posts: 12
Joined: Thu Oct 13, 2011 9:16 pm

Re: Registering game server error

Post by Viper »

Ardirion wrote:Are you using java 7? (build 1.7.x) if not, that is likely your problem.
Yes i have it installed. The .bat file when i start it up says error in retrieving list of possible servers or something like that.
LionHeart
Posts: 4
Joined: Tue Oct 11, 2011 5:53 pm

Re: Registering game server error

Post by LionHeart »

L2JServer_BETA 5008
L2JDataPack_BETA 8461

i got the jre 7

hi guys.
i follow all steps from http://trac.l2jserver.com/wiki/L2J_Install and when i try to open the RegisterGameServer nothing happent. i really want test this project, i am old L2 player and engineer of systems student i already make a game in java ( client -server ) in 2d now we are traying to make another game in java mmo in 3d soo thats why i want to this.
Post Reply