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)
https://bugs.winehq.org/show_bug.cgi?id=40489
Sergey Isakov isakov-sl@bk.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |isakov-sl@bk.ru
--- Comment #1 from Sergey Isakov isakov-sl@bk.ru --- Wine 4.0 3D Mark Vantage can't start showing white screen log ~~~ 002d:err:ole:CoGetClassObject class {96749377-3391-11d2-9ee3-00c04f797396} not registered 002d:err:ole:CoGetClassObject class {96749377-3391-11d2-9ee3-00c04f797396} not registered 002d:err:ole:create_server class {96749377-3391-11d2-9ee3-00c04f797396} not registered 002d:fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported 002d:err:ole:CoGetClassObject no class object {96749377-3391-11d2-9ee3-00c04f797396} could be created for context 0x17 002d:fixme:win:EnumDisplayDevicesW ((null),0,0x33f780,0x00000000), stub! ~~~
https://bugs.winehq.org/show_bug.cgi?id=40489
--- Comment #2 from Sergey Isakov isakov-sl@bk.ru --- Using Staging 4.1 and set Shader Model=5 (forced) I can enter the game. But it still the claim "dx10 not supported". In the log I see ~~~~ 002c:fixme:d3d_shader:shader_glsl_get_caps Shader model 4. ->5 004c:fixme:d3d:wined3d_adapter_gl_create_context OpenGL implementation does not support GL_PRIMITIVE_RESTART_FIXED_INDEX. 002c:fixme:d3d:wined3d_query_create Unhandled query type 0x16. ... 0053:err:dc:CreateDCW no device found for L"" ... 005b:err:wbemprox:wql_error syntax error, unexpected TK_ID, expecting TK_SELECT ... 006f:fixme:ntoskrnl:HalGetBusDataByOffset (4 15 31 0x7af674 0 4) stub! 006f:fixme:ntoskrnl:READ_PORT_ULONG (0xcf8) stub! 006f:fixme:ntoskrnl:WRITE_PORT_ULONG (0xcf8 -2147434496) stub! ...
~~~~
But I still see no the title bug.
https://bugs.winehq.org/show_bug.cgi?id=40489
--- Comment #3 from Sergey Isakov isakov-sl@bk.ru --- Hey! The bug 20776 closed wrong. There is SO_STATISTICS implementation but there is no SO_OVERFLOW implementation that I noticed few years ago. Implementing one we must implement second.
~~~ 002c:fixme:d3d:wined3d_query_create Unhandled query type 0x16.
https://bugs.winehq.org/show_bug.cgi?id=40489
void@randomaccess.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |void@randomaccess.de
--- Comment #4 from void@randomaccess.de --- Still remains unfixed for 4.0 / 4.1
This also seems to affect the latest version of the XLN Audio Installer that is required to install XLN Audio software like Addictive Keys / Addictive Drums:
0058:trace:wbemprox:enum_class_object_Next 0xc83200, -1, 1, 0x23d538, 0x23d544 0058:trace:wbemprox:enum_class_object_Release destroying 0xc83200 0058:trace:wbemprox:wbem_services_ExecQuery 0xc837d0, L"WQL", L"ASSOCIATORS OF {Win32_LogicalDisk.DeviceID=''} WHERE AssocClass=Win32_LogicalDiskToPartition", 0x00000020, (nil), 0x23d530 0058:err:wbemprox:wql_error syntax error, unexpected TK_ID, expecting TK_SELECT 0058:trace:wbemprox:parse_query wql_parse returned 1 0058:trace:wbemprox:wbem_services_Release destroying 0xc837d0 0058:trace:wbemprox:wbem_locator_Release destroying 0xc80250
(I've already submitted a link request of this bug to the related entry in the AppDB.)
https://bugs.winehq.org/show_bug.cgi?id=40489
RevenantX doomrevx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |doomrevx@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=40489
Luke A. Guest laguest@archeia.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |laguest@archeia.com
--- Comment #5 from Luke A. Guest laguest@archeia.com --- Can confirm this for Addictive Keys, once it updates the installer a few times, it brings up this error.
https://bugs.winehq.org/show_bug.cgi?id=40489
--- Comment #6 from Luke A. Guest laguest@archeia.com --- Created attachment 64417 --> https://bugs.winehq.org/attachment.cgi?id=64417 XLN Installer log
The message box comes up with the following:
"cCottonInstance::doBoot() FAILED! exception failed to run query - 80041017"
https://bugs.winehq.org/show_bug.cgi?id=40489
Gijs Vermeulen gijsvrm@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |8487265f81a2824ae26485db3b7 | |525c3984efca6 Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #7 from Gijs Vermeulen gijsvrm@gmail.com --- This has been fixed in the meantime. Relevant commits:
d83b71ebfdfe83704c313d7c11e8c87c9a8b0419 8487265f81a2824ae26485db3b7525c3984efca6
Marking FIXED, please reopen if you can still reproduce.
https://bugs.winehq.org/show_bug.cgi?id=40489
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download CC| |focht@gmx.net URL| |https://web.archive.org/web | |/20191206224530/http://us4- | |dl.techpowerup.com/files/63 | |sgYLZeyVhSwB_6-bJSFw/157567 | |2766/3DMark_Vantage_v113_in | |staller.exe
https://bugs.winehq.org/show_bug.cgi?id=40489
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #8 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 5.0-rc1.