https://bugs.kde.org/show_bug.cgi?id=439543
Mark Penner <mrp@markpenner.space> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|NOT A BUG |--- Ever confirmed|0 |1 Status|RESOLVED |REOPENED --- Comment #2 from Mark Penner <mrp@markpenner.space> --- I did a little more investigation, and there is indeed a bug here. It can be triggered by deleting `~/.config/kwaverc`, or just deleting the `[plugin playback]` section in that file and running Kwave. When the Playback dialog is opened, the dialog is not set up correctly. Terminal output is: ``` plugin:setup(playback) PlayBackDialog::setDevice(): '' -> '' PlayBackDialog::setBitsPerSample(): 16 -> 16 PlayBackDialog::setChannels(): 2 -> 2 PlayBackDialog::setChannels(): 2 -> 2 PlayBackDialog::setBitsPerSample(): 16 -> 16 PlayBackDialog::setChannels(): 2 -> 2 PlayBackDialog::setMethod('alsa' [0]) SAVE: 'alsa' (0) -> '' playback method 'alsa' (0) not supported -> falling back to 'qt_audio' (2) method has changed: 0 -> 2 ``` -- You are receiving this mail because: You are watching all bug changes.