Skip to content
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

Failing to load Calf LV2 plugins #569

Closed
kitterion opened this issue Jan 17, 2018 · 1 comment
Closed

Failing to load Calf LV2 plugins #569

kitterion opened this issue Jan 17, 2018 · 1 comment

Comments

@kitterion
Copy link

After upgrading to beta6, carla-bridge-native started crashing trying to load any calf lv2 plugin.
AFAICT looking at it in the debugger it seems to be because access to fUI.window here:

fUI.window->setChildWindow(fUI.widget);
if (fUI.window != nullptr)

is not protected by the if check just below.

My system: KDE neon 16.04 lowlatency with kxstudio repos
Carla 1.9.8 (2.0-beta6)
Python version: 3.5.2
Qt version: 5.9.3
PyQt version: 5.9.2

@falkTX
Copy link
Owner

falkTX commented Jan 18, 2018

yep, that seems correct.
nice catch, will fix now. thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants