Errors during startup on LinuxNot An Issue
Set current directory to /home/***/rust
Found path: /home/***/rust/RustDedicated
Mono path[0] = '/home/***/rust/RustDedicated_Data/Managed'
Mono config path = '/home/***/rust/RustDedicated_Data/MonoBleedingEdge/etc'
Preloaded 'libRakNet.so'
Preloaded 'libRustNative.so'
Preloaded 'libeac_server.so'
Preloaded 'libeasyanticheat.so'
Preloaded 'libsteam_api.so'
Preloaded 'libsteam_api64.so'
Preloaded 'steamclient.so'
Unable to preload the following plugins:
libRenderer.so
libRustNative.so
libRenderer.so
Invalid serialized file version. File: "/home/***/rust/RustDedicated_Data/globalgamemanagers". Expected version: 2019.1.4f1. Actual version: 2019.1.10f1.

(Filename: ./Runtime/Serialize/SerializedFile.cpp Line: 1367)

Unknown error occurred while loading '/home/***/rust/RustDedicated_Data/globalgamemanagers'.

(Filename: ./Runtime/Serialize/SerializedFile.cpp Line: 221)

PlayerInitEngineNoGraphics settings: Failed to load PlayerSettings (internal index #0).

Most likely data file is corrupted, or built with mismatching

editor and platform support versions.
Failed to initialize player
Receiving unhandled NULL exception
#0 0x005612c4f67e1d in (Unknown)
#1 0x005612c4f68c79 in (Unknown)
#2 0x005612c4f68f38 in (Unknown)
#3 0x005612c4f65a75 in (Unknown)
#4 0x005612c4cbf2c1 in (Unknown)
#5 0x005612c4f5041c in (Unknown)
#6 0x005612c4874ef5 in (Unknown)
#7 0x007fba600b33d5 in __libc_start_main
#8 0x005612c48856d3 in (Unknown)
eac_server.so [x64] :: OnLoad()


What can be done to fix it?
ty for helping me out
I'd suggest running the Steam validation with SteamCMD, but what does your start script look like?
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:`dirname $0`/RustDedicated_Data/Plugins/x86_64
./RustDedicated -batchmode -logfile 2>&1
Try:
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:`dirname $0`/RustDedicated_Data/Plugins/x86_64
./RustDedicated -batchmode -nographics -logfile 2>&1​
Locked automatically