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

Protontricks doesn't see games on MicroSD #354

Open
omikron24 opened this issue Oct 21, 2024 · 12 comments
Open

Protontricks doesn't see games on MicroSD #354

omikron24 opened this issue Oct 21, 2024 · 12 comments

Comments

@omikron24
Copy link

Describe the bug
A clear and concise description of what the bug is.
both beta and stable versions of Protontricks don't see games installed on MicroSD on Steamdeck

To Reproduce
Steps to reproduce the behavior:

  1. Install a game on Steamdeck main storage
  2. Insert MicroSD
  3. Rename the MicroSD to any name
  4. Name the MicroSD back to original name
  5. Move any game from Steamdeck main storage to MicroSD
  6. launch Protontricks - it will not see the game.

Expected behavior
Upon launch of Protontricks it should scan and display games installed on MicroSD

System (please complete the following information):

  • Distro: latest steamdeck USER channel update
  • Protontricks installation method: flatpack user and beta
  • Protontricks version: 1.11.1 or 1.12.0
  • Steam version: latest steam user update, not beta

Additional context

Protontricks is give all permissions to access the MicroSD, tried to reset and provide direct access to MicroSD from flatseal - console, steam commands - no change, Protontrick remains blind

@Matoking
Copy link
Owner

Could you try running Protontricks using flatpak run com.github.Matoking.protontricks -vv --gui and posting the output to gist.github.com?

It's possible Protontricks might not detect the MicroSD mount as a Steam library at all; this path should be discovered by Protontricks by reading the Steam configuration.

@omikron24
Copy link
Author

omikron24 commented Oct 25, 2024

Hello, here is the result:
protontricks (DEBUG): Found compatdata directories for app 3096525474: []
protontricks (INFO): Shortcut CT Special Forces 3 (3096525474) does not have a prefix. It's either not a Proton app or it hasn't been launched yet.
protontricks (DEBUG): Found compatdata directories for app 3214564044: []
protontricks (INFO): Shortcut Yager (3214564044) does not have a prefix. It's either not a Proton app or it hasn't been launched yet.
protontricks (DEBUG): Found compatdata directories for app 3993713852: []
protontricks (INFO): Shortcut PREY (3993713852) does not have a prefix. It's either not a Proton app or it hasn't been launched yet.
protontricks (INFO): Found 0 Steam shortcuts running using Steam compatibility tools
protontricks (INFO): Using 'yad' as GUI provider

I've cut the llist down to 3 samples, since they all have the same repetitive conclusion. These 3 items are either windows games, installed and working on steamdeck or an emulator game that runs, my main point is - there are no steam games, and I have them installed, played, some even crashed so I wonder what is going on. The list was quite big but it didn't contain any steam game from my library at all.

@Matoking
Copy link
Owner

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 harder to determine the problem otherwise.

Assuming the Steam installation that Protontricks finds is at ~/.steam, then running the following command in a console with the MicroSD card plugged in should print the list of all Steam libraries, including the one on the MicroSD card (I'm guessing it should start with /run/media or something similar?):

cat ~/.local/share/Steam/steamapps/libraryfolders.vdf | grep path

If not, that could explain why Protontricks is not finding the Steam library path.

However, without logs whether this command works is based on guesswork, though it should work assuming the Steam installation is where it should be.

@omikron24
Copy link
Author

omikron24 commented Oct 25, 2024

Good evening, I've ran the command from above and got this:

(1)(deck@steamdeck ~)$ cat ~/.local/share/Steam/steamapps/libraryfolders.vdf | grep path
"path" "/home/deck/.local/share/Steam"
"path" "/run/media/deck/Micro SD"
"path" "/run/media/deck/mmcblk0p1"
(deck@steamdeck ~)$

Sorry if my previous message wasn't clear - but it doesn't contain any different info - those repetitive 3 lines are all I get, couple of hundreds of times, with only name of the game changing and app number, there is no other specific info at all.

@Matoking
Copy link
Owner

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:

protontricks (INFO): Found Steam directory at /home/matoking/.local/share/Steam
protontricks (INFO): Found Steam directory at /home/matoking/.var/app/com.valvesoftware.Steam/.local/share/Steam
protontricks (INFO): Using 'yad' as GUI provider
protontricks (INFO): Using default Steam Runtime at /home/matoking/.local/share/Steam/ubuntu12_32/steam-runtime
protontricks (INFO): WINETRICKS environment variable is not available. Searching from $PATH.
protontricks (DEBUG): Found Steam library folder /home/matoking/.local/share/Steam. Is Flatpak path: False, Is XDG Steam path: True.
protontricks (DEBUG): Found Steam library folder /mnt/LinuxDataSSD_B/SteamLibrary. Is Flatpak path: False, Is XDG Steam path: False.
protontricks (DEBUG): Found Steam library folder /mnt/LinuxDataSSD_D/SteamLibrary. Is Flatpak path: False, Is XDG Steam path: False.
protontricks (INFO): Found 3 Steam library folders
protontricks (DEBUG): Following inaccessible paths were found: set()
protontricks (DEBUG): Following paths have been ignored: set()
protontricks (DEBUG): Creating SteamApp from manifest file in /home/matoking/.local/share/Steam/steamapps/appmanifest_2230260.acf
protontricks (DEBUG): Found compatdata directories for app 2230260: [PosixPath('/home/matoking/.local/share/Steam/steamapps/compatdata/2230260/pfx')]

Note the lines pertaining to the found Steam installations and Steam library folders. If Protontricks did find the MicroSD mount, then it should be listed here.

@omikron24
Copy link
Author

Hi, sorry for the delay in reply, was caught in the job as a hamster in a blender, nevertheless thanks for the heads up regarding the beginning of the command output. It took me 3 seconds to understand that due to lots of games installed - konsole outputs only last 400~ish lines of log. So please look at the beginning of the log below:

protontricks (INFO): WINETRICKS environment variable is not available. Searching from $PATH.
protontricks (DEBUG): Found Steam library folder /home/deck/.local/share/Steam. Is Flatpak path: False, Is XDG Steam path: True.
protontricks (DEBUG): Found Steam library folder /run/media/deck/Micro SD. Is Flatpak path: False, Is XDG Steam path: False.
protontricks (DEBUG): Found Steam library folder /run/media/deck/mmcblk0p1. Is Flatpak path: False, Is XDG Steam path: False.
protontricks (INFO): Found 3 Steam library folders
protontricks (DEBUG): XDG path for xdg-music is /home/deck/Music
protontricks (DEBUG): XDG path for xdg-pictures is /home/deck/Pictures
protontricks (DEBUG): XDG path for xdg-videos is /home/deck/Videos
protontricks (DEBUG): XDG path for xdg-download is /home/deck/Downloads
protontricks (DEBUG): XDG path for xdg-documents is /home/deck/Documents
protontricks (DEBUG): XDG path for xdg-desktop is /home/deck/Desktop
protontricks (DEBUG): Following inaccessible paths were found: set()
protontricks (DEBUG): Following paths have been ignored: set()
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_2990.acf
protontricks (DEBUG): Found compatdata directories for app 2990: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_606730.acf
protontricks (DEBUG): Found compatdata directories for app 606730: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_528230.acf
protontricks (DEBUG): Found compatdata directories for app 528230: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_764790.acf
protontricks (DEBUG): Found compatdata directories for app 764790: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_1083310.acf
protontricks (DEBUG): Found compatdata directories for app 1083310: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_42650.acf
protontricks (DEBUG): Found compatdata directories for app 42650: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_907670.acf
protontricks (DEBUG): Found compatdata directories for app 907670: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_751500.acf
protontricks (DEBUG): Found compatdata directories for app 751500: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_1361510.acf
protontricks (DEBUG): Found compatdata directories for app 1361510: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_1493710.acf
protontricks (DEBUG): Found compatdata directories for app 1493710: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_628800.acf
protontricks (DEBUG): Found compatdata directories for app 628800: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_460950.acf
protontricks (DEBUG): Found compatdata directories for app 460950: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_308060.acf
protontricks (DEBUG): Found compatdata directories for app 308060: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_1232810.acf
protontricks (DEBUG): Found compatdata directories for app 1232810: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_358650.acf
protontricks (DEBUG): Found compatdata directories for app 358650: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_975510.acf
protontricks (DEBUG): Found compatdata directories for app 975510: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_293780.acf
protontricks (DEBUG): Found compatdata directories for app 293780: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_1001800.acf
protontricks (DEBUG): Found compatdata directories for app 1001800: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_501020.acf
protontricks (DEBUG): Found compatdata directories for app 501020: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_460790.acf
protontricks (DEBUG): Found compatdata directories for app 460790: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_979690.acf
protontricks (DEBUG): Found compatdata directories for app 979690: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_228980.acf
protontricks (DEBUG): Found compatdata directories for app 228980: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_445980.acf
protontricks (DEBUG): Found compatdata directories for app 445980: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_270150.acf
protontricks (DEBUG): Found compatdata directories for app 270150: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_730390.acf
protontricks (DEBUG): Found compatdata directories for app 730390: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_609110.acf
protontricks (DEBUG): Found compatdata directories for app 609110: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_3710.acf
protontricks (DEBUG): Found compatdata directories for app 3710: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_1205900.acf
protontricks (DEBUG): Found compatdata directories for app 1205900: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_257850.acf
protontricks (DEBUG): Found compatdata directories for app 257850: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_6000.acf
protontricks (DEBUG): Found compatdata directories for app 6000: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_1056180.acf
protontricks (DEBUG): Found compatdata directories for app 1056180: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_764300.acf
protontricks (DEBUG): Found compatdata directories for app 764300: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_341550.acf
protontricks (DEBUG): Found compatdata directories for app 341550: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_213120.acf
protontricks (DEBUG): Found compatdata directories for app 213120: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_1078200.acf
protontricks (DEBUG): Found compatdata directories for app 1078200: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_368620.acf
protontricks (DEBUG): Found compatdata directories for app 368620: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_1975660.acf
protontricks (DEBUG): Found compatdata directories for app 1975660: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_1189780.acf
protontricks (DEBUG): Found compatdata directories for app 1189780: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_549260.acf
protontricks (DEBUG): Found compatdata directories for app 549260: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_366320.acf
protontricks (DEBUG): Found compatdata directories for app 366320: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_976730.acf
protontricks (DEBUG): Found compatdata directories for app 976730: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_423230.acf
protontricks (DEBUG): Found compatdata directories for app 423230: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_387290.acf
protontricks (DEBUG): Found compatdata directories for app 387290: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_2805730.acf
protontricks (DEBUG): Found compatdata directories for app 2805730: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_501530.acf
protontricks (DEBUG): Found compatdata directories for app 501530: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_17410.acf
protontricks (DEBUG): Found compatdata directories for app 17410: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_208200.acf
protontricks (DEBUG): Found compatdata directories for app 208200: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_2300.acf
protontricks (DEBUG): Found compatdata directories for app 2300: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_785880.acf
protontricks (DEBUG): Found compatdata directories for app 785880: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_1007520.acf
protontricks (DEBUG): Found compatdata directories for app 1007520: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_1262920.acf
protontricks (DEBUG): Found compatdata directories for app 1262920: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_535480.acf
protontricks (DEBUG): Found compatdata directories for app 535480: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_319480.acf
protontricks (DEBUG): Found compatdata directories for app 319480: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_442780.acf
protontricks (DEBUG): Found compatdata directories for app 442780: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_699670.acf
protontricks (DEBUG): Found compatdata directories for app 699670: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_327740.acf
protontricks (DEBUG): Found compatdata directories for app 327740: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_1391110.acf
protontricks (DEBUG): Found compatdata directories for app 1391110: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_462100.acf
protontricks (DEBUG): Found compatdata directories for app 462100: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_1037020.acf
protontricks (DEBUG): Found compatdata directories for app 1037020: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_1184480.acf
protontricks (DEBUG): Found compatdata directories for app 1184480: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_6220.acf
protontricks (DEBUG): Found compatdata directories for app 6220: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_9050.acf
protontricks (DEBUG): Found compatdata directories for app 9050: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_1102100.acf
protontricks (DEBUG): Found compatdata directories for app 1102100: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_345820.acf
protontricks (DEBUG): Found compatdata directories for app 345820: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_13210.acf
protontricks (DEBUG): Found compatdata directories for app 13210: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_683320.acf
protontricks (DEBUG): Found compatdata directories for app 683320: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_491040.acf
protontricks (DEBUG): Found compatdata directories for app 491040: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_893680.acf
protontricks (DEBUG): Found compatdata directories for app 893680: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_961620.acf
protontricks (DEBUG): Found compatdata directories for app 961620: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_1887720.acf
protontricks (DEBUG): Found compatdata directories for app 1887720: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_224760.acf
protontricks (DEBUG): Found compatdata directories for app 224760: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_1070560.acf
protontricks (DEBUG): Found compatdata directories for app 1070560: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_963450.acf
protontricks (DEBUG): Found compatdata directories for app 963450: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_95400.acf
protontricks (DEBUG): Found compatdata directories for app 95400: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_1069530.acf
protontricks (DEBUG): Found compatdata directories for app 1069530: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_1473550.acf
protontricks (DEBUG): Found compatdata directories for app 1473550: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_1055170.acf
protontricks (DEBUG): Found compatdata directories for app 1055170: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_838310.acf
protontricks (DEBUG): Found compatdata directories for app 838310: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_250760.acf
protontricks (DEBUG): Found compatdata directories for app 250760: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_1628350.acf
protontricks (DEBUG): Found compatdata directories for app 1628350: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_2348590.acf
protontricks (DEBUG): Found compatdata directories for app 2348590: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_233550.acf
protontricks (DEBUG): Found compatdata directories for app 233550: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_347160.acf
protontricks (DEBUG): Found compatdata directories for app 347160: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_1191630.acf
protontricks (DEBUG): Found compatdata directories for app 1191630: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_297130.acf
protontricks (DEBUG): Found compatdata directories for app 297130: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_338930.acf
protontricks (DEBUG): Found compatdata directories for app 338930: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_757310.acf
protontricks (DEBUG): Found compatdata directories for app 757310: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_572890.acf
protontricks (DEBUG): Found compatdata directories for app 572890: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_1148590.acf
protontricks (DEBUG): Found compatdata directories for app 1148590: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_99300.acf
protontricks (DEBUG): Found compatdata directories for app 99300: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_1691620.acf
protontricks (DEBUG): Found compatdata directories for app 1691620: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_307340.acf
protontricks (DEBUG): Found compatdata directories for app 307340: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_562860.acf
protontricks (DEBUG): Found compatdata directories for app 562860: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_332200.acf
protontricks (DEBUG): Found compatdata directories for app 332200: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_1346400.acf
protontricks (DEBUG): Found compatdata directories for app 1346400: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_431940.acf
protontricks (DEBUG): Found compatdata directories for app 431940: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_1826330.acf
protontricks (DEBUG): Found compatdata directories for app 1826330: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_702670.acf
protontricks (DEBUG): Found compatdata directories for app 702670: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_217980.acf
protontricks (DEBUG): Found compatdata directories for app 217980: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_1135260.acf
protontricks (DEBUG): Found compatdata directories for app 1135260: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_588650.acf
protontricks (DEBUG): Found compatdata directories for app 588650: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_1173200.acf
protontricks (DEBUG): Found compatdata directories for app 1173200: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_115800.acf
protontricks (DEBUG): Found compatdata directories for app 115800: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_384190.acf
protontricks (DEBUG): Found compatdata directories for app 384190: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_9070.acf
protontricks (DEBUG): Found compatdata directories for app 9070: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_464260.acf
protontricks (DEBUG): Found compatdata directories for app 464260: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_677120.acf
protontricks (DEBUG): Found compatdata directories for app 677120: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_108710.acf
protontricks (DEBUG): Found compatdata directories for app 108710: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_837470.acf
protontricks (DEBUG): Found compatdata directories for app 837470: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_464060.acf
protontricks (DEBUG): Found compatdata directories for app 464060: []
protontricks (DEBUG): Creating SteamApp from manifest file in /home/deck/.local/share/Steam/steamapps/appmanifest_463270.acf
protontricks (DEBUG): Found compatdata directories for app 463270: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_587620.acf
protontricks (DEBUG): Found compatdata directories for app 587620: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_2290270.acf
protontricks (DEBUG): Found compatdata directories for app 2290270: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_50.acf
protontricks (DEBUG): Found compatdata directories for app 50: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_13600.acf
protontricks (DEBUG): Found compatdata directories for app 13600: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_1590760.acf
protontricks (DEBUG): Found compatdata directories for app 1590760: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_1671410.acf
protontricks (DEBUG): Found compatdata directories for app 1671410: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_1153640.acf
protontricks (DEBUG): Found compatdata directories for app 1153640: [PosixPath('/run/media/deck/mmcblk0p1/steamapps/compatdata/1153640/pfx')]
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_20550.acf
protontricks (DEBUG): Found compatdata directories for app 20550: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_367520.acf
protontricks (DEBUG): Found compatdata directories for app 367520: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_1231880.acf
protontricks (DEBUG): Found compatdata directories for app 1231880: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_2005010.acf
protontricks (DEBUG): Found compatdata directories for app 2005010: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_2023360.acf
protontricks (DEBUG): Found compatdata directories for app 2023360: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_253750.acf
protontricks (DEBUG): Found compatdata directories for app 253750: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_1740930.acf
protontricks (DEBUG): Found compatdata directories for app 1740930: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_230700.acf
protontricks (DEBUG): Found compatdata directories for app 230700: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_848450.acf
protontricks (DEBUG): Found compatdata directories for app 848450: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_1708010.acf
protontricks (DEBUG): Found compatdata directories for app 1708010: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_1284410.acf
protontricks (DEBUG): Found compatdata directories for app 1284410: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_1203630.acf
protontricks (DEBUG): Found compatdata directories for app 1203630: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_1050370.acf
protontricks (DEBUG): Found compatdata directories for app 1050370: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_894020.acf
protontricks (DEBUG): Found compatdata directories for app 894020: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_277430.acf
protontricks (DEBUG): Found compatdata directories for app 277430: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_1390350.acf
protontricks (DEBUG): Found compatdata directories for app 1390350: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_205950.acf
protontricks (DEBUG): Found compatdata directories for app 205950: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_920210.acf
protontricks (DEBUG): Found compatdata directories for app 920210: [PosixPath('/run/media/deck/mmcblk0p1/steamapps/compatdata/920210/pfx')]
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_1566050.acf
protontricks (DEBUG): Found compatdata directories for app 1566050: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_1722840.acf
protontricks (DEBUG): Found compatdata directories for app 1722840: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_974390.acf
protontricks (DEBUG): Found compatdata directories for app 974390: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_870780.acf
protontricks (DEBUG): Found compatdata directories for app 870780: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_234080.acf
protontricks (DEBUG): Found compatdata directories for app 234080: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_15270.acf
protontricks (DEBUG): Found compatdata directories for app 15270: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_70.acf
protontricks (DEBUG): Found compatdata directories for app 70: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_1018010.acf
protontricks (DEBUG): Found compatdata directories for app 1018010: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_324570.acf
protontricks (DEBUG): Found compatdata directories for app 324570: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_280160.acf
protontricks (DEBUG): Found compatdata directories for app 280160: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_1234180.acf
protontricks (DEBUG): Found compatdata directories for app 1234180: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_499180.acf
protontricks (DEBUG): Found compatdata directories for app 499180: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_1167450.acf
protontricks (DEBUG): Found compatdata directories for app 1167450: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_1299360.acf
protontricks (DEBUG): Found compatdata directories for app 1299360: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_609320.acf
protontricks (DEBUG): Found compatdata directories for app 609320: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_1492680.acf
protontricks (DEBUG): Found compatdata directories for app 1492680: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_1323470.acf
protontricks (DEBUG): Found compatdata directories for app 1323470: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_208750.acf
protontricks (DEBUG): Found compatdata directories for app 208750: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_792120.acf
protontricks (DEBUG): Found compatdata directories for app 792120: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_1942010.acf
protontricks (DEBUG): Found compatdata directories for app 1942010: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_1647920.acf
protontricks (DEBUG): Found compatdata directories for app 1647920: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_741820.acf
protontricks (DEBUG): Found compatdata directories for app 741820: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_467850.acf
protontricks (DEBUG): Found compatdata directories for app 467850: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_1426210.acf
protontricks (DEBUG): Found compatdata directories for app 1426210: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_239250.acf
protontricks (DEBUG): Found compatdata directories for app 239250: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_1203710.acf
protontricks (DEBUG): Found compatdata directories for app 1203710: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_1034900.acf
protontricks (DEBUG): Found compatdata directories for app 1034900: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_1233570.acf
protontricks (DEBUG): Found compatdata directories for app 1233570: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_437570.acf
protontricks (DEBUG): Found compatdata directories for app 437570: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_13500.acf
protontricks (DEBUG): Found compatdata directories for app 13500: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_1369520.acf
protontricks (DEBUG): Found compatdata directories for app 1369520: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_843200.acf
protontricks (DEBUG): Found compatdata directories for app 843200: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_1375400.acf
protontricks (DEBUG): Found compatdata directories for app 1375400: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_1872680.acf
protontricks (DEBUG): Found compatdata directories for app 1872680: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_264710.acf
protontricks (DEBUG): Found compatdata directories for app 264710: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_1462570.acf
protontricks (DEBUG): Found compatdata directories for app 1462570: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_1608230.acf
protontricks (DEBUG): Found compatdata directories for app 1608230: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_1140630.acf
protontricks (DEBUG): Found compatdata directories for app 1140630: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_1049710.acf
protontricks (DEBUG): Found compatdata directories for app 1049710: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_1210550.acf
protontricks (DEBUG): Found compatdata directories for app 1210550: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_1117670.acf
protontricks (DEBUG): Found compatdata directories for app 1117670: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_654100.acf
protontricks (DEBUG): Found compatdata directories for app 654100: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_480490.acf
protontricks (DEBUG): Found compatdata directories for app 480490: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_1324530.acf
protontricks (DEBUG): Found compatdata directories for app 1324530: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_460810.acf
protontricks (DEBUG): Found compatdata directories for app 460810: [PosixPath('/run/media/deck/mmcblk0p1/steamapps/compatdata/460810/pfx')]
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_19980.acf
protontricks (DEBUG): Found compatdata directories for app 19980: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_620.acf
protontricks (DEBUG): Found compatdata directories for app 620: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_1132910.acf
protontricks (DEBUG): Found compatdata directories for app 1132910: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_537450.acf
protontricks (DEBUG): Found compatdata directories for app 537450: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_1726190.acf
protontricks (DEBUG): Found compatdata directories for app 1726190: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_1640320.acf
protontricks (DEBUG): Found compatdata directories for app 1640320: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_753590.acf
protontricks (DEBUG): Found compatdata directories for app 753590: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_1016180.acf
protontricks (DEBUG): Found compatdata directories for app 1016180: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_414340.acf
protontricks (DEBUG): Found compatdata directories for app 414340: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_400.acf
protontricks (DEBUG): Found compatdata directories for app 400: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_434660.acf
protontricks (DEBUG): Found compatdata directories for app 434660: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_2114740.acf
protontricks (DEBUG): Found compatdata directories for app 2114740: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_353700.acf
protontricks (DEBUG): Found compatdata directories for app 353700: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_729000.acf
protontricks (DEBUG): Found compatdata directories for app 729000: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_1552550.acf
protontricks (DEBUG): Found compatdata directories for app 1552550: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_2180100.acf
protontricks (DEBUG): Found compatdata directories for app 2180100: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_1249480.acf
protontricks (DEBUG): Found compatdata directories for app 1249480: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_289400.acf
protontricks (DEBUG): Found compatdata directories for app 289400: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_267920.acf
protontricks (DEBUG): Found compatdata directories for app 267920: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_808010.acf
protontricks (DEBUG): Found compatdata directories for app 808010: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_1328670.acf
protontricks (DEBUG): Found compatdata directories for app 1328670: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_946030.acf
protontricks (DEBUG): Found compatdata directories for app 946030: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_459220.acf
protontricks (DEBUG): Found compatdata directories for app 459220: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_13530.acf
protontricks (DEBUG): Found compatdata directories for app 13530: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_1494260.acf
protontricks (DEBUG): Found compatdata directories for app 1494260: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_835430.acf
protontricks (DEBUG): Found compatdata directories for app 835430: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_130.acf
protontricks (DEBUG): Found compatdata directories for app 130: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_1856900.acf
protontricks (DEBUG): Found compatdata directories for app 1856900: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_2210.acf
protontricks (DEBUG): Found compatdata directories for app 2210: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_300580.acf
protontricks (DEBUG): Found compatdata directories for app 300580: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_1277870.acf
protontricks (DEBUG): Found compatdata directories for app 1277870: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_1098280.acf
protontricks (DEBUG): Found compatdata directories for app 1098280: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_290510.acf
protontricks (DEBUG): Found compatdata directories for app 290510: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_305050.acf
protontricks (DEBUG): Found compatdata directories for app 305050: []
protontricks (DEBUG): Creating SteamApp from manifest file in /run/media/deck/mmcblk0p1/steamapps/appmanifest_1244950.acf
protontricks (DEBUG): Found compatdata directories for app 1244950: []
protontricks (WARNING): Steam library folder /run/media/deck/Micro SD not found. Protontricks might not have access to the directory.
protontricks (DEBUG): Including extra compat tool paths provided via env var: /app/share/steam/compatibilitytools.d
protontricks (DEBUG): Parsing custom compatibility tool manifest at /home/deck/.local/share/Steam/compatibilitytools.d/GE-Proton9-19/compatibilitytool.vdf
protontricks (DEBUG): Found custom compatibility tool GE-Proton9-19 at /home/deck/.local/share/Steam/compatibilitytools.d/GE-Proton9-19

@Matoking
Copy link
Owner

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 it doesn't exist at all. If you check (eg. using the file manager Dolphin), is there actually a directory there?

If it exists, then there's probably some sort of bug at play, since Protontricks should prompt for additional filesystem permissions if it detects that the Steam library folder is inaccessible with current Flatpak permissions.

@omikron24
Copy link
Author

Hi, there is only "mmcblk0p1" folder inside "/run/media/deck/"
A brief clarification - at some point in time, before I've installed protontricks, I've used the original name for the card which is "mmcblk0p1", installed bunch of my emudeck stuff, then I've renamed the card to "Micro SD", which of course broke some links so I've renamed it back to "mmcblk0p1", the emudeck functionality was restored but protontricks doesn't see steam games neither on "mmcblk0p1" nor on internal SSD except for 3 games

@Matoking
Copy link
Owner

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 you haven't launched the game at least once on the system. They won't show up on the Protontricks game list otherwise.

If it's not that, could you try running the following command? It should look for any compatdata directories in the paths Protontricks found:

find /home/deck/.local/share/Steam /run/media/deck/mmcblk0p1 -iname pfx | grep -i compatdata

@omikron24
Copy link
Author

omikron24 commented Nov 22, 2024

Hello, I've ran the command, here is the output:

/run/media/deck/mmcblk0p1/steamapps/compatdata/460810/pfx
/run/media/deck/mmcblk0p1/steamapps/compatdata/920210/pfx
/run/media/deck/mmcblk0p1/steamapps/compatdata/1153640/pfx
/run/media/deck/mmcblk0p1/compatdata/208200/pfx
/run/media/deck/mmcblk0p1/compatdata/1102100/pfx
/run/media/deck/mmcblk0p1/compatdata/1210550/pfx
/run/media/deck/mmcblk0p1/compatdata/1691620/pfx

I didn't paste everything since the list consists of 2 types of lines and there are more than hundred . The first 3 lines I assume are games that I see in protontricks list upon launch, anything else is not shown in protontricks.

But you may have pointed in the right direction - protontricks may not see something it's looking for. When I got the steamdeck it was re-downloading all cache updates for all installed games every time it was restarted or tuned on or when I switched modes between desktop and game mode. Long story short - SSD has a lifespan and I think we're onto something. I've changed settings so that Steamdeck kept downloading the files if it needed to but it puts them on the sd card. So now I think that while Steam can access link that redirects it to download and use something from sd card - protontricks sequence breaks yielding no results. However this doesn't explain why there are 3 games that are visible.

@Matoking
Copy link
Owner

Matoking commented Dec 2, 2024

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 app related data (downloads in progress, shader cache, workshop items, etc.) have been located under <steam_library>/steamapps in various subdirectories like steamapps, compatdata, downloading and so forth.

This is a bit of a long shot, but can you run the following command in a terminal and copy the output?

$ ls -lh /run/media/deck/mmcblk0p1 /run/media/deck/mmcblk0p1/steamapps /run/media/deck/mmcblk0p1/steamapps/compatdata /run/media/deck/mmcblk0p1/compatdata

There's been some filesystem corruption in MicroSD cards before that manifested in weird ways, though that seems unlikely.

I'm assuming you can launch the games as normal, with any "first time setup" reported by Steam happening only once each time? If not, then Steam itself is probably having trouble tracking the Wine prefixes, too.

@omikron24
Copy link
Author

Hi, please see output below

(127)(deck@steamdeck ~)$ ls -lh /run/media/deck/mmcblk0p1 /run/media/deck/mmcblk0p1/steamapps /run/media/deck/mmcblk0p1/steamapps/compatdata /run/media/deck/mmcblk0p1/compatdata
/run/media/deck/mmcblk0p1:
total 60K
drwxr-x--- 2 deck deck 4.0K Oct 26 03:45 3a63aaa463c2bb1e3a2a53
drwxr-xr-x 162 deck deck 4.0K Nov 17 02:28 compatdata
drwxr-x--- 3 deck deck 4.0K Oct 26 03:45 ddd213dec74fb2e8907eaf4b4ed7
drwxrwxr-x 36 deck deck 4.0K Oct 26 03:59 e75b6603b06297cabcf7a9340364dc43
drwxr-xr-x 10 deck deck 4.0K Jun 13 2023 Emulation
-rwxrwxrwx 1 deck deck 69 May 25 2023 libraryfolder.vdf
drwx------ 2 root root 16K Feb 26 2024 lost+found
drwxr-xr-x 296 deck deck 12K Nov 17 01:33 shadercache
drwxr-xr-x 7 deck deck 4.0K Dec 6 01:58 steamapps

/run/media/deck/mmcblk0p1/compatdata:
total 640K
drwxr-xr-x 4 deck deck 4.0K Aug 4 2023 0
drwxr-xr-x 4 deck deck 4.0K Feb 24 2024 1001800
drwxr-xr-x 3 deck deck 4.0K Sep 17 2023 1016180
drwxr-xr-x 4 deck deck 4.0K Feb 24 2024 1018010
drwxr-xr-x 4 deck deck 4.0K Feb 24 2024 1034900
drwxr-xr-x 3 deck deck 4.0K May 29 2023 1041720
drwxr-xr-x 3 deck deck 4.0K Apr 5 2024 1050370
drwxr-xr-x 3 deck deck 4.0K Dec 11 2022 1055170
drwxr-xr-x 3 deck deck 4.0K Mar 10 2024 1069530
drwxr-xr-x 3 deck deck 4.0K Dec 11 2022 108710
drwxr-xr-x 4 deck deck 4.0K Feb 24 2024 1102100
drwxr-xr-x 4 deck deck 4.0K Dec 11 2022 1113220
drwxr-xr-x 3 deck deck 4.0K May 27 2023 1140630
drwxr-xr-x 4 deck deck 4.0K Feb 24 2024 1148590
drwxr-xr-x 3 deck deck 4.0K May 30 2023 1153640
drwxr-xr-x 4 deck deck 4.0K Feb 24 2024 1167450
drwxr-xr-x 4 deck deck 4.0K Dec 11 2022 1184480
drwxr-xr-x 4 deck deck 4.0K Feb 24 2024 1189780
drwxr-xr-x 4 deck deck 4.0K Feb 24 2024 1191630
drwxr-xr-x 3 deck deck 4.0K May 29 2023 1203630
drwxr-xr-x 3 deck deck 4.0K Oct 29 2023 1210550
drwxr-xr-x 3 deck deck 4.0K Mar 2 2024 1231880
drwxr-xr-x 4 deck deck 4.0K May 30 2023 1233570
drwxr-xr-x 3 deck deck 4.0K Jun 27 2023 1245040
drwxr-xr-x 2 deck deck 4.0K Jul 30 23:20 1249480
drwxr-xr-x 4 deck deck 4.0K Dec 11 2022 1262920
drwxr-xr-x 4 deck deck 4.0K Jul 4 2023 1277870
drwxr-xr-x 4 deck deck 4.0K Dec 4 14:16 1284410
drwxr-xr-x 4 deck deck 4.0K Feb 24 2024 1299360
drwxr-xr-x 3 deck deck 4.0K Jun 7 2023 13200
drwxr-xr-x 3 deck deck 4.0K Mar 12 2023 13210
drwxr-xr-x 3 deck deck 4.0K Mar 13 2023 13230
drwxr-xr-x 3 deck deck 4.0K May 30 2023 1323470
drwxr-xr-x 3 deck deck 4.0K Jul 8 16:31 1328670
drwxr-xr-x 3 deck deck 4.0K Dec 10 2022 1346400
drwxr-xr-x 3 deck deck 4.0K May 29 2023 13500
drwxr-xr-x 3 deck deck 4.0K May 29 2023 13530
drwxr-xr-x 3 deck deck 4.0K Jun 13 2023 13600
drwxr-xr-x 4 deck deck 4.0K Nov 10 2023 1375400
drwxr-xr-x 3 deck deck 4.0K Nov 6 13:46 1390350
drwxr-xr-x 4 deck deck 4.0K Nov 30 21:03 1426210
drwxr-xr-x 3 deck deck 4.0K May 29 2023 1462570
drwxr-xr-x 3 deck deck 4.0K May 29 2023 1492680
drwxr-xr-x 4 deck deck 4.0K May 9 2023 1493710
drwxr-xr-x 3 deck deck 4.0K Nov 30 2023 1494260
drwxr-xr-x 3 deck deck 4.0K Dec 12 2023 15270
drwxr-xr-x 3 deck deck 4.0K Jan 3 2024 1566050
drwxr-xr-x 3 deck deck 4.0K Nov 10 13:11 1590760
drwxr-xr-x 3 deck deck 4.0K Jul 7 2023 1607680
drwxr-xr-x 3 deck deck 4.0K Jul 17 13:29 1640320
drwxr-xr-x 4 deck deck 4.0K Apr 7 2024 1647920
drwxr-xr-x 4 deck deck 4.0K Feb 24 2024 1691620
drwxr-xr-x 3 deck deck 4.0K Jul 14 19:09 1708010
drwxr-xr-x 3 deck deck 4.0K Apr 14 2024 1722840
drwxr-xr-x 4 deck deck 4.0K Oct 2 2023 1726190
drwxr-xr-x 3 deck deck 4.0K Jun 11 22:12 1740930
drwxr-xr-x 3 deck deck 4.0K Dec 10 2022 17410
drwxr-xr-x 3 deck deck 4.0K Jul 4 2023 1856900
drwxr-xr-x 3 deck deck 4.0K Apr 5 2024 1872680
drwxr-xr-x 3 deck deck 4.0K Dec 10 2022 1887720
drwxr-xr-x 3 deck deck 4.0K Oct 9 15:37 1942010
drwxr-xr-x 3 deck deck 4.0K May 29 2023 19980
drwxr-xr-x 3 deck deck 4.0K Sep 11 00:18 2005010
drwxr-xr-x 3 deck deck 4.0K Sep 27 2023 20550
drwxr-xr-x 3 deck deck 4.0K Feb 8 2023 205730
drwxr-xr-x 4 deck deck 4.0K Feb 24 2024 205950
drwxr-xr-x 3 deck deck 4.0K Dec 10 2022 208200
drwxr-xr-x 2 deck deck 4.0K Jul 4 2023 208750
drwxr-xr-x 3 deck deck 4.0K Jan 28 2024 2114740
drwxr-xr-x 4 deck deck 4.0K Aug 3 2023 213120
drwxr-xr-x 4 deck deck 4.0K Jan 14 2024 217980
drwxr-xr-x 4 deck deck 4.0K Aug 4 2023 2180100
drwxr-xr-x 2 deck deck 4.0K Nov 17 02:28 220
drwxr-xr-x 4 deck deck 4.0K Jul 5 2023 2210
drwxr-xr-x 3 deck deck 4.0K Mar 19 2024 2290270
drwxr-xr-x 3 deck deck 4.0K Dec 10 2022 2300
drwxr-xr-x 4 deck deck 4.0K Feb 24 2024 230700
drwxr-xr-x 3 deck deck 4.0K May 29 2023 234080
drwxr-xr-x 4 deck deck 4.0K Jul 22 2023 2348590
drwxr-xr-x 4 deck deck 4.0K Feb 24 2024 239250
drwxr-xr-x 4 deck deck 4.0K Feb 24 2024 250760
drwxr-xr-x 3 deck deck 4.0K Jul 14 18:43 253750
drwxr-xr-x 3 deck deck 4.0K Dec 11 2022 257850
drwxr-xr-x 2 deck deck 4.0K Dec 19 2022 259530
drwxr-xr-x 4 deck deck 4.0K Feb 24 2024 264710
drwxr-xr-x 3 deck deck 4.0K May 9 2023 268910
drwxr-xr-x 4 deck deck 4.0K Aug 22 2023 270150
drwxr-xr-x 3 deck deck 4.0K May 30 2023 277430
drwxr-xr-x 3 deck deck 4.0K Dec 10 2022 277890
drwxr-xr-x 3 deck deck 4.0K May 12 2024 2805730
drwxr-xr-x 4 deck deck 4.0K Feb 24 2024 289400
drwxr-xr-x 3 deck deck 4.0K Mar 7 2024 2903270647
drwxr-xr-x 3 deck deck 4.0K Jan 3 2023 297130
drwxr-xr-x 3 deck deck 4.0K Mar 5 2023 2990
drwxr-xr-x 3 deck deck 4.0K Nov 17 01:33 3007893283
drwxr-xr-x 4 deck deck 4.0K Feb 24 2024 308060
drwxr-xr-x 3 deck deck 4.0K Dec 10 2022 319480
drwxr-xr-x 4 deck deck 4.0K Jul 4 2023 3214564044
drwxr-xr-x 3 deck deck 4.0K May 29 2023 324570
drwxr-xr-x 3 deck deck 4.0K Dec 10 2022 327740
drwxr-xr-x 3 deck deck 4.0K Mar 26 2024 3284793303
drwxr-xr-x 3 deck deck 4.0K Dec 10 2022 338930
drwxr-xr-x 4 deck deck 4.0K Feb 24 2024 341550
drwxr-xr-x 3 deck deck 4.0K Mar 21 2024 353700
drwxr-xr-x 2 deck deck 4.0K Dec 19 2022 358650
drwxr-xr-x 3 deck deck 4.0K Feb 4 2024 367520
drwxr-xr-x 3 deck deck 4.0K Dec 10 2022 384190
drwxr-xr-x 3 deck deck 4.0K Dec 11 2022 387290
drwxr-xr-x 3 deck deck 4.0K Jun 11 2023 389730
drwxr-xr-x 4 deck deck 4.0K Jul 8 2023 3993713852
drwxr-xr-x 3 deck deck 4.0K May 29 2023 414340
drwxr-xr-x 3 deck deck 4.0K Mar 26 2024 4173754975
drwxr-xr-x 3 deck deck 4.0K Dec 11 2022 423230
drwxr-xr-x 3 deck deck 4.0K Dec 10 2022 42650
drwxr-xr-x 4 deck deck 4.0K Feb 24 2024 431940
drwxr-xr-x 4 deck deck 4.0K Feb 24 2024 434660
drwxr-xr-x 4 deck deck 4.0K Feb 24 2024 437570
drwxr-xr-x 4 deck deck 4.0K Feb 24 2024 442780
drwxr-xr-x 4 deck deck 4.0K Feb 24 2024 459220
drwxr-xr-x 4 deck deck 4.0K Feb 24 2024 460790
drwxr-xr-x 3 deck deck 4.0K Oct 29 12:30 460810
drwxr-xr-x 4 deck deck 4.0K Feb 24 2024 464060
drwxr-xr-x 4 deck deck 4.0K Feb 24 2024 480490
drwxr-xr-x 4 deck deck 4.0K Feb 24 2024 491040
drwxr-xr-x 3 deck deck 4.0K Jul 14 18:41 499180
drwxr-xr-x 3 deck deck 4.0K Dec 11 2022 501020
drwxr-xr-x 3 deck deck 4.0K Dec 11 2022 501530
drwxr-xr-x 4 deck deck 4.0K Feb 24 2024 528230
drwxr-xr-x 4 deck deck 4.0K Feb 24 2024 537450
drwxr-xr-x 2 deck deck 4.0K Dec 19 2022 562860
drwxr-xr-x 4 deck deck 4.0K Feb 24 2024 587620
drwxr-xr-x 4 deck deck 4.0K Dec 11 2022 6000
drwxr-xr-x 4 deck deck 4.0K Feb 24 2024 606730
drwxr-xr-x 3 deck deck 4.0K Feb 8 2023 6220
drwxr-xr-x 3 deck deck 4.0K Dec 10 2022 628800
drwxr-xr-x 2 deck deck 4.0K Dec 19 2022 677120
drwxr-xr-x 3 deck deck 4.0K May 2 2023 702670
drwxr-xr-x 3 deck deck 4.0K Jul 4 2023 729000
drwxr-xr-x 3 deck deck 4.0K Dec 10 2022 730390
drwxr-xr-x 3 deck deck 4.0K May 29 2023 741820
drwxr-xr-x 4 deck deck 4.0K Jan 3 2023 751500
drwxr-xr-x 4 deck deck 4.0K Feb 24 2024 753590
drwxr-xr-x 4 deck deck 4.0K Feb 24 2024 764300
drwxr-xr-x 3 deck deck 4.0K Dec 10 2022 783260
drwxr-xr-x 3 deck deck 4.0K Dec 11 2022 785880
drwxr-xr-x 3 deck deck 4.0K Jul 4 2023 792120
drwxr-xr-x 4 deck deck 4.0K Feb 24 2024 838310
drwxr-xr-x 4 deck deck 4.0K May 1 2024 843200
drwxr-xr-x 4 deck deck 4.0K Feb 24 2024 848450
drwxr-xr-x 3 deck deck 4.0K Jun 27 2023 858280
drwxr-xr-x 4 deck deck 4.0K Feb 24 2024 893680
drwxr-xr-x 4 deck deck 4.0K Feb 24 2024 9050
drwxr-xr-x 3 deck deck 4.0K Dec 10 2022 9070
drwxr-xr-x 4 deck deck 4.0K Feb 24 2024 907670
drwxr-xr-x 4 deck deck 4.0K Feb 24 2024 920210
drwxr-xr-x 3 deck deck 4.0K Apr 4 2023 95400
drwxr-xr-x 4 deck deck 4.0K Dec 11 2022 961620
drwxr-xr-x 4 deck deck 4.0K Sep 22 2023 976730
drwxr-xr-x 3 deck deck 4.0K Dec 11 2022 979690
drwxr-xr-x 3 deck deck 4.0K May 29 2023 99300
lrwxrwxrwx 1 deck deck 34 Feb 26 2024 test -> /run/media/deck/MicroSD/compatdata

/run/media/deck/mmcblk0p1/steamapps:
total 456K
-rwxr-xr-x 1 deck deck 749 Oct 16 22:22 appmanifest_1016180.acf
-rwxr-xr-x 1 deck deck 637 Feb 26 2024 appmanifest_1018010.acf
-rwxr-xr-x 1 deck deck 1015 Dec 6 01:57 appmanifest_1034900.acf
-rwxr-xr-x 1 deck deck 562 Feb 26 2024 appmanifest_1049710.acf
-rwxr-xr-x 1 deck deck 565 Oct 2 16:23 appmanifest_1050370.acf
-rwxr-xr-x 1 deck deck 723 Oct 24 18:16 appmanifest_1098280.acf
-rwxr-xr-x 1 deck deck 541 Feb 26 2024 appmanifest_1117670.acf
-rwxr-xr-x 1 deck deck 540 Feb 26 2024 appmanifest_1132910.acf
-rwxr-xr-x 1 deck deck 804 Feb 26 2024 appmanifest_1140630.acf
-rwxr-xr-x 1 deck deck 759 Feb 26 2024 appmanifest_1153640.acf
-rwxr-xr-x 1 deck deck 797 Feb 26 2024 appmanifest_1167450.acf
-rwxr-xr-x 1 deck deck 861 Feb 26 2024 appmanifest_1203630.acf
-rwxr-xr-x 1 deck deck 729 Jul 14 18:30 appmanifest_1203710.acf
-rwxr-xr-x 1 deck deck 606 Feb 26 2024 appmanifest_1210550.acf
-rwxr-xr-x 1 deck deck 586 Sep 29 15:18 appmanifest_1231880.acf
-rwxr-xr-x 1 deck deck 946 Feb 26 2024 appmanifest_1233570.acf
-rwxr-xr-x 1 deck deck 578 Oct 28 17:32 appmanifest_1234180.acf
-rwxr-xr-x 1 deck deck 704 Feb 26 2024 appmanifest_1244950.acf
-rwxr-xr-x 1 deck deck 738 Nov 28 21:39 appmanifest_1249480.acf
-rwxr-xr-x 1 deck deck 579 Aug 30 21:27 appmanifest_1277870.acf
-rwxr-xr-x 1 deck deck 947 Dec 4 14:17 appmanifest_1284410.acf
-rwxr-xr-x 1 deck deck 592 Feb 26 2024 appmanifest_1299360.acf
-rwxr-xr-x 1 deck deck 619 Feb 26 2024 appmanifest_130.acf
-rwxr-xr-x 1 deck deck 629 Feb 26 2024 appmanifest_1323470.acf
-rwxr-xr-x 1 deck deck 603 Oct 24 16:40 appmanifest_1324530.acf
-rwxr-xr-x 1 deck deck 961 Nov 29 22:37 appmanifest_1328670.acf
-rwxr-xr-x 1 deck deck 742 Feb 26 2024 appmanifest_13500.acf
-rwxr-xr-x 1 deck deck 813 Feb 26 2024 appmanifest_13530.acf
-rwxr-xr-x 1 deck deck 819 Feb 26 2024 appmanifest_13600.acf
-rwxr-xr-x 1 deck deck 631 Feb 26 2024 appmanifest_1369520.acf
-rwxr-xr-x 1 deck deck 655 Sep 29 15:17 appmanifest_1375400.acf
-rwxr-xr-x 1 deck deck 564 Nov 12 22:12 appmanifest_1390350.acf
-rwxr-xr-x 1 deck deck 776 Dec 6 01:56 appmanifest_1426210.acf
-rwxr-xr-x 1 deck deck 889 Feb 26 2024 appmanifest_1462570.acf
-rwxr-xr-x 1 deck deck 785 Aug 30 21:28 appmanifest_1492680.acf
-rwxr-xr-x 1 deck deck 565 Sep 23 20:06 appmanifest_1494260.acf
-rwxr-xr-x 1 deck deck 793 Oct 31 17:32 appmanifest_15270.acf
-rwxr-xr-x 1 deck deck 586 Feb 26 2024 appmanifest_1552550.acf
-rwxr-xr-x 1 deck deck 602 Aug 8 13:02 appmanifest_1566050.acf
-rwxr-xr-x 1 deck deck 574 Dec 4 14:04 appmanifest_1590760.acf
-rwxr-xr-x 1 deck deck 573 Oct 14 17:01 appmanifest_1608230.acf
-rwxr-xr-x 1 deck deck 572 Nov 28 00:16 appmanifest_1640320.acf
-rwxr-xr-x 1 deck deck 600 Oct 26 03:11 appmanifest_1647920.acf
-rwxr-xr-x 1 deck deck 567 Nov 11 10:48 appmanifest_1671410.acf
-rwxr-xr-x 1 deck deck 667 Dec 2 17:55 appmanifest_1708010.acf
-rwxr-xr-x 1 deck deck 799 Oct 9 15:21 appmanifest_1722840.acf
-rwxr-xr-x 1 deck deck 580 Feb 26 2024 appmanifest_1726190.acf
-rwxr-xr-x 1 deck deck 583 Oct 8 19:00 appmanifest_1740930.acf
-rwxr-xr-x 1 deck deck 570 Nov 24 12:44 appmanifest_1856900.acf
-rwxr-xr-x 1 deck deck 644 Dec 2 17:55 appmanifest_1872680.acf
-rwxr-xr-x 1 deck deck 663 Oct 29 22:16 appmanifest_1942010.acf
-rwxr-xr-x 1 deck deck 704 Feb 26 2024 appmanifest_19980.acf
-rwxr-xr-x 1 deck deck 642 Nov 24 12:44 appmanifest_2005010.acf
-rwxr-xr-x 1 deck deck 604 Aug 30 21:28 appmanifest_2023360.acf
-rwxr-xr-x 1 deck deck 703 Feb 26 2024 appmanifest_20550.acf
-rwxr-xr-x 1 deck deck 767 Feb 26 2024 appmanifest_205950.acf
-rwxr-xr-x 1 deck deck 542 Feb 26 2024 appmanifest_208750.acf
-rwxr-xr-x 1 deck deck 784 Dec 6 01:58 appmanifest_2114740.acf
-rwxr-xr-x 1 deck deck 693 Nov 9 14:57 appmanifest_2180100.acf
-rwxr-xr-x 1 deck deck 916 Dec 6 01:55 appmanifest_220.acf
-rwxr-xr-x 1 deck deck 685 Feb 26 2024 appmanifest_2210.acf
-rwxr-xr-x 1 deck deck 567 Aug 30 21:28 appmanifest_2290270.acf
-rwxr-xr-x 1 deck deck 584 Feb 26 2024 appmanifest_230700.acf
-rwxr-xr-x 1 deck deck 854 Feb 26 2024 appmanifest_234080.acf
-rwxr-xr-x 1 deck deck 1.3K Feb 26 2024 appmanifest_239250.acf
-rwxr-xr-x 1 deck deck 766 Jul 14 18:43 appmanifest_253750.acf
-rwxr-xr-x 1 deck deck 742 Feb 26 2024 appmanifest_264710.acf
-rwxr-xr-x 1 deck deck 541 Feb 26 2024 appmanifest_267920.acf
-rwxr-xr-x 1 deck deck 799 Oct 23 16:13 appmanifest_277430.acf
-rwxr-xr-x 1 deck deck 540 Feb 26 2024 appmanifest_280160.acf
-rwxr-xr-x 1 deck deck 743 Aug 30 21:25 appmanifest_289400.acf
-rwxr-xr-x 1 deck deck 550 Aug 30 21:25 appmanifest_290510.acf
-rwxr-xr-x 1 deck deck 540 Feb 26 2024 appmanifest_300580.acf
-rwxr-xr-x 1 deck deck 537 Feb 26 2024 appmanifest_305050.acf
-rwxr-xr-x 1 deck deck 776 Feb 26 2024 appmanifest_324570.acf
-rwxr-xr-x 1 deck deck 683 Nov 17 01:25 appmanifest_340.acf
-rwxr-xr-x 1 deck deck 982 Aug 30 21:25 appmanifest_353700.acf
-rwxr-xr-x 1 deck deck 552 Feb 26 2024 appmanifest_367520.acf
-rwxr-xr-x 1 deck deck 781 Nov 28 21:40 appmanifest_380.acf
-rwxr-xr-x 1 deck deck 756 Feb 26 2024 appmanifest_400.acf
-rwxr-xr-x 1 deck deck 823 Feb 26 2024 appmanifest_414340.acf
-rwxr-xr-x 1 deck deck 684 Nov 28 21:40 appmanifest_420.acf
-rwxr-xr-x 1 deck deck 608 Feb 26 2024 appmanifest_434660.acf
-rwxr-xr-x 1 deck deck 579 Feb 26 2024 appmanifest_437570.acf
-rwxr-xr-x 1 deck deck 818 Feb 26 2024 appmanifest_459220.acf
-rwxr-xr-x 1 deck deck 924 Oct 29 12:30 appmanifest_460810.acf
-rwxr-xr-x 1 deck deck 553 Feb 29 2024 appmanifest_467850.acf
-rwxr-xr-x 1 deck deck 1.1K Nov 29 22:37 appmanifest_480490.acf
-rwxr-xr-x 1 deck deck 659 Dec 1 16:25 appmanifest_499180.acf
-rwxr-xr-x 1 deck deck 620 Feb 26 2024 appmanifest_50.acf
-rwxr-xr-x 1 deck deck 818 Feb 26 2024 appmanifest_537450.acf
-rwxr-xr-x 1 deck deck 906 Oct 21 19:23 appmanifest_587620.acf
-rwxr-xr-x 1 deck deck 555 Feb 26 2024 appmanifest_609320.acf
-rwxr-xr-x 1 deck deck 869 Jun 28 08:10 appmanifest_620.acf
-rwxr-xr-x 1 deck deck 567 Nov 4 21:33 appmanifest_654100.acf
-rwxr-xr-x 1 deck deck 1.1K Oct 10 17:45 appmanifest_70.acf
-rwxr-xr-x 1 deck deck 543 Feb 26 2024 appmanifest_729000.acf
-rwxr-xr-x 1 deck deck 795 Feb 26 2024 appmanifest_741820.acf
-rwxr-xr-x 1 deck deck 762 Feb 26 2024 appmanifest_753590.acf
-rwxr-xr-x 1 deck deck 591 Feb 26 2024 appmanifest_792120.acf
-rwxr-xr-x 1 deck deck 557 Aug 30 21:26 appmanifest_808010.acf
-rwxr-xr-x 1 deck deck 548 Feb 26 2024 appmanifest_835430.acf
-rwxr-xr-x 1 deck deck 652 Nov 28 05:29 appmanifest_843200.acf
-rwxr-xr-x 1 deck deck 795 Nov 30 21:03 appmanifest_848450.acf
-rwxr-xr-x 1 deck deck 905 Feb 26 2024 appmanifest_870780.acf
-rwxr-xr-x 1 deck deck 567 Nov 2 22:16 appmanifest_894020.acf
-rwxr-xr-x 1 deck deck 1.7K Nov 20 14:03 appmanifest_920210.acf
-rwxr-xr-x 1 deck deck 551 Feb 26 2024 appmanifest_946030.acf
-rwxr-xr-x 1 deck deck 563 Dec 1 16:10 appmanifest_974390.acf
drwxr-xr-x 115 deck deck 4.0K Nov 17 01:15 common
drwxr-xr-x 6 deck deck 4.0K Oct 29 12:23 compatdata
drwxr-xr-x 5 deck deck 4.0K Dec 6 01:58 downloading
drwxr-xr-x 2 deck deck 4.0K Dec 6 01:58 temp
drwxr-xr-x 5 deck deck 4.0K Dec 6 01:59 workshop

/run/media/deck/mmcblk0p1/steamapps/compatdata:
total 16K
drwxr-xr-x 3 deck deck 4.0K May 27 2023 1153640
drwxr-xr-x 3 deck deck 4.0K Oct 29 12:29 460810
drwxr-xr-x 2 deck deck 4.0K Oct 29 02:04 480490
drwxr-xr-x 3 deck deck 4.0K Jul 8 2023 920210
(deck@steamdeck ~)$

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