win32 runtime error when using a marketplace plugin

Hello,
When I try to build my app for Windows and run it, I get an error screen (Android is okay). Deploy is the plugin from a marketplace, build settings should be fine. It worked before on Solar 3611 with the same modules, but I don’t have such dll in previous builds. Now it stopped working on version 3611, the upgrade to 3626 did not help. What can I do about it?

Error:

Plugin section in the empty project with the same error:

plugins =
	{
		["plugin.deploy"] = 
		{
			publisherId = "tech.scotth", marketplaceId= "definitelyCorrectMarketplaceId"
		},
	},

You need to check out the supported platforms. That plugin doesn’t seem to be supported on Windows builds.

You need to check out the supported platforms. That plugin doesn’t seem to be supported on Windows builds.

I think it’s supported (windows 8+ is in the list of supported platforms, at least). I have been using this plugin for over a year, so the platform itself doesn’t seem like a source of the problem. But your reply reminded me, that I can check it with the author of the plugin.