arkmanager / ark-server-tools

Set of server tools used to manage ARK: Survival Evolved servers on Linux
MIT License
678 stars 143 forks source link

Fresh Install Bad pid error. #1233

Closed fastassonic closed 1 year ago

fastassonic commented 1 year ago

So i just reinstalled ark server tools and for some odd reason it's giving me a bad pid error

steam@ajbox:~$ arkmanager run Running command 'run' for instance 'main' 2022-07-24 21:00:04: start 2022-07-24 21:00:04: Running /home/steam/ARK/ShooterGame/Binaries/Linux/ShooterGameServer TheIsland\?RCONEnabled=True\?RCONPort=32330\?SessionName=ARK\ Server\ Tools\?Port=7778\?QueryPo rt=27015\?ServerPassword\?ServerAdminPassword=keyboardcat\?MaxPlayers=70\?ServerPassword\?listen 2022-07-24 21:00:04: Server PID: 18569 Shutdown handler: initalize. Using binned. 4.5.1-0+UE4 7038 3077 404 10 [S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed. Setting breakpad minidump AppID = 346110 /usr/local/bin/arkmanager: line 998: 18569 Killed "$arkserverroot/$arkserverexec" "$arkserveropts" "${arkextraopts[@]}" 2022-07-24 21:03:42: Bad PID ''; expected '18569' 2022-07-24 21:03:42: exited with status 0

It's using the defaults cfg files and is using the defualt main config

klightspeed commented 1 year ago

Killed suggests that it is running out of memory.

fastassonic commented 1 year ago

I just Upped the vm to roughly 10 gb ram and the same thing is still happening unfortantly.

klightspeed commented 1 year ago

Does the output of dmesg indicate that an Out of Memory error occurred?

fastassonic commented 1 year ago

It does? Thanks for informing me of that command. Give me a minute

fastassonic commented 1 year ago

Ok so somehow my vm thinks it's running on 759680 kB

fastassonic commented 1 year ago

It's now running So I am closing this issue. Thank you for your help