All games using a proton version higher than 5 are failing to launch
Falmarri @ Falmarri @lemmy.world Posts 10Comments 223Joined 2 yr. ago

Falmarri @ Falmarri @lemmy.world
Posts
10
Comments
223
Joined
2 yr. ago
It's possible they installed with sudo or something, which ruined the permissions. First try
find /home/lewis/.steam ! -user lewis
. That will show if any files got owned incorrectly. If so, dochown -R lewis:lewis /home/lewis/.steam
.Not sure this is a permission/owner issue though. My guess is
/home/lewis/.steam/debian-installation/steamapps/common/SteamLinuxRuntime_sniper/_v2-entry-point: 285: exec: /home/lewis/.steam/debian-installation/steamapps/common/SteamLinuxRuntime_sniper/run
doesn't have the executable bit. trychmod +x /home/lewis/.steam/debian-installation/steamapps/common/SteamLinuxRuntime_sniper/_v2-entry-point: 285: exec: /home/lewis/.steam/debian-installation/steamapps/common/SteamLinuxRuntime_sniper/run
.