axi0mX / ipwndfu

open-source jailbreaking tool for many iOS devices
GNU General Public License v3.0
7.06k stars 1.7k forks source link

Issue on Iphone 5s (windows) #239

Open jmahkye opened 4 years ago

jmahkye commented 4 years ago

All attempts to run checkm8 give me this error: I/O operation has been aborted because of either a thread exit or an application request.\r\n\n') ctrl transfer ERROR: 128 6 USBError(None, b'libusb0-dll:err [control_msg] sending control message failed, win error: The I/O operation has been aborted because of either a thread exit or an application request.\r\n\n') Performing USB port reset. ****** stage 2, usb setup, send 0x800 of 'A', sends no data Traceback (most recent call last): File "./ipwndfu", line 66, in <module> checkm8.exploit() File "D:\ipwndfu-master\checkm8.py", line 498, in exploit device = dfu.acquire_device() File "D:\ipwndfu-master\dfu.py", line 19, in acquire_device usb.util.claim_interface(device, 0) File "D:\ipwndfu-master\usb\util.py", line 205, in claim_interface device._ctx.managed_claim_interface(device, interface) File "D:\ipwndfu-master\usb\core.py", line 102, in wrapper return f(self, *args, **kwargs) File "D:\ipwndfu-master\usb\core.py", line 167, in managed_claim_interface self.backend.claim_interface(self.handle, i) File "D:\ipwndfu-master\usb\backend\libusb0.py", line 521, in claim_interface _check(_lib.usb_claim_interface(dev_handle, intf)) File "D:\ipwndfu-master\usb\backend\libusb0.py", line 431, in _check raise USBError(errmsg, ret) usb.core.USBError: [Errno None] b'libusb0-dll:err [claim_interface] could not claim interface 0, invalid configuration 0\n' I have changed the driver for the iphone in DFU mode using libusb etc.