31 Mar
2022
31 Mar
'22
6:16 p.m.
Francois Gouget <fgouget(a)codeweavers.com> writes:
Signed-off-by: Francois Gouget <fgouget(a)codeweavers.com>
That's great. I can now reproduce these failures. The easiest way to do so from a terminal is something like this:
nohup ./wine ... 2>&1 | cat
With this winetest patch user32:input succeeds... sometimes. I don't think this means the patch is wrong.
Rather the issue is that user32:input itself 'forks' without passing DETACHED_PROCESS to CreateProcess(), causing consoles to appear in the middle of the test which randomly leads to failures.
Do these consoles also appear on Windows then? -- Alexandre Julliard julliard(a)winehq.org