Janne Pulkkinen

Results 192 comments of Janne Pulkkinen

Closing old issue, please open a new issue if this still occurs.

"Input/output error" could be related to file system and/or hardware issues. What output do you get if you run the following command in the terminal (eg. Konsole)? ```sh $ ls...

Could you try running Protontricks using `flatpak run com.github.Matoking.protontricks -vv --gui` and posting the output to [gist.github.com](https://gist.github.com)? It's possible Protontricks might not detect the MicroSD mount as a Steam library...

The debug logs contain other useful lines, including those related to the Steam configuration that Protontricks reads to determine which directories to scan. Please include the full logs, as it's...

OK, the Steam configuration file seems to list the paths to the MicroSD mount. The Protontricks log lines should include something like this near the beginning when using `-vv`: ```...

OK, it seems like Protontricks finds `/run/media/deck/Micro SD` and `/run/media/deck/mmcblk0p1` in addition to Steam's own installation directory. But the `/run/media/deck/Micro SD` directory seems to either be inaccessible to Protontricks or...

Protontricks finds a lot of Steam games, but none of the `compatdata` directories they're supposed to have once you have launched them at least once. This _could_ be explained if...

It looks like there are quite a few `compatdata` directories directly under `mmcblk0p1`, instead of being located under `steamapps` like the three first directories. No idea why since all Steam...

`$PROTON_VERSION` requires the human-readable name of the Proton installation, in this case `Proton Experimental`. Does this work? ```sh $ PROTON_VERSION="Proton Experimental" flatpak run com.github.Matoking.protontricks ``` I'll probably look into making...

If running Winetricks commands for a single Steam app, it's possible to use Winetricks' `--gui` like this: ```sh $ protontricks 220 --gui=zenity ``` In this case everything after the app...