quicktime_video_hack icon indicating copy to clipboard operation
quicktime_video_hack copied to clipboard

Assertion failed: (list_empty(&darwin_cached_devices)), function darwin_init, file darwin_usb.c, line 603.

Open Pycoder0901 opened this issue 2 years ago • 19 comments

image

Pycoder0901 avatar Mar 08 '22 03:03 Pycoder0901

@Pycoder0901 , were you able to work around this issue?

yoav-at-watchful avatar Mar 31 '22 08:03 yoav-at-watchful

@yoav-at-watchful no solution

Pycoder0901 avatar Mar 31 '22 09:03 Pycoder0901

no solution

Pycoder0901 avatar Apr 05 '22 05:04 Pycoder0901

@Pycoder0901 I have encountered the same problem. Have you solved it?

yycxx avatar Apr 27 '22 07:04 yycxx

@Pycoder0901 I have encountered the same problem. Have you solved it?

no

Pycoder0901 avatar Apr 27 '22 07:04 Pycoder0901

I think a different MAC or iPhone might work

yycxx avatar Apr 27 '22 07:04 yycxx

different

different

I think a different MAC or iPhone might work

Different phone have been tried no work ,you can try different MAC

Pycoder0901 avatar Apr 27 '22 07:04 Pycoder0901

@Pycoder0901 This may be the problem of libusb. My libusbversion is 1.0.25 and the OS version is 11.4 I want to find out what we have in common.

yycxx avatar Apr 28 '22 01:04 yycxx

https://github.com/libusb/libusb/issues/1124

yycxx avatar Apr 28 '22 01:04 yycxx

@Pycoder0901 This may be the problem of libusb. My libusbversion is 1.0.25 and the OS version is 11.4 I want to find out what we have in common.

change libusb version can solved it?

Pycoder0901 avatar Apr 28 '22 01:04 Pycoder0901

Old README.md had this warning:

## MAC OS LIBUSB -- IMPORTANT
Make sure to use either this fork `https://github.com/GroundControl-Solutions/libusb`
or a LibUsb version BELOW 1.0.20 or iOS devices won't be found on Mac OS X.
[See Github Issue](https://github.com/libusb/libusb/issues/290)

drauggres avatar Apr 28 '22 11:04 drauggres

@drauggres @Pycoder0901 I tried to install libusb1.0.20 with the source code and achieved success. I think you can try it.

yycxx avatar Apr 29 '22 02:04 yycxx

Don't forget to turn off this problem. It's actually an external cause.

yycxx avatar Apr 29 '22 02:04 yycxx

@drauggres @Pycoder0901 I tried to install libusb1.0.20 with the source code and achieved success. I think you can try it.

why not resovle this issue on the latest version of libusb. I tried to install libusb1.0.20 with the source code but it fail. image

Pycoder0901 avatar May 05 '22 09:05 Pycoder0901

@drauggres @Pycoder0901 I tried to install libusb1.0.20 with the source code and achieved success. I think you can try it.

please help me to install particular version of libusb.

jagdish-mozark avatar May 18 '22 07:05 jagdish-mozark

企业微信截图_9fa3445a-daa6-4706-a973-fe2db13d0b8b can resovle

waldenana avatar Jul 20 '22 09:07 waldenana

go run main.go

command-line-arguments

./main.go:87:11: could not determine kind of name for C.libusb_context ./main.go:178:2: could not determine kind of name for C.libusb_exit ./main.go:88:2: could not determine kind of name for C.libusb_init

Pycoder0901 avatar Jul 20 '22 12:07 Pycoder0901

you should include libusb.h

` package main

//#cgo pkg-config: libusb-1.0 //#include <libusb.h> `

waldenana avatar Jul 21 '22 06:07 waldenana

you should include libusb.h

` package main

//#cgo pkg-config: libusb-1.0 //#include <libusb.h> `

command-line-arguments

ld: warning: directory not found for option '-L/usr/local/Cellar/libusb/1.0.25/lib' ld: warning: directory not found for option '-L/usr/local/Cellar/gst-plugins-base/1.18.5/lib' ld: warning: directory not found for option '-L/usr/local/Cellar/gstreamer/1.18.5/lib' ld: warning: directory not found for option '-L/usr/local/Cellar/glib/2.70.4/lib' ld: warning: directory not found for option '-L/usr/local/Cellar/glib/2.70.4/lib' Usage: qvh devices [-v] qvh activate [--udid=] [-v] qvh record [--udid=] [-v] qvh audio (--mp3 | --ogg | --wav) [--udid=] [-v] qvh gstreamer [--pipeline=] [--examples] [--udid=] [-v] qvh diagnostics [--dump=] [--udid=] qvh --version | version exit status 1

Pycoder0901 avatar Jul 23 '22 16:07 Pycoder0901