From 8dc4eed962a0a7e5beae26a369ddc5230a74a7dd Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Mon, 27 Jul 2020 13:37:13 +0200 Subject: [PATCH] Mention fsync for the KiloHearts plugins --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 041c8970..fbc70f47 100644 --- a/README.md +++ b/README.md @@ -361,7 +361,7 @@ Aside from that, these are some known caveats: - Plugins by **KiloHearts** have file descriptor leaks when esync is enabled, causing Wine and yabridge to eventually stop working after the system hits the open file limit. This sadly cannot be fixed in yabridge. Simply unset - `WINEESYNC` while using yabridge if this is an issue. + `WINEESYNC` while using yabridge or switch to using fsync if this is an issue. - Most recent **iZotope** plugins don't have a functional GUI in a typical out of the box Wine setup because of missing dependencies. Please let me know if you know which dependencies are needed for these plugins to render correctly.