https://bugs.winehq.org/show_bug.cgi?id=53240
Rémi Bernon rbernon@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |rbernon@codeweavers.com
--- Comment #1 from Rémi Bernon rbernon@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.