http://bugs.winehq.org/show_bug.cgi?id=59372 --- Comment #11 from Rémi Bernon <rbernon@codeweavers.com> --- The blamed commit seems a bit weird, as it is supposed to only rename various things and move code around. The next commit is more likely to break something GL related, as it tries to enumerate GPU devices through EGL. Could you please attach the output of `eglinfo`, see if we can find something specific to ignore those devices? You can also try if disabling EGL fixes the issue, with: wine reg add "HKCU\\Software\\Wine\\X11 Driver" /v UseEGL /d N /f The default setting can then be restored with: wine reg delete "HKCU\\Software\\Wine\\X11 Driver" /v UseEGL /f -- 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.