Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
martijnkootje opened this issue Feb 1, 2021 · 12 comments

Comments

@martijnkootje
Copy link

martijnkootje commented Feb 1, 2021

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
Copy link
Author

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
Copy link
Author

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
Copy link
Author

Server still crashing, can anyone help me?

@rediphone
Copy link

hey mate, i guess you got this working?

@earlbalai
Copy link

Any update on this?

@DrPine
Copy link

DrPine commented Feb 23, 2022

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
Copy link

Pitch1 commented Oct 3, 2022

hello do you find solution for segmentation error ?
thx

@DrPine
Copy link

DrPine commented Nov 9, 2022

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
Copy link

Pitch1 commented Nov 15, 2022

thank for the answer hope too for ark 2 :)

@martijnkootje
Copy link
Author

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

@Pitch1
Copy link

Pitch1 commented Nov 15, 2022

Witch os you use?

@martijnkootje
Copy link
Author

I used windows

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants