On Thu Jul 10 20:16:45 2025 +0000, Alexandre Julliard wrote:
It's still failing: ``` cfgmgr32.c:673: Test failed: test_cases[0]: device L"\\\\?\\winebth#device#_org_bluez_hci0&d5b1dc5305c7#{781aee18-7733-4ce4-add0-91f41c67b592}": exp_props[1]: SetupDiOpenDeviceInterfaceW failed: 3758096933 cfgmgr32.c:673: Test failed: test_cases[0]: device L"\\\\?\\winebth#device#_org_bluez_hci0&d5b1dc5305c7#{781aee18-7733-4ce4-add0-91f41c67b592}": exp_props[1]: SetupDiGetDeviceInterfacePropertyW failed: 87 cfgmgr32.c:673: Test failed: test_cases[0]: device L"\\\\?\\winebth#device#_org_bluez_hci0&d5b1dc5305c7#{781aee18-7733-4ce4-add0-91f41c67b592}": exp_props[0]: SetupDiOpenDeviceInterfaceW failed: 3758096933 cfgmgr32.c:673: Test failed: test_cases[0]: device L"\\\\?\\winebth#device#_org_bluez_hci0&d5b1dc5305c7#{781aee18-7733-4ce4-add0-91f41c67b592}": exp_props[0]: SetupDiGetDeviceInterfacePropertyW failed: 87 cfgmgr32.c:673: Test failed: test_cases[0]: device L"\\\\?\\winebth#device#_org_bluez_hci0&d5b1dc5305c7#{781aee18-7733-4ce4-add0-91f41c67b592}": exp_props[2]: SetupDiOpenDeviceInterfaceW failed: 3758096933 cfgmgr32.c:673: Test failed: test_cases[0]: device L"\\\\?\\winebth#device#_org_bluez_hci0&d5b1dc5305c7#{781aee18-7733-4ce4-add0-91f41c67b592}": exp_props[2]: SetupDiGetDeviceInterfacePropertyW failed: 87 cfgmgr32.c:673: Test failed: test_cases[0]: device L"\\\\?\\winebth#device#_org_bluez_hci0&dee7615062cb#{781aee18-7733-4ce4-add0-91f41c67b592}": exp_props[1]: SetupDiOpenDeviceInterfaceW failed: 3758096933 cfgmgr32.c:673: Test failed: test_cases[0]: device L"\\\\?\\winebth#device#_org_bluez_hci0&dee7615062cb#{781aee18-7733-4ce4-add0-91f41c67b592}": exp_props[1]: SetupDiGetDeviceInterfacePropertyW failed: 87 cfgmgr32.c:673: Test failed: test_cases[0]: device L"\\\\?\\winebth#device#_org_bluez_hci0&dee7615062cb#{781aee18-7733-4ce4-add0-91f41c67b592}": exp_props[0]: SetupDiOpenDeviceInterfaceW failed: 3758096933 cfgmgr32.c:673: Test failed: test_cases[0]: device L"\\\\?\\winebth#device#_org_bluez_hci0&dee7615062cb#{781aee18-7733-4ce4-add0-91f41c67b592}": exp_props[0]: SetupDiGetDeviceInterfacePropertyW failed: 87 ... ``` Ah, sorry. The code was checking the wrong return value. Should be fixed now.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/8478#note_109525