https://bugs.winehq.org/show_bug.cgi?id=55268 Jeff Smith <whydoubt(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |whydoubt(a)gmail.com --- Comment #1 from Jeff Smith <whydoubt(a)gmail.com> --- Based on current test results, it appears 'core' was broken even in Win 7, and what quit working with Win 8 is 'monochrome'. The combination "colored, bitmap info" is the only one that still works in Win 8+. It seems broken(use_core_info && handle == NULL), /* Win 8, 10 */ should be broken((use_core_info || monochrome) && handle == NULL), /* Win 8, 10 */ That said, if it has been this way consistently since Win 8, should we re-evaluate marking it broken? -- 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.