https://bugs.winehq.org/show_bug.cgi?id=53686 Hugh McMaster <hugh.mcmaster(a)outlook.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hugh.mcmaster(a)outlook.com --- Comment #1 from Hugh McMaster <hugh.mcmaster(a)outlook.com> --- This looks like the WriteConsoleOutput* functions are creating an uninitialized internal DWORD and setting the pointer address for lpNumberOfCharsWritten before returning. As the function failures, the DWORD's value is never set, so the test is just accessing random values. IMHO, this sort of test has limited value. So, While I take your point about the failures starting on build system changeover, is it worth investigating these errors too much? -- 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.