2.2.0 bug
Forum rules
This forum is for Audacity on GNU/Linux.
Please state:
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade (see https://www.audacityteam.org/download/).
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Please state:
- which version of Linux you are using,
- the exact three-section version number of Audacity from Help menu > About Audacity,
- whether you installed your distribution's release, PPA version, or compiled Audacity from source code.
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade (see https://www.audacityteam.org/download/).
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
2.2.0 bug
In ver 2.2.0 and previous versions, audacity will crash when I use shift-right arrow to move the cursor while playing.
It only happens when I hold those keys down for quick movement through a large file. Single hits will work normally.
I use linux arch (xfce4).
It only happens when I hold those keys down for quick movement through a large file. Single hits will work normally.
I use linux arch (xfce4).
Re: 2.2.0 bug
Are you using PulseAudio for playback?
Try selecting the appropriate "hw" option in the device toolbar as the playback device.
Try selecting the appropriate "hw" option in the device toolbar as the playback device.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: 2.2.0 bug
I do use pulseaudio. It plays ok. Pressing shift-right arrow works if pressed once, but crashes if I do multiple shift-right too quickly.
Re: 2.2.0 bug
additional info:
When run from a terminal I get the error:
audacity: src/hostapi/alsa/pa_linux_alsa.c:3641: PaAlsaStreamComponent_BeginPolling: Assertion `ret == self->nfds' failed.
Aborted (core dumped)
Also, if I change the output stream, I get no audio, but the crash doesn't happen.
When run from a terminal I get the error:
audacity: src/hostapi/alsa/pa_linux_alsa.c:3641: PaAlsaStreamComponent_BeginPolling: Assertion `ret == self->nfds' failed.
Aborted (core dumped)
Also, if I change the output stream, I get no audio, but the crash doesn't happen.
Re: 2.2.0 bug
Seems to work ok after I installed pulseaudio-alsa plugin.
Re: 2.2.0 bug
I get the same crash message using Audacity 2.2 on PCLinuxOS but only when recording with software playthrough of input set to on (Preferences, Record Tab). I've got separate installations, with and without pulse audio, and the same thing happens in both cases. I found this forum when I put the error message into a Google Search.
Re: 2.2.0 bug
After an update to 2.2.1, the problem occurred in a different form, as long as I set the recording play through. I solved the problem by working out how to monitor the sound independently of Audacity.
Re: 2.2.0 bug
On Linux, Software Playthrough is not normally required because PulseAudio can provide that. "Playthrough" should only be enabled in one place, either in Audacity, or in the sound system (usually Pulse). If both are enabled, they will fight for access to the audio hardware, and Audacity will probably lose (crash).
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)