14 Jan
2026
14 Jan
'26
10:56 p.m.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=59178 Genshin Impact calls TpReleaseCleanupGroupMembers from a DllMain receiving DLL_PROCESS_DETACH. At that point all the worker threads are dead, so if one got killed while running a callback, cleanup will wait forever. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9890