Open Atlas5976 opened 10 months ago
One of the appmanifest files doesn't seem to have a name
field. Could you try running the following command? It should print the contents for any files that lack the field.
$ find ~/.steam/steam/steamapps -name "appmanifest_*.acf" -exec sh -c "cat {} | tr '\n' ' ' | grep -v '\"name\"'" \;
"AppState" { "appid" "20554559" "Universe" "1" "installdir" "ELDEN RING" "StateFlags""1026" }
"AppState" { "appid" "20561646" "Universe" "1" "installdir" "PAYDAY3" "StateFlags""1026" }
I want to say these are two games whose drives I've changed by uninstalling and then redownloading, maybe in windows. Renaming/removing both appmanifest files allows protontricks to work.
"AppState" { "appid" "20554559" "Universe" "1" "installdir" "ELDEN RING" "StateFlags""1026" } "AppState" { "appid" "20561646" "Universe" "1" "installdir" "PAYDAY3" "StateFlags""1026" }
I want to say these are two games whose drives I've changed by uninstalling and then redownloading, maybe in windows. Renaming/removing both appmanifest files allows protontricks to work.
To clarify, are the game installations located in the same directory as the appmanifest files, or are they simply leftover files?
"AppState" { "appid" "20554559" "Universe" "1" "installdir" "ELDEN RING" "StateFlags""1026" } "AppState" { "appid" "20561646" "Universe" "1" "installdir" "PAYDAY3" "StateFlags""1026" }
I want to say these are two games whose drives I've changed by uninstalling and then redownloading, maybe in windows. Renaming/removing both appmanifest files allows protontricks to work.
To clarify, are the game installations located in the same directory as the appmanifest files, or are they simply leftover files?
They were leftover files, it seems.
Describe the bug Unable to actually use protontricks as it seems to have issues upon selecting a steam installation.
To Reproduce Steps to reproduce the behavior:
protontricks --gui
Expected behavior Presumably, protontricks should begin scanning and identifying all installed games to populate its gui
System (please complete the following information):
Additional context