[Bug]: Ark Survival Evolved - Unable to specify new default map #4393
Labels
command: console
command: install
command: start
distro: Debian
game: Ark: Survival Evolved
info: tmux
type: bug
Something isn't working
User story
I want to run an Ark Survival Evolved dedicate server running the default map: CrystalIsles
Game
Ark Survival Evolved
Linux distro
Debian 12
Command
command: start
Further information
WIthout changing anything whatsoever from the defaults after installation, when I run
./arkserver start
I get the following error (but the server still starts successfully on the default map):Since the errors don't seem to affect anything, I'm fine with living with them, but I still need to change the map. In "arkserver.cfg" I change the defaultmap to "CrystalIsles". Then I again run "./arkserver start". I again get the errors as before, but for some reason it still loaded "TheIsland" map despite me specifying CrystalIsles in the arkserver.cfg.
Suspecting it to be related to the errors I was getting, I investigate arkserver.cfg and identify a missing close quotes at the end of the serverparameters line.
The original was:
startparameters="${defaultmap}?AltSaveDirectoryName=${altsavedirectoryname}?listen?MultiHome=${ip}?MaxPlayers=${maxplayers}?QueryPort=${queryport}?RCONPort=${rconport}?>
I changed it to:
startparameters="${defaultmap}?AltSaveDirectoryName=${altsavedirectoryname}?listen?MultiHome=${ip}?MaxPlayers=${maxplayers}?QueryPort=${queryport}?RCONPort=${rconport}?>"
When I add the close quote, I no longer get the unexpected EOF errors, but it fails to start entirely and outputs this error:
I'm able to reproduce it consistently on a fresh install.
Relevant log output
No response
Steps to reproduce
Install LinuxGSM
Install arkserver
./arkserver start
You should get the errors, but it'll start in the map "TheIsland" regardless of what you specify in arkserver.cfg. If you attempt to remedy the errors by adding a closequote to end of the startparameters line, you will no long get the original errors but the server will ultimately fail to start.
The text was updated successfully, but these errors were encountered: