I recorded a piece and played it back successfully one time. The next time I went to open it, I received this error. What would cause this?
20:06:51: Error: Failed to find compatible FFmpeg libraries.
20:06:51: sqlite3 message: (3338) os_win.c:47054: (4350) winAccess(\filer2.jvsd.org\staffdocs\clatten\My Documents\Audacity\Heave Away Me Jollies.aup3-wal) - This file is currently not available for use on this computer.
20:06:51: sqlite3 message: (3338) disk I/O error in “PRAGMA main.synchronous = NORMAL;PRAGMA main.journal_mode = WAL;PRAGMA main.wal_autocheckpoint = 0;”
20:06:51: Failed to set mode on \filer2.jvsd.org\staffdocs\clatten\My Documents\Audacity\Heave Away Me Jollies.aup3
Error: disk I/O error
SQL: PRAGMA main.busy_timeout = 5000;PRAGMA main.locking_mode = SHARED;PRAGMA main.synchronous = NORMAL;PRAGMA main.journal_mode = WAL;PRAGMA main.wal_autocheckpoint = 0;
20:06:51: DBConnection SetDBError
ErrorCode: 10
LastError: Failed to set safe mode on primary connection to \filer2.jvsd.org\staffdocs\clatten\My Documents\Audacity\Heave Away Me Jollies.aup3
LibraryError: disk I/O error
An Audacity project (.AUP3) is an SQLite database file. For reliable operation, Audacity connects to the database using SQLite’s “safe mode”.
Unfortunately, network drives may not support SQLite’s “safe mode”, or may have a buggy implementation of safe mode.
Your “My Documents” folder appears to be on a network drive, hence the error.
The solution is to move the .AUP3 from "My Documents\Audacity" to a folder on the computer’s local drive.
It would probably be a good idea to change the default “Open” and “Save” locations so as to avoid the network drive. See: https://manual.audacityteam.org/man/directories_preferences.html