-
Notifications
You must be signed in to change notification settings - Fork 36
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
Space Engineers not launching #173
Comments
Currently, umu-launcher does not handle the subdirectory case for games. See this issue for more context. This problem can be solved and will be revisited in the future. So given that a subdirectory |
Hey! Thanks for the reply. |
If it is a Steam game, use Steam. Umu is for non-steam games. |
Related to #105 Closing as currently not planned for now as it would be Steam specific/dependent. Supporting Steam games requires special handling of Steam's DRM and for users to have its client installed, which would be contradictory to the project's goals of not requiring to have it installed. |
Thank you all |
Hey everyone!
Downloaded the last version of umu-launcher with ProtonGE 9.2
I'm trying to play Space Engineers that is owned on my steam account.
I tried this:
WINEPREFIX=/x/y/z/Games/Space_engineers/ GAMEID=umu-5244850 PROTONPATH=~/.local/share/Steam/compatibilitytools.d/GE-Proton9-2/ umu-run steam.exe
Get this error:
steam-runtime-steam-remote: Steam is not running: No such device or address
And tried :
WINEPREFIX=/x/y/z/Games/Space_engineers/ GAMEID=umu-5244850 PROTONPATH=~/.local/share/Steam/compatibilitytools.d/GE-Proton9-2/ NOSTEAM=1 umu-run steamapps/common/SpaceEngineers/Bin64/SpaceEngineers.exe
but the game just crashes.I also tried the last command without NOSTEAM=1 to try to inject the steam token/validation but no luck.
Any idea on how to run my Space Engineers?
Thanks :D
The text was updated successfully, but these errors were encountered: