http://bugs.winehq.org/show_bug.cgi?id=59863 Bug ID: 59863 Summary: 0024:fixme:system:NtUserQueryDisplayConfig unsupported flags 0x32 Product: Wine Version: 11.10 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: ntdll Assignee: wine-bugs@list.winehq.org Reporter: timothylottes@protonmail.com Distribution: --- 0024:fixme:system:NtUserQueryDisplayConfig unsupported flags 0x32. ERROR[__106500]:______57 When on actual Windows, using QueryDisplayConfig() requires QDC_VIRTUAL_MODE_AWARE|QDC_VIRTUAL_REFRESH_RATE_AWARE (aka 0x10|0x20) with QDC_ONLY_ACTIVE_PATHS (aka 2), otherwise the real windows will error the whole operation. Wine doesn't support those VIRTUAL flags, and causes the "unsupported flags" exit mentioned above. Suggested workaround, silently accept those flags in Wine, and instead of killing the application, let it continue to run. I'd put this as lower priority, as it is possible to workaround this bug with a Wine detect code path, but it should be super easy to fix in Wine source itself. -- 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.