Hello @dodgypast, the wine prefix used by Proton is setup locally, and I suspect this is most likely an issue with how the filesystem is mounted. What are the mount options used with /MyMedia/Steam?
Thanks for looking into this for me.
The fstab line is:
192.168.1.153:/mnt/user/MyMedia /MyMedia nfs defaults 0 0
I did dig around enoungh to know uid= doesn't work with nfs mounting.
Maybe the uid mapping on the server doesn't match the client? (https://unix.stackexchange.com/a/9474)
If this is the case, then it looks like you can make adjustments with /etc/nfs.map (https://stackoverflow.com/a/27769444)
I've fixed it with the following in /etc/exports of the fileserver:
"/mnt/user/MyMedia" -async,no_subtree_check,fsid=100 (sec=sys,rw,insecure,all_squash,anongid=1000,anonuid=1000)
Nothing extracted yet.
Your system information
Please describe your issue in as much detail as possible:
When I try to run a game for the first time it cannot install the VC_Redists etc, it fails with the error:
wineserver: /MyMedia/Steam/steamapps/compatdata/1072500/pfx is not owned by youIf I run
sudo chown -R duncanm /MyMedia/Steamit then works.BUT
When I install another game to the same share it fails again and I have to rerun the permissions.
Steps for reproducing this issue: