protonscr

Mini Motorways

appid 1127500 1 threads, 0 open 8 comments last activity 2024-07-30
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.
Threads

Mini Motorways proton closed 2 matching

#7950 · 8 comments · opened 2024-07-30 · last comment 2024-07-30 by theofficialgman
comment by theofficialgman · 2024-07-30 · view · github
this 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 ...
Recent activity
  • theofficialgman · 2024-07-30 · Mini Motorways
    I'll close this as it's unrelated to the game itself.
  • kisak-valvemaintainer · 2024-07-30 · Mini Motorways
    `(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/RelN...
  • theofficialgman · 2024-07-30 · Mini Motorways
    By using the shell debugging I was able to create an environment variable that corresponds to the steam install directory with a unique path per game https://gitlab.steamos.cloud/steamrt/steam-runtime-tools/-/blob/main/d...
  • theofficialgman · 2024-07-30 · Mini Motorways
    partially related to https://github.com/ValveSoftware/steam-for-linux/issues/6958#issue-580789606 @kisak-valve I hope that this gets looked into again
  • theofficialgman · 2024-07-30 · Mini Motorways
    this is configurable I have found with `STEAM_COMPAT_DATA_PATH`. If I set that to some path on a linux native partition it works even when the game is located on exFAT It would be very beneficial to have this configurabl...
  • theofficialgman · 2024-07-30 · Mini Motorways
    The issue likely stems from this https://github.com/ValveSoftware/Proton/issues/82#issuecomment-415099440 > For each game using proton, a wineprefix is created in /steamapps/compatdata/ /pfx/ which also contains those di...
  • theofficialgman · 2024-07-30 · Mini Motorways
    > Hello @theofficialgman, a header only log tells us that something went awry before the game itself got a chance to start. What filesystem are you using with `/media/garrett/HDD/games/pc games`? The general recommendati...
  • kisak-valvemaintainer · 2024-07-30 · Mini Motorways
    Hello @theofficialgman, a header only log tells us that something went awry before the game itself got a chance to start. What filesystem are you using with `/media/garrett/HDD/games/pc games`? The general recommendation...

Proton versions over time

Launch lines, newest first

STEAM_COMPAT_DATA_PATH=$STEAM_COMPAT_CLIENT_INSTALL_PATH/steamapps/compatdata/$STEAM_COMPAT_APP_ID %command%