igorski / homecorrupter

VST plugin that reduces sampling rate, bit depth and playback speed on-the-fly
https://www.igorski.nl/download/homecorrupter
MIT License
40 stars 1 forks source link

Failed to get plugin description #2

Open KottV opened 3 years ago

KottV commented 3 years ago

Hi,

I've got this error when loading homecorropter on Linux. Is there any additional information which I can provide?

igorski commented 3 years ago

Hi Konstantin, what Linux distribution are you using and what VST SDK have you used to build the plugin ? Also, what DAW / environment were you loading the plugin in ?

KottV commented 3 years ago

openSUSE Tumbleweed VST3 SDK was latest on that moment. Tested in the Carla host.

I'll try to reproduce it. IIRC it won't build with recent VST3 SDK due some changes in their namespaces.

fractalf commented 1 year ago

@KottV Hi, I build this today in an ubuntu container.. should work on any amd64 linux systems...

https://github.com/igorski/homecorrupter/issues/5#issuecomment-1409233466

KottV commented 1 year ago

@fractalf Hi!

Still the same, testing with Carla 2.5.2:

carla-single vst3 ~/.vst3/homecorrupter.vst3
['/usr/lib64/carla/carla-bridge-native', 'vst3', '/home/kv/.vst3/homecorrupter.vst3', '(none)', '0']
libjack.so.0 loaded successfully!
JUCE Assertion failure in juce_VST3PluginFormat.cpp:999
JUCE Assertion failure in juce_VST3PluginFormat.cpp:3802
[carla] Plugin failed to load, error was:
Failed to get plugin description
KottV commented 1 year ago

Well, Carla uses JUCE VST3 Host code. Might be there is a problem, with Steinberg SDK's editorhost the plugin loads fine.