https://bugs.winehq.org/show_bug.cgi?id=40489
Bug ID: 40489 Summary: wbemprox does not support ASSOCIATORS query Product: Wine Version: 1.9.8 Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: wmi&wbemprox Assignee: wine-bugs@winehq.org Reporter: michael@fds-team.de CC: hans@meelstraat.net Distribution: ---
After working around bug 20776 3DMark Vantage tries to execute the following wmi query:
trace:wbemprox:wbem_services_ExecQuery 0x162580, L"WQL", L"ASSOCIATORS OF {Win32_DiskPartition.DeviceID="Disk #0, Partition #0"} WHERE AssocClass = Win32_LogicalDiskToPartition", 0x00000030, (nil), 0x10afce0 err:wbemprox:wql_error syntax error, unexpected TK_ID, expecting TK_SELECT
Wine does not support ASSOCIATORS queries so far and fails.
In order to make it easier to test the problem without working around the 3DMark Vantage bugs, I created tests with similar queries to reproduce the issue (see https://www.winehq.org/pipermail/wine-patches/2016-April/149324.html)