Closed srounet closed 8 years ago
Hi,
I just launch an instance with :
docker run -it -p 7779:7779 -p 7779:7779/udp -p 27016:27016 -p 27016:27016/udp -p 32331:32330 -e SESSIONNAME="Docker-Ark - TEST" -e ADMINPASSWORD="pass" -e NBPLAYERS=10 -e SERVERPASSWORD="pass" -e STEAMPORT=7779 -e SERVERPORT=27016 -v /data/arktest:/ark --name arktest turzam/ark
This doesn't work. I have a segfault too. But if I change the SESSIONNAME to "test", it works -_-
So... after more testing... SESSIONNAME='this is a test' : segfault SESSIONNAME='aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa' : it works SESSIONNAME="this is a test" : segfault SESSIONNAME="aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" : it works
In arkmanager.cfg I changed the line ark_SessionName=${SESSIONNAME}
to ark_SessionName="${SESSIONNAME}"
It still doesn't work with SESSIONNAME="this is a test"
Naturally, I also tested with ark_SessionName="this is a test"
... segfault...
And to finish... I tried SESSIONNAME="this is a test"
without the serverMapModId=504122600
and it works.
TL;DR : I don't know why it doesn't work but it's somehow link to the spaces in the session name.
With the same configuration as before, I'm able to launch the serveur with a custom name (this is what makes it segfault).
I commented #ark_SessionName=${SESSIONNAME}
and used the GameUserSettings.ini to change the name and it worked.
As a rule of thumb, I'm not using ark_SessionName
anymore from now.
Hi TuRz4m,
I'm trying to bootstrap a new server and can't get it to start. Here is the arkmanager-user.cfg:
arkserver.log
update.log
The server should run Valhalla map and Aku Shima mod. If you have time, can you confirm that the server either crash or won't start using this configuration ?
I can't figure out what to look, both mods are downloaded correctly (it seems) and Ark is successfully installed. Thank you.