You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
I don't have much time to investigate right now but it's likely due to
Milkrack being written for an older version of the Rack API. I haven't used
Rack in ~1 year, and I think I wrote Milkrack before Rack 1.0, so the API
must have changed quite a bit (in fact, I'm almost certain that's the case,
since I didn't include a .json file...).
I may try to update it some day but I'm quite busy at the moment and it's
not a priority for me. PRs are of course welcome if anyone wants to try
updating it.
Sorry, this is probably not the answer you were hoping for.
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-rc0
release 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)
The text was updated successfully, but these errors were encountered: