ryukau / VSTPlugins

Uhhyou Plugins VST 3 repository.
https://ryukau.github.io/VSTPlugins/
GNU General Public License v3.0
327 stars 12 forks source link

AMD64 Audacity Crash When Using Latticereverb #36

Closed ElijahHamilton closed 7 months ago

ElijahHamilton commented 1 year ago

Audacity will load Lattice reverb, but will immediately crash when trying to open the plugin. I am not able to record any logs from Audacity.

I am on Linux Mint(Ubuntu Based), 64bit.

ryukau commented 1 year ago

Hi, @ElijahHamilton.

I'd like to know the output of following command. Path to LatticeReverb.vst3 might be different.

ldd ~/.vst3/LatticeReverb.vst3/Contents/x86_64-linux/LatticeReverb.so

I got above command from issue #3.

If ldd outputs not found somewhere, then it's library linking issue. In this case, you have to build plugin from source code.

Otherwise, I need backtrace for debugging. I can provide instruction in this case.

ryukau commented 7 months ago

Closed due to no response.