CLAP plugins are allowed to return null from create_plugin if there's an error: https://github.com/free-audio/clap/blob/69a69252fdd6ac1d06e246d9a04c0a89d9607a17/include/clap/factory/plugin-factory.h#L30-L37 The wrapper should make an effort to handle this.