Data recovery
From FreeMind
(Difference between revisions)
m (Reverted edit of Yvyfyjeh, changed back to last version by Gdavid) |
Dan Polansky (Talk | contribs) (revert to last full version) |
||
| Line 1: | Line 1: | ||
| + | Sometimes users find that they cannot open a mind map because it is corrupted. A corrupted mind map can be a result of varied causes, not necessarily caused by a bug in FreeMind. | ||
| + | |||
| + | Methods of recovery: | ||
| + | # Find an automatically saved backup version. Such a version you can find in the "<home folder>/.freemind/Map Backup" folder. | ||
| + | # Correct the corrupted XML manually, by opening a mind map in a plain-text editor such as Notepad, and checking for non-matched opening "<" characters. | ||
| + | |||
| + | Possible error message: | ||
| + | * Error while parsing file:freemind.main.XMLParseException: XML Parse Exception during parsing of a map element at line *: Unexpected end of data reached | ||
| + | |||
==Limitations== | ==Limitations== | ||
* FreeMind is unable to automatically correct a corrupted XML, and notify the user of the corruption while showing as much as possible of the corrupt mind map. | * FreeMind is unable to automatically correct a corrupted XML, and notify the user of the corruption while showing as much as possible of the corrupt mind map. | ||
| + | |||
| + | ==See also== | ||
| + | * [[Data loss prevention]] | ||
| + | |||
| + | [[Category:Documentation]] | ||
Latest revision as of 12:34, 22 November 2010
Sometimes users find that they cannot open a mind map because it is corrupted. A corrupted mind map can be a result of varied causes, not necessarily caused by a bug in FreeMind.
Methods of recovery:
- Find an automatically saved backup version. Such a version you can find in the "<home folder>/.freemind/Map Backup" folder.
- Correct the corrupted XML manually, by opening a mind map in a plain-text editor such as Notepad, and checking for non-matched opening "<" characters.
Possible error message:
- Error while parsing file:freemind.main.XMLParseException: XML Parse Exception during parsing of a map element at line *: Unexpected end of data reached
Limitations
- FreeMind is unable to automatically correct a corrupted XML, and notify the user of the corruption while showing as much as possible of the corrupt mind map.