AudioFilePlayerPlugin icon indicating copy to clipboard operation
AudioFilePlayerPlugin copied to clipboard

Crash When Loading VST3 Into the JUCE 5.3 Plugin Host

Open JeffersonBledsoe opened this issue 6 years ago • 1 comments

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;

JeffersonBledsoe avatar Mar 26 '18 23:03 JeffersonBledsoe

Thanks for the report!

Admittedly, this project is definitely old and in need of updating to the latest JUCE along with various touch-ups. I will try to find some time after my university semester is finished (April 17) to work on this.

If you need it sooner, I encourage you to fork, fix, and PR - the plugin is quite simple!

jonathonracz avatar Mar 27 '18 02:03 jonathonracz