QLC+ crashes when using AUDIO

The issues found when using the Input/Output Manager panel
Post Reply
olafp2016
Posts: 1
Joined: Fri Oct 14, 2016 4:07 am
Real Name: Olaf P

Hello,
I tried QLC+ 4.10.4 with activating the Audio-function (e.g. Level Monitor)
..it crashes with Missing Symbol "___sincos_stret" .

I looked for the Missing File /usr/lib/libSystem.B.dylib .. could not find it on my MAC
Did I miss to install something ?
I am using OS X 10.7.5

Thanks in advance
Olaf




HERE the Complete DETAILS :

Process: qlcplus [2304]
Path: /Applications/QLC+.app/Contents/MacOS/qlcplus
Identifier: qlcplus
Version: ??? (???)
Code Type: X86-64 (Native)
Parent Process: ??? [1]

Date/Time: 2016-10-15 08:36:22.846 +0200
OS Version: Mac OS X 10.7.5 (11G63b)
Report Version: 9

Interval Since Last Report: 13274901 sec
Crashes Since Last Report: 2304
Per-App Crashes Since Last Report: 22
Anonymous UUID: DA5BA860-3B38-4966-A2AA-8F0378FDD7B5

Crashed Thread: 9 AudioCaptureQt

Exception Type: EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000002, 0x0000000000000000

Application Specific Information:
objc[2304]: garbage collection is OFF

Dyld Error Message:
Symbol not found: ___sincos_stret
Referenced from: /Applications/QLC+.app/Contents/MacOS/../Frameworks/libfftw3.3.dylib
Expected in: /usr/lib/libSystem.B.dylib
janosvitok
Posts: 1274
Joined: Mon Apr 13, 2015 7:05 am
Location: Bratislava, Slovakia
Real Name: Jano Svitok
Contact:

Google search for ___sincos_stret revealed that this happens when the application/library is compiled on 10.8+ (or using 10.8+ SDK) and run on older versions.
I'm no Mac expert so I leave the rest on Massimo.

Jano
User avatar
mcallegari
Posts: 4480
Joined: Sun Apr 12, 2015 9:09 am
Location: Italy
Real Name: Massimo Callegari
Contact:

OSX versions before 10.8 are not supported anymore by the Qt libraries.
Post Reply