https://bugs.winehq.org/show_bug.cgi?id=55950
--- Comment #1 from Piotr Caban piotr.caban@gmail.com --- The crash is caused by lack of error handling handling in get_vis_rectangles helper (it may return incorrect rectangle in case of error that later leads to a crash). I have prepared a patch for that but it reveals further problems.
Next issue is caused by incorrect ETO_PDY flag handling in EMFDC_ExtTextOut. I'm currently working on a fix for that.
There are also some problems related to clipping but I didn't debug them yet.