Adam Brunnmeier
Adam Brunnmeier
I think this project is using aup2 as aup3 has switched to sqlite3 format. You can use this tool instead: https://github.com/audacity/audacity-project-tools.
You can use this tool: https://github.com/audacity/audacity-project-tools. Download and extract the release for your platform. Then run: ``` .\audacity-project-tools -print -analyze_project my_project.aup3 .\audacity-project-tools -print -extract-clips my_project.aup3 ```
A colleague and I had the same issue with `winget install MartinStorsjo.LLVM-MinGW.MSVCRT`. It is installing eventually, it just takes a lot of time without any feedback. I just did `winget...
Thanks a lot, @SpecterShell! For the lazy people that don't want to follow the links: - Run `winget settings`. - Add the installBehavior option. For me, the file looks like...
This seems related: https://github.com/dendronhq/dendron/issues/3991. Other than that, having an intended wikilink is parsed correctly for clicking it, but it doesn't get highlighted: That might be a different issue, though.
I'm observing the same crash-log with multiple lines of `FirebaseCppApp-12_10_0) uWS::HttpSocket::upgrade`. I'm observing it with version 12.4.0 and 13.4.0. It doesn't crash on the very first app start. It crashes...
This issue looks very similar to https://github.com/firebase/firebase-unity-sdk/issues/561, which was closed due to inactivity.
I've created a MRE for this crash: https://github.com/adabru/MRE-firebase-crash You need to click init, then login, then get document. It will crash on the second start when you click get document....
This bug could be reproduced on a Window 11 VM installed on macOS via Parallels. It appears on 2 out of 2 Windows VMs which were set up this way....
@EllieTellie > I could try and compile Firebase manually with the older VS 17.9 and see if that resolves the issue. That would be nice. ManuelWessely could test your compiled...