I'm running openSUSE Leap 15.2 with
current patches. I've used the normal openSUSE tools to install the available
OpenCPN version from the openSUSE "Application" repo, which is 5.0.0.
To take a look at the new version, I installed the 5.2.4 flatpak. However, when I run the application, it fails with:
Code:
21-Feb-21 10:12 >> flatpak run org.opencpn.OpenCPN
ALSA lib ../../src/conf.c:3956:(snd_config_update_r) Cannot access file /etc/alsa-pulse.conf
ALSA lib ../../../src/control/control.c:1375:(snd_ctl_open_noupdate) Invalid CTL hw:0
ALSA lib ../../src/conf.c:3956:(snd_config_update_r) Cannot access file /etc/alsa-pulse.conf
ALSA lib ../../../src/control/control.c:1375:(snd_ctl_open_noupdate) Invalid CTL hw:1
opencpn: src/hostapi/alsa/pa_linux_alsa.c:1453: BuildDeviceList: Assertion `devIdx < numDeviceNames' failed.
The failing file (/etc/alsa-pulse.conf) actually DOES exist on my system and is readable by all. The failure mode is the same whether I install OpenCPN for just me with "flatpak install --user ..." or for all with "sudo flatpak install ..."
Obviously I can continue to run the 5.0 version, but it would be great to have access to the newer builds. Any suggestions?