You are not logged in.
The first time you open a LV2 plugin UI it works fine. If you then close the GUI and open it again, you get something like this:
suil error: Failed to instantiate UI <http://gareus.org/oss/lv2/avldrums#ui_gl> in /usr/lib/lv2/avldrums.lv2/avldrumsUI_gl.soFor ZynAddSubFx, it's even worse, as you get a SIGSEGV (null view pointer) :
#0 DGL::puglGetNativeWindow (view=0x0) at /usr/src/debug/zynaddsubfx/zynaddsubfx-3.0.6/DPF/dgl/src/pugl-upstream/src/x11.c:1287
1287 return (PuglNativeView)view->impl->win;
[Current thread is 1 (Thread 0x7f7083fbcb00 (LWP 12))]Upstream issue: https://gitlab.com/lv2/suil/-/work_items/12 (with attached stack trace)
Offline
Got my anwser: https://discourse.ardour.org/t/solved-a … =michelesr
It appears to be an issue with mesa, installing mesa-git fixed it. However I don't know why the regular mesa package is broken.
Offline