From 2a9f6b519037c53576e4844f2716a520aa028e9b Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Mon, 27 Apr 2020 19:12:22 +0200 Subject: [PATCH] Move the part about esync file descriptor leaks Since it's not fixable on our side. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 591a14fb..fde687c4 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,6 @@ as possible. There are a few things that should be done before releasing this, including: - Fix implementation bugs: - - KiloHearts plugins create a ridiculous amount of file descriptor leaks in - wineserver when esync is enabled. I haven't come across any other plugins - that do this. Not sure if this is fixable in yabridge. - Polish GUIs even further. There are some todos left in `src/wine-host/editor.{h,cpp}`. - Add missing details if any to the architecture section. @@ -90,6 +87,9 @@ examples include: Aside from that, these are some known caveats: +- Plugins by **KiloHearts** have file descriptor leaks while esync is enabled, + or at least they have on my machine. This sadly cannot be fixed in yabridge. + Simply unset `WINEESYNC` while using yabridge if this is an issue. - Most recent **iZotope** plugins don't have a functional GUI in a typical Wine setup. This is sadly something that can't be fixed on yabridge's side and I have not yet been able to figure out a way to reliably make these plugins