Latest maintainer comment ·
kisak-valve · 2025-12-09 ·
#9293Hello @superboo07, this doesn't read like a feature request, instead, it should be treated as a compatibility report, and we're tracking issues with game mods with the game they're modifying. I wouldn't have expected `WINEDLLOVERRIDES="dinput8=n,b"` to be needed to be set manually as an override since https://github.com/ValveSoftware/wine/commit/b57f7a3f02fa3f9ea276bd51ef64b127fb1122af in Proton 1...
Outlast 2 proton open 3 matching
#9293 · 10 comments ·
opened 2025-12-09 · last comment 2025-12-14 by lanylow
...
dinput8.dll.DirectInput8Create' used by L"X:\\.local\\share\\Steam\\steamapps\\common\\Outlast 2\\Binaries\\Win64\\
DINPUT8.dll ...
... What would work both on Windows and Proton is ```DirectInput8Create=C:\Windows\System32\
dinput8.dll.DirectInput8Create```. I can ...