ihadeed / pavlov-vr-server

Docker image to run Pavlov VR Dedicated Server
15 stars 13 forks source link

> error while loading shared libraries: libc++.so.1: cannot open shared object file: No such file or directory #3

Open GregHilston opened 3 years ago

GregHilston commented 3 years ago

Describe the bug

Running Pavlov VR Server ln: failed to create hard link '/home/steam/.steam/sdk64/steamclient.so': File exists ln: failed to create hard link '/home/steam/pavlovserver/Pavlov/Binaries/Linux/steamclient.so': File exists /home/steam/pavlovserver/Pavlov/Binaries/Linux/PavlovServer: error while loading shared libraries: libc++.so.1: cannot open shared object file: No such file or directory

To Reproduce

Run Docker container

Expected behavior

The server starts up

Screenshots

N/A

Desktop (please complete the following information):

Unraid 6.9.2

Smartphone (please complete the following information): N/A

Additional context

ghost commented 2 years ago

Can-confirm. Experiencing the same issue on current version.

jamesbrooks commented 2 years ago

@GregHilston @VixusFoxy rebuilding the image from this repository fixes the problem for me if you wanted to go and do that, otherwise I've pushed the build I just made up onto dockerhub if you just want to use that

https://hub.docker.com/r/jamesbrooks/pavlov-server

GregHilston commented 2 years ago

@jamesbrooks awesome, TY!