Jump to content
  • 0

[HELP] Server Fails


Question

Posted

when i try to login in to my server i just made, i see server status "Down" and ping 9999. When i check the logs in /login/log/game/logins_ip.txt i can see my account logged in the server. so i think: if login works(because login logs says that i logged in the game) and if the database connection works (because i can see in my sql my account being created) the problem must be something really slight...

 

i dont know what i have done wrong, but i have some things in my mind (im using L2J Server btw.)

 

1) in my /login/configloginserver.properties there is a command saying:

# Enforce GG Authorization from client
# Login server will kick client if client bypassed GameGuard authentication
ForceGGAuth=True

 

When i google Gameguard L2j Server i can find this thread, and im asking my self, in my loginserver and login folders, or anywhere else, i don't have any nProtect, GameGuard or RealServer folder that gameguard needs to run, so is it possible i dont even have a GameGuard and i cannot connect to my server due to that?

 

2)In this thread if you scroll down to the chapter "Server Preconditions" 6, 1, which it says about "A text file should have opened."

here is says that i should alter the "LoginServer_loop.sh" file, under /login/LoginServer_loop.sh which:

 

it has this code:

nice -n -2 java -Xms128m -Xmx128m -cp ./../libs/*:l2jlogin.jar com.l2jserver.loginserver.L2LoginServer > log/stdout.log 2>&1

 

and it says that i should change that to:

nice -n 2 java -Xms128m -Xmx128m -cp ./../libs/*:l2jlogin.jar com.l2jserver.loginserver.L2LoginServer > log/stdout.log 2>&1

 

meaning i have to change the "-2" property to "2", it says just remove the "-". is this the reason my server doesn't work?

 

Please help me here, im trying a week now to open my L2J Server to a linux online server (CENTOS 6.3 x86_64) and i hadn't made even a single successful login. Im so frustrated...  :okey:

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...