falkTX / Cadence

Collection of tools useful for audio production
GNU General Public License v2.0
368 stars 80 forks source link

Cannot start Catia (anymore) #274

Closed s-ol closed 4 years ago

s-ol commented 4 years ago
Cannot lock down 82280346 byte memory area (Cannot allocate memory)
Traceback (most recent call last):
  File "/usr/share/cadence/src/catia.py", line 1428, in <module>
    gui = CatiaMainW()
  File "/usr/share/cadence/src/catia.py", line 169, in __init__
    if self.jackStarted():
  File "/usr/share/cadence/src/catia.py", line 919, in jackStarted
    self.menuJackServer(True)
  File "/usr/share/cadence/src/catia.py", line 998, in menuJackServer
    self.menuA2JBridge(False)
  File "/usr/share/cadence/src/catia.py", line 1012, in menuA2JBridge
    self.ui.act_tools_a2j_export_hw.setEnabled(gDBus.a2j and not gDBus.a2j.is_started())
TypeError: setEnabled(self, bool): argument 1 has unexpected type 'NoneType'

I think this is related to the fact that I am not using DBus for JACK on my system? I launch 'regular' jack (jackd) via systemctl. Whenever I open Cadence or Catia, it attempts to start jackdbus, which just hangs until I manually kill it.