When trying to load plugdata in the example host (cargo r -- -b /usr/lib/clap/plugdata.clap) it fails to show the plugin GUI:
os error at /home/edwin/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winit-0.30.12/src/platform_impl/linux/x11/window.rs:533: Xlib error: X error: BadAtom (invalid Atom parameter) (code: 5, request code: 18, minor code: 0)
Every other plugin I've tested works, I've verified this happens on two separate machines, and I'm also encountering this issue in my own host implementation. plugdata.clap loads fine in REAPER, so I can't tell to what degree the plugin is at fault.
When trying to load plugdata in the example host (
cargo r -- -b /usr/lib/clap/plugdata.clap) it fails to show the plugin GUI:Every other plugin I've tested works, I've verified this happens on two separate machines, and I'm also encountering this issue in my own host implementation.
plugdata.claploads fine in REAPER, so I can't tell to what degree the plugin is at fault.