Noch was zu Button wird einfach wieder grün:
Hast du deine Game Libary auf einer NTFS partition? wenn ja brauchst nen symlink zu dem compdata folder weil ... ach hier...
THERE HAS BEEN A REPORT THAT THIS MAY CAUSE DATA LOSS
Due to the nature of NTFS, creating files/folders with names that are invalid on Windows will cause disk errors (leading to games that don't launch). The most common issue is a :
(colon) character in filenames that Proton creates on the NTFS disk.
Fixing this is pretty simple: create the /compatdata
folder on the mounted NTFS disk as a symlink that points to a folder on a Linux partition.
Creating the symlink:
$ mkdir -p ~/.steam/steam/steamapps/compatdata
$ ln -s ~/.steam/steam/steamapps/compatdata /media/gamedisk/Steam/steamapps/
If the /compatdata
folder already exists on the mounted disk BEFORE the symlink, DELETE IT!
Das führt nämlich genau dazu das kein Spiel unter steam mit Proton started
So genug zum Thema für heute