usbmuxd icon indicating copy to clipboard operation
usbmuxd copied to clipboard

usbmuxd.exe exit at libusb_free_transfer in windows

Open karthikeyan1241997 opened this issue 6 years ago • 0 comments

Here i m providing my debug log. Without any error it is exiting. I want to run usbmuxd for libimobiledevice in windows since it has dependecies of Apple Application support in Windows. To avoid that dependency, usbmuxd is used. But it is exiting when device connected.

[19:08:56.126][4] Found new device with v/p 05ac:12aa at 1-5 [ 0.178146] [00002ee4] libusb: debug [libusb_open] open 1.5 [ 0.179121] [00002ee4] libusb: debug [libusb_get_configuration] [ 0.180103] [00002ee4] libusb: debug [libusb_get_configuration] active config 4 [19:08:56.130][4] Found interface 1 with endpoints 04/85 for device 1-5 [ 0.182056] [00002ee4] libusb: debug [libusb_claim_interface] interface 1 [ 0.184013] [00002ee4] libusb: warning [winusbx_claim_interface] auto-claimed interface 0 (required to claim 1 with WinUSB) [ 0.187910] [00002ee4] libusb: debug [winusbx_claim_interface] claimed interface 1 [ 0.188887] [00002ee4] libusb: debug [windows_assign_endpoints] (re)assigned endpoint 04 to interface 1 [ 0.189861] [00002ee4] libusb: debug [windows_assign_endpoints] (re)assigned endpoint 85 to interface 1 [ 0.190843] [00002ee4] libusb: debug [libusb_alloc_transfer] transfer 00000227CA3A2188 [19:08:56.140][4] Using wMaxPacketSize=512 for device 1-5 [19:08:56.141][4] USB Speed is 480 MBit/s for device 1-5 [ 0.193784] [00002ee4] libusb: debug [libusb_submit_transfer] transfer 00000227CA3A2188 [ 0.194748] [00002ee4] libusb: debug [usbi_add_pollfd] add fd 2 events 1 [ 0.195746] [00002ee4] libusb: debug [winusbx_submit_control_transfer] will use interface 0 [ 0.200629] [00002ee4] libusb: debug [libusb_get_device_descriptor] [ 0.201592] [00002ee4] libusb: debug [libusb_get_device_descriptor] [ 0.202560] [00002ee4] libusb: debug [libusb_unref_device] destroy device 2.1 [ 0.203536] [00002ee4] libusb: debug [libusb_unref_device] destroy device 2.4 [ 0.204510] [00002ee4] libusb: debug [libusb_unref_device] destroy device 2.3 [ 0.205483] [00002ee4] libusb: debug [libusb_unref_device] destroy device 2.0 [19:08:56.156][4] 1 device detected [19:08:56.157][3] Initialization complete [19:08:56.159][7] main_loop iteration [19:08:56.163][7] fd count is 1 [ 0.315388] [00002ee4] libusb: debug [libusb_get_next_timeout] next timeout in 0.879829s [ 0.315388] [00002ee4] libusb: debug [libusb_handle_events_timeout_completed] doing our own event handling [ 0.318329] [00002ee4] libusb: debug [handle_events] poll fds modified, reallocating [ 0.319292] [00002ee4] libusb: debug [handle_events] poll() 2 fds with timeout in 0ms [ 0.320265] [00002ee4] libusb: debug [handle_events] poll() returned 1 [ 0.322221] [00002ee4] libusb: debug [windows_handle_events] checking fd 2 with revents = 0001 [ 0.323192] [00002ee4] libusb: debug [usbi_remove_pollfd] remove fd 2 [ 0.324174] [00002ee4] libusb: debug [windows_transfer_callback] handling I/O completion with errcode 0, size 1032 [ 0.326123] [00002ee4] libusb: debug [usbi_handle_transfer_completion] transfer 00000227CA3A2188 has callback 00007FF7218913D0 [19:08:56.279][4] Got lang ID 1033 for device 1-5 [ 0.331161] [00002ee4] libusb: debug [libusb_submit_transfer] transfer 00000227CA3A2188 [ 0.332144] [00002ee4] libusb: debug [usbi_add_pollfd] add fd 2 events 1 [ 0.333119] [00002ee4] libusb: debug [winusbx_submit_control_transfer] will use interface 0 [19:08:56.284][7] poll() returned 0 [19:08:56.284][7] main_loop iteration [19:08:56.286][7] fd count is 1 [ 0.438284] [00002ee4] libusb: debug [libusb_get_next_timeout] next timeout in 0.894369s [ 0.438284] [00002ee4] libusb: debug [libusb_handle_events_timeout_completed] doing our own event handling [ 0.441216] [00002ee4] libusb: debug [handle_events] poll fds modified, reallocating [ 0.442188] [00002ee4] libusb: debug [handle_events] poll() 2 fds with timeout in 0ms [ 0.443163] [00002ee4] libusb: debug [handle_events] poll() returned 1 [ 0.444143] [00002ee4] libusb: debug [windows_handle_events] checking fd 2 with revents = 0001 [ 0.445116] [00002ee4] libusb: debug [usbi_remove_pollfd] remove fd 2 [ 0.447069] [00002ee4] libusb: debug [windows_transfer_callback] handling I/O completion with errcode 0, size 1032 [ 0.448045] [00002ee4] libusb: debug [usbi_handle_transfer_completion] transfer 00000227CA3A2188 has callback 00007FF721891620 [19:08:56.401][4] Got serial '{Device UDID}' for device 1-5 [ 0.453905] [00002ee4] libusb: debug [libusb_free_transfer] transfer 00000227CA3A2188

C:\ibackup\usbmuxd-master-msvc\x64\Debug>

karthikeyan1241997 avatar May 14 '18 13:05 karthikeyan1241997