https://bugs.winehq.org/show_bug.cgi?id=30826
super_man@post.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |00cpxxx@gmail.com
--- Comment #18 from super_man@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/65d699eb5f7fc151197f3dc9f36499ee3...
I just added if(font == NULL) FIXME("Print something");
then it moves the crash location
GdipDrawString (same file) it has similar issue.