https://bugs.winehq.org/show_bug.cgi?id=53240 Rémi Bernon <rbernon(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rbernon(a)codeweavers.com --- Comment #1 from Rémi Bernon <rbernon(a)codeweavers.com> --- I believe that this may be caused by window activation race conditions. The test creates a temporary window to check for IDirectInputDevice8_Acquire failure when foreground is lost, and then tries to restore the previous active window, but that may race with X11 events from the temporary window creation, which are sometimes processed after the SetActiveWindow call. Maybe getting rid of the temporary window as soon as possible will help. -- 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.