[Bug 51391] On Windows 7 and 8.1 ntoskrnl.exe:ntoskrnl triggers a network firewall dialog, breaks user32:win

WineHQ Bugzilla wine-bugs at winehq.org
Mon Jan 31 16:23:27 CST 2022


https://bugs.winehq.org/show_bug.cgi?id=51391

Rémi Bernon <rbernon at codeweavers.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rbernon at codeweavers.com

--- Comment #2 from Rémi Bernon <rbernon at codeweavers.com> ---
I think ebe3cea01d127de612171b6276c473a2b455266d could partially solve this
issue, as SetActiveWindow(0) calls were giving focus to the firewall window.
The test is otherwise generally able to put its window on top of it, so it
shouldn't disturb it so much.

I have some additional patches that were meant for this more specifically, and
which re-create test windows on every test instead of relying on windows
created on test initialization. As we manipulate foreground and active windows
a bit these end up sometimes below the firewall window, and are not always
stacked as later tests expect it.

They cause a bit more instability though, as well a slowing down the tests
quite a bit, so they need a bit more work.

-- 
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.


More information about the wine-bugs mailing list