"Run EXE inside Wine prefix" arguments and settings

is there a way to pass arguments when running an application using “Run EXE inside Wine prefix”? i tried running with a bat file but it didn’t work :expressionless:

Another question i have is, does “Run EXE …” inherit settings from the game like DLL overrides, env variable, etc? can i use “Run EXE …” with say, custom DLL overrides that differs from the game settings?

btw i’m aware that i can pass arguments to the game itself but that is not what i want to do.

i’ve found a workaround, just ran my application from the terminal by pointing to the same wine prefix and it worked:

cd ~/.local/share/lutris/runners/wine/lutris-X.X-x86_64/bin/ 
WINEPREFIX=~/.wine ./wine app.exe "arguments"
2 Likes