If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:4123
L2JDP Revision Number:7326
Read The Most Recent Post For New Issue
...
Why is your request for information sandwiched in an url tag? To most people it'll just look like jibberish for all they know.
Anyways.
Attempting to run 'RegisterGameServer' Batch file results in a 2 millisecond flash of 'Fatal: Failed to Load Default Translation' which is bad, considering I can't register and run my gameserver... I've been following the video and the wiki up to this point, and everything was looking fine. Till this popped up, and I'm afraid I can't really think of a reason for it. My database was created with a password, but I made sure to add it into the filed mentioned in the wiki. Namely the Loginserver Properties file and the Server Properties file.
I put in the IP address for my own computer, 127.0.0.1, as I don't want to go online with it yet, and I just want to know that its working.
Little help?
EDIT - I just ran the login server and the gameserver, and they seem to run and connect to each other just fine, even without the RegistergameServer batch and the extra file you're suppost to stick in the gameserver directory... Anyone happen to know what in the ten hells is going on? (Also a link to a guide that actually tells me how to connect my L2 client to my own server would be nice.)
Reg Game Ser Iss/Login Issue Updated
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- Posts: 25
- Joined: Sat May 01, 2010 4:54 pm
Reg Game Ser Iss/Login Issue Updated
Last edited by prime on Sun May 02, 2010 1:58 am, edited 3 times in total.
- jurchiks
- Posts: 6769
- Joined: Sat Sep 19, 2009 4:16 pm
- Location: Eastern Europe
Re: Register Game Server Issue - Updated
about the connection - probably
AcceptAlternateID from server.properties and
AcceptNewGameServer from loginserver.properties do that.
Try running GSregister.exe
To connect, either add
127.0.0.1 l2authd.lineage2.com
to hosts file, or modify client, which is prohibited to discuss in this forum.
There's also a gameguard update ip, but i don't know that one.
AcceptAlternateID from server.properties and
AcceptNewGameServer from loginserver.properties do that.
Try running GSregister.exe
To connect, either add
127.0.0.1 l2authd.lineage2.com
to hosts file, or modify client, which is prohibited to discuss in this forum.
There's also a gameguard update ip, but i don't know that one.
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
-
- Posts: 25
- Joined: Sat May 01, 2010 4:54 pm
Re: Register Game Server Issue - Updated
Both of those values are set to true, in both files. Running the RegisterGameServer Batch still displays the same error message (on a blue background) for about 2 milliseconds.
- jurchiks
- Posts: 6769
- Joined: Sat Sep 19, 2009 4:16 pm
- Location: Eastern Europe
Re: Register Game Server Issue - Updated
duh...
that's why it registers the gs/connects to ls/gs, because both are true.
and i told you - TRY GSREGISTER.EXE, NOT registergameserver.bat.
that's why it registers the gs/connects to ls/gs, because both are true.
and i told you - TRY GSREGISTER.EXE, NOT registergameserver.bat.
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
-
- Posts: 25
- Joined: Sat May 01, 2010 4:54 pm
Re: Register Game Server Issue - Updated
You told me about those settings, not what to do with them. Also, I have now tried GSRegister.exe and absolutely nothing happens... I wish something had.
-
- Posts: 31
- Joined: Tue Jul 19, 2005 3:21 pm
Re: Register Game Server Issue - Updated
There is no need to run register gameserver.bat or gserver etc.
In loginserver.properties set the following line as show and when you start the login server and the gameserver it will register the gameserver automatically.
after its registered ,just put the line back to = False
In loginserver.properties set the following line as show and when you start the login server and the gameserver it will register the gameserver automatically.
Code: Select all
AcceptNewGameServer = True
-
- Posts: 25
- Joined: Sat May 01, 2010 4:54 pm
Re: Register Game Server Issue - Updated
Oh, so it wasn't a fluke, I really am basically all set.
Um.
So how bout that link that tells me how to set up my own and external clients to connect to my server? I have, (I think) all the ports forwarded (might be missing one but easy to correct no?) and I know how to use dyndns to mask my IP if nessisary. (Cuz god knows giving the web in general and script kiddies in particular your IP is a wonderful idea.) So, yeah, a guide on how to take the server from offline to online and how to set up clients to connect would be nice.
EDIT: ________________
Right, part 2. I've got the server running, its listing the internal and external ip as 127.0.0.1 which is a problem but it should run for me at least. But its not, for some reason. No matter what I type into the username and password column, it just says, Logging in, please wait a moment. And it just stays like that.
I have Navicat, Login Server Console, and Game Server Console open.
Um.
So how bout that link that tells me how to set up my own and external clients to connect to my server? I have, (I think) all the ports forwarded (might be missing one but easy to correct no?) and I know how to use dyndns to mask my IP if nessisary. (Cuz god knows giving the web in general and script kiddies in particular your IP is a wonderful idea.) So, yeah, a guide on how to take the server from offline to online and how to set up clients to connect would be nice.
EDIT: ________________
Right, part 2. I've got the server running, its listing the internal and external ip as 127.0.0.1 which is a problem but it should run for me at least. But its not, for some reason. No matter what I type into the username and password column, it just says, Logging in, please wait a moment. And it just stays like that.
I have Navicat, Login Server Console, and Game Server Console open.
- jurchiks
- Posts: 6769
- Joined: Sat Sep 19, 2009 4:16 pm
- Location: Eastern Europe
Re: Reg Game Ser Iss/Login Issue Updated
are you running client and server from the same pc? if not, won't work with 127.0.0.1
add
127.0.0.1 l2authd.lineage2.com
to your hosts file
ports that need to be forwarded are 2106 for login and 7777 for game server, nothing else.
unless your website connects to database, then 3306 (or w/e else you set installing mysql) should be forwarded too (but remember to set up a different user for website, should have only select/insert privileges, the latter one only for account creation and maybe something else).
add
127.0.0.1 l2authd.lineage2.com
to your hosts file
ports that need to be forwarded are 2106 for login and 7777 for game server, nothing else.
unless your website connects to database, then 3306 (or w/e else you set installing mysql) should be forwarded too (but remember to set up a different user for website, should have only select/insert privileges, the latter one only for account creation and maybe something else).
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
-
- Posts: 25
- Joined: Sat May 01, 2010 4:54 pm
Re: Reg Game Ser Iss/Login Issue Updated
Yeah, I've done all that to the point where I can actually get ingame now. But when I do finally get in game, my character won't move. I can dick around with all the various menues, character status, system, ect, and eventually an error pops up. And gameguard kicks me off. I tried deleting gameguard, but the same thing happens with a different error.
EDIT -
After rebooting my computer (Lineage II crashed and froze everything.) I now find that I can't even get my server up. "2003 - Can't connect to MySQL server on 'localhost' (10061)"
Ok the server is back up, but no matter what I do I still get the gameguard error. NCSofts final suggestion for this is uninstall your security software. I think I'd rather stab them in the eye with a spoon than have my credit card and bank account information compromised. So, via PM please, how do I annihilate/remove/make gameguard stop being a ****ing broken pain in the ***?
EDIT -
After rebooting my computer (Lineage II crashed and froze everything.) I now find that I can't even get my server up. "2003 - Can't connect to MySQL server on 'localhost' (10061)"
Ok the server is back up, but no matter what I do I still get the gameguard error. NCSofts final suggestion for this is uninstall your security software. I think I'd rather stab them in the eye with a spoon than have my credit card and bank account information compromised. So, via PM please, how do I annihilate/remove/make gameguard stop being a ****ing broken pain in the ***?
- jurchiks
- Posts: 6769
- Joined: Sat Sep 19, 2009 4:16 pm
- Location: Eastern Europe
Re: Reg Game Ser Iss/Login Issue Updated
read the pm
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.