Page 1 of 1

Registering game server error

Posted: Thu Oct 13, 2011 9:21 pm
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.

GsRegister error

Posted: Thu Oct 13, 2011 9:27 pm
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.

Re: Registering game server error

Posted: Fri Oct 14, 2011 2:56 am
by tukune
:evil: verify servername.xml file exists in the LoginServer folder
:D verify servername.xml file exists in the login/data folder

Re: Registering game server error

Posted: Fri Oct 14, 2011 3:02 am
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

Re: Registering game server error

Posted: Fri Oct 14, 2011 3:34 am
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?

Re: Registering game server error

Posted: Fri Oct 14, 2011 4:15 pm
by Viper
Guys does any1 have a fix for this?

Re: Registering game server error

Posted: Fri Oct 14, 2011 8:02 pm
by Ardirion
Are you using java 7? (build 1.7.x) if not, that is likely your problem.

Re: Registering game server error

Posted: Fri Oct 14, 2011 9:14 pm
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.

Re: Registering game server error

Posted: Mon Oct 17, 2011 5:55 pm
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.