-
Notifications
You must be signed in to change notification settings - Fork 58
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
Linux crash under Xvfb #60
Comments
Related JUCE issue: juce-framework/JUCE#979 and forum thread https://forum.juce.com/t/linux-vst3-failure-with-6-1-3-and-4-but-not-2/49448/7 |
I seem to only run into this on one of my plugins, even when pluginval and the plugin is built on JUCE develop. My plugin template doesn't exhibit the issue. Not sure yet what the difference is.... |
@sudara, I don't know if it helps, but:
Try if any of these steps might also help you:
|
Hey JohT! Sorry I never closed this issue! It's fixed on the "codesign" branch of Pamplejuce (glad it was helpful for you!) — and you are right, it's fixed in 1.x of pluginval (with the JUCE bump). |
In all the excitement with pluginval 1.0, I forgot that I'm actually still seeing this problem on 1.0.1 on my main product. I believe because it opens another It still crashes on the plugin editor opening as described in OP. Atilla made a recommendation for how to solve in pluginval. |
It looks like the issue with direct initialization of Xlib (with
|
Tbf we should remove the Does qualifying just those indicated uses fix things for now though? |
I can confirm removing the extra Attila's second workaround does as well: std::make_unique<DocumentWindow> ("", Colours::black, DocumentWindow::allButtons); However, on quit there are some memory leaks, not sure if correlated.
Yeah, I kind of regret not doing that before the CI stuff, that was the first item I wanted to tackle...
I'll have to look again. There's a fair handful of status/time errors, maybe 20-30. Might be enough to push me into qualifying everything... |
Seen this problem on Linux with Xvfb quite a while (GitHub Actions CI and local ubuntu 22.04). Thought I'd get an issue started before hunting it down.
The text was updated successfully, but these errors were encountered: