[Bug 59863] New: 0024:fixme:system:NtUserQueryDisplayConfig unsupported flags 0x32
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.
http://bugs.winehq.org/show_bug.cgi?id=59863 Zeb Figura <z.figura12@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12@gmail.com --- Comment #1 from Zeb Figura <z.figura12@gmail.com> --- What application needs this? -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59863 --- Comment #2 from Timothy Paul Lottes <timothylottes@protonmail.com> --- I'm a developer, so I wouldn't know the extent of consumer apps that have this issue. This showed up as a problem in my independent game (not released yet). I'm attempting to migrate from Windows to Wine on Linux for all my Windows development moving forward, and started to find issues, hence this bug report. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59863 Zeb Figura <z.figura12@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|0024:fixme:system:NtUserQue |Custom application needs |ryDisplayConfig unsupported |QDC_VIRTUAL_MODE_AWARE | |flags 0x32 |QDC_VIRTUAL_REFRESH_RATE_AW | |ARE Component|ntdll |win32u --- Comment #3 from Zeb Figura <z.figura12@gmail.com> --- Okay, knowing it's a custom application is good enough. -- 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.
participants (1)
-
WineHQ Bugzilla