Carla not loading in LMMS nightly
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 10.4k
- Forks
- 1.3k
- Avg merge
- 2d 13h
- Merged PRs (30d)
- 7
Description
### Bug Summary
Carla fails to load in the latest nightly
#### Steps to reproduce
Install Carla on Linux system. Download LMMS Nightly build. Run LMMS.
#### Expected behavior
Carla appears in instrument list.
#### Actual behavior
Carla fails to appear in instrument list.
#### Screenshot

#### Affected LMMS versions
Nightly
#### Logs
```
[kam@fedora ~]$ cd Downloads/
[kam@fedora Downloads]$ ./2023-11-11-lmms-1.3.0-alpha.1.470+gecc5ff8ca-linux-x86_64.AppImage
Carla appears to be installed on this system at /usr/lib[64]/carla so we'll use it.
Jack appears to be installed on this system, so we'll use it.
Lv2 plugin SUMMARY: 12 of 13 loaded in 90 msecs.
For details about not loaded plugins, please set
environment variable "LMMS_LV2_DEBUG" to nonempty.
Lv2 Plugins blacklisted: 1 of 13
If you want to ignore the blacklist (dangerous!), please set
environment variable "LMMS_IGNORE_BLACKLIST" to nonempty.
Cannot load library /tmp/.mount_2023-1JyYgPw/usr/lib/lmms/libcarlapatchbay.so: (/lib64/libgobject-2.0.so.0: undefined symbol: g_uri_ref)
Cannot load library /tmp/.mount_2023-1JyYgPw/usr/lib/lmms/libcarlabase.so: (/lib64/libgobject-2.0.so.0: undefined symbol: g_uri_ref)
Cannot load library /tmp/.mount_2023-1JyYgPw/usr/lib/lmms/libcarlarack.so: (/lib64/libgobject-2.0.so.0: undefined symbol: g_uri_ref)
```
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the failure with the LMMS nightly on Linux and inspect the logged Carla library-loading errors. Enable LMMS_LV2_DEBUG for details, and compare behavior with LMMS_IGNORE_BLACKLIST as indicated by the logs. Done means Carla loads successfully and appears in the instrument list.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, linux
- Domain
- audio-video-rtc, desktop
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100