protonscr

setup_dxvk is copying both arch to same location

dxvkclosed invalid
doitsujin/dxvk#331 · opened 2018-04-28 by Zlopez · updated 2018-04-29 · 2 comments · github
1 matching comments, n / p to jump
ZZlopez 2018-04-28 github

According to How to use section in README.md you should do the following:

In order to set up a wine prefix to use DXVK instead of wined3d globally, run:

cd /your/compiling/directory/x32/
WINEPREFIX=/your/wineprefix bash setup_dxvk.sh
cd ../x64/
WINEPREFIX=/your/wineprefix bash setup_dxvk.sh

I checked both of these scripts and both of them are copying to C:\windows\system32

If you run the scripts as advised you will end up with x64 dlls.

Ddoitsujin maintainer 2018-04-28 github

No, because wine translates system32 to syswow64 when using the 32-bit wine binary on a 64-bit prefix. This is not a bug and using both 32-bit and 64-bit DLLs in the same prefix works fine.

ZZlopez 2018-04-29 github

Didn't knew that. Thanks for clarification.

Launch options