-
-
Notifications
You must be signed in to change notification settings - Fork 233
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
install_steam.sh doesn't install Steam correctly on a Debian Termux proot #997
Comments
@llowvxe what is this link here? |
Well adding those lines:
(Those are the bash binaries both from the box86 and box64 repo respectively in the test folder and I gave them execute perm) and adding box64 before the ~/steam/bin/steam $@ did something However, Steam reported that the file is missing, even if it's there:
|
For me, this is what I get on the logs:
I used |
I'm trying to install Steam and emulate it on an Debian proot (both box86 and box64 are installed), and it will throw some errors and won't launch if I'm trying to run it from a terminal. The device's kernel does not have binfmt_misc enabled so I have tried various workarounds such as installing libsystemd-dev and editing the /usr/local/bin/steam. But it's still the same error as before; here's the log and the /usr/local/bin/steam file
steam.txt
launch_log.txt
Would like to see whether it's a problem with the script itself or I'm missing a certain step.
The text was updated successfully, but these errors were encountered: