Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RuntimeError: #83

Open
hkvsak opened this issue Jul 5, 2022 · 3 comments
Open

RuntimeError: #83

hkvsak opened this issue Jul 5, 2022 · 3 comments

Comments

@hkvsak
Copy link

hkvsak commented Jul 5, 2022

Traceback (most recent call last):
File "E:\bypass_utility-v.1.4.2\src\exploit.py", line 36, in exploit
udev._ctx.managed_claim_interface = lambda *args, **kwargs: None
AttributeError: 'NoneType' object has no attribute '_ctx'

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "E:\bypass_utility-v.1.4.2\main.py", line 213, in
main()
File "E:\bypass_utility-v.1.4.2\main.py", line 58, in main
result = exploit(device, config.watchdog_address, config.payload_address, config.var_0, config.var_1, payload)
File "E:\bypass_utility-v.1.4.2\src\exploit.py", line 38, in exploit
raise RuntimeError("libusb is not installed for port {}".format(device.dev.port)) from e
RuntimeError: libusb is not installed for port COM3

@Ra2-IFV
Copy link

Ra2-IFV commented Jul 5, 2022

"libusb is not installed for port COM3"

@JuaIMS
Copy link

JuaIMS commented Apr 17, 2024

I got the same issue.
Did anyone found a solution?
If its written somewhere then I am an idiot. (I really hope that's the case)

@JuaIMS
Copy link

JuaIMS commented Apr 18, 2024

Update: It seems I somehow forgot to install UsbDK and this error happened because of that.
BUT the UsbDK driver seems to have its own issue, whenever I try to use the bypass tool, I get a BSOD on Windows 11 saying
"WDF_VIOLATION". This is not related to this project, the issue is covered here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants