In fact looking further I can see that
/mnt/Games/Games/steamapps/
appears to have been populated with the various configuration files but
/mnt/Games/Games/SteamApps/common
appears to have the actual game data installed to it.
A workarround appears to be to move the gamedata into the folder with the steam config files:
cd /mnt/Games
mv Games/SteamApps/common/* Games/steamapps/common/
rmdir Games/SteamApps/common/
rmdir Games/SteamApps/
And symlink the other directory name steam is trying to access to the common one:
cd Games/
ln -s steamapps SteamApps
However steam should not be confusing upper and lower case paths like this!
If it is the same as #4154 and is fixed, could this please be closed then.
It looks like it may be related to the switch to a lower case "steamapps" folder as mentioned in #4154 but not to the actual issue in that thread as I have never run "steam --reset".
My guess would be that there an issue in migrating people to the lower case name perhaps related to the slightly unusual path that I picked in /mnt/ or the fact that this was my second install location.
There then seems to have been a recent change to the way that the locations are picked for launching games, as they only stopped working shortly before I posted this issue.
So if you run steam --rest the bug goes away?
On 9 Jan 2016 20:43, "Michael Green" [email protected] wrote:
It looks like it may be related to the switch to a lower case "steamapps"
folder as mentioned in #4154
https://github.com/ValveSoftware/steam-for-linux/issues/4154 but not to
the actual issue in that thread as I have never run "steam --reset".My guess would be that there an issue in migrating people to the lower
case name perhaps related to the slightly unusual path that I picked in
/mnt/ or the fact that this was my second install location.There then seems to have been a recent change to the way that the
locations are picked for launching games, as they only stopped working
shortly before I posted this issue.—
Reply to this email directly or view it on GitHub
https://github.com/ValveSoftware/steam-for-linux/issues/4221#issuecomment-170206617
.
Sorry I have reordered my collection so that I no longer am able to reproduce the issue.
That's fine. Feel free to close this bug
On 4 Feb 2016 3:10 a.m., "Michael Green" [email protected] wrote:
Sorry I have reordered my collection so that I no longer am able to
reproduce the issue.—
Reply to this email directly or view it on GitHub
https://github.com/ValveSoftware/steam-for-linux/issues/4221#issuecomment-179256891
.
Hello @abc-mikey, Steam no longer supports the older camel-cased SteamApps naming convention and will automatically migrate the folder to all lower case if it can safely.
As of today steam has started tying to open games that were running in:
not the folder they are actually installed in:
Log of output from trying to launch game and trying to open installed location.