Altohugh, it would be useless because I am encountering this error when attempting to use wine:
wine: failed to load L"\??\C:\windows\syswow64\ntdll.dll" error c0000135
To reproduce the issue:
1. sudo dnf install wine
2. mkdir ~/.wine
3. export WINEARCH=win64
4. export WINEPREFIX=~/.wine
5. winecfg
6. curl -L --create-dirs -o ~/.wine/drive_c/temp/GwSetup.exe https://cloudfront.guildwars2.com/client/GwSetup.exe
7. wine start /d "C:temp" "C:tempGwSetup.exe"
Just checked, syswow64 is empty, but I don't see any other package like a 32bit wine
$ls -lah ~/.wine/drive_c/windows/syswow64/
total 4,0K
drwxr-xr-x 2 einar einar 6 lug 11 07:23 .
drwxr-xr-x 19 einar einar 4,0K lug 10 14:07 ..
I just noticed a commit in the repo that addresses this issue. I wish I could delete messages now
I don't think I want dxvk packaged any more. I checked how it works on other distros and it doesn't make much sense, I assumed those packages would detect the hardware and override with the correct dxvk version but they don't

