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 19:30:21
|
It uses wxFileName::GetTempDir() which checks the TMPDIR, TMP, and TEMP environment variables. And then (on Windows) it calls the Windows GetTempPath() API, which does this: 1. The path specified by the TMP environment variable. 2. The path specified by the TEMP environment variable. 3. The path specified by the USERPROFILE environment variable. 4. The Windows directory. So, maybe there’s a TMPDIR or TMP environment variable that is specifying the unusual path. From: Steve Fiddle <ste...@gm...> Sent: Sunday, April 18, 2021 12:36 PM To: Audacity-Devel list <aud...@li...> Subject: Re: [Audacity-devel] location of debug report zip On Sun, 18 Apr 2021 at 18:16, Leland <ll...@ho... <mailto:ll...@ho...> > wrote: 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) That's what I thought, but: 1. I asked them to run: ECHO %Temp% and they got: C:\Users\Brian\AppData\Local\Temp 2. Their audacity.cfg contains: TempDir=C:\\Users\\Brian\\AppData\\Local\\Audacity\\SessionData Yet this is a screenshot of the debug report message: Any idea what's going on here? Steve From: Steve Fiddle <ste...@gm... <mailto:ste...@gm...> > Sent: Sunday, April 18, 2021 10:17 AM To: Audacity-Devel list <aud...@li... <mailto: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 _______________________________________________ audacity-devel mailing list aud...@li... <mailto:aud...@li...> https://lists.sourceforge.net/lists/listinfo/audacity-devel |