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

Infinite Loop on SteamCMD Checking for Update. #990

Closed redkwind closed 1 month ago

redkwind commented 1 month ago

Hardware: Orange Pi 5 and Orange Pi 5 B OS: Ubuntu 24.04 LTS Desktop (Joshua's) SteamCMD: From this link

Description: After installing from prebuilts or compiling box86 and box64 myself, i downloaded steamcmd to a folder. When running it for the first time i get the following output and gets stuck at 0% forever. I left it running overnight but didn't help. It doesn't give me any error or anything to go by. The steam logs don't show anything either other than the same output from console.

red@red-desktop:~/steamcmd$ box86 ./steamcmd.sh Box86 with Dynarec v0.3.7 9811f140 built on Aug 6 2024 14:04:49 Error: reading elf header of /home/red/steamcmd/steamcmd.sh, trying to launch natively instead Box86 with Dynarec v0.3.7 9811f140 built on Aug 6 2024 14:04:49 Redirecting stderr to '/home/red/Steam/logs/stderr.txt' ILocalize::AddFile() failed to load file "public/steambootstrapper_english.txt". [ 0%] Checking for available update...

(As a side note... it works with FEXEmu so im guessing the issue is with box then?)