[Bug 50256] Animate VST plugin activation doesn't work: wbem_services_ExecQuery gets no network adapters

WineHQ Bugzilla wine-bugs at winehq.org
Sun Dec 6 11:07:11 CST 2020


https://bugs.winehq.org/show_bug.cgi?id=50256

--- Comment #1 from Hans Leidekker <hans at meelstraat.net> ---
It's looking for the GUID and DeviceID properties but we don't support the GUID
currently:

0104:trace:wbemprox:wbem_services_ExecQuery 0000000005036100, L"WQL", L"SELECT
GUID, DeviceID FROM Win32_NetworkAdapter WHERE PhysicalAdapter = TRUE AND
(PNPDeviceID LIKE \"PCI\\\\%\" OR PNPDeviceID LIKE \"USB\\\\%\" OR PNPDeviceID
LIKE \"SD\\\\%\" OR PNPDeviceID LIKE \"XEN%\\\\%\" OR PNPDeviceID LIKE
\"VMBUS\\\\%\" OR PNPDeviceID LIKE \"%BDRV\\\\%\") AND NOT"..., 0x00000030,
0000000000000000, 000000000021CB88

The truncated NOT clause may also refer to unimplemented properties.

-- 
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.



More information about the wine-bugs mailing list