We are currently facing an issue where Audacity 2.2.1 will crash when a user imports a sound file or after a recording is done.
I was testing on a machine where I was recording audio, and during the recording, it seemed to just stop. Here is a screenshot: https://i.imgur.com/Q8eN614.png
Pressing the play button does absolutely nothing.
Trying to close the application prompts me with the debug report. I tried to open the dump file, but it looks like gibberish and I don’t know what to use to read it.
This happens on all ~40 machines we have. Here are their specs:
Dell OptiPlex 7040
Windows 7 64-bit SP1 Build 7601
To record with Audacity it is essential that Audacity has read/write access to:
Its configuration files
A temp directory for reading/writing audio data.
As Audacity is required to access (read/write) time critical data (audio does not wait), both of these locations, and the Audacity application, should be on local storage (an internal hard drive or SSD). Attempting to record to a remote (network) drive will fail because data has to be written and read in real time, and there’s a lot of data.
Has Audacity been installed locally (on the local computer’s hard drive), and do the normal (non-admin) accounts have read / write access to Audacity’s temp directory, and do normal accounts have read/write account settings for “Users//AppData/Roaming/audacity/”? In other words, is Audacity correctly installed to run on the local machine?