-
Notifications
You must be signed in to change notification settings - Fork 4
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
No UI, then DAW Crash #44
Comments
I'm experiencing a similar issue with Ardour (in Fedora 39 on x86-64) while loading the LV2 plugin when built from source. Loading the plugin with the plugin UI crashes Ardour. The plugin works and loads if I use the generic UI for interfacing with it (it's an option in Ardour). My behavior differs in that I can run the standalone plugin and see the UI fine. I'm running X11, not Wayland, for this session. More notes:
|
Here's a backtrace: |
@falkTX - I wonder if this is some issue related to the lv2 ui size / resize logic that has been known troublesome in the past? I can look into what version(s) of lilv?, suil?, pugl? something else? that I'm building against and perhaps an update to that will resolve this. |
best would be to update the included dpf submodule to latest develop and re-test. |
Okay, indeed using the latest "develop" branch for dpf (and updating dpf submodules) does indeed fix this crash and I can see the UI with everything else from the 1.1.0 release tag. I did have to add a definition for "DGL_USE_FILE_BROWSER" in order to get past an assertion in dpf/distrho/src/DistrhoPluginChecks.h at compile time for a few targets. |
Is it worth considering a 1.1.1 release for this? |
I think so. @MaxPayne86 do you have any changes to push on a short term? |
I opened #47 with the updated dpf submodule and associated CMake fixup. I branched from main, not next, for better or worse... |
Hi, I'm running Arch with KDE under Wayland. When I try to add an AIDA-X instance to my Ardour session, whether LV2 or VST3, I open the plugin UI and it hangs for about 10s before crashing the entire Ardour session. It also exhibits the similar behaviour when run standalone - in that case it spawns a tiny window about twice as high as the KDE window title bar, and maybe 4px wide. I can't resize the window. It doesn't crash but it doesn't do anything else either. I tried calling the binary (installed via Pacman) with "-h" and "--help" to see if there were flags for debug logging, but that just launches the program as normal. I'd be very happy to provide any more data I can!
The text was updated successfully, but these errors were encountered: