-
Notifications
You must be signed in to change notification settings - Fork 56
Blank VST GUI, crash on window closed, on Linux #66
Comments
Which plugins did you test this with? I haven't tried arch but was successful at getting these two displaying on multiple ubuntu versions: PTC-2A Rough Rider |
|
Hello, EDIT: I realized afterwareds that may not the same bug We are making a pitch-correction plugin. To reproduce, you reload a session with one VST plugin (for example, Auburn Sounds Graillon v2.4 before the fix) I've retraced the VST crash in our plugin to the following sequence of VST2.4 opcodes:
tl;dr OBS Studio is calling effEditClose even when effEditOpen was never called. Not all plugins can deal with that. More details here: AuburnSounds/Dplug#491 As a lot of plugins will crash and OBS Studio is the only VST2.4 host I know that will produce that opcode sequence, I think it would be great for users to fix it in obs-vst (ie: not call effEditClose if effEditOpen wasn't called) The partly blank window bug is annoying too with DPI != 100% on Windows :) |
@DDRBoxman The Rough-Rider plugin works for me as well. However, non of the plugins found in the package available on https://lsp-plug.in/ show up. There is no error message when opening the UI of the plugins. They just stay black. I tested all these plugins with carla and they work as expected. Would it be possible that you try these VST plugins on Linux? I'm here on Ubuntu 20.04 with the latest official OBS version 27.2.4 |
Platform
OS: Arch Linux, up to date
OBS Studio version: master (with OBS-VST at master; also checked with the revision linked in the OBS repo)
Qt version: 5.15.0
Current Behavior
Steps to Reproduce
Additional info
Plugin UI running in ''
may point to the error.
The text was updated successfully, but these errors were encountered: