New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash on paste after running batch macro #2021
Comments
|
Assert: BACKTRACE: |
|
Oh wow, it's one of the most common crashes in Audacity! Thank you for STR, @SteveDaulton! |
|
Another way:
Or even
|
|
Optionally, apply the macro to a few files. If the macro succeeds on the first file and fails on any later - Audacity crashes |
Audacity crashes |
|
As for the original issue with Paste not working for the user - the behavior was disabled by @Paul-Licameli: 105558c while fixing https://bugzilla.audacityteam.org/show_bug.cgi?id=2567 Do we want to restore it? |
|
It's a useful feature (as demonstrated by the fact that this bug came to light). I don't think that useful features should be removed unless they are replaced by a superior alternative. |
|
I have split this issue in two. The issue reported on the forum is moved to #2254 |
SteveDaulton commentedOct 26, 2021
Describe the bug
When there is audio on the Audacity clipboard, attempting to paste after running a batch processing macro causes Audacity to crash.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The copied audio to be pasted.
Screenshots
Additional information (please complete the following information):
Additional context
The original report on the forum was due to a user attempting to use a macro that they were previously using (successfully) in Audacity 2.4.2, in which they would copy audio to the clipboard, then use a macro to append the audio to multiple files:
While this did not crash, the macro failed to append the audio from the clipboard. The user has reverted to Audacity 2.4.2.
The text was updated successfully, but these errors were encountered: