Skip to content

Inconsistency in what file path gets recognized as a valid VST3 plugin between platforms #433

@HRudyPlayZ

Description

@HRudyPlayZ

Also happens on the effects that have been tested for compatibility, like RoughRider3.

VST3Plugin: Unable to scan plugin C:/Program Files/Common Files/VST3/RoughRider3.vst3: unsupported plugin format or scan failure.

This is a new Windows 10 install, with the pedalboard pip package. All VC++ runtimes are there. I'm running Python 3.12.10.
Also confirmed to happen on Mverb 2020 and Graillon 3.

Doesn't happen on the linux release, everything runs fine there.

The error occurs on this line within my code: self.effect: VST3Plugin = load_plugin(fileName)
With fileName just being the effect path as a string provided by the rest of my codebase. As you can see, the usage is simple and nothing's fancy going on.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions