JvanKatwijk / qt-dab

Qt-DAB, a general software DAB (DAB+) decoder with a (slight) focus on showing the signal
http://www.sdr-j.tk
GNU General Public License v2.0
300 stars 62 forks source link

-A parameter to specify user specified bands doesn't work #247

Closed computer-wizard closed 2 years ago

computer-wizard commented 2 years ago

I tried to use the -A parameter for a user specified band but that doesn't work. I even extracted the AppImage and executed the following,

./qt-dab -A ham main: Detected system language "en_CA" main: Set language "en_CA" main: Error while loading language specifics "en_CA" use English "en_GB" instead QObject::connect: No such slot snrViewer::setLength (int) QObject::connect: (sender name: 'snrLengthSelector') Segmentation fault (core dumped)

The 'ham' text file just contains,

tok 434000

qt-dab by itself without any parameter runs normally. OS is Ubuntu 20.04 and qt-dab is the latest version.

JvanKatwijk commented 2 years ago

fixed in appImage and in 4.12 windows installer

Op za 25 dec. 2021 om 01:46 schreef computer-wizard < @.***>:

I tried to use the -A parameter for a user specified band but that doesn't work. I even extracted the AppImage and executed the following,

./qt-dab -A ham main: Detected system language "en_CA" main: Set language "en_CA" main: Error while loading language specifics "en_CA" use English "en_GB" instead QObject::connect: No such slot snrViewer::setLength (int) QObject::connect: (sender name: 'snrLengthSelector') Segmentation fault (core dumped)

The 'ham' text file just contains,

tok 434000

qt-dab by itself without any parameter runs normally. OS is Ubuntu 20.04 and qt-dab is the latest version.

— Reply to this email directly, view it on GitHub https://github.com/JvanKatwijk/qt-dab/issues/247, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACCPHQBPICZAMX5C2V26JIDUSUH4ZANCNFSM5KXH5HXA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you are subscribed to this thread.Message ID: @.***>

-- Jan van Katwijk

computer-wizard commented 2 years ago

Thanks Jan!