http://bugs.winehq.org/show_bug.cgi?id=57797
Richard Yao richard@ryao.dev changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |richard@ryao.dev
--- Comment #4 from Richard Yao richard@ryao.dev --- The crash is in an APC that the process queues. The APC appears to be related to watching the filesystem. I reproduced it on my machine and the following patch from 2020 appears to fix this crash:
https://github.com/aabgrall/wine-base-geforcenow/commit/f27b5e30fb8e5da7d41b...
This allows it to progress somewhat further in its initialization. Unfortunately, there is another problem in Wine that causes a stack overflow when this issue is fixed.