http://bugs.winehq.org/show_bug.cgi?id=59561 --- Comment #1 from Bernhard Übelacker <bernhardu@mailbox.org> --- If building x64sc.exe with below modification makes the user interface show up without it crashing. The actual emulation is still not shown. And unfortunately the menus and user interface shows some graphical glitches like truncated texts, so it looks like GTK3 seems to have another issue with wine. (A version provided by msys2 is used for building x64sc.exe.) - context->d2d_effect_strip_alpha->SetInput(0, context->render_bitmap); + if (context->render_bitmap) context->d2d_effect_strip_alpha->SetInput(0, context->render_bitmap); -- 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.