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
I'm not sure if this is in the scope of this project or even Proton-GE. If there is something that needs a fix, the fix will already set the override. If there is nothing to fix, we will not apply a fix. The protonfixes are meant to be a stopgap and will (should) be removed once upstream fixes the games / issues.
The Ultimate-ASI-Loader also isn't limited to dinput8.dll and it might add some yet unknown incompatibilities or problems, if the game includes a dinput8.dll already which does not work well with wine.
You could however make this work for your local machine.
Just create a file with following path:
~/.config/protonfixes/localfixes/default.py
"""Default file for all games, with all versions of protonfixes"""fromprotonfixesimportutildefmain() ->None:
"""Global defaults"""util.winedll_override('dinput8', 'n,b')
This should work for your use case and be run by default for every game.
Keep in mind that it only works, if protontricks is actually executed. For example with GE-Proton and UMU-Proton.
You can also add or modify game specific fixes in this folder.. we will add some documentation about this in the future.
CC #122
This could be considered as a request for Proton-GE.
Sorry if this is not the right place to request it, but it seems to be the most appropriate one.
See ValveSoftware/Proton#7974 for rationale.
The text was updated successfully, but these errors were encountered: