Closed s-light closed 3 years ago
FWIW, the program is not "crashing" - it is exiting gracefully due to an exceptional situation, as well-designed software should :)
are you using wayland ?
that is my system information from the KDE GUI
as i use the Kubuntu variation iam using an KDE desktop - i think this is called Plasma
(but iam not 100% sure on the what is what / naming...)
Operating System: Kubuntu 20.04
KDE Plasma Version: 5.18.5
KDE Frameworks Version: 5.68.0
Qt Version: 5.12.8
Kernel Version: 5.4.0-67-generic
OS Type: 64-bit
Processors: 16 × Intel® Core™ i9-9980HK CPU @ 2.40GHz
Memory: 31,2 GiB of RAM
i think i found your problem - the error message is misleading - the pthread library will not initialize due to lacking permission - the program starts as expected, if the user is in the 'audio' group
sudo usermod -a -G audio <YOUR_USERNAME>
sudo reboot
also, if you do not want to compile from source, there is a package for ubuntu20 in the freewheeling OBS repo
https://software.opensuse.org//download.html?project=home%3Abill-auger&package=freewheeling
if you use the "Add repository and install manually" method, you
would get upgrades automatically with apt upgrade
thanks that fixed it and now it is starting! (now i have to find time to do the quickstart learning ;-) )
i just installed freewheeling from the git sources - i run
that was all fine -
but on start it crashes:
is it expected that the master/main github branch does not start on an kubuntu 20.04? (i have a new - one year old - laptop - just if this makes any differences)
the packaged version is currently not available for this os-version..