RE access sourcecode and build for linux

Issue #10 new
Former user created an issue

it is following prevoisely reported issue.

I have updated my ubuntu to 20.04LTS, problem with 'version GLIBC_2.29 not found' is solved by that, now below error appears once loading plugin as '*.so'. What should I do in order to pack 'AmbiEncoder_O1_1CH.so' into VST3 - I think that might be a problem.

vst = load_plugin("/ICST_AmbiPlugins_VST3_2.0.1_linux/AmbiEncoder_O1_1CH.so") Traceback (most recent call last): File "<stdin>", line 1, in <module> File ".pyenv/versions/3.10.2/lib/python3.10/site-packages/pedalboard/pedalboard.py", line 581, in load_plugin raise ImportError( ImportError: Failed to load plugin as VST3Plugin. Errors were: VST3Plugin: Unable to load plugin /ICST_AmbiPlugins_VST3_2.0.1_linux/AmbiEncoder_O1_1CH.so: unsupported plugin format or load failure. Plugin files or shared library dependencies may be missing. (Try running ldd "ICST_AmbiPlugins_VST3_2.0.1_linux/AmbiEncoder_O1_1CH.so/Contents/x86_64-linux/AmbiEncoder_O1_1CH.so" to see which dependencies might be missing.).

Comments (0)

  1. Log in to comment