protonscr

README instructions seem to be incorrect

dxvkclosed duplicate
doitsujin/dxvk#3303 · opened 2023-03-23 by GenericEric · updated 2023-03-23 · 3 comments · github
2 matching comments, n / p to jump
GGenericEric 2023-03-23 github
WINEPREFIX=/path/to/wineprefix
cp x64/*.dll $WINEPREFIX/drive_c/windows/system32
cp x32/*.dll $WINEPREFIX/drive_c/windows/syswow64
winecfg

The x64 dlls should probably be going into the syswow64 folder and x32 dlls to the system32 folder.

KK0bin maintainer 2023-03-23 github

See #3228

Or #3276

Or #3246

Or #1244

GGenericEric 2023-03-23 github

Thanks I searched and somehow didn't find those...

It might be useful to mention though since most games ran on wine instead of proton are 32 bit.

IIroAlexis 2023-03-23 github

When you have wine/wine64 binaries and a wine prefix in win64, you can just use winepath for determine correctly who architecture directory like this:

# 32bits
WINEPREFIX=/path/to/prefix wine winepath -u 'c:\\windows\\system32'
# 64bits
WINEPREFIX=/path/to/prefix wine64 winepath -u 'c:\\windows\\system32'

That's how the setup_dxvk.sh script worked...

Launch options