Thanks for the quick reply! Compiling from sources is unfortunately above my skills, I'd be happy if you would integrate this bugfix into the next version!
Please keep up your great work on QLC+! Thanks!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
QLC+ seems to work fine on Ubuntu 12.04.2 LTS, but core dumps on exit due to Segmentation Fault:
Don't know if this is an issue, at least it's weird!
ALSA lib seq_hw.c:457:(snd_seq_hw_open) open /dev/snd/seq failed: Permission denied
Unable to open ALSA interface!
That should ring a bell...
Hmmm, maybe I didn't get it, QLC+ could not open the ALSA interface, fine (there is no sound card). But QLC+ shouldn't core dump on exit, should it?
It shouldn't.
If you compile from sources try to replace this function in alsamidienumerator.cpp with the following code:
MidiEnumeratorPrivate::~MidiEnumeratorPrivate()
{
qDebug() << Q_FUNC_INFO;
}
Thanks for the quick reply! Compiling from sources is unfortunately above my skills, I'd be happy if you would integrate this bugfix into the next version!
Please keep up your great work on QLC+! Thanks!