juce-framework / JUCE

JUCE is an open-source cross-platform C++ application framework for desktop and mobile applications, including VST, VST3, AU, AUv3, LV2 and AAX audio plug-ins.
https://juce.com
Other
6.3k stars 1.67k forks source link

fix: report load library failures for the VST3 sdk #1371

Open aminya opened 3 months ago

aminya commented 3 months ago

This fixes an issue where when the package loading fails, the error message is ignored and is not reported to the user.

This is being upstreamed here: https://github.com/steinbergmedia/vst3_public_sdk/pull/68