https://bugs.winehq.org/show_bug.cgi?id=49436
--- Comment #4 from Maciej Stanczew maciej.stanczew+b@gmail.com --- One more piece of information: after the initial "err:seh:setup_exception stack overflow" I can do a Ctrl+C in the terminal, which then goes to another exception. Flow is like this: # the game hangs 00d8:err:seh:setup_exception stack overflow 1920 bytes in thread 00d8 eip 00000001402fed5b esp 0000000000c10e90 stack 0xc10000-0xc11000-0xd10000 # Ctrl+C, 'Diablo' process becomes a zombie 00c8:err:seh:setup_exception stack overflow 2656 bytes in thread 00c8 eip 00000001402fed5b esp 0000000000120bb0 stack 0x120000-0x121000-0x220000 # Another Ctrl+C 00cc:err:seh:setup_exception stack overflow 1808 bytes in thread 00cc eip 00000001402fed5b esp 00000000342f0f00 stack 0x342f0000-0x342f1000-0x343f0000 # Another Ctrl+C 00d4:err:seh:setup_exception stack overflow 3104 bytes in thread 00d4 eip 00000001402fed5b esp 00000000008a09f0 stack 0x8a0000-0x8a1000-0x9a0000 # Any other Ctrl+C after this does nothing I can only close the process by sending it SIGTERM.