Error loading my mscz file
Hi! I deleted accidentally the file I was using but I used a software and I recovered it, but when I open the files, the program says that the file cannot be loaded because of an error. Any ideas for recovering it? I am going to attach the two files that my software recovered. Thanks a lot!
Attachment | Size |
---|---|
Trabajo Realizativo N°1.mscz | 23.73 KB |
Trabajo Realizativo N°1_000.mscz | 24.65 KB |
Comments
"Trabajo Realizativo N°1_0.mscz" is a ZIP archive of sores, but sure not a MuseScore score file.
Nor sure what is wrong with "Trabajo Realizativo N°1_000.mscz", but extracting the mscx from it and opening that works, attached
In reply to "Trabajo Realizativo N°1_0… by Jojo-Schmitz
OMG!!!! Thanks a lot. You saved my College Project. I cant believe it was so easy. I just wasted all my morning trying to recover. Thank you very much!!!
In reply to "Trabajo Realizativo N°1_0… by Jojo-Schmitz
Just debugged this. Turns out the zip file is corrupted at the very end. Fortunately, the corruption affects only the thumbnail and not the all-important
.mscx
score file. Unfortunately, the tail end of a zip file is also where the end-of-central-directory record is stored, and MuseScore bails out if it can't find that — unlike many other zip apps that are more fault-tolerant because they recognize that the end-of-central-directory record is redundant. There's room for improvement here.The error message displayed to the user is also far from helpful, in this case due to an empty
case
statement forScore::FileError::FILE_NO_ROOTFILE
insidereadScoreError()
.In reply to Just debugged this. Turns… by Spire42
The error message indeed isn't helpful:
What would be a helpful error message in that case?
Just appending "no root file" maybe be better than nothing, but still seems pretty cryptic. And in this case wrong too, as the root-file exists and can even get opened (even if not with MuseScore).
Actually in a Debug build it also prints "can't find container.xml" (which also doesn't make too much sense, as that too does exist and can get extracted)
In reply to What would be a helpful… by Jojo-Schmitz
Actually it also shows this:
Warning: QZip: EndOfDirectory not found (...\thirdparty\qzip\qzip.cpp:583, void MQZipReaderPrivate::scanFiles())
In reply to Enabling some more Debug… by Jojo-Schmitz
hi, could you help me with this? it's the same problem. I cannot open my job, please.
In reply to hi, could you help me with… by seres25
See https://musescore.org/en/node/321580
In reply to See https://musescore.org/en… by Jojo-Schmitz
Hi could you help me with this?? its a work for my univertity :C
In reply to Hi could you help me with… by fausto.lemos
It reads 00 00 00 00 00 00 00 00 ... so nothing can be done with it.
In reply to Hi could you help me with… by fausto.lemos
See #271185: Scores corrupted beyond repair, containing nothing but zeros :-(
And How to recover a backup copy of a score
In reply to What would be a helpful… by Jojo-Schmitz
Ayuda por favor
In reply to Ayuda por favor by nanyval2
Attach he MuseScore file.
See:
https://musescore.org/en/node/289899
In reply to "Trabajo Realizativo N°1_0… by Jojo-Schmitz
Hi could u please help me with this thing. I cannot open this file and I dont know why.
In reply to Hi could u please help me… by nathaliediazy
From looking at the file, it seems that only part of it was written before being filled with 0's. If I'm correct it can't be fixed. You will need to find a backup. See https://musescore.org/en/node/52116
In reply to "Trabajo Realizativo N°1_0… by Jojo-Schmitz
Hola jojo por favor ayúdame me pasó lo mismo con este y es un trabajo de la universidad de mi hija. Está desesperada fue mucho tiempo trabajando en el
In reply to Hola jojo por favor ayúdame… by nanyval2
You'd need the attach the score
In reply to You'd need the attach the… by Jojo-Schmitz
Me sucedió lo mismo. Podría ayudarme? Estoy desesperada. Adjunto el archivo:(
In reply to Me sucedió lo mismo. Podría… by Genabi
See #271185: Scores corrupted beyond repair, containing nothing but zeros :-(
And How to recover a backup copy of a score
In reply to Me sucedió lo mismo. Podría… by Genabi
Abrí tu archivo usando un editor hexadecimal. Desafortunadamente, comienza normalmente pero luego está lleno de ceros. Esto puede suceder cuando algo interrumpe el guardado del archivo. Como dice Jojo, busque copias de seguridad o guardados recientes.
In reply to "Trabajo Realizativo N°1_0… by Jojo-Schmitz
Im having a similar issue, how can i extract it?
In reply to Im having a similar issue,… by moviemaker5000
Okay, say you have a MuseScore 4 file: "BIG concert band piece.mscz" which has corruptions.
The ".mscz" file extension denotes a compressed file. Use a software like 7-Zip to decompress. (Depending on which software you use, you may need to re-name the ".mscz" file suffix to ".zip")
In the newly uncompressed folder look for "BIG concert band piece.mscx" - notice the .mscx file extension. Open this "BIG concert band piece.mscx" in MuseScore 4 and see if it is corruption free and usable.