-
Notifications
You must be signed in to change notification settings - Fork 1
Description
When trying to run ttcom with this plugin on Linux, the plugin fails to start at all, even though sounds=false is already set in ttcom.conf.
ALSA lib confmisc.c:855:(parse_card) cannot find card '0'
ALSA lib conf.c:5205:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory
ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings
ALSA lib conf.c:5205:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
ALSA lib confmisc.c:1342:(snd_func_refer) error evaluating name
ALSA lib conf.c:5205:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
ALSA lib conf.c:5728:(snd_config_expand) Evaluate error: No such file or directory
ALSA lib pcm.c:2722:(snd_pcm_open_noupdate) Unknown PCM default
Error in plugin dwcom:
Traceback (most recent call last):
File "/home/johann/ttcom/trigger_cc.py", line 120, in loadPlugins
try: spec.loader.exec_module(mod)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "", line 999, in exec_module
File "", line 488, in _call_with_frames_removed
File "/home/johann/ttcom/plugins/dwcom/init.py", line 5, in
from dwcom import Trigger
File "/home/johann/ttcom/plugins/dwcom/dwcom.py", line 16, in
audioManager = AudioManager('sounds')
^^^^^^^^^^^^^^^^^^^^^^
File "/home/johann/ttcom/plugins/dwcom/audio/manager.py", line 14, in init
self.device = device or cyal.Device()
^^^^^^^^^^^^^
File "device.pyx", line 14, in cyal.device.Device.cinit
cyal.exceptions.DeviceNotFoundError: No OpenAL devices found
Plugin dwcom failed to load