-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
"show GUI" button doesn't work for Carla on Linux #6315
Comments
@Duskhorn Works ok for me , are you sure that you have carla installed on your system ? I believe that the carla plugins in LMMS are just a frontend for the system version of carla. |
Further inspection on Discord(with
For some reason, Carla is loaded from |
Arch Linux Well the problem is - then "show GUI" key is pressed carla] Trying to start carla-plugin using "/usr/share/carla/resources/carla-plugin" Then installed module utils via pip3 install utils following errors appear [carla] Trying to start carla-plugin using "/usr/share/carla/resources/carla-plugin" Stand alone version is working without any issue. |
Also experienced the same issue by @Nefor111. I don't have experience with Python, but I was able to resolve the issue by creating symlinks pointing to Go to resources: cd /usr/share/carla/resources Create symlink to sudo ln -s ../utils utils Doing this fixes the
Fixed by also creating a symlink pointing to sudo ln -s ../pluginlist pluginlist "Show GUI" works now after creating these symlinks. I assume this is a workaround rather than an actual fix. I'd be happy if there's a better solution, but until the issue is resolved, hope this workaround helps. |
Bug Summary
Carla (both rack and patchbay) doesn't load when clicking on the "show GUI"
Steps to reproduce
Clicking the "Show GUI" button in the synth menu
Expected behavior
Carla opens and loads correctly
Actual behavior
Carla doesn't open. Debug console displays
Affected LMMS versions
1.2.2 64bit Linux AppImage downloaded from the official website
The text was updated successfully, but these errors were encountered: