Page 1 of 1

OSX Yosemite QLC 4.12 Qlight Crash on launch

Posted: Sun Dec 30, 2018 9:11 pm
by plethoraguy
I can't launch anything later than v4.11.2 (which works GREAT, BTW!) on my OSX 10.10.5 BOTH v4.12.0 and 4.12.1 crash when launching the Qlight controller side of the app.
Fixture editor side will launch but I haven't checked it's functions yet.

attaching the entire crash report to this message but the error seems to be


---
Dyld Error Message:
Symbol not found: _clock_gettime
Referenced from: /Applications/QLC+.app/Contents/MacOS/../Frameworks/libusb-1.0.0.dylib (which was built for Mac OS X 10.13)
Expected in: /usr/lib/libSystem.B.dylib
---

Am I the only one having this issue?

-jt

Re: OSX Yosemite QLC 4.12 Qlight Crash on launch

Posted: Fri Aug 23, 2019 11:10 pm
by dleewesty
Also seeing this on machine running El Capitan (10.11)

Re: OSX Yosemite QLC 4.12 Qlight Crash on launch

Posted: Sun Aug 25, 2019 1:05 pm
by mcallegari
I know it's a dirty test, but can you please try to take libusb.dylib from 4.11.2 and replace the one in 4.12.x and see if it works?

I suspect this depends on an update of macports on my Mac

Re: OSX Yosemite QLC 4.12 Qlight Crash on launch

Posted: Mon Aug 26, 2019 6:11 am
by Chris De Rock
I know this problem. Its because libusb uses the symbol "clock_gettime" if compiled on a OSX >= 10.12. i solved this by recompiling libusb without the call. the file is darvin_usb.c line 67 to 72: https://github.com/libusb/libusb/blob/m ... rwin_usb.c

Re: OSX Yosemite QLC 4.12 Qlight Crash on launch

Posted: Mon Aug 26, 2019 6:43 pm
by ocsipok
Hello!

I've the same problem (all of 4.12 versions crash upon starting under OS X 10.11.6 El Captain). So what can I do with this recompiled file. Could I download and copy somewhere the folder structure? Thanks!

Re: OSX Yosemite QLC 4.12 Qlight Crash on launch

Posted: Mon Aug 26, 2019 6:47 pm
by ocsipok
OK, the "dirty" version is working! :-) (copy the old libusb-1.0.0.dylib file on the new)

Re: OSX Yosemite QLC 4.12 Qlight Crash on launch

Posted: Sat Oct 05, 2019 8:57 am
by mcallegari
Hi, I have included the working library in the latest test version. Please give it a try.

Re: OSX Yosemite QLC 4.12 Qlight Crash on launch

Posted: Wed Jan 15, 2020 8:43 am
by KristianD
Hi,

I had the same problem and the test version resolved it for me as well.

Waiting for the release :-)

Thanks for the energy!