[2024-06-17 19:56:32.978502] Found device in preloader mode, trying to crash...
[2024-06-17 19:56:32.981494] status is 7024
[2024-06-17 19:56:33.986225] Waiting for device
[2024-06-17 19:56:34.024448] Found device = 0e8d:2000
Traceback (most recent call last):
File "C:\Users\chatr\Desktop\bypass_utility-master\src\device.py", line 84, in find
self.configuration = self.udev.get_active_configuration()
File "C:\Users\chatr\AppData\Local\Programs\Python\Python312\Lib\site-packages\usb\core.py", line 921, in get_active_configuration
return self._ctx.get_active_configuration(self)
File "C:\Users\chatr\AppData\Local\Programs\Python\Python312\Lib\site-packages\usb\core.py", line 113, in wrapper
return f(self, *args, *kwargs)
File "C:\Users\chatr\AppData\Local\Programs\Python\Python312\Lib\site-packages\usb\core.py", line 249, in get_active_configuration
self.managed_open()
File "C:\Users\chatr\AppData\Local\Programs\Python\Python312\Lib\site-packages\usb\core.py", line 113, in wrapper
return f(self, args, **kwargs)
File "C:\Users\chatr\AppData\Local\Programs\Python\Python312\Lib\site-packages\usb\core.py", line 131, in managed_open
self.handle = self.backend.open_device(self.dev)
File "C:\Users\chatr\AppData\Local\Programs\Python\Python312\Lib\site-packages\usb\backend\libusb1.py", line 804, in open_device
return _DeviceHandle(dev)
File "C:\Users\chatr\AppData\Local\Programs\Python\Python312\Lib\site-packages\usb\backend\libusb1.py", line 652, in init
_check(_lib.libusb_open(self.devid, byref(self.handle)))
File "C:\Users\chatr\AppData\Local\Programs\Python\Python312\Lib\site-packages\usb\backend\libusb1.py", line 604, in _check
raise USBError(_strerror(ret), ret, _libusb_errno[ret])
usb.core.USBError: [Errno None] Other error
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\chatr\Desktop\bypass_utility-master\main.py", line 237, in
main()
File "C:\Users\chatr\Desktop\bypass_utility-master\main.py", line 45, in main
device = crash_preloader(device, config)
File "C:\Users\chatr\Desktop\bypass_utility-master\main.py", line 231, in crash_preloader
device = Device().find()
File "C:\Users\chatr\Desktop\bypass_utility-master\src\device.py", line 93, in find
self.udev.set_configuration()
File "C:\Users\chatr\AppData\Local\Programs\Python\Python312\Lib\site-packages\usb\core.py", line 915, in set_configuration
self._ctx.managed_set_configuration(self, configuration)
File "C:\Users\chatr\AppData\Local\Programs\Python\Python312\Lib\site-packages\usb\core.py", line 113, in wrapper
return f(self, *args, *kwargs)
File "C:\Users\chatr\AppData\Local\Programs\Python\Python312\Lib\site-packages\usb\core.py", line 158, in managed_set_configuration
self.managed_open()
File "C:\Users\chatr\AppData\Local\Programs\Python\Python312\Lib\site-packages\usb\core.py", line 113, in wrapper
return f(self, args, **kwargs)
File "C:\Users\chatr\AppData\Local\Programs\Python\Python312\Lib\site-packages\usb\core.py", line 131, in managed_open
self.handle = self.backend.open_device(self.dev)
File "C:\Users\chatr\AppData\Local\Programs\Python\Python312\Lib\site-packages\usb\backend\libusb1.py", line 804, in open_device
return _DeviceHandle(dev)
File "C:\Users\chatr\AppData\Local\Programs\Python\Python312\Lib\site-packages\usb\backend\libusb1.py", line 652, in init
_check(_lib.libusb_open(self.devid, byref(self.handle)))
File "C:\Users\chatr\AppData\Local\Programs\Python\Python312\Lib\site-packages\usb\backend\libusb1.py", line 604, in _check
raise USBError(_strerror(ret), ret, _libusb_errno[ret])
usb.core.USBError: [Errno None] Other error
[2024-06-17 19:56:14.378097] Waiting for device [2024-06-17 19:56:21.151650] Found device = 0e8d:2000
[2024-06-17 19:56:32.959553] Device hw code: 0x707 [2024-06-17 19:56:32.963543] Device hw sub code: 0x8a00 [2024-06-17 19:56:32.966533] Device hw version: 0xca00 [2024-06-17 19:56:32.969526] Device sw version: 0x0 [2024-06-17 19:56:32.970523] Device secure boot: True [2024-06-17 19:56:32.972518] Device serial link authorization: True [2024-06-17 19:56:32.974512] Device download agent authorization: True
[2024-06-17 19:56:32.978502] Found device in preloader mode, trying to crash...
[2024-06-17 19:56:32.981494] status is 7024
[2024-06-17 19:56:33.986225] Waiting for device [2024-06-17 19:56:34.024448] Found device = 0e8d:2000 Traceback (most recent call last): File "C:\Users\chatr\Desktop\bypass_utility-master\src\device.py", line 84, in find self.configuration = self.udev.get_active_configuration() File "C:\Users\chatr\AppData\Local\Programs\Python\Python312\Lib\site-packages\usb\core.py", line 921, in get_active_configuration return self._ctx.get_active_configuration(self) File "C:\Users\chatr\AppData\Local\Programs\Python\Python312\Lib\site-packages\usb\core.py", line 113, in wrapper return f(self, *args, *kwargs) File "C:\Users\chatr\AppData\Local\Programs\Python\Python312\Lib\site-packages\usb\core.py", line 249, in get_active_configuration self.managed_open() File "C:\Users\chatr\AppData\Local\Programs\Python\Python312\Lib\site-packages\usb\core.py", line 113, in wrapper return f(self, args, **kwargs) File "C:\Users\chatr\AppData\Local\Programs\Python\Python312\Lib\site-packages\usb\core.py", line 131, in managed_open self.handle = self.backend.open_device(self.dev) File "C:\Users\chatr\AppData\Local\Programs\Python\Python312\Lib\site-packages\usb\backend\libusb1.py", line 804, in open_device return _DeviceHandle(dev) File "C:\Users\chatr\AppData\Local\Programs\Python\Python312\Lib\site-packages\usb\backend\libusb1.py", line 652, in init _check(_lib.libusb_open(self.devid, byref(self.handle))) File "C:\Users\chatr\AppData\Local\Programs\Python\Python312\Lib\site-packages\usb\backend\libusb1.py", line 604, in _check raise USBError(_strerror(ret), ret, _libusb_errno[ret]) usb.core.USBError: [Errno None] Other error
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "C:\Users\chatr\Desktop\bypass_utility-master\main.py", line 237, in
main()
File "C:\Users\chatr\Desktop\bypass_utility-master\main.py", line 45, in main
device = crash_preloader(device, config)
File "C:\Users\chatr\Desktop\bypass_utility-master\main.py", line 231, in crash_preloader
device = Device().find()
File "C:\Users\chatr\Desktop\bypass_utility-master\src\device.py", line 93, in find
self.udev.set_configuration()
File "C:\Users\chatr\AppData\Local\Programs\Python\Python312\Lib\site-packages\usb\core.py", line 915, in set_configuration
self._ctx.managed_set_configuration(self, configuration)
File "C:\Users\chatr\AppData\Local\Programs\Python\Python312\Lib\site-packages\usb\core.py", line 113, in wrapper
return f(self, *args, *kwargs)
File "C:\Users\chatr\AppData\Local\Programs\Python\Python312\Lib\site-packages\usb\core.py", line 158, in managed_set_configuration
self.managed_open()
File "C:\Users\chatr\AppData\Local\Programs\Python\Python312\Lib\site-packages\usb\core.py", line 113, in wrapper
return f(self, args, **kwargs)
File "C:\Users\chatr\AppData\Local\Programs\Python\Python312\Lib\site-packages\usb\core.py", line 131, in managed_open
self.handle = self.backend.open_device(self.dev)
File "C:\Users\chatr\AppData\Local\Programs\Python\Python312\Lib\site-packages\usb\backend\libusb1.py", line 804, in open_device
return _DeviceHandle(dev)
File "C:\Users\chatr\AppData\Local\Programs\Python\Python312\Lib\site-packages\usb\backend\libusb1.py", line 652, in init
_check(_lib.libusb_open(self.devid, byref(self.handle)))
File "C:\Users\chatr\AppData\Local\Programs\Python\Python312\Lib\site-packages\usb\backend\libusb1.py", line 604, in _check
raise USBError(_strerror(ret), ret, _libusb_errno[ret])
usb.core.USBError: [Errno None] Other error