protonscr

TF2 fails to launch with "failed to set file attributes error" if data is stored on a NTFS file system

steamclosed
ValveSoftware/steam-for-linux#304 · opened 2012-12-23 by jb55 · updated 2012-12-23 · 1 comments · github
Jjb55 2012-12-23 github

I have my SteamApps folder symlinked to my ntfs drive where I have all my local data stored.

When launching TF2 I get these errors:

Steam error:  SteamProcessCall(WaitForAppReadyToLaunch)(0xab645e,0xffd70340,0xffd70128) failed with error 1: Failed to set file attributes
SteamWaitForAppReadyToLaunch() error:  SteamProcessCall(WaitForAppReadyToLaunch)(0xab645e,0xffd70340,0xffd70128) failed with error 1: Failed to set file attributes
CJoinGameDialog::OnSteamError() : launch game failed, with steam error:
 SteamProcessCall(WaitForAppReadyToLaunch)(0xab645e,0xffd70340,0xffd70128) failed with error 1: Failed to set file attributes

the mount options on the drive: nosuid,nodev,nofail,x-gvfs-showrw,allow_other,default_permissions

Jjb55 2012-12-23 github

I was able to get this working by mounting the driver under my user's ownership.

Just add these to the mount options: uid=1000,gid=1000

Nothing extracted yet.