Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin fails to load with code 127 #9

Open
nmall opened this issue Sep 5, 2021 · 1 comment
Open

Plugin fails to load with code 127 #9

nmall opened this issue Sep 5, 2021 · 1 comment

Comments

@nmall
Copy link

nmall commented Sep 5, 2021

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)

@korfuri
Copy link
Owner

korfuri commented Sep 6, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants