I don't know why carla is not working anymore on my system.
This is the error msg:
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
I already tried upgrading (Everything is up to date), searching for bugs in the carla GitHub (found nothing relevant) and reinstalling carla.
dpkg -l | grep carla
anddpkg -S /usr/lib/carla/libcarla_utils.so
before compilation? – N0rbert Aug 28 '21 at 06:49