Cabbage Logo
Back to Cabbage Site

Tests failing on Pluginval

Hi,

I am trying to validate the VST3 version of my plugin using PluginVal.

Here is what the service outputs: https://validatemyplugin.com/validations/eyJfcmFpbHMiOnsibWVzc2FnZSI6Ik5ETXciLCJleHAiOm51bGwsInB1ciI6InZhbGlkYXRpb24ifX0=--c2d0238461d8fa525520ffdba851ca8d9db8ace084c6db2a9e43c6e0ff5b57da

I’m wondering why this line appears:

2023-06-04T09:28:57.0643270Z WARNING: [mError opening plugin directory '/Users/rwalsh/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64': No such file or directory[m

The plugin is working on 90% of the devices I tried. Do you know how I could fix it? :slight_smile:

Thanks!

Julien

EDIT: Similar behaviour when I test it locally

I ran pluginval locally on the VST file instead, and it looks like it’s working (cf logs attached). Maybe an issue with their VST3 validation?

PluginVal_log_VST.txt (7.1 KB)

The only weird thing is that the latency is not reported correctly here (but it’s working for the VST3 one)

That warning is from Csound and can be ignored. It won’t have any affect on how your plugin runs. :+1:

1 Like

Thank you!