-
-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing entry method in VST2 plugin #48
Comments
Also vst3 and lv2 are not recognized by Ardour. I'm on UbuntuStudio LTS 20.04 |
delete those files and do a full rebuild. this is 99% sure an issue with your build or setup. |
I haven't been building the plugins myself, I have always used Github builds, provided under the Actions tab. |
Oh, interesting. I havent tried those in a while. Nevermind my last comment then, obviously invalid. One thing that I did change was bumping from Ubuntu 18.04 base to 20.04 base. |
I got the project building succesfully, but at the end there is no bin folder. |
Apparently I do get an error: Compiling src/ApplicationPrivateData.cpp |
you need submodules |
anyhow I think I found the reason why. |
concerning the submodules, I get the pugl issue with the following git clone https://github.com/DISTRHO/Cardinal.git |
I tried the latest Actions build, and unfortunately the issue is still there: Missing entry method in VST2 plugin |
Yes I can reproduce that here, investigating. |
Thank you, I got the project fully built now. The standalone applications Cardinal, CardinalFX and CardinalSynth in bin folder work correctly. |
It is likely related to LTO. |
With clean build:
|
Issue was the |
Since awhile I cannot load the vst files anymore, they don't appear in Ardour nor in Bitwig.
Ardour info scanning:
_[Info]: Scanning: /home/sn/.vst/CardinalFX.vst/CardinalFX.so
[ERROR]: Missing entry method in VST2 plugin '/home/sn/.vst/CardinalFX.vst/CardinalFX.so'
[WARNING]: Cannot open VST2 module '/home/sn/.vst/CardinalFX.vst/CardinalFX.so'
Scan Failed.
[Info]: Scanning: /home/sn/.vst/CardinalSynth.vst/CardinalSynth.so
[ERROR]: Missing entry method in VST2 plugin '/home/sn/.vst/CardinalSynth.vst/CardinalSynth.so'
[WARNING]: Cannot open VST2 module '/home/sn/.vst/CardinalSynth.vst/CardinalSynth.so'
Scan Failed.
[Info]: Scanning: /home/sn/.vst/Cardinal.vst/Cardinal.so
[WARNING]: Cannot open VST2 module '/home/sn/.vst/Cardinal.vst/Cardinal.so'
Scan Failed._
If I remember correctly this started happening around the time Cardinal got renamed to CardinalFX
The text was updated successfully, but these errors were encountered: