arkmanager / ark-server-tools

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

LowLevelFatalError #1274

Closed md-burden closed 4 months ago

md-burden commented 4 months ago

I tried to restart my server to day and now it won't start at all. I keep getting the following error(s).


Invalid BufferCount=0 while reading ../../../ShooterGame/Saved/SavedArks/TheIsland.ark. Pos=0, Size=0, PrecacheSize=2147483647, PrecacheOffset=0
Signal 11 caught.
EngineCrashHandler: Signal=11
/usr/local/bin/arkmanager: line 1314: 49654 Segmentation fault      (core dumped) "$arkserverroot/$arkserverexec" "$arkserveropts" "${arkextraopts[@]}"
2024-05-26 03:39:12: Bad PID ''; expected '49654'
2024-05-26 03:39:12: exited with status 0```

Does this mean that my save is corrupted? 
I tried doing `update --validate` and there are no errors there.
I have deleted and re-installed all mods. 
Not sure what else to do and I am not sure if this is an issue with Ark or I did something wrong with the tool.
md-burden commented 4 months ago

I kept messing with it and found that the world itself was corrupt which is hinted at by the first line of the given error. I found a backup of the map in the save folder, renamed the current TheIsland.ark to TheIsland.ark.crpt and removed the extra stuff from the backup name. Server started right up after this. Sorry for the unnecessary issue post.