cdp1337 / ARKSurvivalAscended-Linux

GNU Affero General Public License v3.0
39 stars 7 forks source link

Install succeeds, Service is running but GameThread failed to load gstreamerplugins #10

Closed LMuschelS closed 10 months ago

LMuschelS commented 10 months ago

After installing using the (unmodified) script, systemctl status ark-island returns the following:

root@arkasa01:~# systemctl status ark-island

Oct 31 09:17:44 arkasa01 GameThread[1237]: Failed to load plugin '/home/steam/.local/share/Steam/compatibilitytools.d/GE-Proton8-21/files/lib64/gstreamer-1.0/libgstwebp.so': libwebp.so.6: cannot open shared object file: No such file or> Oct 31 09:17:44 arkasa01 GameThread[1237]: Failed to load plugin '/home/steam/.local/share/Steam/compatibilitytools.d/GE-Proton8-21/files/lib64/gstreamer-1.0/libgstvpx.so': libvpx.so.6: cannot open shared object file: No such file or d> Oct 31 09:17:44 arkasa01 GameThread[1237]: Failed to load plugin '/home/steam/.local/share/Steam/compatibilitytools.d/GE-Proton8-21/files/lib64/gstreamer-1.0/libgstdtls.so': libcrypto.so.1.1: cannot open shared object file: No such fil> Oct 31 09:17:44 arkasa01 GameThread[1237]: Failed to load plugin '/home/steam/.local/share/Steam/compatibilitytools.d/GE-Proton8-21/files/lib64/gstreamer-1.0/libgstflac.so': libFLAC.so.8: cannot open shared object file: No such file or> Oct 31 09:17:44 arkasa01 GameThread[1237]: Failed to load plugin '/home/steam/.local/share/Steam/compatibilitytools.d/GE-Proton8-21/files/lib64/gstreamer-1.0/libgstaes.so': libcrypto.so.1.1: cannot open shared object file: No such file> Oct 31 09:17:44 arkasa01 GameThread[1237]: Failed to load plugin '/home/steam/.local/share/Steam/compatibilitytools.d/GE-Proton8-21/files/lib/gstreamer-1.0/libgstwebp.so': /home/steam/.local/share/Steam/compatibilitytools.d/GE-Proton8-> Oct 31 09:17:44 arkasa01 GameThread[1237]: Failed to load plugin '/home/steam/.local/share/Steam/compatibilitytools.d/GE-Proton8-21/files/lib/gstreamer-1.0/libgstvpx.so': /home/steam/.local/share/Steam/compatibilitytools.d/GE-Proton8-2> Oct 31 09:17:44 arkasa01 GameThread[1237]: Failed to load plugin '/home/steam/.local/share/Steam/compatibilitytools.d/GE-Proton8-21/files/lib/gstreamer-1.0/libgstdtls.so': /home/steam/.local/share/Steam/compatibilitytools.d/GE-Proton8-> Oct 31 09:17:44 arkasa01 GameThread[1237]: Failed to load plugin '/home/steam/.local/share/Steam/compatibilitytools.d/GE-Proton8-21/files/lib/gstreamer-1.0/libgstflac.so': /home/steam/.local/share/Steam/compatibilitytools.d/GE-Proton8-> Oct 31 09:17:44 arkasa01 GameThread[1237]: Failed to load plugin '/home/steam/.local/share/Steam/compatibilitytools.d/GE-Proton8-21/files/lib/gstreamer-1.0/libgstaes.so': /home/steam/.local/share/Steam/compatibilitytools.d/GE-Proton8-2> lines 1-30/30 (END)

My setup: This is a newly created LXC Container using Proxmox CT and the standard Debian 12.2.1 template. The machine got 4 CPU cores (Ryzen 3900) and 16 gb of RAM.

I set up the VM and ran the script. Am I missing something?

LMuschelS commented 10 months ago

already reportet in #5, seemingly no fix available

captainabloc commented 10 months ago

it happens that installing step by step (only using script as a guide) on Debian 11 solves the Environment and missing Proton plugins. 1/ installed Debian 11 + created a steam user 2/ installed steam + steamcmd (using any tutorial available on internet) 3/ went through Proton install (using script related parts)

result: no error in status file.

Prior that, got missing plugins on debian 12, solved 1 by 1 , installing related deb packages from bulleyes repo....

using Proxmox LXC