BoiseComputer / atlas-server-tools

Install and manage ATLAS game servers using Linux CLI. Allows for management of multiple server grid instances.
https://biteoftech.com/2019/01/22/atlas-linux-server-tools/
MIT License
28 stars 7 forks source link

/home/server/ATLAS/ShooterGame/Binaries/Linux/ShooterGameServer: error while loading shared libraries: libssl.so.1.0.0: #33

Open martijnkootje opened 3 years ago

martijnkootje commented 3 years ago

Hi, I was trying to create a atlas server, All packages are instelled properly,

Here is my log:

2021-02-01 15:55:23: [A1] 2021-02-01 15:55:23: start 2021-02-01 15:55:23: [A1] 2021-02-01 15:55:23: Running /home/server/ATLAS/ShooterGame/Binaries/Linux/ShooterGameServer Ocean\?RCONEnabled=True\?RCONPort=32567\?Port=3045\?QueryPort=27001\?ServerPassword=hoi\?ServerAdminPassword=Koekie123!!\?MaxPlayers=70\?AltSaveDirectoryName=A1\?ServerX=0\?ServerY=0\?MapPlayerLocation=True\?SeamlessIP=212.84.142.25\?culture=en\?listen -NoCrashDialog -log -manualmanagedmods -server 2021-02-01 15:55:23: [A1] /home/server/ATLAS/ShooterGame/Binaries/Linux/ShooterGameServer: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory 2021-02-01 15:55:23: [A1] 2021-02-01 15:55:23: Server PID: 77119 2021-02-01 15:55:28: [A1] 2021-02-01 15:55:28: Bad PID ''; expected '77119' 2021-02-01 15:55:28: [A1] 2021-02-01 15:55:28: exited with status 0

Reinstalled atlas server and the tools as well,

I hope you can help me fix this issue,

Thanks in advance,

Martijn van de Koot

martijnkootje commented 3 years ago

Solved this issue by installing libssl 1.0.0 by hand, after that got a new error:

2021-02-01 23:03:55:23: [A1] /home/server/ATLAS/ShooterGame/Binaries/Linux/ShooterGameServer: error while loading shared libraries: libprotobuf.so.10: cannot open shared object file: No such file or directory fixed that by installing libprotobuf 10 by hand,

now getting an error: [S_API FAIL] SteamAPI_init() failed; SteamAPI_IsSteamRunning() failed.

martijnkootje commented 3 years ago

Fixed this issue too by replacing the steamclient.so file in shootergame/binaries/Linux/ folder for a newer one from steamCMD,

now ended for today with error:

2021-02-02 00:15:46: [A1] Setting breakpad minidump AppID = 834910 2021-02-02 00:17:13: [A1] Signal 11 caught. 2021-02-02 00:17:19: [A1] /usr/local/bin/atlasmanager: line 1219: 21734 Segmentation fault (core dumped) "$atlasserverroot/$atlasserverexec" "$atlasserveropts" "${atlasextraopts[@]}" 2021-02-02 00:17:19: [A1] 2021-02-02 00:17:19: Bad PID ''; expected '21734' 2021-02-02 00:17:19: [A1] 2021-02-02 00:17:19: exited with status 0

martijnkootje commented 3 years ago

Server still crashing, can anyone help me?

rediphone commented 2 years ago

hey mate, i guess you got this working?

earlbalai commented 2 years ago

Any update on this?

DrPine commented 2 years ago

I ended up having these prereqs missing as well so I fixed with the following lines:

sudo apt install -y libssl1.0.0 libssl-dev libidn11 wget http://archive.ubuntu.com/ubuntu/pool/main/p/protobuf/libprotobuf10_3.0.0-9.1ubuntu1_amd64.deb sudo dpkg -i libprotobuf10_3.0.0-9.1ubuntu1_amd64.deb; rm libprotobuf10_3.0.0-9.1ubuntu1_amd64.deb

Now I also land with this error not really sure how to proceed but I'm still trying: cd /home/steam/ATLAS/ShooterGame/Binaries/Linux/

Using binned. 4.5.1-0+UE4 7038 3077 410 10 [S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed. Setting breakpad minidump AppID = 834910 LowLevelFatalError [File:D:\AtlasSVN\Engine\Source\Runtime\Core\Private\Linux\LinuxPlatformProcess.cpp] [Line: 652] FLinuxPlatformProcess::WaitForProc: waitid for pid -1 failed (errno=22, Invalid argument) Signal 11 caught. EngineCrashHandler: Signal=11 ./startA1.sh: line 2: 9570 Segmentation fault (core dumped) ./ShooterGameServer Ocean?ServerX=0?ServerY=0?AltSaveDirectoryName=00?ServerAdminPassword=PasswordHere?MaxPlayers=25?ReservedPlayerSlots=10?QueryPort=57555?Port=5755?SeamlessIP=73.193.10.226 -log -server -NoBattlEye

Is this still being worked on at all?

Pitch1 commented 1 year ago

hello do you find solution for segmentation error ? thx

DrPine commented 1 year ago

At this time I have yet to ever make a working Atlas Server. I tried for days before giving up entirely. I haven't tried again since my last post. It's ridiculous to be honest, the game company should provide working server tools.

You try to host Valheim and boom, up and running as many servers as you need in minutes with very little user knowledge. Just need to know how to forward a port and modify a batch file. Hopefully Ark 2 isn't like this in any way, fingers crossed.

Pitch1 commented 1 year ago

thank for the answer hope too for ark 2 :)

martijnkootje commented 1 year ago

I got my server working by using the traditional way, without atlas server control. Using ther ark wikki

Pitch1 commented 1 year ago

Witch os you use?

martijnkootje commented 1 year ago

I used windows