ptitSeb / box86

Box86 - Linux Userspace x86 Emulator with a twist, targeted at ARM Linux devices
https://box86.org
MIT License
3.3k stars 227 forks source link

Trouble starting Steam on Orange Pi 5 #1005

Open Fredrum opened 1 day ago

Fredrum commented 1 day ago

Hello!
Not sure if this is the right place for this question but I thought since there was a steam installer bundled that maybe.

I think I managed to install box86+64 (built from HoT git clones) and then run the steam installer. But after the first install dialog I don't ever get anything else showing up. I don't really know what to be looking for in the startup messages so not really sure what are problems and what's not.

I am trying to do this on an Orange Pi 5 with a Armbian OS image build with the 6.10 kernel as I wanted the full speed Mesa that came with the recent panthor updates.

I had to manually install libappindicator1 from an older Ubuntu .deb file as it didn't seem to be available with standard apt.

This is the shell output at start attempt:

orangepi5:~/software/box86$ steam
bin_steam.sh[24686]: Setting up Steam content in /home/fred/.local/share/Steam
steam.sh[24686]: Running Steam on ubuntu 24.04 64-bit
steam.sh[24686]: STEAM_RUNTIME is enabled by the user
setup.sh[24759]: Updating Steam runtime environment...
/home/fred/.local/share/Steam/ubuntu12_32/steam-runtime/run.sh: line 85: steam-runtime-identify-library-abi: command not found
run.sh[30306]: steam-runtime-identify-library-abi --ldconfig-paths failed, falling back to ldconfig
steam.sh[24686]: Couldn't find /home/fred/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/bin/srt-logger, logging to console-linux.txt
steam.sh[24686]: Can't find 'steam-runtime-check-requirements', continuing anyway
Box86 with Dynarec v0.3.7 54c806c5 built on Sep 30 2024 12:47:00
[2024-09-30 15:16:54] Startup - updater built Jul 16 2024 23:21:18
[2024-09-30 15:16:54] Startup - Steam Client launched with: '/home/fred/.local/share/Steam/ubuntu12_32/steam'
ILocalize::AddFile() failed to load file "public/steambootstrapper_english.txt".
src/steamexe/updateui_xwin.cpp (1466) : BFileExists( m_FontFileRegular )
src/steamexe/updateui_xwin.cpp (1466) : BFileExists( m_FontFileRegular )
src/steamexe/updateui_xwin.cpp (1467) : BFileExists( m_FontFileLight )
src/steamexe/updateui_xwin.cpp (1467) : BFileExists( m_FontFileLight )
[2024-09-30 15:16:54] Failed to load cached hosts file (File 'update_hosts_cached.vdf' not found), using defaults
[2024-09-30 15:16:54] Using the following download hosts for Public, Realm steamglobal
[2024-09-30 15:16:54] 1. https://cdn.steamstatic.com, /client/, Realm 'steamglobal', weight was 1, source = 'baked in'

Has anyone had better luck with a similar hardware+os as mine?

Any ideas what I could do to make it run?

Cheers!

EDIT: I just spotted in another thread that it might be ubuntu 24.04 related?