https://bugs.winehq.org/show_bug.cgi?id=50514
--- Comment #15 from Reinhold reinhold.hoffmann@hotmail.com --- I still speculate why the bug disappeared in Wine-6.19.
The failure message before says
"dlls/gdi32/font.c" wait timed out in thread 024, blocked by 018c, retrying (60 sec)
This sounds as if an event was lost somehow where the thread was waiting for. Retrying did not help because the failure message is repeated on and on.
Having "Kernel parts of GDI moved to Win32u" somehow sounds as if there is a different timing behavior in Wine-6.19 where the major GDI stuff runs at a different thread at a higher priority now. But this is just my speculation due to my limited knowledge.