https://bugs.winehq.org/show_bug.cgi?id=43228
pere.jobs@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |pere.jobs@gmail.com
--- Comment #5 from pere.jobs@gmail.com --- Created attachment 58532 --> https://bugs.winehq.org/attachment.cgi?id=58532 filtered debug output
This is the debug output for the thread that causes the crash.
I think the important line is line 890: 0009:Ret KERNEL32.CreateEventW() retval=00000058 ret=0046d152
KERNEL32.CreateEventW returns value 0x58, and the program then tries to allocate something at this adress, which causes the crash.