Jump to content

Outdated Dedicated Server?


Recommended Posts

I just would like some comfirmation that I'm not doing something wrong and it's just the files in steam that are outdated.

My server version.txt says 184137 but in game says 188821.

For a couple of days I've been trying to update my Linux dedicated server and so far none has come. Is it an issue with my configuration or am I being too impatient and update hasn't been released yet?

Link to comment
https://forums.kleientertainment.com/forums/topic/70034-outdated-dedicated-server/
Share on other sites

According to Game Updates for Don't Starve Together if you opt-in the beta branch of A New World then the last version is 189826 released on 09/09/16, else if you are in the stable branch then I think the last version is 188821 released on 08/26/16.

I'm running stable in both the Linux Dedicated Server and the Linux Client.

[steam@myon ~]$ ./steamcmd.sh +login anonymous +app_update 343050 +exit
Redirecting stderr to '/home/steam/.steam/steam/logs/stderr.txt'
[  0%] Checking for available updates...
[----] Verifying installation...
Steam Console Client (c) Valve Corporation
-- type 'quit' to exit --
Loading Steam API...Created shared memory when not owner SteamController_Shared_mem
OK.
	Connecting anonymously to Steam Public...Logged in OK
Waiting for license info...OK
Success! App '343050' already up to date.

[steam@myon ~]$ cat DSTDS/version.txt
184137
	

Yes, the server is Linux. I've been running that server for a long time and I've gone through many updates. It's just these days that I haven't been able to update it for far too long and I wanted to know if anyone else was experiencing something similar.

I don't think you want the server_log.txt but here it is. I ran it, tried to connect, got version mismatch.

 

server_log.txt

I start the server with SystemD

[steam@myon ~]$ cat /etc/systemd/system/dontstarve-master.service 
[Unit]
Description=Don't Starve Together Server Master Shard
PartOf=dontstarve.target

[Service]
ExecStart=/home/steam/DSTDS/bin/dontstarve_dedicated_server_nullrenderer -cluster Cluster_1 -shard Master
User=steam
Group=steam
WorkingDirectory=/home/steam/DSTDS/bin/

[Install]
WantedBy=multi-user.target

It's run by user steam and it's located in the Steam folder. The DSTDS is a symbolic link. It's been working forever this way.

[steam@myon ~]$ pwd 
/home/steam
[steam@myon ~]$ ls -la DSTDS
lrwxrwxrwx 1 steam steam 62 Jul 14 12:56 DSTDS -> Steam/steamapps/common/Don't Starve Together Dedicated Server/

It's a Fedora 22 running in a vm somewhere in the cloud.

Archived

This topic is now archived and is closed to further replies.

Please be aware that the content of this thread may be outdated and no longer applicable.

×
  • Create New...