Latest maintainer comment ·
kisak-valve · 2024-07-30 ·
#7950`(since I share this with a Windows 11 install)` Sharing a Steam library folder between OSes is not supported and can lead to undefined behavior (noted at https://github.com/ValveSoftware/steam-for-linux/blob/master/RelNotes.md#installation). `the game is located on exFAT` This is the root of your problem. exFAT lacks some filesystem features needed by Proton. This is being tracked at #3835.
#7950 · 8 comments ·
opened 2024-07-30 · last comment 2024-07-30 by theofficialgman
comment by
theofficialgman · 2024-07-30 ·
view ·
githubthis is configurable I have found with `
STEAM_COMPAT_DATA_PATH`. If I set that to some path on a linux ...
comment by
theofficialgman · 2024-07-30 ·
view ·
github ... interactive-shell
```
mkdir -p $STEAM_COMPAT_CLIENT_INSTALL_PATH/steamapps/compatdata/$STEAM_COMPAT_APP_ID;
STEAM_COMPAT_DATA_PATH=$STEAM_COMPAT_CLIENT_INSTALL_PATH/steamapps/compatdata/$STEAM_COMPAT_APP_ID %command%
```
This command includes a ...