Receiving an error upon startup after having put the release archive in the plugins folder -
[0.070 warn src/plugin.cpp:158] Could not load plugin C:\Users\user\DOCUME~1/Rack/plugins-v1/Milkrack: Failed to load library C:\Users\user\DOCUME~1/Rack/plugins-v1/Milkrack/plugin.dll: code 127
I'm using Rack v1.1.6 on Windows.
I am using the 0.6.1-rc0 release archive zip.
The plugin was initially ignored since the archive did not include a plugin.json. I composed one myself as follow -
{
"slug": "Milkrack",
"name": "Milkrack",
"author": "Uriel Corfa",
"license": "GNU Lesser General Public License v3.0",
"authorUrl": "https://github.com/korfuri",
"pluginUrl": "https://github.com/korfuri/Milkrack",
"sourceUrl": "https://github.com/korfuri/Milkrack",
"donateUrl": "https://github.com/korfuri/Milkrack",
"manualUrl": "https://github.com/korfuri/Milkrack/blob/master/README.md",
"version": "0.6.1-rc0",
"modules": [
{
"slug":"MilkrackModule",
"name":"Milkrack",
"description":"Milkrack embedded module",
"tags":["Visual"]
},
{
"slug":"MilkrackSeparateWindow",
"name":"Milkrack Separate Window",
"description":"Milkrack in a separate window",
"tags":["Visual"]
}
]
}
NOTE: I have not compiled or installed any additional software as part of this plugin (perhaps ProjectM is required as a separate install step?).
(I was really stoked to find this plugin. I'm not sure if it's still "alive" but I sure hope so! Perhaps some continued interest by the community will spur some updates)
Receiving an error upon startup after having put the release archive in the plugins folder -
I'm using Rack v1.1.6 on Windows.
I am using the
0.6.1-rc0release archive zip.The plugin was initially ignored since the archive did not include a
plugin.json. I composed one myself as follow -NOTE: I have not compiled or installed any additional software as part of this plugin (perhaps ProjectM is required as a separate install step?).
(I was really stoked to find this plugin. I'm not sure if it's still "alive" but I sure hope so! Perhaps some continued interest by the community will spur some updates)