[FIXED] Error "Failed to open database " showing even after recovering and opening the "broken.recovered" file. After the file got corrupted, due to an unexpected computer restart

This is the error showing after recovering the file.

{
“timestamp”: 1758393120,
“event_id”: “8850bfdb38b86b4f85bacca645296865”,
“platform”: “native”,
“release”: “audacity@3.7.5”,
“contexts”: {
“os”: {
“type”: “os”,
“name”: “Windows”,
“version”: “10.0.19045”
}
},
“exception”: {
“values”: [
{
“type”: “Error_Opening_Project”,
“value”: “Failed to open database file:\n\n”,
“mechanism”: {
“type”: “runtime_error”,
“handled”: false,
“data”: {
“sqlite3.rc”: “5”,
“sqlite3.context”: “DBConnection::ModeConfig”,
“sqlite3.mode”: “PRAGMA .page_size = 65536;VACUUM;”,
“log”: “00:02:00: DBConnection SetDBError\n\tErrorCode: 5\n\tLastError: Failed to set page size for database \n\tLibraryError: database is locked\n00:02:00: DBConnection SetError\n\tErrorCode: 5\n\tLastError: Failed to open database file:\n\n\n\tLibraryError: (5): database is locked\n”
}
}
}
]
}
}

This topic was automatically closed after 30 days. New replies are no longer allowed.