Hi all, I’m coming to the forum after desperately trying everything I can think of to recover a project that seems to be corrupted and unable to be opened.
The last time I was able to open the project successfully was 12/4, but now whenever I try to open it, I get the dreaded “Audacity failed to read from a file in…” error. I’ve gone through the steps in this link multiple times:
[Recovering corrupted projects | Audacity Support]
But when I do, 1st: a .recovered file doesn’t show up so I then have to do the “audacity-project-tools -recover_db -recover_project broken.aup3” step. The command prompt goes through the whole process, but when it ends, there isn’t just a broken.recovered aup3 file, but also a aup3-wal file, and I am still unable to open and recover the project.
Unfortunately, I suspect this whole thing may have been caused by the fact that I was attempting to work on this project across two computers via OneDrive (I know…this is something I was unaware of until looking up answers to this problem and I’ve learned my lesson. Definitely switching to local storage from now on!).
Is there any possible way folks could think of that I could successfully recover this project? I’d hate to lose the work I already did on it!
Here’s the full report on the error that I get:
{
“timestamp”: 1733529282,
“event_id”: “7934dc7eb281e54cbf1db7a82875f9bd”,
“platform”: “native”,
“release”: “audacity@3.7.0”,
“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”: “101”,
“sqlite3.context”: “SqliteSampleBlock::Load::step”
}
}
}
]
}
}