From c7eb218d92315536ee536583bd0f71257587ba57 Mon Sep 17 00:00:00 2001 From: Anairkoen Schno Date: Sat, 20 Apr 2019 18:41:57 -0500 Subject: [PATCH] Added note to README, per #9 --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3335f483..2d2224db 100644 --- a/README.md +++ b/README.md @@ -43,12 +43,24 @@ See [Developing](https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloa BSIPA will automatically repatch the game when it updates, as long as `winhttp.dll` is present in the install directory. +## Notes for running under Wine + +For some reason, by default, Wine does not load DLLs in quite the same way that Windows does, causing issues with the injection. +To make the injection work with Wine, `winhttp` has to have a DLL override set to `native,builtin`. This can be set either through +Protontricks, or with the following `.reg` file. + +```reg +REGEDIT4 +[HKEY_CURRENT_USER\Software\Wine\DllOverrides] +"winhttp"="native,builtin" +``` + ## Building ### Prerequisites - Microsoft Visual Studio 2019 or later -- Tools for C/C++ (MSVC) v142 +- Tools for C/C++ (MSVC) v141 - .NET 4.6.1 SDK and .NET 4.7.2 SDK ### Building