澪
澪
on latest box64: ``` steam /home/user/.local/share/Steam/steam.sh: line 124: VERSION_ID: unbound variable /home/user/.local/share/Steam/steam.sh: line 124: VERSION_ID: unbound variable steam.sh[22889]: Running Steam on debian 64-bit steam.sh[22889]: STEAM_RUNTIME is enabled by the user...
> Try to start it with this env variable `BUS_FATAL_WARNINGS=0` ``` export STEAMOS=1 export STEAM_RUNTIME=1 export DBUS_FATAL_WARNINGS=0 ``` I start it with these env as in doc
Got another error ``` steam.sh[21619]: Running Steam on debian 12 64-bit steam.sh[21619]: STEAM_RUNTIME is enabled by the user setup.sh[21682]: Steam runtime environment up-to-date! steam.sh[21619]: Steam client's requirements are satisfied Box86...
> You could try this PR, second commit might fix it: [0d48e40](https://github.com/dnschneid/crouton/commit/0d48e401d7375724828adc448568c192f4d119dd) > > (none of this is tested -- at all) doesn't work
This is not working ``` Setting up patch (2.7.6-7) ... patch set to automatically installed. sed: can't read common/cras_messages.h: No such file or directory Failed to complete chroot setup. Unmounting...
``` ls /usr/lib/unvanquished/ crash_server* daemon* daemonded* daemon-tty* irt_core-armhf.nexe* nacl_helper_bootstrap* nacl_loader* ``` After `sudo ln -s /usr/lib/unvanquished/nacl_helper_bootstrap /usr/lib/unvanquished/nacl_helper_bootstrap-armhf`: ``` $ unvanquished Unvanquished 0.54.0 Linux arm64 Jun 23 2023 cmdline: -libpath /usr/lib/unvanquished...
Why is the arm64 version named armhf?
> > @Viech would you know how to make that `PKGBUILD` install both `nacl_helper_bootstrap-armhf` and `lib-armhf/` on arm64? > > No, but I can update the PKBUILD anytime if you...
``` /home/user/.cache/paru/clone/unvanquished/src/Unvanquished-unvanquished-0.54.0/build user@arch ~/.c/p/c/u/s/U/build (master)> ls CMakeCache.txt cmake_install.cmake daemon_build/ irt_core-armhf.nexe libengine-lib.a libsrclibs-findlocale.a libsrclibs-mumblelink.a Makefile nacl_helper_bootstrap-armhf* CMakeFiles/ crash_server* embed_data/ lib-armhf/ libsrclibs-breakpad.a libsrclibs-minizip.a libsrclibs-nacl-native.a nacl_helper_bootstrap* nacl_loader* ``` Add ``` install -m 755...