QLC+ 4.7.2 crashes with OLA 0.9.0 installed...

Archive of the non-categorized posts related to the QLC+ technical support.
Please do not create new threads here, instead, use the categories above !
Post Reply
Chris Moses

I can confirm OLA 0.9.0 is installed...

> sudo port info ola
ola @0.9.0 (net, comms)

...but QLC+ crashes with...

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libstdc++.6.dylib 0x00007fff8c99dbf9 std::string::append(std::string const&) + 21
1 libolaio.dylib 0x000000010e97c3c3 ola::QLCLogDestination::Write(ola::log_level, std::string const&) + 49
2 libolacommon.0.dylib 0x000000010eb11790 ola::LogLine::Write() + 176
3 libolacommon.0.dylib 0x000000010eb11563 ola::LogLine::~LogLine() + 19
4 libolacommon.0.dylib 0x000000010eb2f37b ola::network::TCPSocket::Connect(ola::network::SocketAddress const&) + 379
5 libolaio.dylib 0x000000010e97ae2f OlaStandaloneClient::init() + 121
6 libolaio.dylib 0x000000010e97b171 OlaOutThread::start(QThread::Priority) + 25
7 libolaio.dylib 0x000000010e979c15 OlaIO::setServerEmbedded(bool) + 313
8 libolaio.dylib 0x000000010e979ef7 OlaIO::init() + 367
9 libqlcplusengine.1.0.0.dylib 0x0000000100082403 IOPluginCache::load(QDir const&) + 1177
10 libqlcplusui.1.0.0.dylib 0x000000010016f767 App::initDoc() + 249
11 libqlcplusui.1.0.0.dylib 0x00000001001724ac App::init() + 1206
12 libqlcplusui.1.0.0.dylib 0x00000001001734f2 App::startup() + 28
13 qlcplus 0x0000000100003f98 main + 488
14 qlcplus 0x0000000100003274 start + 52

Am I doing something wrong? :-( I'm stuck on version 4.7.0 of QLC+ at the mo...

Cheers,
Chris
Massimo Callegari

Remove the QLC+ configuration file and start from scratch.
The problem can be the use of the QLC+ OLA internal server.
Otherwise, if you don't need OLA, just uninstall it.
Chris Moses

OK, cool, thanks. I installed QLC using the Mac .DMG file, not by building it from scratch. Should I build QLC instead of using the installer then? That way I can remove OLA support as I don't need it.
Massimo Callegari

You don't need to compile from sources.
The configuration file is in your user folder. To find it read documentation -> Parameters tuning section.

Also, the QLC+ OLA plugin won't load if it doesn't find OLA in your system. So you just need to do "sudo ports uninstall ola" (or something like that, can't remember right now)
Chris Moses

Argh, I tried port uninstall, but whenever I do "sudo port info ola" afterwards it keeps showing it as installed with version 0.9.0. I can't rid of it - anyone know how I can remove the thing from my system??
Chris Moses

I tried deleting the plist file, but that didn't work either :-(
Chris Moses

OK, port is now showing OLA as uninstalled...

port -v installed ola
None of the specified ports are installed.

...however QLC is still trying to load it :-( Any ideas?
Post Reply