You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix KeyError when setting UMU_ID from Steam client
- UMU clients will always set the WINEPREFIX and UMU_ID environment variables. However, setting a UMU_ID value from the Steam client's launch options to apply a specific fix will raise a KeyError because the Steam client does not set WINEPREFIX. To allow setting UMU_IDs in this case, instead of depending on WINEPREFIX being set in the environment, use Proton's environment
0 commit comments