You are here

Add new comment

rncbc's picture

following falktx call and if it's only carla.vst that is in the way, it will suffice to remove the "styles" symlink under "/usr[/local]/lib/vst/carla.vst/"

after that move you're back in the game with qtractor-qt5 !

a blacklist won't do any good, unless you know the exact primary filename.so to each blacklist entry in advance, just because the qt4 vs qt5 crash happens upon dlopen() and not due to some dynamic call afterwards, for which one could detect whether being linked to "libQtGui.so.4" (qt4) or "libQt5Widgets.so.5" (qt5), and never ever have both loaded on same process address-space.

hth.
cheers