http://bugs.winehq.org/show_bug.cgi?id=59372 Bug ID: 59372 Summary: Regression: wine completely broken in the presence of non-graphics gl devices since 11.1 Product: Wine Version: 11.1 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: critical Priority: P2 Component: -unknown Assignee: wine-bugs@list.winehq.org Reporter: devnull@uvos.xyz Distribution: --- Created attachment 80319 --> http://bugs.winehq.org/attachment.cgi?id=80319 glxinfo output Hi, I run a machine with a bit of an unusual set of devices: 1x AMD RX 7900 XTX 3x AMD MI100 CDNA accelerators The CDNA devices are not GPUS, they have no rendering hardware, they however are exposed as opengl devices via radeonsi, this is so that you can use them to execute compute shaders only, you can not create a graphics pipeline them. In wine 11.0 everything works fine, but starting in wine 11.1 no wine process can run successfully (not even winecfg), as wine seams to insist on attempting to create a graphics que on one of the mi100s, no combination of DRI_PRIME or other environment variables seams to dissuade wine from trying this. All other glx/egl clients work fine and use the RX 7900 XTX as expected. I am running an x11 session. -- 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.