-
Notifications
You must be signed in to change notification settings - Fork 2
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
v.5.0.0 segfault in Ardour/Mixbus Debian 12 #11
Comments
Thank you for the bug report. Can you try the current source? https://github.com/psemiletov/drumlabooh/archive/refs/heads/main.zip |
Same issue with current source. It only happens when I scroll to the bottom of the kits list. |
I've tested at Arch, Ubuntu and Windows 7. Maybe the problem is in the parsing of the drumkit name. What drumkit at yoiur list is the last? |
I've tested also on Debian 12, at VirtualBox - and can't reproduce the segfault :( Possible it is an error somewhere at JUCE's listbox implementation, I'll try to search about it at JUCE github and forum. |
I just tried building on AVL-MXE which is based on Debian 12 and installed here as multi-boot on the same computer. Works perfectly there, no issue. Also I'm not sure how important it is, but libwebkit2gtk-4.0-dev needs to be included in dependencies to satisfy all of the module search in cmake. libwebkit2gtk-4.1-0 is also available in Debian but probably won't satisfy it.
|
Hello! Thank you for the feedback! |
I built drumlabooh 5.0.0 from source on Debian 12 Bookworm. Build and install went smoothly and both LV2 and VST3 versions work fine, until I scroll through to the bottom of the drumkit list where it always segfaults both in Ardour and Mixbus.
Running Ardour/Mixbus from CLI only shows a message that it segfaulted, no other clues.
I rebuilt v.4.0.0 which I have used previously and replaced v.5.0.0, no issue in v.4.0.0.
I'm not a coder, just a moderately experienced user, so not sure I can debug this alone, but happy to do any tests with guidance.
The text was updated successfully, but these errors were encountered: