shkhln / linuxulator-steam-utils

Steam launcher for FreeBSD
MIT License
125 stars 12 forks source link

Fatal Error: Failed to load steamui.so #128

Closed nxjosephofficial closed 4 months ago

nxjosephofficial commented 4 months ago
# How I installed the project
git clone https://github.com/shkhln/linuxulator-steam-utils
cd linuxulator-steam-utils
doas make dependencies
doas service linux enable
doas service linux start
doas make dependencies
make
doas make install

$ uname -a
FreeBSD desktop.home.lan 14.0-RELEASE-p5 FreeBSD 14.0-RELEASE-p5 #0: Tue Feb 13 23:37:36 UTC 2024     root@amd64-builder.daemonology.net:/usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64

$ /opt/steam-utils/bin/steam
ERROR: ld.so: object 'steamfix.so' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object 'steamfix.so' from LD_PRELOAD cannot be preloaded: ignored.
03/01 23:51:23 Init: Installing breakpad exception handler for appid(steam)/version(1709168962)/tid(60492)
libGL error: pci id for fd 9: 1002:1636, driver (null)
libGL error: No driver found
libGL error: failed to load driver: (null)
libGL error: pci id for fd 9: 1002:1636, driver (null)
pci id for fd 10: 1002:1636, driver (null)
libGL error: failed to create dri screen
libGL error: failed to load driver: radeonsi
[2024-03-01 23:51:23] Startup - updater built Feb 29 2024 00:39:10
[2024-03-01 23:51:23] Startup - Steam Client launched with: '/home/steam/.steam/steam/ubuntu12_32/steam'
/tmp/dumps is not owned by us - delete and recreate
Looks like steam didn't shutdown cleanly, scheduling immediate update check
[2024-03-01 23:51:23] Loading cached metrics from disk (/home/steam/.steam/steam/package/steam_client_metrics.bin)
[2024-03-01 23:51:23] Failed to load cached hosts file (File 'update_hosts_cached.vdf' not found), using defaults
[2024-03-01 23:51:23] Using the following download hosts for Public, Realm steamglobal
[2024-03-01 23:51:23] 1. https://cdn.steamstatic.com, /client/, Realm 'steamglobal', weight was 1, source = 'baked in'
[2024-03-01 23:51:23] Checking for update on startup
[2024-03-01 23:51:23] Checking for available updates...
[2024-03-01 23:51:23] Downloading manifest: https://cdn.steamstatic.com/client/steam_client_ubuntu12
[2024-03-01 23:51:23] Manifest download: send request
[2024-03-01 23:51:23] Manifest download: waiting for download to finish
[2024-03-01 23:51:24] Manifest download: finished
[2024-03-01 23:51:24] Download skipped: /client/steam_client_ubuntu12 version 1709168962, installed version 1709168962, existing pending version 0
[2024-03-01 23:51:24] Nothing to do
[2024-03-01 23:51:24] Verifying installation...
[2024-03-01 23:51:24] Performing checksum verification of executable files
[2024-03-01 23:51:24] Verification complete
UpdateUI: skip show logoFailed to load steamui.so - dlerror(): (null)
libGL error: pci id for fd 10: 1002:1636, driver (null)
libGL error: No driver found
libGL error: failed to load driver: (null)
libGL error: pci id for fd 10: 1002:1636, driver (null)
pci id for fd 11: 1002:1636, driver (null)
libGL error: failed to create dri screen
libGL error: failed to load driver: radeonsi
dlmopen steamui.so failed: libpipewire-0.3.so.0: cannot open shared object file: No such file or directory
[2024-03-01 23:51:27] Shutdown

2024-03-01-235253_1366x768_scrot

shkhln commented 4 months ago

Does the latest commit work for you?

nxjosephofficial commented 4 months ago

Yes, I can confirm that it's fixed now.