Oren Kurtz

Results 16 comments of Oren Kurtz

set_state crashes the same way for me when used in VST3, so maybe I'm doing something else wrong. I'll have to figure out my debugger this weekend, heh. Thank you.

Hey Robbert, I switched to _set_state()_ for everything, thanks for the guidance, but I've still been having issues with various Linux hosts. After a ton of head scratching and digging...

We've been getting more reports of this with our Linux plugins in Debian+Reaper. It can be triggered with iced, vizia, and egui examples, as well as the Spectral Compressor plugin....

I'm getting reports of the same issue from users, and can confirm it happens when using Vizia, Iced, and Egui, so it's not tied to Vizia specifically. **Edit:** I should...

I've _finally_ managed to track down the issue, and have a quick fix! It's caused by a race condition that starts in `baseview::x11::WindowHandle::close()`. Explaination of the Bug: `WindowHandle::close()` sets the...

To my knowledge this bug hasn't been addressed yet in baseview unfortunately.