Another File Cannot Be Read Error
So I was composing something for one of my classes and Musescore crashed. Now it reads the typical "Cannot read file". I did not find a backup since I did the dumb thing of always keeping the file opened and I didn't close it. Does anyone know if it would be possible to fix or where I might be able to find a specific autosave file (I tried looking for it too, but didn't see one that had a matching date).
Thank-you!
Attachment | Size |
---|---|
Mad_U_Percussion_Design_Assignment (1).mscz | 55.8 KB |
Comments
Assuming you saved it all all during that time, I always recommend checking the cloud sync/backup service your computer probably came with - OneDrive for Windows, Time Machine for macOS, etc. For OneDrive at least, you would have to have gone out of your to disable it when setting up your computer. Unless you did that, you should have the previous revision of your file stored safely on the OneDrive site.
In reply to Assuming you saved it all… by Marc Sabatella
THANK YOU!
I was in a panic since I was about to have my class, but I saw your message just in time. I don't know why I didn't think of that earlier. Much appreciated!
That file is broken in a very strange way, starts with a vaild ZIP archive, continues with a bunch of zeroes, then continues with some JSON formatted stuff,
"events": [
{
"eventType": "unlock",
"eventDate": "2021-04-29T09:18:08-0500",
"lastBootTime": "2021-04-27T09:13:52-0500",
"defaultGateWay": "10.135.160.2",
"networkSSID": "LCPS",
"ipV4Address": "10.135.161.68",
"bssId": "06:00:82:40:a1:ee",
"publicIp": "xxxcensoredxxx",
"orgUnits": "",
"domain": "",
"userName": "STUDENT\760449"
},
{
"eventType": "unlock",
"eventDate": "2021-04-29T11:01:44-0500",
"lastBootTime": "2021-04-27T09:13:49-0500",
"defaultGateWay": "10.135.160.2",
"networkSSID": "LCPS",
"ipV4Address": "10.135.161.68",
"bssId": "06:00:82:3f:33:3a",
"publicIp": "xxxcensoredxxx",
"orgUnits": "",
"domain": "",
"userName": "STUDENT\760449"
},
{
"eventType": "unlock",
"eventDate": "2021-04-29T11:06:36-0500",
"lastBootTime": "2021-04-27T09:13:49-0500",
"defaultGateWay": "10.135.160.2",
"networkSSID": "LCPS",
"ipV4Address": "10.135.161.68",
"bssId": "06:00:82:3f:33:3a",
"publicIp": "xxxcensoredxxx",
"orgUnits": "",
"domain": "",
"userName": "STUDENT\760449"
}
],
"usage": [
{
"hour": "9",
"minutesInUse": "41",
"eventType": "unlock",
"eventDate": "2021-04-29T09:18:08-0500",
"lastBootTime": "2021-04-27T09:13:52-0500",
"defaultGateWay": "10.135.160.2",
"networkSSID": "LCPS",
"ipV4Address": "10.135.161.68",
"bssId": "06:00:82:40:a1:ee",
"publicIp": "xxxcensoredxxx",
"orgUnits": "",
"domain": "",
"userName": "STUDENT\760449"
},
{
"hour": "10",
"minutesInUse": "57",
"eventType": "unlock",
"eventDate": "2021-04-29T09:18:08-0500",
"lastBootTime": "2021-04-27T09:13:52-0500",
"defaultGateWay": "10.135.160.2",
"networkSSID": "LCPS",
"ipV4Address": "10.135.161.68",
"bssId": "06:00:82:40:a1:ee",
"publicIp": "xxxcensoredxxx",
"orgUnits": "",
"domain": "",
"userName": "STUDENT\760449"
},
{
"hour": "11",
"minutesInUse": "58",
"eventType": "unlock",
"eventDate": "2021-04-29T11:06:36-0500",
"lastBootTime": "2021-04-27T09:13:49-0500",
"defaultGateWay": "10.135.160.2",
"networkSSID": "LCPS",
"ipV4Address": "10.135.161.68",
"bssId": "06:00:82:3f:33:3a",
"publicIp": "xxxcensoredxxx",
"orgUnits": "",
"domain": "",
"userName": "STUDENT\760449"
},
{
"hour": "12",
"minutesInUse": "20",
"eventType": "unlock",
"eventDate": "2021-04-29T11:06:36-0500",
"lastBootTime": "2021-04-27T09:13:49-0500",
"defaultGateWay": "10.135.160.2",
"networkSSID": "LCPS",
"ipV4Address": "10.135.161.68",
"bssId": "06:00:82:3f:33:3a",
"publicIp": "xxxcensoredxxx",
"orgUnits": "",
"domain": "",
"userName": "STUDENT\760449"
}
]
(I've censored out the public IP adresses)
then more zeroes and then stuff that might be ZIPped content but more likely is junk. Certainly beyond repair.