Janne Pulkkinen
Janne Pulkkinen
Try running the following command **without** sudo while the Steam app is running: ``` /home/deck/.steam/steam/steamapps/common/SteamLinuxRuntime_sniper/pressure-vessel/bin/steam-runtime-launch-client --list ``` This should print a list of bus names you can use with `--bus-name`....
How have you installed Steam? Is it a native package or the Flatpak version? The method likely won't work with the latter. Also, are you using Steam's own Proton for...
I don't have a Steam Deck, so I can't check what could be happening here. One thing you could double-check here is that the launch options are set to `STEAM_COMPAT_LAUNCHER_SERVICE=proton...
> > If you can install Protontricks and your distro is new enough, `protontricks-launch --no-bwrap --appid ` should do the trick. > > How to download only the `protontricks-launch` cli...
It seems like you're trying to access Skyrim that isn't installed via Steam? `/home/deck/Games` is managed by Heroic according to some googling I've done. If so, Protontricks might not be...
It seems that the Steam Runtime launcher is not starting up correctly, causing the later "Unable to connect to any of the specified bus names" error. The error here seems...
I pushed a change to master that should now check for successful bwrap-launcher and halt early if something goes wrong. This should make the culprit more obvious going forward, as...
Protontricks is simply a wrapper for Winetricks. Winetricks does most of the heavy lifting here if you're just running Winetricks verbs. `calibri`, `d3dx9` and `d3dcompiler_43` in your reply are Winetricks...
The Proton installation seems to be incomplete. Have you started Skyrim SE through Steam at least once? If not, could you check the Proton installation contents for Proton 8.0? Find...
I pushed a small fix to master. Protontricks has an error message prompting the user to launch the game first on Steam if the Proton installation is incomplete; this wasn't...