Skip to content
This repository was archived by the owner on Oct 3, 2022. It is now read-only.
This repository was archived by the owner on Oct 3, 2022. It is now read-only.

Crash When Loading VST3 Into the JUCE 5.3 Plugin Host #1

@JeffersonBledsoe

Description

@JeffersonBledsoe

Loading the VST2 version of this plugin seems to work fine in the JUCE 5.3 AudioPluginHost.
The component version doesn't seem to even attempt to load.
The VST3 version crashes the host, leading to the following assertion:

// The plugin NEEDS to provide a factory to be able to be called a VST3!
        // Most likely you are trying to load a 32-bit VST3 from a 64-bit host
        // or vice versa.
        jassert (factory != nullptr);
        return factory;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions