[GH-ISSUE #418] [DST] Server Request #340

Closed
opened 2026-02-27 02:00:57 +03:00 by kerem · 12 comments
Owner
Originally created by @marvinlehmann on GitHub (Jun 12, 2015). Original GitHub issue: https://github.com/GameServerManagers/LinuxGSM/issues/418 Originally assigned to: @dgibbs64 on GitHub. Don't Starve Together: http://store.steampowered.com/app/322330/ Useful links: http://forums.kleientertainment.com/forum/73-dont-starve-together-beta/ http://dont-starve-game.wikia.com/wiki/Guides/Don%E2%80%99t_Starve_Together_Dedicated_Servers
Author
Owner

@dgibbs64 commented on GitHub (Jun 12, 2015):

I can certainly give it a go I would need to read up on the server etc and may take some time as its not an engine I have done before. I also don't own the game so would also need this game donated.

<!-- gh-comment-id:111514868 --> @dgibbs64 commented on GitHub (Jun 12, 2015): I can certainly give it a go I would need to read up on the server etc and may take some time as its not an engine I have done before. I also don't own the game so would also need this game donated.
Author
Owner

@marvinlehmann commented on GitHub (Jun 12, 2015):

Donated! =)

<!-- gh-comment-id:111516667 --> @marvinlehmann commented on GitHub (Jun 12, 2015): Donated! =)
Author
Owner

@dgibbs64 commented on GitHub (Jun 12, 2015):

Thanks :D. I look forward to putting this together

<!-- gh-comment-id:111517056 --> @dgibbs64 commented on GitHub (Jun 12, 2015): Thanks :D. I look forward to putting this together
Author
Owner

@dgibbs64 commented on GitHub (Jun 26, 2015):

./dontstarve_dedicated_server_nullrenderer: error while loading shared libraries: libcurl-gnutls.so.4: cannot open shared object file: No such file or directory

Currently getting this issue while trying to start the server on both Debian and CentOS

<!-- gh-comment-id:115907911 --> @dgibbs64 commented on GitHub (Jun 26, 2015): ./dontstarve_dedicated_server_nullrenderer: error while loading shared libraries: libcurl-gnutls.so.4: cannot open shared object file: No such file or directory Currently getting this issue while trying to start the server on both Debian and CentOS
Author
Owner

@profborkensnoot commented on GitHub (Jun 29, 2015):

As per http://dont-starve-game.wikia.com/wiki/Don%E2%80%99t_Starve_Together_Dedicated_Servers, libcurl4-gnutls-dev:i386 is a pre-req for the server on Debian.

<!-- gh-comment-id:116622531 --> @profborkensnoot commented on GitHub (Jun 29, 2015): As per http://dont-starve-game.wikia.com/wiki/Don%E2%80%99t_Starve_Together_Dedicated_Servers, libcurl4-gnutls-dev:i386 is a pre-req for the server on Debian.
Author
Owner

@dgibbs64 commented on GitHub (Jul 22, 2015):

The server is released but not working in centos and maybe Debian...I cannot remember. either way I cannot resolve the issue until the game developers come up with something. I will keep an eye on this.

<!-- gh-comment-id:123640902 --> @dgibbs64 commented on GitHub (Jul 22, 2015): The server is released but not working in centos and maybe Debian...I cannot remember. either way I cannot resolve the issue until the game developers come up with something. I will keep an eye on this.
Author
Owner

@mlopezv86 commented on GitHub (Dec 11, 2015):

I finally managed to install tmux on CentOS 6.2 and got the following error:

[ FAIL ] Starting dst-server: Unable to start dstserver: Tmux error:

Command

tmux new-session -d -s "dst-server" "./dontstarve_dedicated_server_nullrenderer "

Error

tmux: error while loading shared libraries: libevent-2.0.so.5: cannot open shared object file: No such file or directory

Fix

No known fix currently. Please log an issue.

Then, fixed it by creating the appropriate symlink: ln -s /usr/local/lib/libevent-2.0.so.5 /usr/lib64/libevent-2.0.so.5 (ln -s /usr/local/lib/libevent-2.0.so.5 /usr/lib/libevent-2.0.so.5 for 32-bit systems).

Tried to start again the server and got the following:
[ .... ] Starting dst-server: dstserverno server running on /tmp/tmux-500/default
[ FAIL ] Starting dst-server: Unable to start dstserver

No further info about what is failing or missing...I'm stuck there, but hopefully this post may help...a little.

<!-- gh-comment-id:164063918 --> @mlopezv86 commented on GitHub (Dec 11, 2015): I finally managed to install tmux on CentOS 6.2 and got the following error: [ FAIL ] Starting dst-server: Unable to start dstserver: Tmux error: # Command tmux new-session -d -s "dst-server" "./dontstarve_dedicated_server_nullrenderer " # Error tmux: error while loading shared libraries: libevent-2.0.so.5: cannot open shared object file: No such file or directory # Fix No known fix currently. Please log an issue. Then, fixed it by creating the appropriate symlink: ln -s /usr/local/lib/libevent-2.0.so.5 /usr/lib64/libevent-2.0.so.5 (ln -s /usr/local/lib/libevent-2.0.so.5 /usr/lib/libevent-2.0.so.5 for 32-bit systems). Tried to start again the server and got the following: [ .... ] Starting dst-server: dstserverno server running on /tmp/tmux-500/default [ FAIL ] Starting dst-server: Unable to start dstserver No further info about what is failing or missing...I'm stuck there, but hopefully this post may help...a little.
Author
Owner

@dgibbs64 commented on GitHub (Dec 12, 2015):

I recommend upgrading your distro. However DST didn't work in CentOS the last time I tried and probably still doesn't work. ./dstserver debug may give you a reason why. This issue us up to the developers to fix. So there may be nor info about this on there forums

<!-- gh-comment-id:164129721 --> @dgibbs64 commented on GitHub (Dec 12, 2015): I recommend upgrading your distro. However DST didn't work in CentOS the last time I tried and probably still doesn't work. ./dstserver debug may give you a reason why. This issue us up to the developers to fix. So there may be nor info about this on there forums
Author
Owner

@dgibbs64 commented on GitHub (Jan 2, 2016):

Added glibc fix for dstserver and tested working on debian 7. Testing on CentOS now

<!-- gh-comment-id:168353199 --> @dgibbs64 commented on GitHub (Jan 2, 2016): Added glibc fix for dstserver and tested working on debian 7. Testing on CentOS now
Author
Owner

@dgibbs64 commented on GitHub (Jan 2, 2016):

Recent update to do with Caves. Will need to check this out and make any changes

<!-- gh-comment-id:168356700 --> @dgibbs64 commented on GitHub (Jan 2, 2016): Recent update to do with Caves. Will need to check this out and make any changes
Author
Owner

@dgibbs64 commented on GitHub (Jan 2, 2016):

Closing this now as happy with compatability

<!-- gh-comment-id:168428023 --> @dgibbs64 commented on GitHub (Jan 2, 2016): Closing this now as happy with compatability
Author
Owner

@lock[bot] commented on GitHub (Jul 19, 2018):

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

<!-- gh-comment-id:406332593 --> @lock[bot] commented on GitHub (Jul 19, 2018): This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Sign in to join this conversation.
No labels
Atomic
Epic
cannot reproduce
command: backup
command: console
command: debug
command: details
command: fast-dl
command: install
command: mods
command: monitor
command: post-details
command: restart
command: send
command: start
command: stop
command: update
command: update-lgsm
command: validate
command: wipe
distro: AlmaLinux
distro: Arch Linux
distro: CentOS
distro: Debian
distro: Fedora
distro: RedHat
distro: Rocky Linux
distro: Ubuntu
distro: openSUSE
engine: goldsrc
engine: source
game: 7 Days to Die
game: ARMA 3
game: Ark: Survival Evolved
game: Assetto Corsa
game: Avorion
game: BATTALION: Legacy
game: Barotrauma
game: Battalion 1944
game: Battlefield 1942
game: Black Mesa: Deathmatch
game: Blade Symphony
game: Call of Duty 2
game: Call of Duty 4
game: Call of Duty: United Offensive
game: Counter-Strike 1.6
game: Counter-Strike 2
game: Counter-Strike: Global Offensive
game: Counter-Strike: Source
game: Day of Infamy
game: Dayz
game: Death Match Classic
game: Don't Starve Together
game: ET: Legacy
game: Eco
game: Factorio
game: Factorio
game: Garry's Mod
game: Half-Life
game: Hurtword
game: Insurgecy
game: Insurgecy
game: Insurgency: Sandstorm
game: Just Cause 3
game: Killing Floor
game: Killing Floor 2
game: Left 4 Dead 2
game: Minecraft
game: Minecraft Bedrock
game: Mordhau
game: Multi Theft Auto
game: Mumble
game: Natural Selection 2
game: No More Room in Hell
game: Pavlov VR
game: Post Scriptum
game: Project Zomboid
game: Quake 3
game: QuakeWorld
game: Red Orchestra: Ostfront 41-45
game: Return to Castle Wolfenstein
game: Rising World
game: Rust
game: San Andreas Multiplayer
game: Satisfactory
game: Soldat
game: Soldier of Fortune 2
game: Squad
game: Squad 44
game: Starbound
game: Stationeers
game: Sven Co-op
game: Team Fortress 2
game: Teamspeak 3
game: Teeworlds
game: Terraria
game: The Front
game: Unreal Tournament 2004
game: Unreal Tournament 3
game: Unreal Tournament 99
game: Unturned
game: Valheim
game: Wurm Unlimited
game: Zombie Master Reborn
game: label missing
good first issue
help wanted
info: alerts
info: dependency
info: docker
info: docs
info: email
info: query
info: steamcmd
info: systemd
info: tmux
info: website
info: website
needs more info
outcome: duplicate
outcome: issue resolved
outcome: issue resolved
outcome: issue unresolved
outcome: pr accepted
outcome: pr rejected
outcome: unconfirmed
outcome: wontfix
outcome: wrong forum
potential-duplicate
priority
pull-request
type: bug
type: feature
type: feature
type: feature request
type: game server request
type: refactor
waiting response
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/LinuxGSM#340
No description provided.