← Back to team overview

ubuntustudio-bugs team mailing list archive

[Bug 1941939] Re: Carla doesn't work

 

Sorry about the report. I Found the resolved the problem.

After purging carla and related packages and reinstalling, everything
works now.

The commands I did to resolve the problem was:

sudo apt purge carla
sudo apt autoremove
sudo apt install carla

I don't know what caused the error, but the library still doesn't have
the symbol carla_cocoa_set_transient_window_for, but
/usr/share/carla/carla_utils.py doesn't have the call to it anymore

-- 
You received this bug notification because you are a member of Ubuntu
Studio Bugs, which is subscribed to carla in Ubuntu.
https://bugs.launchpad.net/bugs/1941939

Title:
  Carla doesn't work

Status in carla package in Ubuntu:
  New

Bug description:
  I am running Ubuntu 21.04, the carla package is 2.3.0-0ubuntu1

  Carla crashes with this message:

  Carla 2.3.2 started, status:
    Python version: 3.9.5
    Qt version:     5.15.2
    PyQt version:   5.15.4
    Binary dir:     /usr/lib/carla
    Resources dir:  /usr/share/carla/resources
  Traceback (most recent call last):
    File "/usr/share/carla/carla", line 46, in <module>
      host = initHost(initName, libPrefix, False, False, True)
    File "/usr/share/carla/carla_host.py", line 3227, in initHost
      gCarla.utils = CarlaUtils(utilsname)
    File "/usr/share/carla/carla_utils.py", line 333, in __init__
      self.lib.carla_cocoa_set_transient_window_for.argtypes = [c_uintptr, c_uintptr]
    File "/usr/lib/python3.9/ctypes/__init__.py", line 387, in __getattr__
      func = self.__getitem__(name)
    File "/usr/lib/python3.9/ctypes/__init__.py", line 392, in __getitem__
      func = self._FuncPtr((name_or_ordinal, self))
  AttributeError: /usr/lib/carla/libcarla_utils.so: undefined symbol: carla_cocoa_set_transient_window_for

  Compiling the last version from github
  (https://github.com/falkTX/Carla) works as expected.

  Using nm I was able to confirm the libcarla_utils.so from the Ubuntu package doesn't have the symbol carla_cocoa_set_transient_window_for
   present, but the compiled version has.

  ProblemType: Bug
  DistroRelease: Ubuntu 21.04
  Package: carla 2.3.0-0ubuntu1
  ProcVersionSignature: Ubuntu 5.11.0-31.33-lowlatency 5.11.22
  Uname: Linux 5.11.0-31-lowlatency x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.11-0ubuntu65.1
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CurrentDesktop: KDE
  Date: Sat Aug 28 03:54:44 2021
  InstallationDate: Installed on 2021-01-19 (220 days ago)
  InstallationMedia: Ubuntu-Studio 20.10 "Groovy Gorilla" - Release amd64 (20201022)
  SourcePackage: carla
  UpgradeStatus: Upgraded to hirsute on 2021-08-27 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/carla/+bug/1941939/+subscriptions



References