You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
that I haven't found an existing compatibility report for this game.
that I have checked whether there are updates for my system available.
Symptoms
Proton games crash on startup due to "not having ownership"
Reproduction
Attach a drive or partition your existing drive
Format the drive to ntfs
Mount the drive
Download and install a steam game to that drive
Enable proton compatibility via the steam settings
Play the game, it will crash
Running steam from the command line will throw this error: wine: '/run/media/playerxyt/DATA/SteamLibrary/steamapps/compatdata/1313140/pfx' is not owned by you
The pfx file has 777 permission but is owned by root (due to fstab) drwxrwxrwx 1 root root 4096 Mar 9 2023 pfx chown Will not work because it is not supported in ntfs
Reinstall the game to a linux file system (ext4 in root in my case)
The game will run perfectly
The text was updated successfully, but these errors were encountered:
Wine requires that the wineprefix folder must be owned by the current user that is running it to prevent an entire category of hard to diagnose issues. Proton inherits this behavior. This specific issue is already being tracked at #4820.
Compatibility Report
System Information
I confirm:
Symptoms
Proton games crash on startup due to "not having ownership"
Reproduction
Attach a drive or partition your existing drive
Format the drive to ntfs
Mount the drive
Download and install a steam game to that drive
Enable proton compatibility via the steam settings
Play the game, it will crash
Running steam from the command line will throw this error:
wine: '/run/media/playerxyt/DATA/SteamLibrary/steamapps/compatdata/1313140/pfx' is not owned by you
The pfx file has 777 permission but is owned by root (due to fstab)
drwxrwxrwx 1 root root 4096 Mar 9 2023 pfx
chown
Will not work because it is not supported in ntfsReinstall the game to a linux file system (ext4 in root in my case)
The game will run perfectly
The text was updated successfully, but these errors were encountered: