Stoermelder-P1 doesn't load on my builded Rack env

Hi,

I’m using Rack 2.6.0 (builded on my machine for dev), and I got this message when I try to load Stoermelder-P1 plugins:

[2.079 warn src/plugin.cpp:199 loadPlugin] Could not load plugin C:/repos/Rack/plugins/Stoermelder-P1: Failed to load library C:/repos/Rack/plugins/Stoermelder-P1/plugin.dll: code 127

What’s wrong? Never seen this before, with the rest of plugins I’m using.

Thanks for any helps

Stoermelder-P1 needs Rack 2.6.1 or above:

(Rack doesn’t check minRackVersion before trying to load the plugin, it only uses it when checking for updates, so the only error you get is Rack failing to load the DLL because it uses things that don’t exist in the version you’re using)

Exactly right.

Which is kind of weird, you’d think that would be easy.

If it did, the result would be a marginally better UI for something that is broken either way.