Skip to content
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

[BUG] does not work on reaper 6.79, linux mint 20 64 bit. #25

Closed
TheGuyWhoo opened this issue Jul 14, 2023 · 4 comments
Closed

[BUG] does not work on reaper 6.79, linux mint 20 64 bit. #25

TheGuyWhoo opened this issue Jul 14, 2023 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@TheGuyWhoo
Copy link

Only the .lv2 scans successfully, and it says failed to load when I try to load it on to a track. The clap and vst3 completely fail to even scan.

@TheGuyWhoo TheGuyWhoo added the bug Something isn't working label Jul 14, 2023
@jatinchowdhury18
Copy link
Contributor

Thanks for the bug report! I'm guessing the issue with the LV2 plugin is related to the fact that ChowMultiTool has multiple output busses. I know that LV2 sometimes has plugin/host compatibility issues with plugins that have more complex routing configurations although I don't know all the specifics.

The fact that the CLAP and VST3 plugins aren't scanning leads me to believe there may be a larger issue at play. Do you know if Reaper makes any logs during the plugin scanning process? If it's possible to obtain some more information about the scanning failures, that would be very helpful.

Unfortunately, I don't have a non-headless Linux setup available to me at the moment, but I'll see if I can work out a way to debug what's going on here.

One question: was the plugin installed from the .deb package provided with the latest release, or are you building from source?

@TheGuyWhoo
Copy link
Author

Unfortunately I don't think reaper logs what fails during the scanning processing, it only has a list of the plugins that failed.

It does output this when I try to load the lv2:

swell: dlopen() failed: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.35' not found (required by /usr/lib/lv2/ChowMultiTool.lv2/libChowMultiTool.so)

Yes, I installed it from .deb file.

@jatinchowdhury18
Copy link
Contributor

Okay cool, that error message is very helpful. Basically, the plugin is expecting that the host system will have libc version 2.35 (or higher) available. This version of libc is standard for Ubuntu 22.04 (which is what our Linux build machine was running). Unfortunately, for Ubuntu 20.04 libc version 2.31 is the standard, and I would guess that's the case for Linux Mint 20 is as well.

Anyway, I'm trying downgrading the build machine to Ubuntu 20.04, and making some new builds. If you'd like to try the next Nightly Builds (probably ready in an half an hour or so) hopefully they should work on your system (in all the plugin formats).

@TheGuyWhoo
Copy link
Author

TheGuyWhoo commented Jul 28, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants