protonscr

Install Instructions

dxvkclosed
doitsujin/dxvk#4697 · opened 2025-02-19 by ghost · updated 2025-02-19 · 2 comments · github
2 matching comments, n / p to jump
?ghost 2025-02-19 github

Under "How To Use"
export WINEPREFIX=/path/to/wineprefix
cp x64/.dll $WINEPREFIX/drive_c/windows/system32 <-- backwards
cp x32/
.dll $WINEPREFIX/drive_c/windows/syswow64 <-- backwards
winecfg

Small detail but to new users potentially problematic.

KK0bin maintainer 2025-02-19 github

It might seem that way but it is not.

syswow64

That means "System Windows on Windows64". It contains the 32bit dlls, both on Wine and on real Windows systems.
Meanwhile System32 contains the 64bit dlls.

Yes, it's a little confusing.

?ghost 2025-02-19 github

Indeed, especially when below that is cp x32/*.dll $WINEPREFIX/drive_c/windows/system32

Thanks for the heads up.

Launch options