You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! so I need to map my usb, because I want macos, and when I try to discover ports, it automatically crashes the program, and this bug is on all of the releases. so ive tried running it with cmd, and i've found what seems to be the error
Getting controllers...
Traceback (most recent call last):
File "Windows.py", line 160, in
File "Windows.py", line 43, in init
File "base.py", line 49, in init
File "base.py", line 696, in monu
File "utils.py", line 204, in start
File "utils.py", line 188, in select
File "base.py", line 221, in discover_ports
File "Windows.py", line 134, in get_controllers
File "Windows.py", line 57, in get_property_from_wmi
File "wmi.py", line 1072, in query
File "wmi.py", line 1072, in
File "win32com\client\dynamic.py", line 322, in getitem
File "win32com\client\util.py", line 41, in getitem
File "win32com\client\util.py", line 62, in __GetIndex
pywintypes.com_error: (-2147217392, 'OLE error 0x80041010', None, None)
[14064] Failed to execute script 'Windows' due to unhandled exception!
(this is USBToolBox 0.2)
If somebody can help me figure this out, it would help me a lot
The text was updated successfully, but these errors were encountered:
Hi! so I need to map my usb, because I want macos, and when I try to discover ports, it automatically crashes the program, and this bug is on all of the releases. so ive tried running it with cmd, and i've found what seems to be the error
#######################################################
Port Discovery
#######################################################
Getting controllers...
Traceback (most recent call last):
File "Windows.py", line 160, in
File "Windows.py", line 43, in init
File "base.py", line 49, in init
File "base.py", line 696, in monu
File "utils.py", line 204, in start
File "utils.py", line 188, in select
File "base.py", line 221, in discover_ports
File "Windows.py", line 134, in get_controllers
File "Windows.py", line 57, in get_property_from_wmi
File "wmi.py", line 1072, in query
File "wmi.py", line 1072, in
File "win32com\client\dynamic.py", line 322, in getitem
File "win32com\client\util.py", line 41, in getitem
File "win32com\client\util.py", line 62, in __GetIndex
pywintypes.com_error: (-2147217392, 'OLE error 0x80041010', None, None)
[14064] Failed to execute script 'Windows' due to unhandled exception!
(this is USBToolBox 0.2)
If somebody can help me figure this out, it would help me a lot
The text was updated successfully, but these errors were encountered: