http://bugs.winehq.org/show_bug.cgi?id=35006
--- Comment #5 from Dmitry Timoshkov dmitry@baikal.ru 2013-11-27 22:03:34 CST --- Created attachment 46658 --> http://bugs.winehq.org/attachment.cgi?id=46658 gdiplus: Avoid deleting clip region twice in GdipDeleteGraphics
It's a bug in application, it calls GdipDeleteGraphics twice. I don't know how it worked before, probably due to slightly different memory layout. Attached patch should avoid the crash.