https://bugs.winehq.org/show_bug.cgi?id=48647
--- Comment #10 from Cláudio Sampaio (Patola) patola@gmail.com --- Performed a bisect of the wine codebase from 4.21 to 5.0-rc1 and found the patch which broke it:
f2e5b8070776268912e1886d4516d7ddec6969fc is the first bad commit commit f2e5b8070776268912e1886d4516d7ddec6969fc Author: Alexandre Julliard julliard@winehq.org Date: Thu Dec 12 19:19:12 2019 +0100
kernel32: Use the Get/SetComputerName functions from kernelbase.
Signed-off-by: Alexandre Julliard julliard@winehq.org
:040000 040000 ba60044892e47da777fd00316aee29f5779654af 1f9766be875cf9e2e241f4a3da0a685ed617ff93 M dlls
After this patch, no build of wine can create new windows (tested with winecfg). Before this patch, all builds work OK and create the winecfg window.
Can you help me now? Please?