https://bugs.winehq.org/show_bug.cgi?id=30826 super_man(a)post.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |00cpxxx(a)gmail.com --- Comment #18 from super_man(a)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. -- 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.