arkmanager / ark-server-tools

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

extinction crash #984

Closed kizariel closed 4 years ago

kizariel commented 5 years ago

Hi i have a small problem with the new DLC, it keep crashing every 4h/8h, it's a 4 map cluster and only extinction is crashing. Is there something i am doing wrong?

2018-11-07 08:02:13: [extinction] Signal 11 caught. 2018-11-07 08:02:17: [extinction] /home/bin/arkmanager : ligne 1101 : 13022 Erreur de segmentation "$arkserverroot/$arkserverexec" "$arkserveropts" "${arkextraopts[@]}" 2018-11-07 08:02:17: [extinction] 2018-11-07 08:02:17: Bad PID ''; expected '13022' 2018-11-07 08:02:17: [extinction] 2018-11-07 08:02:17: exited with status 0 2018-11-07 08:02:17: [extinction] 2018-11-07 08:02:17: restarting server 2018-11-07 08:02:17: [extinction] 2018-11-07 08:02:17: Running /home/extinction/ARK/ShooterGame/Binaries/Linux/ShooterGameServer Extinction\?RCONEnabled=True\?RCONPort=*\?Port=*****\?QueryPort=**\?GameModIds=731604991\,741203089\,670764308\,566887000\,895711211\,924619115\,774413050\?MaxPlayers=50\?ServerAdminPassword=\?listen -NoTransferFromFiltering -servergamelog -servergamelogincludetribelogs -ClusterDirOverride=/home/vigrid/cluster -TribeLogDestroyedEnemyStructures=True -clusterid=**** 2018-11-07 08:02:17: [extinction] 2018-11-07 08:02:17: Server PID: 31603 2018-11-07 08:02:18: [extinction] [S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed. 2018-11-07 08:02:18: [extinction] Setting breakpad minidump AppID = 346110 2018-11-07 08:02:22: [extinction] 2018-11-07 08:02:22: server is up

cschlesselmann commented 5 years ago

Same issue here.

Scratch that, im stupid. I had the map name set to Extinction_P instead of Extinction. Now it works fine.

kizariel commented 5 years ago

Still have the same issue and cant find ant solution :/

waltzie commented 5 years ago

I've found the solution ... you need to update both apps:

steamcmd/steamcmd.sh +login anonymous +force_install_dir /home/steam/ARK2 +app_update 376030 validate +quit steamcmd/steamcmd.sh +login anonymous +force_install_dir /home/steam/ARK2 +app_update 346110 validate +quit

then use the

serverMap="Extinction"

See below if you get TheIsland MAP instead of Extinction one

klightspeed commented 5 years ago

So you're installing the server, then installing the client, and using the client's dedicated server?

waltzie commented 5 years ago

If you get the "TheIsland" instead of "Extinction" it's a MOD issue. Try to reboot to a map other then extinction, let it load then switch to extinction and reboot again If this not fix .. remove mod or change map

cschlesselmann commented 5 years ago

Did you try installing a fresh server without anything? I'd try that and then gradually add things back until you're done or it breaks.

waltzie commented 5 years ago

Yes i try everithing .. but the issue is with "Extinction Core" mod ... Ive not found any solution atm... If someone find a trick to use it .. please share it...