Kjetil Matheussen

Results 325 comments of Kjetil Matheussen

I would guess this line: @users - priority 99 On Mon, Dec 16, 2019 at 11:33 AM Kjetil Matheussen wrote: > Hi, that message is not important. Just ignore it....

Maybe not. It should probably only be displayed one time, or if --verbose is specified. It could theoretically prevent disk underruns though. On Mon, Dec 16, 2019 at 2:13 PM...

No it's just trying to set the priority of the disk thread higher than other threads. No big deal. Just ignore it. On Mon, Dec 16, 2019 at 2:26 PM...

I can't reproduce this. I'm running radium_64bit_linux-5.9.52-demo and Carla_2.0.0-linux64. Are you using the latest version of Carla? Does Carla print out any error messages in the terminal? Perhaps @falkTX have...

I see Carla uses Qt 4.8.6. Radium uses Qt 5.12.2, so there's a potential deadly mismatch there (Qt 4 and Qt 5 doesn't work very well together in the same...

Okay, so I guess these two lines is the key here: ``` Fatal Python error: Py_Initialize: Unable to get the locale encoding ModuleNotFoundError: No module named 'encodings' ``` Try to...

There's also another carla error message further up: ``` Carla assertion failure: "obj->plugin == nullptr" in file carla-vst.cpp, line 937 ``` But are you using a stable version of Carla?...

> fwiw I compiled both radium/carla from source so both are linked to Qt 5.12.1 At least on my computer, radium uses Qt5, and Carla uses Qt4. But it shouldn't...

I think the workaround in issue #1351 should work.

I don't know what could cause this, but I'll see if I can upgrade JUCE to the lastest version for the next release. There's been a few fixes for VST3...