Re: [Audacity-devel] Audacity 3.0.1 RC01 (for testing only)
A free multi-track audio editor and recorder
Brought to you by:
aosiniao
From: Jack L. <xxj...@gm...> - 2021-04-07 22:34:42
|
Not able to find the lastlog but I seem to run into the issue pretty frequently just by opening/importing files in multiple windows. Maybe that is the key. Seems to be fairly easy to reproduce on FreeBSD and Windows but it doesn't seem to happen in any particular sequence but it always happens during an open file via ctrl+o type open from what I can tell. On Wed, Apr 7, 2021 at 3:10 PM Leland <ll...@ho...> wrote: > I was able to reproduce your error through some trickery: > > > > > > But, what’s interesting about this is that it’s not as simple as I first > thought. If it had been a simple file locking issue, then we could have > just increased the number of retries that sqlite performs until the > operation succeeds. > > > > However, this is not a “plain” file locking issue. It’s a “database” > locking issue where two processes/threads are trying to use the database > concurrently. Almost as if two Audacity’s were running and fiddling with > the same aup3. (I know that’s not the case.) > > > > I was able to reproduce the same message by holding an active “write” > transaction using the “sqlite3” command line utility. If I use the same > utility to hold a “read” transaction open, then the problem doesn’t > happen. That suggests that something is writing to the database and, since > we can probably assume it’s not some other application, it must be > Audacity, maybe something in a different thread. > > > > Are you able to reproduce it Jack? Do you remember the exact steps? No > biggie if you can’t since this is already a great help, but if you can, > then I’d be interesting to see your “%APPDATA\audacity\lastlog.txt” file > after you get the error and close Audacity. (the full log is saved at > Audacity exit.) > > > > Again, thanks for letting us know. > > > > > -----Original Message----- > > > From: Jack L. <xxj...@gm...> > > > Sent: Wednesday, April 7, 2021 3:31 PM > > > To: Audacity-Devel list <aud...@li...> > > > Subject: Re: [Audacity-devel] Audacity 3.0.1 RC01 (for testing only) > > > > > > On windows 10, I just opened a mp3, then imported an mp3, then opened an > > > mp4 and "Error opening a new empty project". Show Log shows: > > > > > > 13:28:39: File name is C:\Users\jlow\Desktop\21stpunk1endcredits.mp4 > > > 13:28:39: Mime type is * > > > 13:28:39: Opening with libav > > > 13:28:39: Open(C:\Users\jlow\Desktop\21stpunk1endcredits.mp4) succeeded > > > 13:28:44: DBConnection SetDBError > > > ErrorCode: 5 > > > LastError: Failed to execute a project file command: > > > > > > SELECT Count(*) FROM sqlite_master WHERE type='table'; > > > LibraryError: database is locked > > > > > > > > > Clicked ok and now it says "Connection to project file is null". > > > > > > > > > Seems to work again after closing audacity and reopening. > > > > > > > > > On Wed, Apr 7, 2021 at 11:00 AM James Crook <jam...@gm...> > > > wrote: > > > > > > > > > > > > I've just completed making Audacity 3.0.1 Release Candidate 01. > > > > It's available for testing from > > > > https://www.fosshub.com/Audacity-devel.html > > > > > > > > This page says what's new; it's mostly fixes to 3.0.0. > > > > https://alphamanual.audacityteam.org/man/New_features_in_this_release > > > > > > > > The other important change is better error reporting, especially the > 'Show > > > Log' button. > > > > Please give this build a good test, and if you do get the new extended > error > > > messages we want to know the details of the "Show Log..." > > > > > > > > --James > > > > > > > > > > > > > > > > > > > > Checksums: > > > > ---------------- > > > > > > > > When you've downloaded an RC you can check the checksums before > > > running here: > > > > https://md5file.com/calculator > > > > > > > > > > > > audacity-win-3.0.1rc01.exe (application/x-msdownload) - 29491024 bytes > > > > SHA-256 > > > > > > > b41b945c919479ad57321da835b31cb63b172b3d4318962eb926ab69a21896c > > > 5 > > > > > > > > audacity-macos-3.0.1rc01.dmg (n/a) - 41505451 bytes > > > > SHA-256 > > > > > > > ce01b48d7c846503da22b01b01a93eb1ec8d6811c16023b196a555fae514669f > > > > > > > > audacity-minsrc-3.0.1rc01.tar.xz (n/a) - 13329344 bytes > > > > SHA-256 > > > > > > > ea541d874abad6e78a0d721cb5bdc87cc6677bdaa59fbb99b9a2317a90e76e2c > > > > > > > > audacity-3.0.1rc01.zip (application/x-zip-compressed) - 12587511 bytes > > > > SHA-256 > > > > > > > 1955c3e6b029192e7a2c7feec8845777dd783c86da7d018f581034eeaec562a9 > > > > > > > > audacity-manual-3.0.1rc01.zip (application/x-zip-compressed) - > > > > 23198502 bytes > > > > SHA-256 > > > > 126b1edf0730f722ad4e58a402ee6d4af741dea38426def289d94af45aaf70ec > > > > > > > > _______________________________________________ > > > > audacity-devel mailing list > > > > aud...@li... > > > > https://lists.sourceforge.net/lists/listinfo/audacity-devel > > > > > > > > > _______________________________________________ > > > audacity-devel mailing list > > > aud...@li... > > > https://lists.sourceforge.net/lists/listinfo/audacity-devel > _______________________________________________ > audacity-devel mailing list > aud...@li... > https://lists.sourceforge.net/lists/listinfo/audacity-devel > |