q8fuel
(q8fuel)
July 23, 2026, 9:20am
1
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:
"author": "Benjamin Dill",
"name": "PackOne",
"brand": "stoermelder",
"authorEmail": "stoermelder@outlook.com",
"pluginUrl": "https://github.com/stoermelder/vcvrack-packone",
"authorUrl": "https://github.com/stoermelder",
"sourceUrl": "https://github.com/stoermelder/vcvrack-packone.git",
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v2/README.md",
"changelogUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v2/CHANGELOG.md",
"donateUrl": "https://paypal.me/stoermelder",
"minRackVersion": "2.6.1",
"modules": [
{
"slug": "Siren",
"name": "SIREN",
"description": "Sample browser collaboration with Omri Cohen — browse, preview and drag WAV/FLAC/MP3 samples to other modules.\nStreams audio directly from disk with no full-file loading, making it practical for large sample libraries and long recordings. Also does repitching and creates endless loops.",
"tags": [
"Utility"
]
},
{
(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)
Which is kind of weird, you’d think that would be easy.
pachde
(Paul Dempsey)
July 24, 2026, 11:50pm
5
If it did, the result would be a marginally better UI for something that is broken either way.