https://bugs.winehq.org/show_bug.cgi?id=55619
--- Comment #4 from Hans Leidekker hans@meelstraat.net --- (In reply to Louis Lenders from comment #2)
0024:trace:wbemprox:wbem_services_GetObject 0000000000AD93E0, L"Win32_LogicalDisk="C:"", 0, 0000000000000000, 000000000019ABF0, 0000000000000000 0024:trace:wbemprox:grab_table returning 00000001ED4A0780 0024:err:wbemprox:wql_error syntax error, unexpected TK_EQ, expecting end of file 0024:trace:wbemprox:parse_query wql_parse returned 1
AFAICT this query Win32_LogicalDisk="C:" is not supported?
Right, the property name is omitted here which means that the primary key should be used. I'm working on a patch.