arkmanager / ark-server-tools

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

LowLevelFatalError, Signal 11 caught #91

Closed JakeDEvans closed 9 years ago

JakeDEvans commented 9 years ago

steam@hostname:~$ cat /var/log/arktools/arkserver.log [S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed. Setting breakpad minidump AppID = 346110 LowLevelFatalError [File:F:\UE4\UnrealEngine\Projects\ShooterGame\Source\ShooterGame\Private\ShooterGameMode.cpp] [Line: 457] Can't load world save file, and can't find a valid backup. Signal 11 caught.

klightspeed commented 9 years ago

Is the ARK server saved arks directory (${arkserverroot}/ShooterGame/Saved/SavedArks) writable by the user running the ARK server?

Is the TheIsland.ark file there valid? If it isn't, is there another recently-created .ark file there you can replace it with?

JakeDEvans commented 9 years ago

it's a fresh install, I don't have an TheIsland.ark file.

FrostByghte commented 9 years ago

From reading around the net, this appears to be an issue with the latest 183 version. If you are running a fresh server or hosting a new local game you are hosed. You need a save file to get things going. Anyone have a saved file available for download? :)

Atriusftw commented 9 years ago

@JakeDEvans As FrostByghte wrote, this was a fuckup from the devs. Have been fixed in minor version 183.1 which is available now. Update your server.

Oh, and yeah - try to pick a better title next time.

JakeDEvans commented 9 years ago

found and uploaded a map manually and seems to be running well, @Atriusftw thanks for your help.