https://bugs.winehq.org/show_bug.cgi?id=53199 François Gouget <fgouget(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |1854001c79eb756db667b3e813f | |14d2aa71a10be Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #2 from François Gouget <fgouget(a)codeweavers.com> --- This got fixed by the commit below which removed the checks: commit 1854001c79eb756db667b3e813f14d2aa71a10be Author: Rémi Bernon <rbernon(a)codeweavers.com> Date: Thu Jul 7 08:52:07 2022 +0200 dinput/tests: Remove racy IForceFeedbackEffect reference count checks. Because the async operation holds a reference on the invoker and the param, it may keep the effect alive until the worker thread releases its reference on the async operation. We have no way to synchronize on that. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53199 Signed-off-by: Rémi Bernon <rbernon(a)codeweavers.com> -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.