Since upgrading to 3.4.X Windows 64bit , several projects failed to open (“Audacity failed to read from a file in C:”). This happens to both existing projects never opened with the new version, and existing projects after being opened, saved, and closed with the new version.
Reverting to an older version and trying to open them failed as well. Tried restoring them with the Audacity Repair tool - some restored, some didn’t.
I wonder if this is an issue with the new software version, and if something can be done to correct this.
Here are the problem details:
{
“timestamp”: 1700497426,
“event_id”: “ee589cdc76ae0e428509eff2b522ead3”,
“platform”: “native”,
“release”: “audacity@3.4.1”,
“contexts”: {
“os”: {
“type”: “os”,
“name”: “Windows”,
“version”: “10.0.22621”
}
},
“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”
}
}
}
]
}
}