-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Description
I'm trying to launch a supported game (or any other windows game) from steam play but it keeps erroring out with
wine: /mnt/games/SteamLibrary/steamapps/compatdata/698780/pfx is not owned by you
I've tried setting a umask for everyone to read,write, and execute , and a uid/gid with my user, both of which didn't work.
The uid/gid wouldn't let me mount the drive with steam, and the umask returns
OSError: [Errno 1] Operation not permitted: '/mnt/games/SteamLibrary/steamapps/compatdata/698780/pfx//drive_c/Program Files (x86)/Steam/steamclient.dll'
I'm using an NTFS Drive that is mainly used for windows games so only windows normally touches it.
I'd also like to note, if I move the install folder to my local drive which is an ext4 (Arch) it runs great.
But I'd rather not switch my other drive to ext4 or anything like that if I don't have to.
Is there something I'm missing? Something I haven't tried or I'm just being too dumb to notice lol
Metadata
Metadata
Assignees
Labels
No labels