The standalone plugin UI is not displayed.

Hello, I’m a Linux beginner.

I’d like to use a plugin I created with JUCE as a standalone app in patchbox OS.

The build went well and the app started up, but as you can see in the image, the UI screen became transparent and I couldn’t use it.

The plugin is built with Cmake.

What is the cause of this? If there is any solution, please let me know.

Hey, this is likely an issue in the plugin itself, the Window looks like it’s simply not redrawing itself. There’s nothing specific in Patchbox OS that would contribute to this.

Thank you for your reply.
I see, I’ll check the drawing program.

It was simply a problem with the drawing program. Thank you.

1 Like