Jump to content
Sign in to follow this  
djfox292

Gameserver closes instantly *fixed*

Recommended Posts

Accountserver, Groupserver, and Gateserver are working and can be launched. But, when i try to launch Gameserver, I see the console for a moment but then it closes without any error messages.

 

Can anyone help please?

Edited by djfox292

Share this post


Link to post
Share on other sites

Hello, @djfox292!

 

You need to specify MSSQL User and password for GameDB database in GameServer.cfg

[DB] 
db_name = GameDB
db_ip   = MSSQL Server Instance name or Host
db_usr  = Login of GameDB user
db_pass = Encrypted password of GameDB user

 

You can encrypt password using these programs:

and 

 


Share this post


Link to post
Share on other sites
1 hour ago, V3ct0r said:

Hello, @djfox292!

 

You need to specify MSSQL User and password for GameDB database in GameServer.cfg


[DB] 
db_name = GameDB
db_ip   = MSSQL Server Instance name or Host
db_usr  = Login of GameDB user
db_pass = Encrypted password of GameDB user

 

You can encrypt password using these programs:

and 

 

Thanks alot @V3ct0r, never knew i had to use an encrypted password.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  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.

Sign in to follow this  

×
×
  • Create New...