https://bugs.winehq.org/show_bug.cgi?id=55641
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dark.shadow4@web.de Keywords| |regression Component|d3d |-unknown Status|UNCONFIRMED |NEW Ever confirmed|0 |1 Regression SHA1| |5c62fe0bfe167b907af0029aadf | |8e48144b7c547
--- Comment #1 from Fabian Maurer dark.shadow4@web.de --- Seems to be related to "MMDRV_Init", when you skip that call, it doesn't crash on exit. Not sure why I can't attach a debugger though...
Bisected to commit 5c62fe0bfe167b907af0029aadf8e48144b7c547 Author: Alexandre Julliard julliard@winehq.org Date: Tue Feb 14 13:06:14 2023 +0100
ntdll: Replace the __wine_dbg_write() syscall by a Unix call.
Not sure if that's the cause or just happens to work before.