https://bugs.winehq.org/show_bug.cgi?id=50514
--- Comment #7 from Reinhold reinhold.hoffmann@hotmail.com --- The bug still exists in Wine-6.6
I did some further analysis. The freeze happens with the error messages below
on Linux Ubuntu 20.04.2 LTS
0024:err:ntdll:RtlpWaitForCriticalSection section 000000006C87B280 "dlls/gdi32/font.c: font_cs" wait timed out in thread 0024, blocked by 01e4, retrying (60 sec)
on macOS Catalina 10.15.7 (Wine version from https://github.com/Gcenx/macOS_Wine_builds/releases/tag/6.6)
01c4:err:ntdll:RtlpWaitForCriticalSection section 000000026B57C280 "/Users/gcenx/Downloads/wine-6.6/dlls/gdi32/font.c: font_cs" wait timed out in thread 01c4, blocked by 0024, retrying (60 sec)
As mentioned in my post on 2021-01-18 06:00:43 CST, the issue came in with Wine-5.21. In previous Wine versions there was no freeze.
The comparison of module
dlls/gdi32/font.c
between Wine-5.20 and Wine-5.21 shows that in Wine-5.21 massive changes were included into font.c
Therefore, I conclude that the changes made in Wine-5.21 in module dlls/gdi32/font.c may cause the freeze. I therefore set the component to gdi32.