Open imstillfishing opened 1 month ago
Hello there 👋 Thanks for submitting your first issue to the Pi-Apps project! We'll try to get back to you as soon as possible. In the meantime, we encourage you join our Discord server, where you can ask any questions you might have.
Please respond as soon as possible if a Pi-Apps maintainer requests more information from you. Stale issues will be closed after a lengthy period of time with no response.
I have only managed to get this to work after doing a number of workarounds. This is what I found got it to work for me: Installed via Pi-Apps on the latest version of Twister OS (64 bit, with Box86 and 64 already installed). Updated system to latest repos. Download and compile GL4ES (latest OpenGL) with:
git clone https://github.com/ptitSeb/gl4es.git
cd gl4es
mkdir build
cd build
cmake .. -DODROID=1
make -j$(nproc)
sudo make install
Set environment variables:
export LIBGL_FB=1
export LIBGL_ALWAYS_SOFTWARE=1
export MESA_GL_VERSION_OVERRIDE=4.5
export MESA_GLSL_VERSION_OVERRIDE=450
source ~/.bashrc
Run Steam from terminal with: box64 steam -no-cef-sandbox -cef-disable-gpu -small -no-vulkan
After that, all the previously broken Webview windows now load. This is a rather hacky solution, I'm posting it here because it works and perhaps the Pi-Apps devs can find a way to fix it in a future update.
git clone https://github.com/ptitSeb/gl4es.git cd gl4es mkdir build cd build cmake .. -DODROID=1 make -j$(nproc) sudo make install
Set environment variables:
export LIBGL_FB=1 export LIBGL_ALWAYS_SOFTWARE=1 export MESA_GL_VERSION_OVERRIDE=4.5 export MESA_GLSL_VERSION_OVERRIDE=450 source ~/.bashrc
Run Steam from terminal with: `box64 steam -no-cef-sandbox -cef-disable-gpu -small -no-vulkan` After that, all the previously broken Webview windows now load. This is a rather hacky solution, I'm posting it here because it works and perhaps the Pi-Apps devs can find a way to fix it in a future update.
i tried everything u said. i gotten abit further.
LOGS:
l.so.59
Using emulated /home/ventrix/.local/share/Steam/ubuntu12_32/libvideo.so
Using native(wrapped) libGL.so.1
Using native(wrapped) libXtst.so.6
Using emulated /home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/usr/lib/i386-linux-gnu/libpipewire-0.3.so.0
Using native(wrapped) libpulse.so.0
Using native(wrapped) libX11-xcb.so.1
Using emulated /home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/usr/lib/i386-linux-gnu/libxcb-res.so.0
Warning: Weak Symbol _ZGTtnaj not found, cannot apply R_386_JMP_SLOT 0x64752eb4 (0x22000)
Warning: Weak Symbol _ZGTtnaj not found, cannot apply R_386_JMP_SLOT 0x649a9694 (0x38310)
Using emulated /home/ventrix/.local/share/Steam/ubuntu12_32/libvpx.so.6
Using emulated /home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/usr/lib/i386-linux-gnu/libva.so.2
Using emulated /home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/usr/lib/i386-linux-gnu/libvdpau.so.1
Using native(wrapped) libdrm.so.2
Using emulated /home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/lib/i386-linux-gnu/libgcc_s.so.1
Using emulated /home/ventrix/.local/share/Steam/ubuntu12_32/libavformat.so.61
Using emulated /home/ventrix/.local/share/Steam/ubuntu12_32/libswresample.so.5
Using emulated /home/ventrix/.local/share/Steam/ubuntu12_32/libswscale.so.8
Using emulated /home/ventrix/.local/share/Steam/ubuntu12_32/libavfilter.so.10
Error initializing native libbz2.so.1 (last dlerror is libbz2.so.1: wrong ELF class: ELFCLASS64)
Using emulated /home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/lib/i386-linux-gnu/libbz2.so.1.0
Warning: Weak Symbol _ZGTtnaj not found, cannot apply R_386_JMP_SLOT 0x69c43390 (0x1e98f0)
Warning: Weak Symbol _ZGTtnaj not found, cannot apply R_386_JMP_SLOT 0x67cc9050 (0x960d70)
Steam logging initialized: directory: /home/ventrix/.local/share/Steam/logs
Using emulated /home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/usr/lib/i386-linux-gnu/gio/modules/libdconfsettings.so
Using native(wrapped) libdbus-1.so.3
Using native(wrapped) libudev.so.1
Using emulated /home/ventrix/.local/share/Steam/ubuntu12_32/filesystem_stdio.so
Warning: Weak Symbol _ZGTtnaj not found, cannot apply R_386_JMP_SLOT 0x6a3a6614 (0x24c30)
Using emulated /home/ventrix/.local/share/Steam/ubuntu12_32/vgui2_s.so
Using native(wrapped) libopenal.so.1
Using native(wrapped) libSM.so.6
Using native(wrapped) libICE.so.6
Warning: Weak Symbol _ZGTtnaj not found, cannot apply R_386_JMP_SLOT 0x6a50dbf4 (0x60d80)
Using emulated /home/ventrix/.local/share/Steam/ubuntu12_32/chromehtml.so
Warning: Weak Symbol _ZGTtnaj not found, cannot apply R_386_JMP_SLOT 0x6a78d690 (0xd26f0)
XRRGetOutputInfo Workaround: initialized with override: 0 real: 0x400d0020
XRRGetCrtcInfo Workaround: initialized with override: 0 real: 0x400d0010
Using native(wrapped) libXss.so.1
Dynarec for ARMv8, with extension: HALF FAST_MULT EDSP NEON VFPv4 IDIVA PageSize:4096 Running on Cortex-A72 with 4 Cores
Params database has 32 entries
Using default BOX86_LD_LIBRARY_PATH: ./:lib/:lib32/:x86/:i686/
Using default BOX86_PATH: ./:bin/
Counted 84 Env var
Looking for /home/ventrix/.local/share/Steam/ubuntu12_32/steamsysinfo
steam detected
argv[1]="-steamid"
argv[2]="0"
argv[3]="-buildid"
argv[4]="1741737356"
argv[5]="-logdir"
argv[6]="/home/ventrix/.local/share/Steam/logs"
argv[7]="-query"
argv[8]="1"
argv[9]="-out-file"
argv[10]="/tmp/steamchlpdD"
Rename process to "steamsysinfo"
Using native(wrapped) libdl.so.2
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux.so.2
Using native(wrapped) libpthread.so.0
Using native(wrapped) librt.so.1
Using native(wrapped) libbsd.so.0
Using emulated /home/ventrix/.local/share/Steam/ubuntu12_32/libtier0_s.so
Using emulated /home/ventrix/.local/share/Steam/ubuntu12_32/libvstdlib_s.so
Using native(wrapped) libm.so.6
Using emulated /home/ventrix/.local/share/Steam/ubuntu12_32/crashhandler.so
Warning: Weak Symbol _ZGTtnaj not found, cannot apply R_386_JMP_SLOT 0x60499ae4 (0x2d5d0)
03/12 18:38:53 minidumps folder is set to /tmp/dumps
03/12 18:38:53 Init: Installing breakpad exception handler for appid(steamsysinfo)/version(1741737356)/tid(2354)
Running query: 1 - GpuTopology
Using native(wrapped) libvulkan.so.1
CVulkanTopology: failed create vulkan instance: -9
CVulkanTopology: failed to create vulkan instanceFailed to query vulkan gpu topology
Failed to query vulkan gpu topology
Response:
Exit code: -2
Using native(wrapped) libXss.so.1
Dynarec for ARM64, with extension: ASIMD CRC32
Running on Cortex-A72 with 4 cores, pagesize: 4096
Will use hardware counter measured at 54.0 MHz emulating 3.4 GHz
Didn't detect 48bits of address space, considering it's 39bits
BOX64 will force the used of emulated libs for libmpg123.so.0
Counted 84 Env var
Library search path:
Binary search path: ./:bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/usr/bin/:/usr/local/sbin/:/usr/local/bin/:/usr/sbin/:/usr/bin/:/sbin/:/bin/:/usr/local/games/:/usr/games/:/snap/bin/
Looking for /home/ventrix/.steam/root/ubuntu12_32/steam-runtime/usr/libexec/steam-runtime-tools-0/srt-logger
BOX64ENV: Variables overridden via env and/or RC file:
BOX64_EMULATED_LIBS=libmpg123.so.0
BOX64_LOG=1
BOX64_TRACE_FILE=stderr
argv[1]="--mkfifo"
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
Error loading needed lib libunity.so.9
Warning: Cannot dlopen("libunity.so.9"/0x6a40b270, 1)
Dynarec for ARM64, with extension: ASIMD CRC32
Running on Cortex-A72 with 4 cores, pagesize: 4096
Will use hardware counter measured at 54.0 MHz emulating 3.4 GHz
Didn't detect 48bits of address space, considering it's 39bits
BOX64 will force the used of emulated libs for libmpg123.so.0
Counted 83 Env var
Library search path:
Binary search path: ./:bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/usr/bin/:/usr/local/sbin/:/usr/local/bin/:/usr/sbin/:/usr/bin/:/sbin/:/bin/:/usr/local/games/:/usr/games/:/snap/bin/
Looking for /home/ventrix/.steam/root/ubuntu12_32/steam-runtime/usr/libexec/steam-runtime-tools-0/srt-logger
BOX64ENV: Variables overridden via env and/or RC file:
BOX64_EMULATED_LIBS=libmpg123.so.0
BOX64_LOG=1
BOX64_TRACE_FILE=stderr
argv[1]="--background"
argv[2]="--sh-syntax"
argv[3]="--filename=webhelper-linux.txt"
argv[4]="--identifier=steamwebhelper"
argv[5]="--parse-level-prefix"
argv[6]="--journal-level=info"
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
Warning, partially unimplemented call to dladdr1 with RTLD_DL_LINKMAP flags for current process
Warning: Unsupported libc Syscall 0x1B4 (436)
Dynarec for ARM64, with extension: ASIMD CRC32
Running on Cortex-A72 with 4 cores, pagesize: 4096
Will use hardware counter measured at 54.0 MHz emulating 3.4 GHz
Didn't detect 48bits of address space, considering it's 39bits
BOX64 will force the used of emulated libs for libmpg123.so.0
Counted 83 Env var
Library search path:
Binary search path: ./:bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/usr/bin/:/usr/local/sbin/:/usr/local/bin/:/usr/sbin/:/usr/bin/:/sbin/:/bin/:/usr/local/games/:/usr/games/:/snap/bin/
Looking for /home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/usr/libexec/steam-runtime-tools-0/srt-logger
BOX64ENV: Variables overridden via env and/or RC file:
BOX64_EMULATED_LIBS=libmpg123.so.0
BOX64_LOG=1
BOX64_TRACE_FILE=stderr
argv[1]="--sh-syntax"
argv[2]="--rotate=8388608"
argv[3]="--log-directory"
argv[4]="/home/ventrix/.steam/steam/logs"
argv[5]="--filename"
argv[6]="webhelper-linux.txt"
argv[7]="--log-fd=6"
argv[8]="--terminal-fd=5"
argv[9]="--parse-level-prefix"
argv[10]="--journal-level=info"
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
steamwebhelper.sh[2363]: Using supervisor /home/ventrix/.steam/root/ubuntu12_32/steam-runtime/amd64/usr/bin/steam-runtime-supervisor
steamwebhelper.sh[2363]: Starting steamwebhelper under bootstrap sniper steam runtime via /home/ventrix/.local/share/Steam/ubuntu12_64/steam-runtime-sniper.sh
Dynarec for ARM64, with extension: ASIMD CRC32
Running on Cortex-A72 with 4 cores, pagesize: 4096
Will use hardware counter measured at 54.0 MHz emulating 3.4 GHz
Didn't detect 48bits of address space, considering it's 39bits
BOX64 will force the used of emulated libs for libmpg123.so.0
Counted 88 Env var
Library search path:
Binary search path: ./:bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/usr/bin/:/usr/local/sbin/:/usr/local/bin/:/usr/sbin/:/usr/bin/:/sbin/:/bin/:/usr/local/games/:/usr/games/:/snap/bin/
Looking for /home/ventrix/.steam/root/ubuntu12_32/steam-runtime/amd64/usr/bin/steam-runtime-supervisor
BOX64ENV: Variables overridden via env and/or RC file:
BOX64_EMULATED_LIBS=libmpg123.so.0
BOX64_LOG=1
BOX64_TRACE_FILE=stderr
argv[1]="--lock-exclusive"
argv[2]="--exit-with-parent"
argv[3]="--subreaper"
argv[4]="--terminate-idle-timeout=1"
argv[5]="--terminate-timeout=5"
argv[6]="--lock-create"
argv[7]="--lock-verbose"
argv[8]="--lock-wait"
argv[9]="--lock-file"
argv[10]="/home/ventrix/.local/share/Steam/ubuntu12_64/steam-runtime-sniper.lock"
argv[11]="--"
argv[12]="/home/ventrix/.local/share/Steam/ubuntu12_64/steam-runtime-sniper.sh"
argv[13]="--unpack-dir=/home/ventrix/.local/share/Steam/ubuntu12_64"
argv[14]="--runtime=steam-runtime-sniper"
argv[15]="--"
Rename process to "steam-runtime-supervisor"
Using native(wrapped) libglib-2.0.so.0
Using native(wrapped) libgobject-2.0.so.0
Using native(wrapped) libgio-2.0.so.0
Using native(wrapped) libgmodule-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
steamwebhelper.sh[2363]: CEF sandbox already disabled
steamwebhelper.sh[2363]: Starting steamwebhelper with Sniper steam runtime at /home/ventrix/.local/share/Steam/ubuntu12_64/steam-runtime-sniper/_v2-entry-point
Dynarec for ARM64, with extension: ASIMD CRC32
Running on Cortex-A72 with 4 cores, pagesize: 4096
Will use hardware counter measured at 54.0 MHz emulating 3.4 GHz
Didn't detect 48bits of address space, considering it's 39bits
BOX64 will force the used of emulated libs for libmpg123.so.0
Counted 87 Env var
Library search path:
Binary search path: ./:bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/usr/bin/:/usr/local/sbin/:/usr/local/bin/:/usr/sbin/:/usr/bin/:/sbin/:/bin/:/usr/local/games/:/usr/games/:/snap/bin/
Looking for /home/ventrix/.steam/root/ubuntu12_32/steam-runtime/amd64/usr/bin/steam-runtime-supervisor
BOX64ENV: Variables overridden via env and/or RC file:
BOX64_EMULATED_LIBS=libmpg123.so.0
BOX64_LOG=1
BOX64_TRACE_FILE=stderr
argv[1]="--exit-with-parent"
argv[2]="--subreaper"
argv[3]="--terminate-idle-timeout=1"
argv[4]="--terminate-timeout=5"
argv[5]="--lock-create"
argv[6]="--lock-verbose"
argv[7]="--lock-wait"
argv[8]="--lock-file"
argv[9]="/home/ventrix/.local/share/Steam/ubuntu12_64/steam-runtime-sniper.lock"
argv[10]="--"
argv[11]="/home/ventrix/.local/share/Steam/ubuntu12_64/steam-runtime-sniper/_v2-entry-point"
argv[12]="--"
argv[13]="/home/ventrix/.local/share/Steam/ubuntu12_64/steamwebhelper_sniper_wrap.sh"
argv[14]="-nocrashdialog"
argv[15]="-lang=en_US"
argv[16]="-cachedir=/home/ventrix/.local/share/Steam/config/htmlcache"
argv[17]="-steampid=2338"
argv[18]="-buildid=1741737356"
argv[19]="-steamid=0"
argv[20]="-logdir=/home/ventrix/.local/share/Steam/logs"
argv[21]="-uimode=7"
argv[22]="-startcount=0"
argv[23]="-steamuniverse=Public"
argv[24]="-realm=Global"
argv[25]="-clientui=/home/ventrix/.local/share/Steam/clientui"
argv[26]="-steampath=/home/ventrix/.local/share/Steam/ubuntu12_32/steam"
argv[27]="-launcher=0"
argv[28]="-no-restart-on-ui-mode-change"
argv[29]="--valve-initial-threadpool-size=12"
argv[30]="--valve-enable-site-isolation"
argv[31]="--enable-smooth-scrolling"
argv[32]="--disable-gpu-compositing"
argv[33]="--disable-gpu"
argv[34]="--no-sandbox"
argv[35]="--password-store=basic"
argv[36]="--log-file=/home/ventrix/.local/share/Steam/logs/cef_log.txt"
argv[37]="--disable-quick-menu"
argv[38]="--disable-features=SpareRendererForSitePerProcess,DcheckIsFatal,ValveFFmpegAllowLowDelayHEVC"
Rename process to "steam-runtime-supervisor"
Using native(wrapped) libglib-2.0.so.0
Using native(wrapped) libgobject-2.0.so.0
Using native(wrapped) libgio-2.0.so.0
Using native(wrapped) libgmodule-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
Dynarec for ARM64, with extension: ASIMD CRC32
Running on Cortex-A72 with 4 cores, pagesize: 4096
Will use hardware counter measured at 54.0 MHz emulating 3.4 GHz
pressure-vessel-wrap detected
Using emulated /home/ventrix/.local/share/Steam/ubuntu12_32/steamservice.so
Warning: Weak Symbol _ZGTtnaj not found, cannot apply R_386_JMP_SLOT 0x6ace6cd0 (0x187220)
Using emulated /home/ventrix/.local/share/Steam/ubuntu12_32/steamclient.so
Using emulated /home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/usr/lib/i386-linux-gnu/libnm.so.0
Using native(wrapped) libgnutls.so.30
Using native(wrapped) libuuid.so.1
Using emulated /home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/usr/lib/i386-linux-gnu/libgudev-1.0.so.0
Warning: Global Symbol ZSTD_trace_decompress_begin not found, cannot apply R_386_GLOB_DAT @0x6d5067f8 ((nil)) in /home/ventrix/.local/share/Steam/ubuntu12_32/steamclient.so
Warning: Global Symbol ZSTD_trace_decompress_end not found, cannot apply R_386_GLOB_DAT @0x6d5067f4 ((nil)) in /home/ventrix/.local/share/Steam/ubuntu12_32/steamclient.so
Warning: Global Symbol ZSTD_trace_compress_begin not found, cannot apply R_386_GLOB_DAT @0x6d5067ec ((nil)) in /home/ventrix/.local/share/Steam/ubuntu12_32/steamclient.so
Warning: Global Symbol ZSTD_trace_compress_end not found, cannot apply R_386_GLOB_DAT @0x6d5067f0 ((nil)) in /home/ventrix/.local/share/Steam/ubuntu12_32/steamclient.so
Warning: Weak Symbol _ZGTtnaj not found, cannot apply R_386_JMP_SLOT 0x6d45c190 (0xbffd00)
dbus[2338]: arguments to dbus_message_new_method_call() were incorrect, assertion "path != NULL" failed in file ../../../dbus/dbus-message.c line 1373.
This is normally a bug in some application using the D-Bus library.
Didn't detect 48bits of address space, considering it's 39bits
Dynarec for ARM64, with extension: ASIMD CRC32
Running on Cortex-A72 with 4 cores, pagesize: 4096
Will use hardware counter measured at 54.0 MHz emulating 3.4 GHz
Didn't detect 48bits of address space, considering it's 39bits
BOX64 will force the used of emulated libs for libmpg123.so.0
Counted 86 Env var
Library search path:
Binary search path: ./:bin/:/usr/local/sbin/:/usr/local/bin/:/usr/sbin/:/usr/bin/:/sbin/:/bin/:/usr/local/games/:/usr/games/:/snap/bin/
Looking for /home/ventrix/.local/share/Steam/ubuntu12_64/steam-runtime-sniper/pressure-vessel/bin/steam-runtime-launcher-interface-0
BOX64ENV: Variables overridden via env and/or RC file:
BOX64_EMULATED_LIBS=libmpg123.so.0
BOX64_LOG=1
BOX64_TRACE_FILE=stderr
argv[1]="container-runtime"
argv[2]="/home/ventrix/.local/share/Steam/ubuntu12_64/steamwebhelper_sniper_wrap.sh"
argv[3]="-nocrashdialog"
argv[4]="-lang=en_US"
argv[5]="-cachedir=/home/ventrix/.local/share/Steam/config/htmlcache"
argv[6]="-steampid=2338"
argv[7]="-buildid=1741737356"
argv[8]="-steamid=0"
argv[9]="-logdir=/home/ventrix/.local/share/Steam/logs"
argv[10]="-uimode=7"
argv[11]="-startcount=0"
argv[12]="-steamuniverse=Public"
argv[13]="-realm=Global"
argv[14]="-clientui=/home/ventrix/.local/share/Steam/clientui"
argv[15]="-steampath=/home/ventrix/.local/share/Steam/ubuntu12_32/steam"
argv[16]="-launcher=0"
argv[17]="-no-restart-on-ui-mode-change"
argv[18]="--valve-initial-threadpool-size=12"
argv[19]="--valve-enable-site-isolation"
argv[20]="--enable-smooth-scrolling"
argv[21]="--disable-gpu-compositing"
argv[22]="--disable-gpu"
argv[23]="--no-sandbox"
argv[24]="--password-store=basic"
argv[25]="--log-file=/home/ventrix/.local/share/Steam/logs/cef_log.txt"
argv[26]="--disable-quick-menu"
argv[27]="--disable-features=SpareRendererForSitePerProcess,DcheckIsFatal,ValveFFmpegAllowLowDelayHEVC"
Rename process to "steam-runtime-launcher-interface-0"
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux-x86-64.so.2
Using native(wrapped) libpthread.so.0
Using native(wrapped) libdl.so.2
Using native(wrapped) libutil.so.1
Using native(wrapped) librt.so.1
Using native(wrapped) libbsd.so.0
Dynarec for ARM64, with extension: ASIMD CRC32
Running on Cortex-A72 with 4 cores, pagesize: 4096
Will use hardware counter measured at 54.0 MHz emulating 3.4 GHz
Didn't detect 48bits of address space, considering it's 39bits
BOX64 will force the used of emulated libs for libmpg123.so.0
Counted 86 Env var
Library search path:
Binary search path: ./:bin/:/usr/local/sbin/:/usr/local/bin/:/usr/sbin/:/usr/bin/:/sbin/:/bin/:/usr/local/games/:/usr/games/:/snap/bin/
Looking for /usr/local/bin/box64-bash
Bash detected, disabling banner
Steam Runtime Launch Service: starting steam-runtime-launcher-service
Steam Runtime Launch Service: steam-runtime-launcher-service is running pid 2422
Dynarec for ARM64, with extension: ASIMD CRC32
Running on Cortex-A72 with 4 cores, pagesize: 4096
Will use hardware counter measured at 54.0 MHz emulating 3.4 GHz
Didn't detect 48bits of address space, considering it's 39bits
BOX64 will force the used of emulated libs for libmpg123.so.0
Counted 84 Env var
Library search path:
Binary search path: ./:bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/usr/bin/:/usr/local/sbin/:/usr/local/bin/:/usr/sbin/:/usr/bin/:/sbin/:/bin/:/usr/local/games/:/usr/games/:/snap/bin/
Looking for /home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/bin/steam-runtime-launcher-service
exec ./steamwebhelper -nocrashdialog -lang=en_US -cachedir=/home/ventrix/.local/share/Steam/config/htmlcache -steampid=2338 -buildid=1741737356 -steamid=0 -logdir=/home/ventrix/.local/share/Steam/logs -uimode=7 -startcount=0 -steamuniverse=Public -realm=Global -clientui=/home/ventrix/.local/share/Steam/clientui -steampath=/home/ventrix/.local/share/Steam/ubuntu12_32/steam -launcher=0 -no-restart-on-ui-mode-change --valve-initial-threadpool-size=12 --valve-enable-site-isolation --enable-smooth-scrolling --disable-gpu-compositing --disable-gpu --no-sandbox --password-store=basic --log-file=/home/ventrix/.local/share/Steam/logs/cef_log.txt --disable-quick-menu --disable-features=SpareRendererForSitePerProcess,DcheckIsFatal,ValveFFmpegAllowLowDelayHEVC
Dynarec for ARM64, with extension: ASIMD CRC32
Running on Cortex-A72 with 4 cores, pagesize: 4096
Will use hardware counter measured at 54.0 MHz emulating 3.4 GHz
Didn't detect 48bits of address space, considering it's 39bits
BOX64 will force the used of emulated libs for libmpg123.so.0
Counted 96 Env var
Library search path:
Binary search path: ./:bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/usr/bin/:/usr/local/sbin/:/usr/local/bin/:/usr/sbin/:/usr/bin/:/sbin/:/bin/:/usr/local/games/:/usr/games/:/snap/bin/
Looking for /home/ventrix/.local/share/Steam/ubuntu12_32/../ubuntu12_64/gldriverquery
BOX64ENV: Variables overridden via env and/or RC file:
BOX64_EMULATED_LIBS=libmpg123.so.0
BOX64_LOG=1
BOX64_TRACE_FILE=stderr
Rename process to "gldriverquery"
Using native(wrapped) libSDL2-2.0.so.0
Using native(wrapped) libdl.so.2
Using native(wrapped) libm.so.6
Using native(wrapped) librt.so.1
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) libbsd.so.0
Using native(wrapped) libXss.so.1
Using native(wrapped) libGL.so.1
Using emulated /home/ventrix/.local/share/Steam/ubuntu12_32/libopenvr_api.so
Warning: Weak Symbol _ZGTtnaj not found, cannot apply R_386_JMP_SLOT 0x6d7632b0 (0xac66)
Warning: Weak Symbol _ZGTtdlPv not found, cannot apply R_386_JMP_SLOT 0x6d7632d4 (0xacf6)
Using emulated /home/ventrix/.local/share/Steam/ubuntu12_32/libaudio.so
Warning: Weak Symbol _ZGTtnaj not found, cannot apply R_386_JMP_SLOT 0x6d7edd24 (0x29400)
Steam Runtime Launch Service: steam-runtime-launcher-service pid 2422 exited
Steam Runtime Launch Service: starting steam-runtime-launcher-service
Steam Runtime Launch Service: steam-runtime-launcher-service is running pid 2506
Dynarec for ARM64, with extension: ASIMD CRC32
Running on Cortex-A72 with 4 cores, pagesize: 4096
Will use hardware counter measured at 54.0 MHz emulating 3.4 GHz
Didn't detect 48bits of address space, considering it's 39bits
BOX64 will force the used of emulated libs for libmpg123.so.0
Counted 84 Env var
Library search path:
Binary search path: ./:bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/usr/bin/:/usr/local/sbin/:/usr/local/bin/:/usr/sbin/:/usr/bin/:/sbin/:/bin/:/usr/local/games/:/usr/games/:/snap/bin/
Looking for /home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/bin/steam-runtime-launcher-service
Dynarec for ARM64, with extension: ASIMD CRC32
Running on Cortex-A72 with 4 cores, pagesize: 4096
Will use hardware counter measured at 54.0 MHz emulating 3.4 GHz
Didn't detect 48bits of address space, considering it's 39bits
BOX64 will force the used of emulated libs for libmpg123.so.0
Counted 96 Env var
Library search path:
Binary search path: ./:bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/usr/bin/:/usr/local/sbin/:/usr/local/bin/:/usr/sbin/:/usr/bin/:/sbin/:/bin/:/usr/local/games/:/usr/games/:/snap/bin/
Looking for /home/ventrix/.local/share/Steam/ubuntu12_32/../ubuntu12_64/vulkandriverquery
BOX64ENV: Variables overridden via env and/or RC file:
BOX64_EMULATED_LIBS=libmpg123.so.0
BOX64_LOG=1
BOX64_TRACE_FILE=stderr
Rename process to "vulkandriverquery"
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
Using native(wrapped) libvulkan.so.1
Steam Runtime Launch Service: steam-runtime-launcher-service pid 2506 exited
Vulkan missing requested extension 'VK_KHR_surface'.
Vulkan missing requested extension 'VK_KHR_xlib_surface'.
BInit - Unable to initialize Vulkan!
Steam Runtime Launch Service: starting steam-runtime-launcher-service
Steam Runtime Launch Service: steam-runtime-launcher-service is running pid 2539
Dynarec for ARM64, with extension: ASIMD CRC32
Running on Cortex-A72 with 4 cores, pagesize: 4096
Will use hardware counter measured at 54.0 MHz emulating 3.4 GHz
Didn't detect 48bits of address space, considering it's 39bits
BOX64 will force the used of emulated libs for libmpg123.so.0
Counted 84 Env var
Library search path:
Binary search path: ./:bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/usr/bin/:/usr/local/sbin/:/usr/local/bin/:/usr/sbin/:/usr/bin/:/sbin/:/bin/:/usr/local/games/:/usr/games/:/snap/bin/
Looking for /home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/bin/steam-runtime-launcher-service
Steam Runtime Launch Service: steam-runtime-launcher-service pid 2539 exited
Steam Runtime Launch Service: starting steam-runtime-launcher-service
Steam Runtime Launch Service: steam-runtime-launcher-service is running pid 2557
Dynarec for ARM64, with extension: ASIMD CRC32
Running on Cortex-A72 with 4 cores, pagesize: 4096
Will use hardware counter measured at 54.0 MHz emulating 3.4 GHz
Didn't detect 48bits of address space, considering it's 39bits
BOX64 will force the used of emulated libs for libmpg123.so.0
Counted 84 Env var
Library search path:
Binary search path: ./:bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/usr/bin/:/usr/local/sbin/:/usr/local/bin/:/usr/sbin/:/usr/bin/:/sbin/:/bin/:/usr/local/games/:/usr/games/:/snap/bin/
Looking for /home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/bin/steam-runtime-launcher-service
Steam Runtime Launch Service: steam-runtime-launcher-service pid 2557 exited
Steam Runtime Launch Service: steam-runtime-launcher-service keeps crashing on startup, disabling
Using emulated /home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/usr/lib/i386-linux-gnu/gtk-2.0/2.10.0/engines/libpixmap.so
Error loading needed lib libunity.so.9
Warning: Cannot dlopen("libunity.so.9"/0x66a22045, 1)
Using native(wrapped) libXss.so.1
Using emulated /home/ventrix/.local/share/Steam/ubuntu12_32/friendsui.so
Warning: Weak Symbol _ZGTtnaj not found, cannot apply R_386_JMP_SLOT 0x6dd381d0 (0x1edb10)
Using native(wrapped) libXss.so.1
Desktop state changed: desktop: { pos: 0, 0 size: 1280, 720 } primary: { pos: 0, 0 size: 1280, 720 }
Caching cursor image for , size 19x28, serial 2, cache size = 0
Dynarec for ARM64, with extension: ASIMD CRC32
Running on Cortex-A72 with 4 cores, pagesize: 4096
Will use hardware counter measured at 54.0 MHz emulating 3.4 GHz
Didn't detect 48bits of address space, considering it's 39bits
BOX64 will force the used of emulated libs for libmpg123.so.0
Counted 84 Env var
Library search path:
Binary search path: ./:bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/usr/bin/:/usr/local/sbin/:/usr/local/bin/:/usr/sbin/:/usr/bin/:/sbin/:/bin/:/usr/local/games/:/usr/games/:/snap/bin/
Looking for /home/ventrix/.steam/root/ubuntu12_32/steam-runtime/usr/libexec/steam-runtime-tools-0/srt-logger
BOX64ENV: Variables overridden via env and/or RC file:
BOX64_EMULATED_LIBS=libmpg123.so.0
BOX64_LOG=1
BOX64_TRACE_FILE=stderr
argv[1]="--mkfifo"
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
Dynarec for ARM64, with extension: ASIMD CRC32
Running on Cortex-A72 with 4 cores, pagesize: 4096
Will use hardware counter measured at 54.0 MHz emulating 3.4 GHz
Didn't detect 48bits of address space, considering it's 39bits
BOX64 will force the used of emulated libs for libmpg123.so.0
Counted 83 Env var
Library search path:
Binary search path: ./:bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/usr/bin/:/usr/local/sbin/:/usr/local/bin/:/usr/sbin/:/usr/bin/:/sbin/:/bin/:/usr/local/games/:/usr/games/:/snap/bin/
Looking for /home/ventrix/.steam/root/ubuntu12_32/steam-runtime/usr/libexec/steam-runtime-tools-0/srt-logger
BOX64ENV: Variables overridden via env and/or RC file:
BOX64_EMULATED_LIBS=libmpg123.so.0
BOX64_LOG=1
BOX64_TRACE_FILE=stderr
argv[1]="--background"
argv[2]="--sh-syntax"
argv[3]="--filename=webhelper-linux.txt"
argv[4]="--identifier=steamwebhelper"
argv[5]="--parse-level-prefix"
argv[6]="--journal-level=info"
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
Warning, partially unimplemented call to dladdr1 with RTLD_DL_LINKMAP flags for current process
Warning: Unsupported libc Syscall 0x1B4 (436)
Dynarec for ARM64, with extension: ASIMD CRC32
Running on Cortex-A72 with 4 cores, pagesize: 4096
Will use hardware counter measured at 54.0 MHz emulating 3.4 GHz
Didn't detect 48bits of address space, considering it's 39bits
BOX64 will force the used of emulated libs for libmpg123.so.0
Counted 83 Env var
Library search path:
Binary search path: ./:bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/usr/bin/:/usr/local/sbin/:/usr/local/bin/:/usr/sbin/:/usr/bin/:/sbin/:/bin/:/usr/local/games/:/usr/games/:/snap/bin/
Looking for /home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/usr/libexec/steam-runtime-tools-0/srt-logger
BOX64ENV: Variables overridden via env and/or RC file:
BOX64_EMULATED_LIBS=libmpg123.so.0
BOX64_LOG=1
BOX64_TRACE_FILE=stderr
argv[1]="--sh-syntax"
argv[2]="--rotate=8388608"
argv[3]="--log-directory"
argv[4]="/home/ventrix/.steam/steam/logs"
argv[5]="--filename"
argv[6]="webhelper-linux.txt"
argv[7]="--log-fd=6"
argv[8]="--terminal-fd=5"
argv[9]="--parse-level-prefix"
argv[10]="--journal-level=info"
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
steamwebhelper.sh[2638]: Using supervisor /home/ventrix/.steam/root/ubuntu12_32/steam-runtime/amd64/usr/bin/steam-runtime-supervisor
steamwebhelper.sh[2638]: Starting steamwebhelper under bootstrap sniper steam runtime via /home/ventrix/.local/share/Steam/ubuntu12_64/steam-runtime-sniper.sh
Dynarec for ARM64, with extension: ASIMD CRC32
Running on Cortex-A72 with 4 cores, pagesize: 4096
Will use hardware counter measured at 54.0 MHz emulating 3.4 GHz
Didn't detect 48bits of address space, considering it's 39bits
BOX64 will force the used of emulated libs for libmpg123.so.0
Counted 88 Env var
Library search path:
Binary search path: ./:bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/usr/bin/:/usr/local/sbin/:/usr/local/bin/:/usr/sbin/:/usr/bin/:/sbin/:/bin/:/usr/local/games/:/usr/games/:/snap/bin/
Looking for /home/ventrix/.steam/root/ubuntu12_32/steam-runtime/amd64/usr/bin/steam-runtime-supervisor
BOX64ENV: Variables overridden via env and/or RC file:
BOX64_EMULATED_LIBS=libmpg123.so.0
BOX64_LOG=1
BOX64_TRACE_FILE=stderr
argv[1]="--lock-exclusive"
argv[2]="--exit-with-parent"
argv[3]="--subreaper"
argv[4]="--terminate-idle-timeout=1"
argv[5]="--terminate-timeout=5"
argv[6]="--lock-create"
argv[7]="--lock-verbose"
argv[8]="--lock-wait"
argv[9]="--lock-file"
argv[10]="/home/ventrix/.local/share/Steam/ubuntu12_64/steam-runtime-sniper.lock"
argv[11]="--"
argv[12]="/home/ventrix/.local/share/Steam/ubuntu12_64/steam-runtime-sniper.sh"
argv[13]="--unpack-dir=/home/ventrix/.local/share/Steam/ubuntu12_64"
argv[14]="--runtime=steam-runtime-sniper"
argv[15]="--"
Rename process to "steam-runtime-supervisor"
Using native(wrapped) libglib-2.0.so.0
Using native(wrapped) libgobject-2.0.so.0
Using native(wrapped) libgio-2.0.so.0
Using native(wrapped) libgmodule-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
steamwebhelper.sh[2638]: CEF sandbox already disabled
steamwebhelper.sh[2638]: Starting steamwebhelper with Sniper steam runtime at /home/ventrix/.local/share/Steam/ubuntu12_64/steam-runtime-sniper/_v2-entry-point
Dynarec for ARM64, with extension: ASIMD CRC32
Running on Cortex-A72 with 4 cores, pagesize: 4096
Will use hardware counter measured at 54.0 MHz emulating 3.4 GHz
Didn't detect 48bits of address space, considering it's 39bits
BOX64 will force the used of emulated libs for libmpg123.so.0
Counted 87 Env var
Library search path:
Binary search path: ./:bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/usr/bin/:/usr/local/sbin/:/usr/local/bin/:/usr/sbin/:/usr/bin/:/sbin/:/bin/:/usr/local/games/:/usr/games/:/snap/bin/
Looking for /home/ventrix/.steam/root/ubuntu12_32/steam-runtime/amd64/usr/bin/steam-runtime-supervisor
BOX64ENV: Variables overridden via env and/or RC file:
BOX64_EMULATED_LIBS=libmpg123.so.0
BOX64_LOG=1
BOX64_TRACE_FILE=stderr
argv[1]="--exit-with-parent"
argv[2]="--subreaper"
argv[3]="--terminate-idle-timeout=1"
argv[4]="--terminate-timeout=5"
argv[5]="--lock-create"
argv[6]="--lock-verbose"
argv[7]="--lock-wait"
argv[8]="--lock-file"
argv[9]="/home/ventrix/.local/share/Steam/ubuntu12_64/steam-runtime-sniper.lock"
argv[10]="--"
argv[11]="/home/ventrix/.local/share/Steam/ubuntu12_64/steam-runtime-sniper/_v2-entry-point"
argv[12]="--"
argv[13]="/home/ventrix/.local/share/Steam/ubuntu12_64/steamwebhelper_sniper_wrap.sh"
argv[14]="-nocrashdialog"
argv[15]="-lang=en_US"
argv[16]="-cachedir=/home/ventrix/.local/share/Steam/config/htmlcache"
argv[17]="-steampid=2338"
argv[18]="-buildid=1741737356"
argv[19]="-steamid=76561199834324449"
argv[20]="-logdir=/home/ventrix/.local/share/Steam/logs"
argv[21]="-uimode=7"
argv[22]="-startcount=1"
argv[23]="-steamuniverse=Public"
argv[24]="-realm=Global"
argv[25]="-clientui=/home/ventrix/.local/share/Steam/clientui"
argv[26]="-steampath=/home/ventrix/.local/share/Steam/ubuntu12_32/steam"
argv[27]="-launcher=0"
argv[28]="-no-restart-on-ui-mode-change"
argv[29]="--valve-initial-threadpool-size=12"
argv[30]="--valve-enable-site-isolation"
argv[31]="--enable-smooth-scrolling"
argv[32]="--disable-gpu-compositing"
argv[33]="--disable-gpu"
argv[34]="--no-sandbox"
argv[35]="--password-store=basic"
argv[36]="--log-file=/home/ventrix/.local/share/Steam/logs/cef_log.txt"
argv[37]="--disable-quick-menu"
argv[38]="--disable-features=SpareRendererForSitePerProcess,DcheckIsFatal,ValveFFmpegAllowLowDelayHEVC"
Rename process to "steam-runtime-supervisor"
Using native(wrapped) libglib-2.0.so.0
Using native(wrapped) libgobject-2.0.so.0
Using native(wrapped) libgio-2.0.so.0
Using native(wrapped) libgmodule-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
Dynarec for ARM64, with extension: ASIMD CRC32
Running on Cortex-A72 with 4 cores, pagesize: 4096
Will use hardware counter measured at 54.0 MHz emulating 3.4 GHz
pressure-vessel-wrap detected
Didn't detect 48bits of address space, considering it's 39bits
Dynarec for ARM64, with extension: ASIMD CRC32
Running on Cortex-A72 with 4 cores, pagesize: 4096
Will use hardware counter measured at 54.0 MHz emulating 3.4 GHz
Didn't detect 48bits of address space, considering it's 39bits
BOX64 will force the used of emulated libs for libmpg123.so.0
Counted 86 Env var
Library search path:
Binary search path: ./:bin/:/usr/local/sbin/:/usr/local/bin/:/usr/sbin/:/usr/bin/:/sbin/:/bin/:/usr/local/games/:/usr/games/:/snap/bin/
Looking for /home/ventrix/.local/share/Steam/ubuntu12_64/steam-runtime-sniper/pressure-vessel/bin/steam-runtime-launcher-interface-0
BOX64ENV: Variables overridden via env and/or RC file:
BOX64_EMULATED_LIBS=libmpg123.so.0
BOX64_LOG=1
BOX64_TRACE_FILE=stderr
argv[1]="container-runtime"
argv[2]="/home/ventrix/.local/share/Steam/ubuntu12_64/steamwebhelper_sniper_wrap.sh"
argv[3]="-nocrashdialog"
argv[4]="-lang=en_US"
argv[5]="-cachedir=/home/ventrix/.local/share/Steam/config/htmlcache"
argv[6]="-steampid=2338"
argv[7]="-buildid=1741737356"
argv[8]="-steamid=76561199834324449"
argv[9]="-logdir=/home/ventrix/.local/share/Steam/logs"
argv[10]="-uimode=7"
argv[11]="-startcount=1"
argv[12]="-steamuniverse=Public"
argv[13]="-realm=Global"
argv[14]="-clientui=/home/ventrix/.local/share/Steam/clientui"
argv[15]="-steampath=/home/ventrix/.local/share/Steam/ubuntu12_32/steam"
argv[16]="-launcher=0"
argv[17]="-no-restart-on-ui-mode-change"
argv[18]="--valve-initial-threadpool-size=12"
argv[19]="--valve-enable-site-isolation"
argv[20]="--enable-smooth-scrolling"
argv[21]="--disable-gpu-compositing"
argv[22]="--disable-gpu"
argv[23]="--no-sandbox"
argv[24]="--password-store=basic"
argv[25]="--log-file=/home/ventrix/.local/share/Steam/logs/cef_log.txt"
argv[26]="--disable-quick-menu"
argv[27]="--disable-features=SpareRendererForSitePerProcess,DcheckIsFatal,ValveFFmpegAllowLowDelayHEVC"
Rename process to "steam-runtime-launcher-interface-0"
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux-x86-64.so.2
Using native(wrapped) libpthread.so.0
Using native(wrapped) libdl.so.2
Using native(wrapped) libutil.so.1
Using native(wrapped) librt.so.1
Using native(wrapped) libbsd.so.0
Dynarec for ARM64, with extension: ASIMD CRC32
Running on Cortex-A72 with 4 cores, pagesize: 4096
Will use hardware counter measured at 54.0 MHz emulating 3.4 GHz
Didn't detect 48bits of address space, considering it's 39bits
BOX64 will force the used of emulated libs for libmpg123.so.0
Counted 86 Env var
Library search path:
Binary search path: ./:bin/:/usr/local/sbin/:/usr/local/bin/:/usr/sbin/:/usr/bin/:/sbin/:/bin/:/usr/local/games/:/usr/games/:/snap/bin/
Looking for /usr/local/bin/box64-bash
Bash detected, disabling banner
exec ./steamwebhelper -nocrashdialog -lang=en_US -cachedir=/home/ventrix/.local/share/Steam/config/htmlcache -steampid=2338 -buildid=1741737356 -steamid=76561199834324449 -logdir=/home/ventrix/.local/share/Steam/logs -uimode=7 -startcount=1 -steamuniverse=Public -realm=Global -clientui=/home/ventrix/.local/share/Steam/clientui -steampath=/home/ventrix/.local/share/Steam/ubuntu12_32/steam -launcher=0 -no-restart-on-ui-mode-change --valve-initial-threadpool-size=12 --valve-enable-site-isolation --enable-smooth-scrolling --disable-gpu-compositing --disable-gpu --no-sandbox --password-store=basic --log-file=/home/ventrix/.local/share/Steam/logs/cef_log.txt --disable-quick-menu --disable-features=SpareRendererForSitePerProcess,DcheckIsFatal,ValveFFmpegAllowLowDelayHEVC
(steam:2338): GdkPixbuf-WARNING **: 18:39:44.767: Bug! loader 'png' didn't set an error on failure
(steam:2338): GdkPixbuf-WARNING **: 18:39:44.781: Bug! loader 'png' didn't set an error on failure
(steam:2338): GdkPixbuf-WARNING **: 18:39:44.824: Bug! loader 'png' didn't set an error on failure
[2025-03-12 18:40:57] Background update loop checking for update. . .
[2025-03-12 18:40:57] Checking for available updates...
[----] Checking for available updates...
[2025-03-12 18:40:57] Downloading manifest: https://client-update.fastly.steamstatic.com/steam_client_ubuntu12
[2025-03-12 18:40:57] Manifest download: send request
[2025-03-12 18:40:57] Manifest download: waiting for download to finish
[2025-03-12 18:40:58] Manifest download: finished
[2025-03-12 18:40:58] Download skipped by HTTP 304 Not Modified
[2025-03-12 18:40:58] Nothing to do
still stuck on the loading screen.
It looks like it just updated - perhaps try restarting the Pi then open steam again using the same command line I mentioned - That happened to me when it updated, it wouldn't open until I rebooted. Other than that, I literally had no luck at all until I tried it in the new version of Twister OS. Some part of Box86 / Box64 wasn't installing properly through Pi-Apps, so TwisterOS cut out that part of the install process, just had to sudo update.
If all that fails, I did use ChatGPT to troubleshoot and get mine working. Maybe you'll have luck with that too.
On Thu, Mar 13, 2025 at 12:14 PM imstillfishing @.***> wrote:
git clone https://github.com/ptitSeb/gl4es.git cd gl4es mkdir build cd build cmake .. -DODROID=1 make -j$(nproc) sudo make install
Set environment variables:
export LIBGL_FB=1 export LIBGL_ALWAYS_SOFTWARE=1 export MESA_GL_VERSION_OVERRIDE=4.5 export MESA_GLSL_VERSION_OVERRIDE=450 source ~/.bashrc
Run Steam from terminal with:
box64 steam -no-cef-sandbox -cef-disable-gpu -small -no-vulkan
After that, all the previously broken Webview windows now load. This is a rather hacky solution, I'm posting it here because it works and perhaps the Pi-Apps devs can find a way to fix it in a future update.
i tried everything u said. i gotten abit further.
LOGS: l.so.59 Using emulated /home/ventrix/.local/share/Steam/ubuntu12_32/libvideo.so Using native(wrapped) libGL.so.1 Using native(wrapped) libXtst.so.6 Using emulated /home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/usr/lib/i386-linux-gnu/libpipewire-0.3.so.0 Using native(wrapped) libpulse.so.0 Using native(wrapped) libX11-xcb.so.1 Using emulated /home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/usr/lib/i386-linux-gnu/libxcb-res.so.0 Warning: Weak Symbol _ZGTtnaj not found, cannot apply R_386_JMP_SLOT 0x64752eb4 (0x22000) Warning: Weak Symbol _ZGTtnaj not found, cannot apply R_386_JMP_SLOT 0x649a9694 (0x38310) Using emulated /home/ventrix/.local/share/Steam/ubuntu12_32/libvpx.so.6 Using emulated /home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/usr/lib/i386-linux-gnu/libva.so.2 Using emulated /home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/usr/lib/i386-linux-gnu/libvdpau.so.1 Using native(wrapped) libdrm.so.2 Using emulated /home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/lib/i386-linux-gnu/libgcc_s.so.1 Using emulated /home/ventrix/.local/share/Steam/ubuntu12_32/libavformat.so.61 Using emulated /home/ventrix/.local/share/Steam/ubuntu12_32/libswresample.so.5 Using emulated /home/ventrix/.local/share/Steam/ubuntu12_32/libswscale.so.8 Using emulated /home/ventrix/.local/share/Steam/ubuntu12_32/libavfilter.so.10 Error initializing native libbz2.so.1 (last dlerror is libbz2.so.1: wrong ELF class: ELFCLASS64) Using emulated /home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/lib/i386-linux-gnu/libbz2.so.1.0 Warning: Weak Symbol _ZGTtnaj not found, cannot apply R_386_JMP_SLOT 0x69c43390 (0x1e98f0) Warning: Weak Symbol _ZGTtnaj not found, cannot apply R_386_JMP_SLOT 0x67cc9050 (0x960d70)
Steam logging initialized: directory: /home/ventrix/.local/share/Steam/logs
Using emulated /home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/usr/lib/i386-linux-gnu/gio/modules/libdconfsettings.so Using native(wrapped) libdbus-1.so.3 Using native(wrapped) libudev.so.1 Using emulated /home/ventrix/.local/share/Steam/ubuntu12_32/filesystem_stdio.so Warning: Weak Symbol _ZGTtnaj not found, cannot apply R_386_JMP_SLOT 0x6a3a6614 (0x24c30) Using emulated /home/ventrix/.local/share/Steam/ubuntu12_32/vgui2_s.so Using native(wrapped) libopenal.so.1 Using native(wrapped) libSM.so.6 Using native(wrapped) libICE.so.6 Warning: Weak Symbol _ZGTtnaj not found, cannot apply R_386_JMP_SLOT 0x6a50dbf4 (0x60d80) Using emulated /home/ventrix/.local/share/Steam/ubuntu12_32/chromehtml.so Warning: Weak Symbol _ZGTtnaj not found, cannot apply R_386_JMP_SLOT 0x6a78d690 (0xd26f0) XRRGetOutputInfo Workaround: initialized with override: 0 real: 0x400d0020 XRRGetCrtcInfo Workaround: initialized with override: 0 real: 0x400d0010 Using native(wrapped) libXss.so.1 Dynarec for ARMv8, with extension: HALF FAST_MULT EDSP NEON VFPv4 IDIVA PageSize:4096 Running on Cortex-A72 with 4 Cores Params database has 32 entries Using default BOX86_LD_LIBRARY_PATH: ./:lib/:lib32/:x86/:i686/ Using default BOX86_PATH: ./:bin/ Counted 84 Env var Looking for /home/ventrix/.local/share/Steam/ubuntu12_32/steamsysinfo steam detected argv[1]="-steamid" argv[2]="0" argv[3]="-buildid" argv[4]="1741737356" argv[5]="-logdir" argv[6]="/home/ventrix/.local/share/Steam/logs" argv[7]="-query" argv[8]="1" argv[9]="-out-file" argv[10]="/tmp/steamchlpdD" Rename process to "steamsysinfo" Using native(wrapped) libdl.so.2 Using native(wrapped) libc.so.6 Using native(wrapped) ld-linux.so.2 Using native(wrapped) libpthread.so.0 Using native(wrapped) librt.so.1 Using native(wrapped) libbsd.so.0 Using emulated /home/ventrix/.local/share/Steam/ubuntu12_32/libtier0_s.so Using emulated /home/ventrix/.local/share/Steam/ubuntu12_32/libvstdlib_s.so Using native(wrapped) libm.so.6 Using emulated /home/ventrix/.local/share/Steam/ubuntu12_32/crashhandler.so Warning: Weak Symbol _ZGTtnaj not found, cannot apply R_386_JMP_SLOT 0x60499ae4 (0x2d5d0) 03/12 18:38:53 minidumps folder is set to /tmp/dumps 03/12 18:38:53 Init: Installing breakpad exception handler for appid(steamsysinfo)/version(1741737356)/tid(2354) Running query: 1 - GpuTopology Using native(wrapped) libvulkan.so.1 CVulkanTopology: failed create vulkan instance: -9 CVulkanTopology: failed to create vulkan instanceFailed to query vulkan gpu topology
Failed to query vulkan gpu topology Response: Exit code: -2 Using native(wrapped) libXss.so.1 Dynarec for ARM64, with extension: ASIMD CRC32 Running on Cortex-A72 with 4 cores, pagesize: 4096 Will use hardware counter measured at 54.0 MHz emulating 3.4 GHz Didn't detect 48bits of address space, considering it's 39bits BOX64 will force the used of emulated libs for libmpg123.so.0 Counted 84 Env var Library search path: Binary search path: ./:bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/usr/bin/:/usr/local/sbin/:/usr/local/bin/:/usr/sbin/:/usr/bin/:/sbin/:/bin/:/usr/local/games/:/usr/games/:/snap/bin/ Looking for /home/ventrix/.steam/root/ubuntu12_32/steam-runtime/usr/libexec/steam-runtime-tools-0/srt-logger BOX64ENV: Variables overridden via env and/or RC file: BOX64_EMULATED_LIBS=libmpg123.so.0 BOX64_LOG=1 BOX64_TRACE_FILE=stderr argv[1]="--mkfifo" 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 Error loading needed lib libunity.so.9 Warning: Cannot dlopen("libunity.so.9"/0x6a40b270, 1) Dynarec for ARM64, with extension: ASIMD CRC32 Running on Cortex-A72 with 4 cores, pagesize: 4096 Will use hardware counter measured at 54.0 MHz emulating 3.4 GHz Didn't detect 48bits of address space, considering it's 39bits BOX64 will force the used of emulated libs for libmpg123.so.0 Counted 83 Env var Library search path: Binary search path: ./:bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/usr/bin/:/usr/local/sbin/:/usr/local/bin/:/usr/sbin/:/usr/bin/:/sbin/:/bin/:/usr/local/games/:/usr/games/:/snap/bin/ Looking for /home/ventrix/.steam/root/ubuntu12_32/steam-runtime/usr/libexec/steam-runtime-tools-0/srt-logger BOX64ENV: Variables overridden via env and/or RC file: BOX64_EMULATED_LIBS=libmpg123.so.0 BOX64_LOG=1 BOX64_TRACE_FILE=stderr argv[1]="--background" argv[2]="--sh-syntax" argv[3]="--filename=webhelper-linux.txt" argv[4]="--identifier=steamwebhelper" argv[5]="--parse-level-prefix" argv[6]="--journal-level=info" 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 Warning, partially unimplemented call to dladdr1 with RTLD_DL_LINKMAP flags for current process Warning: Unsupported libc Syscall 0x1B4 (436) Dynarec for ARM64, with extension: ASIMD CRC32 Running on Cortex-A72 with 4 cores, pagesize: 4096 Will use hardware counter measured at 54.0 MHz emulating 3.4 GHz Didn't detect 48bits of address space, considering it's 39bits BOX64 will force the used of emulated libs for libmpg123.so.0 Counted 83 Env var Library search path: Binary search path: ./:bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/usr/bin/:/usr/local/sbin/:/usr/local/bin/:/usr/sbin/:/usr/bin/:/sbin/:/bin/:/usr/local/games/:/usr/games/:/snap/bin/ Looking for /home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/usr/libexec/steam-runtime-tools-0/srt-logger BOX64ENV: Variables overridden via env and/or RC file: BOX64_EMULATED_LIBS=libmpg123.so.0 BOX64_LOG=1 BOX64_TRACE_FILE=stderr argv[1]="--sh-syntax" argv[2]="--rotate=8388608" argv[3]="--log-directory" argv[4]="/home/ventrix/.steam/steam/logs" argv[5]="--filename" argv[6]="webhelper-linux.txt" argv[7]="--log-fd=6" argv[8]="--terminal-fd=5" argv[9]="--parse-level-prefix" argv[10]="--journal-level=info" 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 steamwebhelper.sh[2363]: Using supervisor /home/ventrix/.steam/root/ubuntu12_32/steam-runtime/amd64/usr/bin/steam-runtime-supervisor steamwebhelper.sh[2363]: Starting steamwebhelper under bootstrap sniper steam runtime via /home/ventrix/.local/share/Steam/ubuntu12_64/steam-runtime-sniper.sh Dynarec for ARM64, with extension: ASIMD CRC32 Running on Cortex-A72 with 4 cores, pagesize: 4096 Will use hardware counter measured at 54.0 MHz emulating 3.4 GHz Didn't detect 48bits of address space, considering it's 39bits BOX64 will force the used of emulated libs for libmpg123.so.0 Counted 88 Env var Library search path: Binary search path: ./:bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/usr/bin/:/usr/local/sbin/:/usr/local/bin/:/usr/sbin/:/usr/bin/:/sbin/:/bin/:/usr/local/games/:/usr/games/:/snap/bin/ Looking for /home/ventrix/.steam/root/ubuntu12_32/steam-runtime/amd64/usr/bin/steam-runtime-supervisor BOX64ENV: Variables overridden via env and/or RC file: BOX64_EMULATED_LIBS=libmpg123.so.0 BOX64_LOG=1 BOX64_TRACE_FILE=stderr argv[1]="--lock-exclusive" argv[2]="--exit-with-parent" argv[3]="--subreaper" argv[4]="--terminate-idle-timeout=1" argv[5]="--terminate-timeout=5" argv[6]="--lock-create" argv[7]="--lock-verbose" argv[8]="--lock-wait" argv[9]="--lock-file"
argv[10]="/home/ventrix/.local/share/Steam/ubuntu12_64/steam-runtime-sniper.lock" argv[11]="--"
argv[12]="/home/ventrix/.local/share/Steam/ubuntu12_64/steam-runtime-sniper.sh" argv[13]="--unpack-dir=/home/ventrix/.local/share/Steam/ubuntu12_64" argv[14]="--runtime=steam-runtime-sniper" argv[15]="--" Rename process to "steam-runtime-supervisor" Using native(wrapped) libglib-2.0.so.0 Using native(wrapped) libgobject-2.0.so.0 Using native(wrapped) libgio-2.0.so.0 Using native(wrapped) libgmodule-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 steamwebhelper.sh[2363]: CEF sandbox already disabled steamwebhelper.sh[2363]: Starting steamwebhelper with Sniper steam runtime at /home/ventrix/.local/share/Steam/ubuntu12_64/steam-runtime-sniper/_v2-entry-point Dynarec for ARM64, with extension: ASIMD CRC32 Running on Cortex-A72 with 4 cores, pagesize: 4096 Will use hardware counter measured at 54.0 MHz emulating 3.4 GHz Didn't detect 48bits of address space, considering it's 39bits BOX64 will force the used of emulated libs for libmpg123.so.0 Counted 87 Env var Library search path: Binary search path: ./:bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/usr/bin/:/usr/local/sbin/:/usr/local/bin/:/usr/sbin/:/usr/bin/:/sbin/:/bin/:/usr/local/games/:/usr/games/:/snap/bin/ Looking for /home/ventrix/.steam/root/ubuntu12_32/steam-runtime/amd64/usr/bin/steam-runtime-supervisor BOX64ENV: Variables overridden via env and/or RC file: BOX64_EMULATED_LIBS=libmpg123.so.0 BOX64_LOG=1 BOX64_TRACE_FILE=stderr argv[1]="--exit-with-parent" argv[2]="--subreaper" argv[3]="--terminate-idle-timeout=1" argv[4]="--terminate-timeout=5" argv[5]="--lock-create" argv[6]="--lock-verbose" argv[7]="--lock-wait" argv[8]="--lock-file"
argv[9]="/home/ventrix/.local/share/Steam/ubuntu12_64/steam-runtime-sniper.lock" argv[10]="--"
argv[11]="/home/ventrix/.local/share/Steam/ubuntu12_64/steam-runtime-sniper/_v2-entry-point" argv[12]="--"
argv[13]="/home/ventrix/.local/share/Steam/ubuntu12_64/steamwebhelper_sniper_wrap.sh" argv[14]="-nocrashdialog" argv[15]="-lang=en_US" argv[16]="-cachedir=/home/ventrix/.local/share/Steam/config/htmlcache" argv[17]="-steampid=2338" argv[18]="-buildid=1741737356" argv[19]="-steamid=0" argv[20]="-logdir=/home/ventrix/.local/share/Steam/logs" argv[21]="-uimode=7" argv[22]="-startcount=0" argv[23]="-steamuniverse=Public" argv[24]="-realm=Global" argv[25]="-clientui=/home/ventrix/.local/share/Steam/clientui" argv[26]="-steampath=/home/ventrix/.local/share/Steam/ubuntu12_32/steam" argv[27]="-launcher=0" argv[28]="-no-restart-on-ui-mode-change" argv[29]="--valve-initial-threadpool-size=12" argv[30]="--valve-enable-site-isolation" argv[31]="--enable-smooth-scrolling" argv[32]="--disable-gpu-compositing" argv[33]="--disable-gpu" argv[34]="--no-sandbox" argv[35]="--password-store=basic" argv[36]="--log-file=/home/ventrix/.local/share/Steam/logs/cef_log.txt" argv[37]="--disable-quick-menu"
argv[38]="--disable-features=SpareRendererForSitePerProcess,DcheckIsFatal,ValveFFmpegAllowLowDelayHEVC" Rename process to "steam-runtime-supervisor" Using native(wrapped) libglib-2.0.so.0 Using native(wrapped) libgobject-2.0.so.0 Using native(wrapped) libgio-2.0.so.0 Using native(wrapped) libgmodule-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 Dynarec for ARM64, with extension: ASIMD CRC32 Running on Cortex-A72 with 4 cores, pagesize: 4096 Will use hardware counter measured at 54.0 MHz emulating 3.4 GHz pressure-vessel-wrap detected Using emulated /home/ventrix/.local/share/Steam/ubuntu12_32/steamservice.so Warning: Weak Symbol _ZGTtnaj not found, cannot apply R_386_JMP_SLOT 0x6ace6cd0 (0x187220) Using emulated /home/ventrix/.local/share/Steam/ubuntu12_32/steamclient.so Using emulated /home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/usr/lib/i386-linux-gnu/libnm.so.0 Using native(wrapped) libgnutls.so.30 Using native(wrapped) libuuid.so.1 Using emulated /home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/usr/lib/i386-linux-gnu/libgudev-1.0.so.0 Warning: Global Symbol ZSTD_trace_decompress_begin not found, cannot apply R_386_GLOB_DAT @0x6d5067f8 ((nil)) in /home/ventrix/.local/share/Steam/ubuntu12_32/steamclient.so Warning: Global Symbol ZSTD_trace_decompress_end not found, cannot apply R_386_GLOB_DAT @0x6d5067f4 ((nil)) in /home/ventrix/.local/share/Steam/ubuntu12_32/steamclient.so Warning: Global Symbol ZSTD_trace_compress_begin not found, cannot apply R_386_GLOB_DAT @0x6d5067ec ((nil)) in /home/ventrix/.local/share/Steam/ubuntu12_32/steamclient.so Warning: Global Symbol ZSTD_trace_compress_end not found, cannot apply R_386_GLOB_DAT @0x6d5067f0 ((nil)) in /home/ventrix/.local/share/Steam/ubuntu12_32/steamclient.so Warning: Weak Symbol _ZGTtnaj not found, cannot apply R_386_JMP_SLOT 0x6d45c190 (0xbffd00) dbus[2338]: arguments to dbus_message_new_method_call() were incorrect, assertion "path != NULL" failed in file ../../../dbus/dbus-message.c line 1373. This is normally a bug in some application using the D-Bus library.
Didn't detect 48bits of address space, considering it's 39bits Dynarec for ARM64, with extension: ASIMD CRC32 Running on Cortex-A72 with 4 cores, pagesize: 4096 Will use hardware counter measured at 54.0 MHz emulating 3.4 GHz Didn't detect 48bits of address space, considering it's 39bits BOX64 will force the used of emulated libs for libmpg123.so.0 Counted 86 Env var Library search path: Binary search path: ./:bin/:/usr/local/sbin/:/usr/local/bin/:/usr/sbin/:/usr/bin/:/sbin/:/bin/:/usr/local/games/:/usr/games/:/snap/bin/ Looking for /home/ventrix/.local/share/Steam/ubuntu12_64/steam-runtime-sniper/pressure-vessel/bin/steam-runtime-launcher-interface-0 BOX64ENV: Variables overridden via env and/or RC file: BOX64_EMULATED_LIBS=libmpg123.so.0 BOX64_LOG=1 BOX64_TRACE_FILE=stderr argv[1]="container-runtime"
argv[2]="/home/ventrix/.local/share/Steam/ubuntu12_64/steamwebhelper_sniper_wrap.sh" argv[3]="-nocrashdialog" argv[4]="-lang=en_US" argv[5]="-cachedir=/home/ventrix/.local/share/Steam/config/htmlcache" argv[6]="-steampid=2338" argv[7]="-buildid=1741737356" argv[8]="-steamid=0" argv[9]="-logdir=/home/ventrix/.local/share/Steam/logs" argv[10]="-uimode=7" argv[11]="-startcount=0" argv[12]="-steamuniverse=Public" argv[13]="-realm=Global" argv[14]="-clientui=/home/ventrix/.local/share/Steam/clientui" argv[15]="-steampath=/home/ventrix/.local/share/Steam/ubuntu12_32/steam" argv[16]="-launcher=0" argv[17]="-no-restart-on-ui-mode-change" argv[18]="--valve-initial-threadpool-size=12" argv[19]="--valve-enable-site-isolation" argv[20]="--enable-smooth-scrolling" argv[21]="--disable-gpu-compositing" argv[22]="--disable-gpu" argv[23]="--no-sandbox" argv[24]="--password-store=basic" argv[25]="--log-file=/home/ventrix/.local/share/Steam/logs/cef_log.txt" argv[26]="--disable-quick-menu"
argv[27]="--disable-features=SpareRendererForSitePerProcess,DcheckIsFatal,ValveFFmpegAllowLowDelayHEVC" Rename process to "steam-runtime-launcher-interface-0" Using native(wrapped) libc.so.6 Using native(wrapped) ld-linux-x86-64.so.2 Using native(wrapped) libpthread.so.0 Using native(wrapped) libdl.so.2 Using native(wrapped) libutil.so.1 Using native(wrapped) librt.so.1 Using native(wrapped) libbsd.so.0 Dynarec for ARM64, with extension: ASIMD CRC32 Running on Cortex-A72 with 4 cores, pagesize: 4096 Will use hardware counter measured at 54.0 MHz emulating 3.4 GHz Didn't detect 48bits of address space, considering it's 39bits BOX64 will force the used of emulated libs for libmpg123.so.0 Counted 86 Env var Library search path: Binary search path: ./:bin/:/usr/local/sbin/:/usr/local/bin/:/usr/sbin/:/usr/bin/:/sbin/:/bin/:/usr/local/games/:/usr/games/:/snap/bin/ Looking for /usr/local/bin/box64-bash Bash detected, disabling banner Steam Runtime Launch Service: starting steam-runtime-launcher-service Steam Runtime Launch Service: steam-runtime-launcher-service is running pid 2422 Dynarec for ARM64, with extension: ASIMD CRC32 Running on Cortex-A72 with 4 cores, pagesize: 4096 Will use hardware counter measured at 54.0 MHz emulating 3.4 GHz Didn't detect 48bits of address space, considering it's 39bits BOX64 will force the used of emulated libs for libmpg123.so.0 Counted 84 Env var Library search path: Binary search path: ./:bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/usr/bin/:/usr/local/sbin/:/usr/local/bin/:/usr/sbin/:/usr/bin/:/sbin/:/bin/:/usr/local/games/:/usr/games/:/snap/bin/ Looking for /home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/bin/steam-runtime-launcher-service exec ./steamwebhelper -nocrashdialog -lang=en_US -cachedir=/home/ventrix/.local/share/Steam/config/htmlcache -steampid=2338 -buildid=1741737356 -steamid=0 -logdir=/home/ventrix/.local/share/Steam/logs -uimode=7 -startcount=0 -steamuniverse=Public -realm=Global -clientui=/home/ventrix/.local/share/Steam/clientui -steampath=/home/ventrix/.local/share/Steam/ubuntu12_32/steam -launcher=0 -no-restart-on-ui-mode-change --valve-initial-threadpool-size=12 --valve-enable-site-isolation --enable-smooth-scrolling --disable-gpu-compositing --disable-gpu --no-sandbox --password-store=basic --log-file=/home/ventrix/.local/share/Steam/logs/cef_log.txt --disable-quick-menu --disable-features=SpareRendererForSitePerProcess,DcheckIsFatal,ValveFFmpegAllowLowDelayHEVC Dynarec for ARM64, with extension: ASIMD CRC32 Running on Cortex-A72 with 4 cores, pagesize: 4096 Will use hardware counter measured at 54.0 MHz emulating 3.4 GHz Didn't detect 48bits of address space, considering it's 39bits BOX64 will force the used of emulated libs for libmpg123.so.0 Counted 96 Env var Library search path: Binary search path: ./:bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/usr/bin/:/usr/local/sbin/:/usr/local/bin/:/usr/sbin/:/usr/bin/:/sbin/:/bin/:/usr/local/games/:/usr/games/:/snap/bin/ Looking for /home/ventrix/.local/share/Steam/ubuntu12_32/../ubuntu12_64/gldriverquery BOX64ENV: Variables overridden via env and/or RC file: BOX64_EMULATED_LIBS=libmpg123.so.0 BOX64_LOG=1 BOX64_TRACE_FILE=stderr Rename process to "gldriverquery" Using native(wrapped) libSDL2-2.0.so.0 Using native(wrapped) libdl.so.2 Using native(wrapped) libm.so.6 Using native(wrapped) librt.so.1 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) libbsd.so.0 Using native(wrapped) libXss.so.1 Using native(wrapped) libGL.so.1 Using emulated /home/ventrix/.local/share/Steam/ubuntu12_32/libopenvr_api.so Warning: Weak Symbol _ZGTtnaj not found, cannot apply R_386_JMP_SLOT 0x6d7632b0 (0xac66) Warning: Weak Symbol _ZGTtdlPv not found, cannot apply R_386_JMP_SLOT 0x6d7632d4 (0xacf6) Using emulated /home/ventrix/.local/share/Steam/ubuntu12_32/libaudio.so Warning: Weak Symbol _ZGTtnaj not found, cannot apply R_386_JMP_SLOT 0x6d7edd24 (0x29400) Steam Runtime Launch Service: steam-runtime-launcher-service pid 2422 exited Steam Runtime Launch Service: starting steam-runtime-launcher-service Steam Runtime Launch Service: steam-runtime-launcher-service is running pid 2506 Dynarec for ARM64, with extension: ASIMD CRC32 Running on Cortex-A72 with 4 cores, pagesize: 4096 Will use hardware counter measured at 54.0 MHz emulating 3.4 GHz Didn't detect 48bits of address space, considering it's 39bits BOX64 will force the used of emulated libs for libmpg123.so.0 Counted 84 Env var Library search path: Binary search path: ./:bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/usr/bin/:/usr/local/sbin/:/usr/local/bin/:/usr/sbin/:/usr/bin/:/sbin/:/bin/:/usr/local/games/:/usr/games/:/snap/bin/ Looking for /home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/bin/steam-runtime-launcher-service Dynarec for ARM64, with extension: ASIMD CRC32 Running on Cortex-A72 with 4 cores, pagesize: 4096 Will use hardware counter measured at 54.0 MHz emulating 3.4 GHz Didn't detect 48bits of address space, considering it's 39bits BOX64 will force the used of emulated libs for libmpg123.so.0 Counted 96 Env var Library search path: Binary search path: ./:bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/usr/bin/:/usr/local/sbin/:/usr/local/bin/:/usr/sbin/:/usr/bin/:/sbin/:/bin/:/usr/local/games/:/usr/games/:/snap/bin/ Looking for /home/ventrix/.local/share/Steam/ubuntu12_32/../ubuntu12_64/vulkandriverquery BOX64ENV: Variables overridden via env and/or RC file: BOX64_EMULATED_LIBS=libmpg123.so.0 BOX64_LOG=1 BOX64_TRACE_FILE=stderr Rename process to "vulkandriverquery" 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 Using native(wrapped) libvulkan.so.1 Steam Runtime Launch Service: steam-runtime-launcher-service pid 2506 exited Vulkan missing requested extension 'VK_KHR_surface'. Vulkan missing requested extension 'VK_KHR_xlib_surface'. BInit - Unable to initialize Vulkan! Steam Runtime Launch Service: starting steam-runtime-launcher-service Steam Runtime Launch Service: steam-runtime-launcher-service is running pid 2539 Dynarec for ARM64, with extension: ASIMD CRC32 Running on Cortex-A72 with 4 cores, pagesize: 4096 Will use hardware counter measured at 54.0 MHz emulating 3.4 GHz Didn't detect 48bits of address space, considering it's 39bits BOX64 will force the used of emulated libs for libmpg123.so.0 Counted 84 Env var Library search path: Binary search path: ./:bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/usr/bin/:/usr/local/sbin/:/usr/local/bin/:/usr/sbin/:/usr/bin/:/sbin/:/bin/:/usr/local/games/:/usr/games/:/snap/bin/ Looking for /home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/bin/steam-runtime-launcher-service Steam Runtime Launch Service: steam-runtime-launcher-service pid 2539 exited Steam Runtime Launch Service: starting steam-runtime-launcher-service Steam Runtime Launch Service: steam-runtime-launcher-service is running pid 2557 Dynarec for ARM64, with extension: ASIMD CRC32 Running on Cortex-A72 with 4 cores, pagesize: 4096 Will use hardware counter measured at 54.0 MHz emulating 3.4 GHz Didn't detect 48bits of address space, considering it's 39bits BOX64 will force the used of emulated libs for libmpg123.so.0 Counted 84 Env var Library search path: Binary search path: ./:bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/usr/bin/:/usr/local/sbin/:/usr/local/bin/:/usr/sbin/:/usr/bin/:/sbin/:/bin/:/usr/local/games/:/usr/games/:/snap/bin/ Looking for /home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/bin/steam-runtime-launcher-service Steam Runtime Launch Service: steam-runtime-launcher-service pid 2557 exited Steam Runtime Launch Service: steam-runtime-launcher-service keeps crashing on startup, disabling Using emulated /home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/usr/lib/i386-linux-gnu/gtk-2.0/2.10.0/engines/libpixmap.so Error loading needed lib libunity.so.9 Warning: Cannot dlopen("libunity.so.9"/0x66a22045, 1) Using native(wrapped) libXss.so.1 Using emulated /home/ventrix/.local/share/Steam/ubuntu12_32/friendsui.so Warning: Weak Symbol _ZGTtnaj not found, cannot apply R_386_JMP_SLOT 0x6dd381d0 (0x1edb10) Using native(wrapped) libXss.so.1 Desktop state changed: desktop: { pos: 0, 0 size: 1280, 720 } primary: { pos: 0, 0 size: 1280, 720 } Caching cursor image for , size 19x28, serial 2, cache size = 0 Dynarec for ARM64, with extension: ASIMD CRC32 Running on Cortex-A72 with 4 cores, pagesize: 4096 Will use hardware counter measured at 54.0 MHz emulating 3.4 GHz Didn't detect 48bits of address space, considering it's 39bits BOX64 will force the used of emulated libs for libmpg123.so.0 Counted 84 Env var Library search path: Binary search path: ./:bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/usr/bin/:/usr/local/sbin/:/usr/local/bin/:/usr/sbin/:/usr/bin/:/sbin/:/bin/:/usr/local/games/:/usr/games/:/snap/bin/ Looking for /home/ventrix/.steam/root/ubuntu12_32/steam-runtime/usr/libexec/steam-runtime-tools-0/srt-logger BOX64ENV: Variables overridden via env and/or RC file: BOX64_EMULATED_LIBS=libmpg123.so.0 BOX64_LOG=1 BOX64_TRACE_FILE=stderr argv[1]="--mkfifo" 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 Dynarec for ARM64, with extension: ASIMD CRC32 Running on Cortex-A72 with 4 cores, pagesize: 4096 Will use hardware counter measured at 54.0 MHz emulating 3.4 GHz Didn't detect 48bits of address space, considering it's 39bits BOX64 will force the used of emulated libs for libmpg123.so.0 Counted 83 Env var Library search path: Binary search path: ./:bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/usr/bin/:/usr/local/sbin/:/usr/local/bin/:/usr/sbin/:/usr/bin/:/sbin/:/bin/:/usr/local/games/:/usr/games/:/snap/bin/ Looking for /home/ventrix/.steam/root/ubuntu12_32/steam-runtime/usr/libexec/steam-runtime-tools-0/srt-logger BOX64ENV: Variables overridden via env and/or RC file: BOX64_EMULATED_LIBS=libmpg123.so.0 BOX64_LOG=1 BOX64_TRACE_FILE=stderr argv[1]="--background" argv[2]="--sh-syntax" argv[3]="--filename=webhelper-linux.txt" argv[4]="--identifier=steamwebhelper" argv[5]="--parse-level-prefix" argv[6]="--journal-level=info" 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 Warning, partially unimplemented call to dladdr1 with RTLD_DL_LINKMAP flags for current process Warning: Unsupported libc Syscall 0x1B4 (436) Dynarec for ARM64, with extension: ASIMD CRC32 Running on Cortex-A72 with 4 cores, pagesize: 4096 Will use hardware counter measured at 54.0 MHz emulating 3.4 GHz Didn't detect 48bits of address space, considering it's 39bits BOX64 will force the used of emulated libs for libmpg123.so.0 Counted 83 Env var Library search path: Binary search path: ./:bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/usr/bin/:/usr/local/sbin/:/usr/local/bin/:/usr/sbin/:/usr/bin/:/sbin/:/bin/:/usr/local/games/:/usr/games/:/snap/bin/ Looking for /home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/usr/libexec/steam-runtime-tools-0/srt-logger BOX64ENV: Variables overridden via env and/or RC file: BOX64_EMULATED_LIBS=libmpg123.so.0 BOX64_LOG=1 BOX64_TRACE_FILE=stderr argv[1]="--sh-syntax" argv[2]="--rotate=8388608" argv[3]="--log-directory" argv[4]="/home/ventrix/.steam/steam/logs" argv[5]="--filename" argv[6]="webhelper-linux.txt" argv[7]="--log-fd=6" argv[8]="--terminal-fd=5" argv[9]="--parse-level-prefix" argv[10]="--journal-level=info" 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 steamwebhelper.sh[2638]: Using supervisor /home/ventrix/.steam/root/ubuntu12_32/steam-runtime/amd64/usr/bin/steam-runtime-supervisor steamwebhelper.sh[2638]: Starting steamwebhelper under bootstrap sniper steam runtime via /home/ventrix/.local/share/Steam/ubuntu12_64/steam-runtime-sniper.sh Dynarec for ARM64, with extension: ASIMD CRC32 Running on Cortex-A72 with 4 cores, pagesize: 4096 Will use hardware counter measured at 54.0 MHz emulating 3.4 GHz Didn't detect 48bits of address space, considering it's 39bits BOX64 will force the used of emulated libs for libmpg123.so.0 Counted 88 Env var Library search path: Binary search path: ./:bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/usr/bin/:/usr/local/sbin/:/usr/local/bin/:/usr/sbin/:/usr/bin/:/sbin/:/bin/:/usr/local/games/:/usr/games/:/snap/bin/ Looking for /home/ventrix/.steam/root/ubuntu12_32/steam-runtime/amd64/usr/bin/steam-runtime-supervisor BOX64ENV: Variables overridden via env and/or RC file: BOX64_EMULATED_LIBS=libmpg123.so.0 BOX64_LOG=1 BOX64_TRACE_FILE=stderr argv[1]="--lock-exclusive" argv[2]="--exit-with-parent" argv[3]="--subreaper" argv[4]="--terminate-idle-timeout=1" argv[5]="--terminate-timeout=5" argv[6]="--lock-create" argv[7]="--lock-verbose" argv[8]="--lock-wait" argv[9]="--lock-file"
argv[10]="/home/ventrix/.local/share/Steam/ubuntu12_64/steam-runtime-sniper.lock" argv[11]="--"
argv[12]="/home/ventrix/.local/share/Steam/ubuntu12_64/steam-runtime-sniper.sh" argv[13]="--unpack-dir=/home/ventrix/.local/share/Steam/ubuntu12_64" argv[14]="--runtime=steam-runtime-sniper" argv[15]="--" Rename process to "steam-runtime-supervisor" Using native(wrapped) libglib-2.0.so.0 Using native(wrapped) libgobject-2.0.so.0 Using native(wrapped) libgio-2.0.so.0 Using native(wrapped) libgmodule-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 steamwebhelper.sh[2638]: CEF sandbox already disabled steamwebhelper.sh[2638]: Starting steamwebhelper with Sniper steam runtime at /home/ventrix/.local/share/Steam/ubuntu12_64/steam-runtime-sniper/_v2-entry-point Dynarec for ARM64, with extension: ASIMD CRC32 Running on Cortex-A72 with 4 cores, pagesize: 4096 Will use hardware counter measured at 54.0 MHz emulating 3.4 GHz Didn't detect 48bits of address space, considering it's 39bits BOX64 will force the used of emulated libs for libmpg123.so.0 Counted 87 Env var Library search path: Binary search path: ./:bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/usr/bin/:/usr/local/sbin/:/usr/local/bin/:/usr/sbin/:/usr/bin/:/sbin/:/bin/:/usr/local/games/:/usr/games/:/snap/bin/ Looking for /home/ventrix/.steam/root/ubuntu12_32/steam-runtime/amd64/usr/bin/steam-runtime-supervisor BOX64ENV: Variables overridden via env and/or RC file: BOX64_EMULATED_LIBS=libmpg123.so.0 BOX64_LOG=1 BOX64_TRACE_FILE=stderr argv[1]="--exit-with-parent" argv[2]="--subreaper" argv[3]="--terminate-idle-timeout=1" argv[4]="--terminate-timeout=5" argv[5]="--lock-create" argv[6]="--lock-verbose" argv[7]="--lock-wait" argv[8]="--lock-file"
argv[9]="/home/ventrix/.local/share/Steam/ubuntu12_64/steam-runtime-sniper.lock" argv[10]="--"
argv[11]="/home/ventrix/.local/share/Steam/ubuntu12_64/steam-runtime-sniper/_v2-entry-point" argv[12]="--"
argv[13]="/home/ventrix/.local/share/Steam/ubuntu12_64/steamwebhelper_sniper_wrap.sh" argv[14]="-nocrashdialog" argv[15]="-lang=en_US" argv[16]="-cachedir=/home/ventrix/.local/share/Steam/config/htmlcache" argv[17]="-steampid=2338" argv[18]="-buildid=1741737356" argv[19]="-steamid=76561199834324449" argv[20]="-logdir=/home/ventrix/.local/share/Steam/logs" argv[21]="-uimode=7" argv[22]="-startcount=1" argv[23]="-steamuniverse=Public" argv[24]="-realm=Global" argv[25]="-clientui=/home/ventrix/.local/share/Steam/clientui" argv[26]="-steampath=/home/ventrix/.local/share/Steam/ubuntu12_32/steam" argv[27]="-launcher=0" argv[28]="-no-restart-on-ui-mode-change" argv[29]="--valve-initial-threadpool-size=12" argv[30]="--valve-enable-site-isolation" argv[31]="--enable-smooth-scrolling" argv[32]="--disable-gpu-compositing" argv[33]="--disable-gpu" argv[34]="--no-sandbox" argv[35]="--password-store=basic" argv[36]="--log-file=/home/ventrix/.local/share/Steam/logs/cef_log.txt" argv[37]="--disable-quick-menu"
argv[38]="--disable-features=SpareRendererForSitePerProcess,DcheckIsFatal,ValveFFmpegAllowLowDelayHEVC" Rename process to "steam-runtime-supervisor" Using native(wrapped) libglib-2.0.so.0 Using native(wrapped) libgobject-2.0.so.0 Using native(wrapped) libgio-2.0.so.0 Using native(wrapped) libgmodule-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 Dynarec for ARM64, with extension: ASIMD CRC32 Running on Cortex-A72 with 4 cores, pagesize: 4096 Will use hardware counter measured at 54.0 MHz emulating 3.4 GHz pressure-vessel-wrap detected Didn't detect 48bits of address space, considering it's 39bits Dynarec for ARM64, with extension: ASIMD CRC32 Running on Cortex-A72 with 4 cores, pagesize: 4096 Will use hardware counter measured at 54.0 MHz emulating 3.4 GHz Didn't detect 48bits of address space, considering it's 39bits BOX64 will force the used of emulated libs for libmpg123.so.0 Counted 86 Env var Library search path: Binary search path: ./:bin/:/usr/local/sbin/:/usr/local/bin/:/usr/sbin/:/usr/bin/:/sbin/:/bin/:/usr/local/games/:/usr/games/:/snap/bin/ Looking for /home/ventrix/.local/share/Steam/ubuntu12_64/steam-runtime-sniper/pressure-vessel/bin/steam-runtime-launcher-interface-0 BOX64ENV: Variables overridden via env and/or RC file: BOX64_EMULATED_LIBS=libmpg123.so.0 BOX64_LOG=1 BOX64_TRACE_FILE=stderr argv[1]="container-runtime"
argv[2]="/home/ventrix/.local/share/Steam/ubuntu12_64/steamwebhelper_sniper_wrap.sh" argv[3]="-nocrashdialog" argv[4]="-lang=en_US" argv[5]="-cachedir=/home/ventrix/.local/share/Steam/config/htmlcache" argv[6]="-steampid=2338" argv[7]="-buildid=1741737356" argv[8]="-steamid=76561199834324449" argv[9]="-logdir=/home/ventrix/.local/share/Steam/logs" argv[10]="-uimode=7" argv[11]="-startcount=1" argv[12]="-steamuniverse=Public" argv[13]="-realm=Global" argv[14]="-clientui=/home/ventrix/.local/share/Steam/clientui" argv[15]="-steampath=/home/ventrix/.local/share/Steam/ubuntu12_32/steam" argv[16]="-launcher=0" argv[17]="-no-restart-on-ui-mode-change" argv[18]="--valve-initial-threadpool-size=12" argv[19]="--valve-enable-site-isolation" argv[20]="--enable-smooth-scrolling" argv[21]="--disable-gpu-compositing" argv[22]="--disable-gpu" argv[23]="--no-sandbox" argv[24]="--password-store=basic" argv[25]="--log-file=/home/ventrix/.local/share/Steam/logs/cef_log.txt" argv[26]="--disable-quick-menu"
argv[27]="--disable-features=SpareRendererForSitePerProcess,DcheckIsFatal,ValveFFmpegAllowLowDelayHEVC" Rename process to "steam-runtime-launcher-interface-0" Using native(wrapped) libc.so.6 Using native(wrapped) ld-linux-x86-64.so.2 Using native(wrapped) libpthread.so.0 Using native(wrapped) libdl.so.2 Using native(wrapped) libutil.so.1 Using native(wrapped) librt.so.1 Using native(wrapped) libbsd.so.0 Dynarec for ARM64, with extension: ASIMD CRC32 Running on Cortex-A72 with 4 cores, pagesize: 4096 Will use hardware counter measured at 54.0 MHz emulating 3.4 GHz Didn't detect 48bits of address space, considering it's 39bits BOX64 will force the used of emulated libs for libmpg123.so.0 Counted 86 Env var Library search path: Binary search path: ./:bin/:/usr/local/sbin/:/usr/local/bin/:/usr/sbin/:/usr/bin/:/sbin/:/bin/:/usr/local/games/:/usr/games/:/snap/bin/ Looking for /usr/local/bin/box64-bash Bash detected, disabling banner exec ./steamwebhelper -nocrashdialog -lang=en_US -cachedir=/home/ventrix/.local/share/Steam/config/htmlcache -steampid=2338 -buildid=1741737356 -steamid=76561199834324449 -logdir=/home/ventrix/.local/share/Steam/logs -uimode=7 -startcount=1 -steamuniverse=Public -realm=Global -clientui=/home/ventrix/.local/share/Steam/clientui -steampath=/home/ventrix/.local/share/Steam/ubuntu12_32/steam -launcher=0 -no-restart-on-ui-mode-change --valve-initial-threadpool-size=12 --valve-enable-site-isolation --enable-smooth-scrolling --disable-gpu-compositing --disable-gpu --no-sandbox --password-store=basic --log-file=/home/ventrix/.local/share/Steam/logs/cef_log.txt --disable-quick-menu --disable-features=SpareRendererForSitePerProcess,DcheckIsFatal,ValveFFmpegAllowLowDelayHEVC
(steam:2338): GdkPixbuf-WARNING **: 18:39:44.767: Bug! loader 'png' didn't set an error on failure
(steam:2338): GdkPixbuf-WARNING **: 18:39:44.781: Bug! loader 'png' didn't set an error on failure
(steam:2338): GdkPixbuf-WARNING **: 18:39:44.824: Bug! loader 'png' didn't set an error on failure [2025-03-12 18:40:57] Background update loop checking for update. . . [2025-03-12 18:40:57] Checking for available updates... [----] Checking for available updates... [2025-03-12 18:40:57] Downloading manifest: https://client-update.fastly.steamstatic.com/steam_client_ubuntu12 [2025-03-12 18:40:57] Manifest download: send request [2025-03-12 18:40:57] Manifest download: waiting for download to finish [2025-03-12 18:40:58] Manifest download: finished [2025-03-12 18:40:58] Download skipped by HTTP 304 Not Modified [2025-03-12 18:40:58] Nothing to do
still stuck on the loading screen.
— Reply to this email directly, view it on GitHub https://github.com/Botspot/pi-apps/issues/2741#issuecomment-2719535335, or unsubscribe https://github.com/notifications/unsubscribe-auth/AXCIUHZZ3LBIIOCWCL43ORT2UDPJTAVCNFSM6AAAAABY4SL6KGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDOMJZGUZTKMZTGU . You are receiving this because you commented.Message ID: @.**> [image: imstillfishing]imstillfishing* left a comment (Botspot/pi-apps#2741) https://github.com/Botspot/pi-apps/issues/2741#issuecomment-2719535335
git clone https://github.com/ptitSeb/gl4es.git cd gl4es mkdir build cd build cmake .. -DODROID=1 make -j$(nproc) sudo make install
Set environment variables:
export LIBGL_FB=1 export LIBGL_ALWAYS_SOFTWARE=1 export MESA_GL_VERSION_OVERRIDE=4.5 export MESA_GLSL_VERSION_OVERRIDE=450 source ~/.bashrc
Run Steam from terminal with:
box64 steam -no-cef-sandbox -cef-disable-gpu -small -no-vulkan
After that, all the previously broken Webview windows now load. This is a rather hacky solution, I'm posting it here because it works and perhaps the Pi-Apps devs can find a way to fix it in a future update.
i tried everything u said. i gotten abit further.
LOGS: l.so.59 Using emulated /home/ventrix/.local/share/Steam/ubuntu12_32/libvideo.so Using native(wrapped) libGL.so.1 Using native(wrapped) libXtst.so.6 Using emulated /home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/usr/lib/i386-linux-gnu/libpipewire-0.3.so.0 Using native(wrapped) libpulse.so.0 Using native(wrapped) libX11-xcb.so.1 Using emulated /home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/usr/lib/i386-linux-gnu/libxcb-res.so.0 Warning: Weak Symbol _ZGTtnaj not found, cannot apply R_386_JMP_SLOT 0x64752eb4 (0x22000) Warning: Weak Symbol _ZGTtnaj not found, cannot apply R_386_JMP_SLOT 0x649a9694 (0x38310) Using emulated /home/ventrix/.local/share/Steam/ubuntu12_32/libvpx.so.6 Using emulated /home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/usr/lib/i386-linux-gnu/libva.so.2 Using emulated /home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/usr/lib/i386-linux-gnu/libvdpau.so.1 Using native(wrapped) libdrm.so.2 Using emulated /home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/lib/i386-linux-gnu/libgcc_s.so.1 Using emulated /home/ventrix/.local/share/Steam/ubuntu12_32/libavformat.so.61 Using emulated /home/ventrix/.local/share/Steam/ubuntu12_32/libswresample.so.5 Using emulated /home/ventrix/.local/share/Steam/ubuntu12_32/libswscale.so.8 Using emulated /home/ventrix/.local/share/Steam/ubuntu12_32/libavfilter.so.10 Error initializing native libbz2.so.1 (last dlerror is libbz2.so.1: wrong ELF class: ELFCLASS64) Using emulated /home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/lib/i386-linux-gnu/libbz2.so.1.0 Warning: Weak Symbol _ZGTtnaj not found, cannot apply R_386_JMP_SLOT 0x69c43390 (0x1e98f0) Warning: Weak Symbol _ZGTtnaj not found, cannot apply R_386_JMP_SLOT 0x67cc9050 (0x960d70)
Steam logging initialized: directory: /home/ventrix/.local/share/Steam/logs
Using emulated /home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/usr/lib/i386-linux-gnu/gio/modules/libdconfsettings.so Using native(wrapped) libdbus-1.so.3 Using native(wrapped) libudev.so.1 Using emulated /home/ventrix/.local/share/Steam/ubuntu12_32/filesystem_stdio.so Warning: Weak Symbol _ZGTtnaj not found, cannot apply R_386_JMP_SLOT 0x6a3a6614 (0x24c30) Using emulated /home/ventrix/.local/share/Steam/ubuntu12_32/vgui2_s.so Using native(wrapped) libopenal.so.1 Using native(wrapped) libSM.so.6 Using native(wrapped) libICE.so.6 Warning: Weak Symbol _ZGTtnaj not found, cannot apply R_386_JMP_SLOT 0x6a50dbf4 (0x60d80) Using emulated /home/ventrix/.local/share/Steam/ubuntu12_32/chromehtml.so Warning: Weak Symbol _ZGTtnaj not found, cannot apply R_386_JMP_SLOT 0x6a78d690 (0xd26f0) XRRGetOutputInfo Workaround: initialized with override: 0 real: 0x400d0020 XRRGetCrtcInfo Workaround: initialized with override: 0 real: 0x400d0010 Using native(wrapped) libXss.so.1 Dynarec for ARMv8, with extension: HALF FAST_MULT EDSP NEON VFPv4 IDIVA PageSize:4096 Running on Cortex-A72 with 4 Cores Params database has 32 entries Using default BOX86_LD_LIBRARY_PATH: ./:lib/:lib32/:x86/:i686/ Using default BOX86_PATH: ./:bin/ Counted 84 Env var Looking for /home/ventrix/.local/share/Steam/ubuntu12_32/steamsysinfo steam detected argv[1]="-steamid" argv[2]="0" argv[3]="-buildid" argv[4]="1741737356" argv[5]="-logdir" argv[6]="/home/ventrix/.local/share/Steam/logs" argv[7]="-query" argv[8]="1" argv[9]="-out-file" argv[10]="/tmp/steamchlpdD" Rename process to "steamsysinfo" Using native(wrapped) libdl.so.2 Using native(wrapped) libc.so.6 Using native(wrapped) ld-linux.so.2 Using native(wrapped) libpthread.so.0 Using native(wrapped) librt.so.1 Using native(wrapped) libbsd.so.0 Using emulated /home/ventrix/.local/share/Steam/ubuntu12_32/libtier0_s.so Using emulated /home/ventrix/.local/share/Steam/ubuntu12_32/libvstdlib_s.so Using native(wrapped) libm.so.6 Using emulated /home/ventrix/.local/share/Steam/ubuntu12_32/crashhandler.so Warning: Weak Symbol _ZGTtnaj not found, cannot apply R_386_JMP_SLOT 0x60499ae4 (0x2d5d0) 03/12 18:38:53 minidumps folder is set to /tmp/dumps 03/12 18:38:53 Init: Installing breakpad exception handler for appid(steamsysinfo)/version(1741737356)/tid(2354) Running query: 1 - GpuTopology Using native(wrapped) libvulkan.so.1 CVulkanTopology: failed create vulkan instance: -9 CVulkanTopology: failed to create vulkan instanceFailed to query vulkan gpu topology
Failed to query vulkan gpu topology Response: Exit code: -2 Using native(wrapped) libXss.so.1 Dynarec for ARM64, with extension: ASIMD CRC32 Running on Cortex-A72 with 4 cores, pagesize: 4096 Will use hardware counter measured at 54.0 MHz emulating 3.4 GHz Didn't detect 48bits of address space, considering it's 39bits BOX64 will force the used of emulated libs for libmpg123.so.0 Counted 84 Env var Library search path: Binary search path: ./:bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/usr/bin/:/usr/local/sbin/:/usr/local/bin/:/usr/sbin/:/usr/bin/:/sbin/:/bin/:/usr/local/games/:/usr/games/:/snap/bin/ Looking for /home/ventrix/.steam/root/ubuntu12_32/steam-runtime/usr/libexec/steam-runtime-tools-0/srt-logger BOX64ENV: Variables overridden via env and/or RC file: BOX64_EMULATED_LIBS=libmpg123.so.0 BOX64_LOG=1 BOX64_TRACE_FILE=stderr argv[1]="--mkfifo" 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 Error loading needed lib libunity.so.9 Warning: Cannot dlopen("libunity.so.9"/0x6a40b270, 1) Dynarec for ARM64, with extension: ASIMD CRC32 Running on Cortex-A72 with 4 cores, pagesize: 4096 Will use hardware counter measured at 54.0 MHz emulating 3.4 GHz Didn't detect 48bits of address space, considering it's 39bits BOX64 will force the used of emulated libs for libmpg123.so.0 Counted 83 Env var Library search path: Binary search path: ./:bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/usr/bin/:/usr/local/sbin/:/usr/local/bin/:/usr/sbin/:/usr/bin/:/sbin/:/bin/:/usr/local/games/:/usr/games/:/snap/bin/ Looking for /home/ventrix/.steam/root/ubuntu12_32/steam-runtime/usr/libexec/steam-runtime-tools-0/srt-logger BOX64ENV: Variables overridden via env and/or RC file: BOX64_EMULATED_LIBS=libmpg123.so.0 BOX64_LOG=1 BOX64_TRACE_FILE=stderr argv[1]="--background" argv[2]="--sh-syntax" argv[3]="--filename=webhelper-linux.txt" argv[4]="--identifier=steamwebhelper" argv[5]="--parse-level-prefix" argv[6]="--journal-level=info" 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 Warning, partially unimplemented call to dladdr1 with RTLD_DL_LINKMAP flags for current process Warning: Unsupported libc Syscall 0x1B4 (436) Dynarec for ARM64, with extension: ASIMD CRC32 Running on Cortex-A72 with 4 cores, pagesize: 4096 Will use hardware counter measured at 54.0 MHz emulating 3.4 GHz Didn't detect 48bits of address space, considering it's 39bits BOX64 will force the used of emulated libs for libmpg123.so.0 Counted 83 Env var Library search path: Binary search path: ./:bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/usr/bin/:/usr/local/sbin/:/usr/local/bin/:/usr/sbin/:/usr/bin/:/sbin/:/bin/:/usr/local/games/:/usr/games/:/snap/bin/ Looking for /home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/usr/libexec/steam-runtime-tools-0/srt-logger BOX64ENV: Variables overridden via env and/or RC file: BOX64_EMULATED_LIBS=libmpg123.so.0 BOX64_LOG=1 BOX64_TRACE_FILE=stderr argv[1]="--sh-syntax" argv[2]="--rotate=8388608" argv[3]="--log-directory" argv[4]="/home/ventrix/.steam/steam/logs" argv[5]="--filename" argv[6]="webhelper-linux.txt" argv[7]="--log-fd=6" argv[8]="--terminal-fd=5" argv[9]="--parse-level-prefix" argv[10]="--journal-level=info" 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 steamwebhelper.sh[2363]: Using supervisor /home/ventrix/.steam/root/ubuntu12_32/steam-runtime/amd64/usr/bin/steam-runtime-supervisor steamwebhelper.sh[2363]: Starting steamwebhelper under bootstrap sniper steam runtime via /home/ventrix/.local/share/Steam/ubuntu12_64/steam-runtime-sniper.sh Dynarec for ARM64, with extension: ASIMD CRC32 Running on Cortex-A72 with 4 cores, pagesize: 4096 Will use hardware counter measured at 54.0 MHz emulating 3.4 GHz Didn't detect 48bits of address space, considering it's 39bits BOX64 will force the used of emulated libs for libmpg123.so.0 Counted 88 Env var Library search path: Binary search path: ./:bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/usr/bin/:/usr/local/sbin/:/usr/local/bin/:/usr/sbin/:/usr/bin/:/sbin/:/bin/:/usr/local/games/:/usr/games/:/snap/bin/ Looking for /home/ventrix/.steam/root/ubuntu12_32/steam-runtime/amd64/usr/bin/steam-runtime-supervisor BOX64ENV: Variables overridden via env and/or RC file: BOX64_EMULATED_LIBS=libmpg123.so.0 BOX64_LOG=1 BOX64_TRACE_FILE=stderr argv[1]="--lock-exclusive" argv[2]="--exit-with-parent" argv[3]="--subreaper" argv[4]="--terminate-idle-timeout=1" argv[5]="--terminate-timeout=5" argv[6]="--lock-create" argv[7]="--lock-verbose" argv[8]="--lock-wait" argv[9]="--lock-file"
argv[10]="/home/ventrix/.local/share/Steam/ubuntu12_64/steam-runtime-sniper.lock" argv[11]="--"
argv[12]="/home/ventrix/.local/share/Steam/ubuntu12_64/steam-runtime-sniper.sh" argv[13]="--unpack-dir=/home/ventrix/.local/share/Steam/ubuntu12_64" argv[14]="--runtime=steam-runtime-sniper" argv[15]="--" Rename process to "steam-runtime-supervisor" Using native(wrapped) libglib-2.0.so.0 Using native(wrapped) libgobject-2.0.so.0 Using native(wrapped) libgio-2.0.so.0 Using native(wrapped) libgmodule-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 steamwebhelper.sh[2363]: CEF sandbox already disabled steamwebhelper.sh[2363]: Starting steamwebhelper with Sniper steam runtime at /home/ventrix/.local/share/Steam/ubuntu12_64/steam-runtime-sniper/_v2-entry-point Dynarec for ARM64, with extension: ASIMD CRC32 Running on Cortex-A72 with 4 cores, pagesize: 4096 Will use hardware counter measured at 54.0 MHz emulating 3.4 GHz Didn't detect 48bits of address space, considering it's 39bits BOX64 will force the used of emulated libs for libmpg123.so.0 Counted 87 Env var Library search path: Binary search path: ./:bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/bin/:/home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/usr/bin/:/usr/local/sbin/:/usr/local/bin/:/usr/sbin/:/usr/bin/:/sbin/:/bin/:/usr/local/games/:/usr/games/:/snap/bin/ Looking for /home/ventrix/.steam/root/ubuntu12_32/steam-runtime/amd64/usr/bin/steam-runtime-supervisor BOX64ENV: Variables overridden via env and/or RC file: BOX64_EMULATED_LIBS=libmpg123.so.0 BOX64_LOG=1 BOX64_TRACE_FILE=stderr argv[1]="--exit-with-parent" argv[2]="--subreaper" argv[3]="--terminate-idle-timeout=1" argv[4]="--terminate-timeout=5" argv[5]="--lock-create" argv[6]="--lock-verbose" argv[7]="--lock-wait" argv[8]="--lock-file"
argv[9]="/home/ventrix/.local/share/Steam/ubuntu12_64/steam-runtime-sniper.lock" argv[10]="--"
argv[11]="/home/ventrix/.local/share/Steam/ubuntu12_64/steam-runtime-sniper/_v2-entry-point" argv[12]="--"
argv[13]="/home/ventrix/.local/share/Steam/ubuntu12_64/steamwebhelper_sniper_wrap.sh" argv[14]="-nocrashdialog" argv[15]="-lang=en_US" argv[16]="-cachedir=/home/ventrix/.local/share/Steam/config/htmlcache" argv[17]="-steampid=2338" argv[18]="-buildid=1741737356" argv[19]="-steamid=0" argv[20]="-logdir=/home/ventrix/.local/share/Steam/logs" argv[21]="-uimode=7" argv[22]="-startcount=0" argv[23]="-steamuniverse=Public" argv[24]="-realm=Global" argv[25]="-clientui=/home/ventrix/.local/share/Steam/clientui" argv[26]="-steampath=/home/ventrix/.local/share/Steam/ubuntu12_32/steam" argv[27]="-launcher=0" argv[28]="-no-restart-on-ui-mode-change" argv[29]="--valve-initial-threadpool-size=12" argv[30]="--valve-enable-site-isolation" argv[31]="--enable-smooth-scrolling" argv[32]="--disable-gpu-compositing" argv[33]="--disable-gpu" argv[34]="--no-sandbox" argv[35]="--password-store=basic" argv[36]="--log-file=/home/ventrix/.local/share/Steam/logs/cef_log.txt" argv[37]="--disable-quick-menu"
argv[38]="--disable-features=SpareRendererForSitePerProcess,DcheckIsFatal,ValveFFmpegAllowLowDelayHEVC" Rename process to "steam-runtime-supervisor" Using native(wrapped) libglib-2.0.so.0 Using native(wrapped) libgobject-2.0.so.0 Using native(wrapped) libgio-2.0.so.0 Using native(wrapped) libgmodule-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 Dynarec for ARM64, with extension: ASIMD CRC32 Running on Cortex-A72 with 4 cores, pagesize: 4096 Will use hardware counter measured at 54.0 MHz emulating 3.4 GHz pressure-vessel-wrap detected Using emulated /home/ventrix/.local/share/Steam/ubuntu12_32/steamservice.so Warning: Weak Symbol _ZGTtnaj not found, cannot apply R_386_JMP_SLOT 0x6ace6cd0 (0x187220) Using emulated /home/ventrix/.local/share/Steam/ubuntu12_32/steamclient.so Using emulated /home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/usr/lib/i386-linux-gnu/libnm.so.0 Using native(wrapped) libgnutls.so.30 Using native(wrapped) libuuid.so.1 Using emulated /home/ventrix/.local/share/Steam/ubuntu12_32/steam-runtime/usr/lib/i386-linux-gnu/libgudev-1.0.so.0 Warning: Global Symbol ZSTD_trace_decompress_begin not found, cannot apply R_386_GLOB_DAT @0x6d5067f8 ((nil)) in /home/ventrix/.local/share/Steam/ubuntu12_32/steamclient.so Warning: Global Symbol ZSTD_trace_decompress_end not found, cannot apply R_386_GLOB_DAT @0x6d5067f4 ((nil)) in /home/ventrix/.local/share/Steam/ubuntu12_32/steamclient.so Warning: Global Symbol ZSTD_trace_compress_begin not found, cannot apply R_386_GLOB_DAT @0x6d5067ec ((nil)) in /home/ventrix/.local/share/Steam/ubuntu12_32/steamclient.so Warning: Global Symbol ZSTD_trace_compress_end not found, cannot apply R_386_GLOB_DAT @0x6d5067f0 ((nil)) in /home/ventrix/.local/share/Steam/ubuntu12_32/steamclient.so Warning: Weak Symbol _ZGTtnaj not found, cannot apply R_386_JMP_SLOT 0x6d45c190 (0xbffd00) dbus[2338]: arguments to dbus_message_new_method_call() were incorrect, assertion "path != NULL" failed in file ../../../dbus/dbus-message.c line 1373. This is normally a bug in some application using the D-Bus library.
Didn't detect 48bits of address space, considering it's 39bits Dynarec for ARM64, with extension: ASIMD CRC32 Running on Cortex-A72 with 4 cores, pagesize: 4096 Will use hardware counter measured at 54.0 MHz emulating 3.4 GHz Didn't detect 48bits of address space, considering it's 39bits BOX64 will force the used of emulated libs for libmpg123.so.0 Counted 86 Env var Library search path: Binary search path: ./:bin/:/usr/local/sbin/:/usr/local/bin/:/usr/sbin/:/usr/bin/:/sbin/:/bin/:/usr/local/games/:/usr/games/:/snap/bin/ Looking for /home/ventrix/.local/share/Steam/ubuntu12_64/steam-runtime-s
i tried rebooting. same thing happens. but i can confirm that it gone a little further. less errors. but there is new errors now. ill try your suggestion.
i tried using another operating system "Ubuntu mate 22.04.5" still didnt work. i saw one that botspot made. in their case box64 wasnt working. and corrupted files and stuff. mine is the same thing but instead box86 isnt working. or doesnt wanna launch.
Hi all. There is nothing we can do at pi-apps for this issue. Please report issues with steam upstream at box64 and/or box86 github repos.
@theofficialgman i know, i sent it in box86 github post.
linking the upstream bug for reference https://github.com/ptitSeb/box64/issues/2469
Try Steam link instead.
i already have steam on my other computers, also steam link is boring, im just testing the preformance of the raspberry pi 4 for fun.
Confirmations
What happened?
i opened Steam. logged in. then i was stuck on the loading screen. for a long time.
Description
so. i installed steam on my raspberry pi. was hoping to do some light weight gaming. logged in. and after that it was stuck on steams loading screen.
i tried removing crashhander.so
i tried installing libunity.so.9 (couldnt find it so i just installed the whole libunity libary)
i tried ubuntu. raspberry pi bullseye. raspberry pi bookworm. raspberry pi lite.
i tried reinstalling steam and box64 box86.
What are your system specs (run the following command in your terminal)?
(Recommended) Error log? Terminal output? Debug messages?