zyn-fusion-issues icon indicating copy to clipboard operation
zyn-fusion-issues copied to clipboard

crash if some resources are not accesible on command line level

Open gitnob opened this issue 6 years ago • 1 comments

If had a hard time finding the source of this problem on a newly Debian Buster system. Did the regular compiling procedure as described for linux systems with the 3.0.5 zyn-fusion sources from github. After installing I had a hard time using the lv2 plugin within ardour or carla (from KXStudio). Ardour crashes sometimes on startup, but always when I tried to call the GUI from within ardour. After stracing the system calls I saw that the plugins expected some resources within the directory where ardour started (namely src/myruby-zest/qml/, schema/, font/* and the libzest.so file). When I start ardour5 in an environment with these directories I don't have a problem. Sounds like a strange problem in finding the correct paths for some resources. In the end I could sort it out with some bash scripting... Any ideas?

gitnob avatar Sep 10 '19 18:09 gitnob

It should be searching paths relative to the VST or LV2 shared library. If it cannot find the resources then it sounds like you've created a non-standard install.

fundamental avatar Oct 26 '19 09:10 fundamental