Page 1 of 1

project "seems to contain errors and therefore can't be load

Posted: Mon Nov 26, 2018 1:11 am
by ajwassell
I got this error message when i tried to open one of my projects. I dont have a bak. that I can open, so otherwise I will never see my project unless I can get help recovering it. . . Help?

Re: project "seems to contain errors and therefore can't be load

Posted: Mon Nov 26, 2018 2:58 pm
by musikbear
ajwassell wrote:
Mon Nov 26, 2018 1:11 am
I got this error message when i tried to open one of my projects.
IF you havent tried to open your project in a code-editor, yourself(?) That error could be a cluster-error on your harddrive!
Something has corrupted the file!
If it is af MMPZ file, it is lost.
If it is af MMP file, it is possible to recover at least something.

What is it?

Besides that, since you are new in Forum
Welcome ajwassell !
Here are all important links:
http://lmms.io/forum/viewtopic.php?f=1&t=4740
-A few rules and useful forum instructions

Re: project "seems to contain errors and therefore can't be load

Posted: Mon Nov 26, 2018 3:18 pm
by zonkmachine
musikbear wrote:
Mon Nov 26, 2018 2:58 pm
If it is af MMPZ file, it is lost.
No. The built-in command to convert the compressed data file to raw XML is

Code: Select all

lmms --dump path/to/project.mmpz
and it could possibly work with a damaged project too. I don't know how this command works on Windows though.

Re: project "seems to contain errors and therefore can't be load

Posted: Tue Nov 27, 2018 10:14 am
by musikbear
zonkmachine wrote:
Mon Nov 26, 2018 3:18 pm
and it could possibly work with a damaged project too.
On windows it does not work with a damaged project.
Zonk -Have you tried on linux with a MMPZ-project where the xml is flawed?
-like try to open in hex-editor, and remove some tags?
Its not the issue with VSTs, that blocks opening, its XML-code, that are missing.
If it really can be converted back to MMP, that would be super! -But i really doubt it