Re: Internal Error DBConnection
"Leland" <[email protected]> Sat, 27 Mar 2021 23:10:37 -0500
| Newsgroups | gmane.comp.audio.audacity.devel |
|---|---|
| Message-ID | <[email protected]> |
Are you using FreeBSD's sqlite3 package or the one we supply? We require the sqlite "dbpage table" support be compiled in. This is controlled with the SQLITE_ENABLE_DBPAGE_VTAB sqlite3 compile define. > -----Original Message----- > From: Jack L. <[email protected]> > Sent: Saturday, March 27, 2021 10:28 PM > To: Audacity-Devel list <[email protected]> > Subject: [Audacity-devel] Internal Error DBConnection > > I was using the latest audacity 3.0.0 with all the patches on FreeBSD and just > came across an "Internal Error". I ctrl+o and opened file1, > ctrl+o another file 2, closed file 1, following message appears: > > 20:21:04: Debug: Cached a statement for 3 > 20:21:36: Debug: Cached a statement for 1 > 20:21:54: Debug: Cached a statement for 6 > 20:21:54: Debug: prepare error no such table: sqlite_dbpage > > and then internal error in screenshot. After closing all the dialogs, it was > working normally again.