https://bugs.winehq.org/show_bug.cgi?id=40810
--- Comment #27 from Dmitry Timoshkov dmitry@baikal.ru --- (In reply to Andreas Christ from comment #26)
Thanks a lot for the patch. Unfortunately, the program still crashes when I open an xy-plot. If I comment out HeapFree and apply the patch, it does not start at all.
According to the log there is no longer a crash with patch applied, and with HeapFree call commented out. So the patch worked, but GdipFree hack is still needed.
I noticed that you are starting the application through winedbg, is there a reason for that? Does it work better without winedbg? (please don't use winedbg for producing logs, debugger can easily introduce things that break the application an various ways).