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
R1kaB3rN edited this page Jun 20, 2024
·
18 revisions
Frequently asked questions (FAQ)
How do I run more than one game in the same wine prefix?
By default, umu-launcher sets the Proton verb waitforexitandrun when launching games, which will cause the current process to wait until an active wineserver process has exited. To run more than one game in the same prefix, you must disable this behavior and set either PROTON_VERB=runinprefix or PROTON_VERB=run.
Also, it's important that the Proton or wine configuration for the nth game is equivalent except for the PROTON_VERB environment variable. Otherwise, unexpected behavior may occur. For example:
GAMEID=0 umu-run foo
GAMEID=0 PROTON_VERB=runinprefix foo
However, launching the second game with fsync disabled would be invalid: