Re: [Audacity-devel] Internal Error DBConnection
A free multi-track audio editor and recorder
Brought to you by:
aosiniao
From: Leland <ll...@ho...> - 2021-03-28 04:11:10
|
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. <xxj...@gm...> > Sent: Saturday, March 27, 2021 10:28 PM > To: Audacity-Devel list <aud...@li...> > 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. |