[Bug 40810] Semcad X Verision 14 (64bit): crashes when opening a 2D plot

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Jun 22 09:03:35 CDT 2016


https://bugs.winehq.org/show_bug.cgi?id=40810

--- Comment #16 from Andreas Christ <andreas.christ at runbox.com> ---
Yes, this looks weird. I tried it and commented out the call to HeapFree() in
GdipFree(): 

void WINGDIPAPI GdipFree(void* ptr)
{
    /* HeapFree(GetProcessHeap(), 0, ptr); */
}

But the application still crashes. Now it crashes before it draws the curves,
i.e., the plot window remains completely empty. I will upload the debuglog now.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list