PC A20 The setup server is missing (somefile.xml)XML files.

fxbus

New member
Hello, everybody!


The following content is the result of translation by translator。

I used Steamcmd to set up the server and after updating from A19.6 to A20,

7DaysToDieServer.exe  just quit, 

A red font ERR error occurred during the establishment process.

021-12-07T20:53:48 1.053 INF    Graphics API: Direct3D 11.0 [level 11.1] (shader level 5.0)
2021-12-07T20:53:48 1.053 INF Last played version: Alpha 19.6
2021-12-07T20:53:48 1.054 INF Local UTC offset: 8 hours
2021-12-07T20:53:48 1.057 INF Command line arguments: C:\Users\Administrator\Desktop\steamcmd\steamcmd\steamapps\common\7 Days to Die Dedicated Server\7DaysToDieServer.exe
2021-12-07T20:53:48 1.077 ERR ====================================================================================================
2021-12-07T20:53:48 1.077 ERR No server config file loaded ("-configfile=somefile.xml" not given or could not be loaded)
2021-12-07T20:53:48 1.077 ERR ====================================================================================================

2021-12-07T20:53:48 1.077 INF Dedicated server only build

I checked the integrity of the file ten times.

The same error message.

When I finish updating the files on the second server.

The same error message.

Dear friends, have you ever encountered this situation when setting up a server?

How do you deal with that?


 
The server is not seeing your serverconfig.xml or there is an error in it. I rent a server and I had to create a folder named Config and put my serverconfig file in there.

 
I had to add this to startserver.sh to get it to work:'

CONFIGFILE=serverconfig.xml

And I just use the serverconfig.xml in the server root directory. That works for me.

 
Back
Top