Bug #12
Sometime Wine will fail to create the first window
Start date:
05/10/2020
Due date:
% Done:
0%
Estimated time:
Description
I've noticed that sometimes Wine will fail to create the first explorer window when starting up. This seems to happen in a reproducible way for the debug win32 target. Perhaps its a speed/timing issue.
History
Updated by James Bryant 10 months ago
After a long git bisect the issue only happens in Wine 5.0 rc1 and later. It was caused by
kernel32: Use the Get/SetComputerName functions from kernelbase.
https://github.com/wine-mirror/wine/commit/f2e5b8070776268912e1886d4516d7ddec6969fc
Updated by James Bryant 9 months ago
I updated the Wine 5 build to revert this checkin. I still don't know why it causes an issue. When it runs fast it seems to work, but on slow computers the same build can fail.