Cannot be scanned nor used by Reaper Linux
Closed this issue ยท 5 comments
Hi there,
Tried to put the .so files in my VST/LV2 directory, but unfortunately Reaper is unable to scan it. That means I cannot use it.
What could be the problem and how do I figure it out?
Thanks,
- A
Weird, can't run the native Linux binary but can run the yabridge converted Windows VST!?
I seems to work fine here on Ubuntu 20.04
- download and install Reaper for Linux
๐ https://www.reaper.fm/files/6.x/reaper666_linux_x86_64.tar.xz - download and extract Ninjas2
๐ https://github.com/clearly-broken-software/ninjas2/releases/download/v0.2.0/ninjas2-linux64.zip
The extracted directory looks like this
ninjas2-linux64
โโโ ninjas2.lv2
โ โโโ manifest.ttl
โ โโโ ninjas2.so
โ โโโ ninjas2.ttl
โโโ ninjas2-vst.so
- Now copy the ninjas2.lv2 with it contents directory to ~/.lv2
~/.lv2
โฏ ls -l ninjas2.lv2/
totaal 1416
-rw-rw-r-- 1 rob rob 1085 jan 17 2020 manifest.ttl
-rwxrwxr-x 1 rob rob 1430384 jan 17 2020 ninjas2.so
-rw-rw-r-- 1 rob rob 8997 jan 17 2020 ninjas2.ttl
@6-AND-9 : I assume that you can scan and load other LV2 plugins from your LV2/VST directory, isn't it? And did you load any other plugin before Ninjas2? Or did you try to load Ninjas2 as the first one?
@rghvdberg : Do you dynamically link the required libs or do you create builds with statically included libs (and hide all symbols)?
Incompatible dynamically linked libs are often the reason why plugins won't load. For instance, this is the reason why Calf plugin UIs are not loaded in Reaper. Just a little idea. Maybe I'm wrong here.
It's all static afaik. Dpf magic