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
Audacity crashes when the output directory for Macros is set to C:\ #1174
Comments
|
I just researched an realized that this was lready reported as Bug 2738 |
|
See also Bug 2739 And see also Bug 2740 |
|
Reproduce OS: Windows 10 Home Set the default location for Macro output to be Folder location that changing the status from writable to unwritable.. Then lock this directory for writing. Run MP3 Conversion Macro and apply to After that Audacity show message with a problem to the writing result and then successfully continue working. |
|
@petersampsonaudacity, could you please provide me with a print screen with Audacity crash when used unwritable directory for macro output? Because I tried reproducing these steps and still can't get the same result (crash). I described my steps above. But in some cases I get exception from |
|
Audacity 3.0.4 alpha now blocks the use of C:\ (and other unwritable system files) with the pulling in to audacity:master for 3.4.0 This enabled me to mark P2 Bug 2740 as RESOLVED FIXED But also importantly it means that this issue can no longer occur - so I shall close this. Please note that this is fixed for 3.0.4 - but NOT for 3.0.3 (which is still in RC stage right now). |
|
I tested this on W10 with audacity-win-3.0.4-alpha-20210704+0cef813-64bit
|








petersampsonaudacity commentedJun 27, 2021
•
edited
Describe the bug
Audacity crashes when the output directory for Macros is set to C:\ (and I suspect any unwritable location)
To Reproduce
Expected behavior
a) at Step 2 Audacity should block the use of C:\ and other unwritable locations for ALL default directories
b) At step 8 a sensible and helpful error message should be shown to the user.
Step b) is required even if step a) i.e. Bug #2740 is fixed - a folder location that was writable at the time the user visited Directories preferences may later become unwritable.
Additional information (please complete the following information):
This crash happen with 3.0.2, 3.0.3 and 3.0.4 alpha - it does not occur on 3.0.0 as that does not have the prefs setting for Macro output. So technically this is a regression on 3.0.0
I discovered this issue when I was testing around on Bug #2740 as Paul has recently allowed the PR for a user fix for this issue
https://github.com/audacity/audacity/actions/druns/975549297
Sadly, in addition to this crash, that PR does not seem to fix the Bug 2740 issue when I test on 3.0.4 master build.
Additional context
OS: Windows 10 Home
Audacity versions: 3.0.2-3.0.4
I have flagged this bug as P2 - it is marginal P1, as that is what is used for most crashes, but only the very incautious and unwise user will set their default Macro output directory to be C:\ hence P2 and non-blocking, but still serious.
See: https://bugzilla.audacityteam.org/show_bug.cgi?id=2740
P2 Bug 2740 - Directories in Directories preferences can be set to unwritable locations
The text was updated successfully, but these errors were encountered: