ptitSeb / box64

Box64 - Linux Userspace x86_64 Emulator with a twist, targeted at ARM64 Linux devices
https://box86.org
MIT License
3.71k stars 263 forks source link

Steamwebhelper is not responding #1761

Open System64fumo opened 3 weeks ago

System64fumo commented 3 weeks ago

Hello, This is.. probably the billion-th time this error has occured and i am no longer able to workaround it so about time i made this issue.

Ever since steam started becoming more of a web based application it became increasingly dificult to get it running on ArchLinux ARM/based distros. I have been able to run steam "perfectly fine" on my ARM devices running arch/armtix however as of late (Unsure which version of box86/box64 broke this) i am unable to launch steam.

I keep getting "Steamwebhelper is not responding" which i have previously used to just workaround by using older steam versions, alas that is also broken now.

Error log:

steam.sh[2112]: Running Steam on artix rolling 64-bit
steam.sh[2112]: STEAM_RUNTIME is enabled by the user
setup.sh[2175]: Steam runtime environment up-to-date!
Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS SHA1 SHA2 PageSize:4096 Running on Cortex-A55 Cortex-A76 with 8 Cores
Will use Hardware counter measured at 24.0 MHz emulating 3.0 GHz
Params database has 88 entries
Box64 with Dynarec v0.3.1 b5105a1 built on Aug 26 2024 19:51:51
BOX64: Detected 48bits at least of address space
Counted 71 Env var
BOX64 LIB PATH: BOX64 BIN PATH: ./:bin/:/home/amir/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/bin/:/home/amir/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/bin/:/home/amir/.local/share/Steam/ubuntu12_32/steam-runtime/usr/bin/:/usr/lib/icecream/libexec/icecc/bin/:/home/amir/.local/bin/:/usr/local/sbin/:/usr/local/bin/:/usr/bin/:/usr/lib/jvm/default/bin/:/usr/bin/site_perl/:/usr/bin/vendor_perl/:/usr/bin/core_perl/:/home/amir/.spicetify/
Looking for /home/amir/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/bin/srt-logger
argv[1]="--exec-fallback"
argv[2]="--filename=console-linux.txt"
argv[3]="-t"
argv[4]="steam"
Rename process to "srt-logger"
Using native(wrapped) libgio-2.0.so.0
Using native(wrapped) libgmodule-2.0.so.0
Using native(wrapped) libglib-2.0.so.0
Using native(wrapped) libgobject-2.0.so.0
Using native(wrapped) libdl.so.2
Using native(wrapped) libpthread.so.0
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux-x86-64.so.2
Using native(wrapped) libutil.so.1
Using native(wrapped) librt.so.1
Using native(wrapped) libbsd.so.0
steam.sh[2112]: Steam client's requirements are satisfied
[2024-08-27 00:34:39] Startup - updater built Jul 16 2024 23:21:18
[2024-08-27 00:34:39] Startup - Steam Client launched with: '/home/amir/.local/share/Steam/ubuntu12_32/steam' '-srt-logger-opened'
ATTENTION: default value of option mesa_glthread overridden by environment.
[2024-08-27 00:34:40] Loading cached metrics from disk (/home/amir/.local/share/Steam/package/steam_client_metrics.bin)
[2024-08-27 00:34:40] Failed to load cached hosts file (File 'update_hosts_cached.vdf' not found), using defaults
[2024-08-27 00:34:40] Using the following download hosts for Public, Realm steamglobal
[2024-08-27 00:34:40] 1. https://cdn.steamstatic.com, /client/, Realm 'steamglobal', weight was 1, source = 'baked in'
[2024-08-27 00:34:40] Verifying installation...
[2024-08-27 00:34:40] Verification complete
UpdateUI: skip show logo
Steam logging initialized: directory: /home/amir/.local/share/Steam/logs

XRRGetOutputInfo Workaround: initialized with override: 0 real: 0x401a0080
XRRGetCrtcInfo Workaround: initialized with override: 0 real: 0x401a0090
ATTENTION: default value of option mesa_glthread overridden by environment.
ATTENTION: default value of option mesa_glthread overridden by environment.
ATTENTION: default value of option mesa_glthread overridden by environment.
CAppInfoCacheReadFromDiskThread took 0 milliseconds to initialize
dbus[2210]: arguments to dbus_message_new_method_call() were incorrect, assertion "path != NULL" failed in file dbus-message.c line 1373.
This is normally a bug in some application using the D-Bus library.

Steam Runtime Launch Service: starting steam-runtime-launcher-service
Steam Runtime Launch Service: steam-runtime-launcher-service is running pid 2290
ATTENTION: default value of option mesa_glthread overridden by environment.
ATTENTION: default value of option mesa_glthread overridden by environment.
bus_name=com.steampowered.PressureVessel.LaunchAlongsideSteam
ATTENTION: default value of option mesa_glthread overridden by environment.
ATTENTION: default value of option mesa_glthread overridden by environment.
Vulkan missing requested extension 'VK_KHR_surface'.
Vulkan missing requested extension 'VK_KHR_xlib_surface'.
BInit - Unable to initialize Vulkan!
Vulkan missing requested extension 'VK_KHR_surface'.
Vulkan missing requested extension 'VK_KHR_xlib_surface'.
BInit - Unable to initialize Vulkan!
src/steamUI/steamuisharedjscontroller.cpp (619) : Failed creating offscreen shared JS context
src/steamUI/steamuisharedjscontroller.cpp (619) : Failed creating offscreen shared JS context

For context i launch steam like so:

export LIBGL_DRIVERS_PATH=/usr/lib/dri:/usr/lib32/dri

export STEAMOS=1
export STEAM_RUNTIME=1
export DBUS_FATAL_WARNINGS=0
/usr/lib/steam/bin_steam.sh

Tested on rk3588 (Orange pi 5 plus) and sdm845 (OnePlus 6T) Both of which are running Armtix linux and are on linux 6.11

System64fumo commented 2 days ago

I assume you're on a systemd distro so sudo systemctl enable --now systemd-binfmt iirc