Jump to content

YakDaddy

Dedicated server fatal error.

Recommended Posts

I've been working on setting up a dedicated server over the past couple of days. 

I followed the wiki and now when I try to start the server, this is what happens. Link to two screenshots below. 

I've never done something like this before so I'm not sure where to start. 

https://imgur.com/a/eI0AljF

Share this post


Link to post
Share on other sites

You are the only other person with this issue, i have yet to find the cause of this but thewre is almost no documentaion on it whatsoever

Share this post


Link to post
Share on other sites

I'm also experiencing the same. Please share if anyone finds a solution. 

I've tried setting this up on our windoes dedicated as well as my local machine with the exact same error.

Share this post


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

I'm also experiencing the same. Please share if anyone finds a solution. 

I've tried setting this up on our windoes dedicated as well as my local machine with the exact same error.

 

On 11/14/2020 at 12:50 AM, Zynthros said:

You are the only other person with this issue, i have yet to find the cause of this but thewre is almost no documentaion on it whatsoever

 

On 11/12/2020 at 5:21 AM, YakDaddy said:

I've been working on setting up a dedicated server over the past couple of days. 

I followed the wiki and now when I try to start the server, this is what happens. Link to two screenshots below. 

I've never done something like this before so I'm not sure where to start. 

https://imgur.com/a/eI0AljF

Hey,I find the solution to this problem,it's due to the ServerGrid.ServerOnly config,it's lost a database named TradeDB,you can add this database in this file like this

    {
      "Name": "TradeDB",
      "URL": "127.0.0.1",
      "Port": 6379,
      "Password": "foobared"
    }

i try this way and it's work well,hope this can help yours.😄

 

  • Thanks 2

Share this post


Link to post
Share on other sites

Thanks for this. Let me add the Linux server error to the thread so that anyone searching for this can find your fix.

[2020.11.19-03.04.03:022][  0]Log file open, 11/19/20 03:04:03
[2020.11.19-03.04.03:022][  0]ATLAS Version: 514.3 (Rev. 121293)
[2020.11.19-03.04.03:022][  0]PID: 1228
[2020.11.19-03.08.45:569][  0]Primal Game Data Took 276.09 seconds
[2020.11.19-03.09.10:726][  0]SteamSocketsOpenSource: gethostname failed ()
[2020.11.19-03.09.10:726][  0]gethostbyname failed ()
[2020.11.19-03.09.32:410][  0]Network range scales set to: 48 start, 77 end, 0.440000 endscale
[2020.11.19-03.09.34:510][  0]FDatabaseRedisShared::GetOrCreateSubscriberConnection() Failed To find DB connection for TradeDB or it had empty URL

The fix is the same, plus the source at BoiseComputer has been edited so that this should work with a new setup.

Share this post


Link to post
Share on other sites
On 11/15/2020 at 7:23 AM, Hank_Tardas said:

 

 

Hey,I find the solution to this problem,it's due to the ServerGrid.ServerOnly config,it's lost a database named TradeDB,you can add this database in this file like this

    {
      "Name": "TradeDB",
      "URL": "127.0.0.1",
      "Port": 6379,
      "Password": "foobared"
    }

i try this way and it's work well,hope this can help yours.😄

 

Thanks for the help. I will try this as soon as I can. I had almost given up on it lol

Share this post


Link to post
Share on other sites

i got the same problem i have inserted this 

    {
      "Name": "TradeDB",
      "URL": "127.0.0.1",
      "Port": 6379,
      "Password": "foobared"
    }

but i still get the eror

Share this post


Link to post
Share on other sites
On 9/27/2022 at 2:31 AM, lucky2912 said:

i got the same problem i have inserted this 

    {
      "Name": "TradeDB",
      "URL": "127.0.0.1",
      "Port": 6379,
      "Password": "foobared"
    }

but i still get the eror

Probably a real long shot but did you ever figure out the problem, i have tried this and still get the same error

Share this post


Link to post
Share on other sites
On 4/2/2023 at 2:16 AM, Partiesplayin said:

Probably a real long shot but did you ever figure out the problem, i have tried this and still get the same error

no i have no fix

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...