Add Wine/Proton Usage Guide to README and Wiki
HerpDerpinstine opened this issue ยท 7 comments
What I currently do is just put
WINEDLLOVERRIDES="version=n,b" %command% --melonloader.hideconsole
In the launch options in steam. The dll override lets you load MelonLoader's vresion.dll and --melonloader.hideconsole avoids a problem with MelonLoader failing to start due to AllocConsole failing.
I didn't find it necessary to install dotnet separetely, so it might depend on the game.
What I currently do is just put
WINEDLLOVERRIDES="version=n,b" %command% --melonloader.hideconsole
In the launch options in steam. The dll override lets you load MelonLoader's vresion.dll and --melonloader.hideconsole avoids a problem with MelonLoader failing to start due to AllocConsole failing.
I didn't find it necessary to install dotnet separetely, so it might depend on the game.
What game did you try this on?
By manually changing the version of Proton from 5.0-10 to Proton Experimental I found that AllocConsole no longer fails meaning that --melonloader.hideconsole is not necessary to get the game to start.
By manually changing the version of Proton from 5.0-10 to Proton Experimental I found that AllocConsole no longer fails meaning that --melonloader.hideconsole is not necessary to get the game to start.
Must mean it actually was a Proton bug causing it to fail and they have it fixed in the Experimental branch.
None the less I appreciate you keeping us up to date on this. ๐