I 've a crash in my project of sound audacity files aup3

HELLO
MY PROJECT AUDIO OG 6 GIGA OCTETS IS CRASHED I CAN NOT TO REPAIR MY PROJECT WITH AUDACITY-PROJECT-TOOLS.EXE
THE RESULT IS WITHOUT MUSIC
HOW I CAN DO FOR REPAIR MY AUDACITY PROJECT FILES AUP3
THE CODE OF THE CRASH
{
“timestamp”: 1714283358,
“event_id”: “e2edf0c1feb8d04cb12471f6669ec52b”,
“platform”: “native”,
“release”: “audacity@3.5.1”,
“contexts”: {
“os”: {
“type”: “os”,
“name”: “Windows”,
“version”: “10.0.22631”
}
},
“exception”: {
“values”: [
{
“type”: “File_Error”,
“value”: “Audacity failed to read from a file in .”,
“mechanism”: {
“type”: “runtime_error”,
“handled”: false,
“data”: {
“sqlite3.rc”: “11”,
“sqlite3.context”: “SqliteSampleBlock::Load::step”
}
}
}
]
}
}

PLEASE GIVE ME A REPOST
THANKS

The above code translates as: (11) SQLITE_CORRUPT
The SQLITE_CORRUPT result code indicates that the database file has been corrupted. See the How To Corrupt Your Database Files for further discussion on how corruption can occur: File Locking And Concurrency In SQLite Version 3

The steps outlined in the first post here: Corrupt or Otherwise Broken Audacity Project Recovery can be used in many(most) cases to recover much of all of the original project. Unfortunately, they don’t always work. When this happens, you need to fall back to your backup.

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