https://bugs.winehq.org/show_bug.cgi?id=35690
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download Status|UNCONFIRMED |NEW URL| |http://media.steampowered.c | |om/client/installer/SteamSe | |tup.exe CC| |focht@gmx.net Ever confirmed|0 |1
--- Comment #3 from Anastasius Focht focht@gmx.net --- Hello Mike,
Hans put some patches here:
https://source.winehq.org/patches/data/102847 (Win32_DiskDrive.MediaType)
https://source.winehq.org/patches/data/102848 (Win32_PhysicalMedia.Tag)
https://source.winehq.org/patches/data/102849 (support for negated expressions in WHERE clauses)
which ought to fix some problems in your log:
--- snip --- ... 0035:trace:wbemprox:wbem_services_ExecQuery 0x203b88, L"WQL", L"SELECT MacAddress FROM Win32_NetworkAdapter WHERE PhysicalAdapter = TRUE AND NOT PNPDeviceID LIKE 'ROOT\\%'", 0x00000030, (nil), 0x6d5c254 0035:err:wbemprox:wql_error syntax error, unexpected TK_NOT 0035:trace:wbemprox:parse_query wql_parse returned 1 ... 0035:trace:wbemprox:wbem_services_ExecQuery 0x7fb8678, L"WQL", L"SELECT * FROM Win32_DiskPartition", 0x00000030, (nil), 0x6d5c244 0035:trace:wbemprox:grab_table returning 0x7bffeff4 0035:trace:wbemprox:parse_query wql_parse returned 0 0026:fixme:mountmgr:harddisk_ioctl The DISK_PARTITION_INFO and DISK_DETECTION_INFO structures will not be filled 0035:trace:wbemprox:fill_diskpartition created 1 rows 0035:trace:wbemprox:EnumWbemClassObject_create 0x6d5c244 0035:trace:wbemprox:EnumWbemClassObject_create returning iface 0x7fb86d0 ... 0035:trace:wbemprox:wbem_services_ExecQuery 0x7fb8678, L"WQL", L"SELECT * FROM Win32_DiskDrive", 0x00000030, (nil), 0x6d5c248 0035:trace:wbemprox:grab_table returning 0x7bffefc8 0035:trace:wbemprox:parse_query wql_parse returned 0 0035:trace:wbemprox:EnumWbemClassObject_create 0x6d5c248 0035:trace:wbemprox:EnumWbemClassObject_create returning iface 0x172b20 ... 0035:trace:wbemprox:wbem_services_ExecQuery 0x7fb8678, L"WQL", L"SELECT * FROM Win32_PhysicalMedia", 0x00000030, (nil), 0x6d5c23c 0035:trace:wbemprox:grab_table returning 0x7bfff128 0035:trace:wbemprox:parse_query wql_parse returned 0 0035:trace:wbemprox:EnumWbemClassObject_create 0x6d5c23c 0035:trace:wbemprox:EnumWbemClassObject_create returning iface 0x205e58 --- snip ---
With patches applied:
--- snip --- 003a:trace:wbemprox:wbem_services_ExecQuery 0x203c90, L"WQL", L"SELECT MacAddress FROM Win32_NetworkAdapter WHERE PhysicalAdapter = TRUE AND NOT PNPDeviceID LIKE 'ROOT\\%'", 0x00000030, (nil), 0x5e2c23c 003a:trace:wbemprox:grab_table returning 0x7bf4e078 003a:trace:wbemprox:parse_query wql_parse returned 0 003a:trace:wbemprox:fill_networkadapter created 6 rows 003a:trace:wbemprox:EnumWbemClassObject_create 0x5e2c23c 003a:trace:wbemprox:EnumWbemClassObject_create returning iface 0x205ae8 003a:trace:wbemprox:enum_class_object_Next 0x205ae8, -1, 1, 0x5e2c250, 0x5e2c230 003a:trace:wbemprox:create_class_object L"Win32_NetworkAdapter", 0x5e2c250 003a:trace:wbemprox:create_class_object returning iface 0x205b00 003a:trace:wbemprox:class_object_Get 0x205b00, L"MacAddress", 00000000, 0x5e2c214, (nil), (nil) 003a:trace:wbemprox:enum_class_object_Next 0x205ae8, -1, 1, 0x5e2c250, 0x5e2c230 003a:trace:wbemprox:create_class_object L"Win32_NetworkAdapter", 0x5e2c250 003a:trace:wbemprox:create_class_object returning iface 0x205c08 003a:trace:wbemprox:class_object_Get 0x205c08, L"MacAddress", 00000000, 0x5e2c214, (nil), (nil) 003a:trace:wbemprox:enum_class_object_Next 0x205ae8, -1, 1, 0x5e2c250, 0x5e2c230 003a:trace:wbemprox:create_class_object L"Win32_NetworkAdapter", 0x5e2c250 003a:trace:wbemprox:create_class_object returning iface 0x205c68 003a:trace:wbemprox:class_object_Get 0x205c68, L"MacAddress", 00000000, 0x5e2c214, (nil), (nil) 003a:trace:wbemprox:enum_class_object_Next 0x205ae8, -1, 1, 0x5e2c250, 0x5e2c230 003a:trace:wbemprox:create_class_object L"Win32_NetworkAdapter", 0x5e2c250 003a:trace:wbemprox:create_class_object returning iface 0x205cc8 003a:trace:wbemprox:class_object_Get 0x205cc8, L"MacAddress", 00000000, 0x5e2c214, (nil), (nil) 003a:trace:wbemprox:enum_class_object_Next 0x205ae8, -1, 1, 0x5e2c250, 0x5e2c230 003a:trace:wbemprox:create_class_object L"Win32_NetworkAdapter", 0x5e2c250 003a:trace:wbemprox:create_class_object returning iface 0x205d28 003a:trace:wbemprox:class_object_Get 0x205d28, L"MacAddress", 00000000, 0x5e2c214, (nil), (nil) 003a:trace:wbemprox:enum_class_object_Next 0x205ae8, -1, 1, 0x5e2c250, 0x5e2c230 003a:trace:wbemprox:create_class_object L"Win32_NetworkAdapter", 0x5e2c250 003a:trace:wbemprox:create_class_object returning iface 0x205d88 003a:trace:wbemprox:class_object_Get 0x205d88, L"MacAddress", 00000000, 0x5e2c214, (nil), (nil) 003a:trace:wbemprox:enum_class_object_Next 0x205ae8, -1, 1, 0x5e2c250, 0x5e2c230 ... --- snip ---
--- snip --- 003a:trace:wbemprox:wbem_services_ExecQuery 0x203ca8, L"WQL", L"SELECT * FROM Win32_DiskPartition", 0x00000030, (nil), 0x5e2c22c 003a:trace:wbemprox:grab_table returning 0x7bf4dff4 003a:trace:wbemprox:parse_query wql_parse returned 0 0026:fixme:mountmgr:harddisk_ioctl The DISK_PARTITION_INFO and DISK_DETECTION_INFO structures will not be filled 003a:trace:wbemprox:fill_diskpartition created 1 rows 003a:trace:wbemprox:EnumWbemClassObject_create 0x5e2c22c 003a:trace:wbemprox:EnumWbemClassObject_create returning iface 0x207270 003a:trace:wbemprox:enum_class_object_Next 0x207270, 10, 1, 0x5e2c244, 0x5e2c240 003a:fixme:wbemprox:enum_class_object_Next timeout not supported 003a:trace:wbemprox:create_class_object L"Win32_DiskPartition", 0x5e2c244 003a:trace:wbemprox:create_class_object returning iface 0x207288 003a:trace:wbemprox:class_object_Get 0x207288, L"BootPartition", 00000000, 0x5e2b1b4, 0x5e2b1c4, (nil) 003a:trace:wbemprox:class_object_Get 0x207288, L"DeviceID", 00000000, 0x5e2b1b0, 0x5e2b1c0, (nil) 003a:trace:wbemprox:class_object_Get 0x207288, L"DiskIndex", 00000000, 0x5e2b1b4, 0x5e2b1c4, (nil) --- snip ---
--- snip --- 003a:trace:wbemprox:wbem_services_ExecQuery 0x203ca8, L"WQL", L"SELECT * FROM Win32_DiskDrive", 0x00000030, (nil), 0x5e2c230 003a:trace:wbemprox:grab_table returning 0x7bf4dfc8 003a:trace:wbemprox:parse_query wql_parse returned 0 003a:trace:wbemprox:EnumWbemClassObject_create 0x5e2c230 003a:trace:wbemprox:EnumWbemClassObject_create returning iface 0x207128 003a:trace:wbemprox:enum_class_object_Next 0x207128, 10, 1, 0x5e2c238, 0x5e2c240 003a:fixme:wbemprox:enum_class_object_Next timeout not supported 003a:trace:wbemprox:create_class_object L"Win32_DiskDrive", 0x5e2c238 003a:trace:wbemprox:create_class_object returning iface 0x207140 003a:trace:wbemprox:class_object_Get 0x207140, L"MediaType", 00000000, 0x5e2b1a4, 0x5e2b1b4, (nil) 003a:trace:wbemprox:class_object_Get 0x207140, L"Index", 00000000, 0x5e2b1b4, 0x5e2b1c4, (nil) 003a:trace:wbemprox:class_object_Get 0x207140, L"DeviceID", 00000000, 0x5e2b1a4, 0x5e2b1b4, (nil) --- snip ---
--- snip --- 003a:trace:wbemprox:wbem_services_ExecQuery 0x203ca8, L"WQL", L"SELECT * FROM Win32_PhysicalMedia", 0x00000030, (nil), 0x5e2c224 003a:trace:wbemprox:grab_table returning 0x7bf4e128 003a:trace:wbemprox:parse_query wql_parse returned 0 003a:trace:wbemprox:EnumWbemClassObject_create 0x5e2c224 003a:trace:wbemprox:EnumWbemClassObject_create returning iface 0x207188 003a:trace:wbemprox:enum_class_object_Next 0x207188, 10, 1, 0x5e2c23c, 0x5e2c240 003a:fixme:wbemprox:enum_class_object_Next timeout not supported 003a:trace:wbemprox:create_class_object L"Win32_PhysicalMedia", 0x5e2c23c 003a:trace:wbemprox:create_class_object returning iface 0x2071a0 003a:trace:wbemprox:class_object_Get 0x2071a0, L"Tag", 00000000, 0x5e2b1a4, 0x5e2b1b4, (nil) --- snip ---
You could re-test when they got applied. Though your network problems might be related to something different.
Regards