From 4b74d1a97bd61ee55a4da5f3f589d9d01d4c6a51 Mon Sep 17 00:00:00 2001 From: Philip Rebohle Date: Thu, 23 Mar 2023 02:03:45 +0100 Subject: [PATCH] [meta] Clarify file paths for install instructions We got half a dozen issues about this in the past couple of weeks, and it's quite frankly getting annoying, so just explain it in such a way that everyone should understand it. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f5ebf6719..6bab9df49 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,8 @@ cp x32/*.dll $WINEPREFIX/drive_c/windows/syswow64 winecfg ``` +Note that this is **not** an error, 64-bit DLLs are indeed supposed to go to the `system32` directory. Please refrain from opening issues or pull requests to change that, the instructions are correct as they are. + Verify that your application uses DXVK instead of wined3d by by enabling the HUD (see notes below). In order to remove DXVK from a prefix, remove the DLLs and DLL overrides, and run `wineboot -u` to restore the original DLL files.