https://bugs.winehq.org/show_bug.cgi?id=39342
--- Comment #5 from winetest@luukku.com --- (In reply to Fabian Maurer from comment #4)
Interesting, I didn't test it, but these patches shouldn't change this crash. One patch just corrects a nullpointer issue, and the other shouldn't change the logic at all. If it would, it would be broken...
Does the crash reliably trigger or is it "random"?
I retested now. Fresh prefix. Without any patches a crash. Then with the patch that didnt go in and fresh wineprefix. I get the same result. Also this time I took closer look at the wine output and there is
under\Program\Thunder.exe: caret.c:229: ME_GetCursorCoordinates: Assertion `~para->member.para.nFlags & MEPF_REWRAP' failed.
So most likely a deadlock kept the program longer on the screen and I thought the patches helped.