Skip to content
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

How to run Steam app itself #189

Closed
m1dr3d opened this issue Sep 18, 2024 · 1 comment
Closed

How to run Steam app itself #189

m1dr3d opened this issue Sep 18, 2024 · 1 comment

Comments

@m1dr3d
Copy link

m1dr3d commented Sep 18, 2024

So I could run steam.exe using wine-ge, but because of its outdatedness I decided to ask you about this.

$ WINEPREFIX=/home/m1dr3d/Games/Steam GAMEID=umu-dauntless PROTONPATH=/usr/share/steam/compatibilitytools.d/proton-ge-custom/ umu-run "/home/m1dr3d/Games/Steam/drive_c/Program Files (x86)/Steam/Steam.exe" steamrt is up to date pressure-vessel-wrap[47747]: W: Not sharing path STEAM_COMPAT_MOUNTS="...:/usr/share/steam/compatibilitytools.d/proton-ge-custom:..." with container because "/usr" is reserved by the container framework ProtonFixes[47835] INFO: Running protonfixes ProtonFixes[47835] INFO: Running checks ProtonFixes[47835] INFO: All checks successful ProtonFixes[47835] INFO: Non-steam game UNKNOWN (umu-dauntless) ProtonFixes[47835] INFO: No store specified, using UMU database ProtonFixes[47835] INFO: Using global defaults for UNKNOWN (umu-dauntless) ProtonFixes[47835] INFO: Non-steam game UNKNOWN (umu-dauntless) ProtonFixes[47835] INFO: No store specified, using UMU database ProtonFixes[47835] INFO: No global protonfix found for UNKNOWN (umu-dauntless) Proton: /home/m1dr3d/Games/Steam/drive_c/Program Files (x86)/Steam/Steam.exe Proton: Executable a unix path, launching with /unix option. wine: using kernel write watches, use_kernel_writewatch 1. fsync: up and running. wine: using kernel write watches, use_kernel_writewatch 1. wine: using kernel write watches, use_kernel_writewatch 1. wine: using kernel write watches, use_kernel_writewatch 1. wine: using kernel write watches, use_kernel_writewatch 1. wine: using kernel write watches, use_kernel_writewatch 1. wine: using kernel write watches, use_kernel_writewatch 1. wine: using kernel write watches, use_kernel_writewatch 1. wine: using kernel write watches, use_kernel_writewatch 1. wine: using kernel write watches, use_kernel_writewatch 1. wine: using kernel write watches, use_kernel_writewatch 1. wine: using kernel write watches, use_kernel_writewatch 1. wine: using kernel write watches, use_kernel_writewatch 1. steam-runtime-steam-remote[47911]: W: sd_journal_stream_fd: Connection refused steam-runtime-steam-remote: Steam is not running: No such device or address steam-runtime-steam-remote[47914]: W: sd_journal_stream_fd: Connection refused steam-runtime-steam-remote: Steam is not running: No such device or address

@R1kaB3rN
Copy link
Member

One of the project's goals is to not require Steam installed or have its process running to launch games. Judging from the log, this game looks to be locked behind Steam's DRM:

Connection refused steam-runtime-steam-remote: Steam is not running: No such device or address

Therefore, this makes this case being Steam specific/dependent which would be contradictory to the project's goals.

See #173

@R1kaB3rN R1kaB3rN closed this as not planned Won't fix, can't repro, duplicate, stale Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants