Re: [Audacity-devel] location of debug report zip
A free multi-track audio editor and recorder
Brought to you by:
aosiniao
From: Leland <ll...@ho...> - 2021-04-18 17:15:08
|
It should be in what is returned by wxFileName::GetTempDir() since we don’t override the directory. For me that is C:\Users\Yam\AppData\Local\Temp and is what the environment variable %TEMP% points to. (<-- I’d check the TEMP var first) From: Steve Fiddle <ste...@gm...> Sent: Sunday, April 18, 2021 10:17 AM To: Audacity-Devel list <aud...@li...> Subject: [Audacity-devel] location of debug report zip We have a user on the forum that is getting repeated crashes with 3.0.0 and 2.4.2 when they try to save or export. I noticed that the debug report ZIP file was being written to: C:\Users\Public\Documents\Wondershare\CreatorTemp\ That's not normal is it? Steve |