[Bug 30826] Gigasoft's ProEssentials demo crashes on startup

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Oct 26 13:15:40 CDT 2015


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

super_man at post.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |00cpxxx at gmail.com

--- Comment #18 from super_man at post.com ---
There are at least 2 issues here.

My analyze is not perfect, but I was able to fix/hack around the 1st crash.

it crashes get_log_fontW

because font gets NULL value.

http://source.winehq.org/git/wine.git/blob/65d699eb5f7fc151197f3dc9f36499ee3e43f8e7:/dlls/gdiplus/graphics.c#l2105

I just added if(font == NULL) FIXME("Print something");

then it moves the crash location

GdipDrawString (same file) it has similar issue.

-- 
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