https://bugs.winehq.org/show_bug.cgi?id=57119 --- Comment #9 from Gauvain Roussel-Tarbouriech <gauvain(a)govanify.com> --- After adding a trace in wql_parse I was able to see where wine errors out. pre-patch (patched): 0024:trace:wbemprox:parse_query wql_parse input L"SELECT * FROM Win32_LogicalDisk WHERE DeviceId=\"C:\"" 0024:trace:wbemprox:find_table returning 00006FFFFAB51BC0 0024:trace:wbemprox:parse_query wql_parse returned 0 post-patch (unpatched): 0024:trace:wbemprox:parse_query wql_parse input L"SELECT * FROM Win32_LogicalDisk WHERE =\"C:\"" 0024:err:wbemprox:wql_error syntax error, unexpected TK_EQ 0024:trace:wbemprox:parse_query wql_parse returned 1 Notice the DeviceId missing in the second instance -- 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.