google-code-export / labyrinth

Automatically exported from code.google.com/p/labyrinth
GNU General Public License v2.0
2 stars 0 forks source link

Mind Mapper unable to start #127

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Starting up the program

What is the expected output? What do you see instead?
Traceback (most recent call last):
  File "/usr/bin/labyrinth", line 46, in <module>
    import Browser
  File "/usr/lib/python2.5/site-packages/labyrinth/Browser.py", line 33, in
<module>
    import MainWindow
  File "/usr/lib/python2.5/site-packages/labyrinth/MainWindow.py", line 33,
in <module>
    from MapList import MapList
  File "/usr/lib/python2.5/site-packages/labyrinth/MapList.py", line 200,
in <module>
    MapList.load_all_from_dir(utils.get_save_dir ())
  File "/usr/lib/python2.5/site-packages/labyrinth/MapList.py", line 108,
in load_all_from_dir
    cls.new_from_file(dir+f)
  File "/usr/lib/python2.5/site-packages/labyrinth/MapList.py", line 117,
in new_from_file
    map._read_from_file(filename)
  File "/usr/lib/python2.5/site-packages/labyrinth/MapList.py", line 49, in
_read_from_file
    doc = dom.parse (filename)
  File "/usr/lib/python2.5/xml/dom/minidom.py", line 1915, in parse
    return expatbuilder.parse(file)
  File "/usr/lib/python2.5/xml/dom/expatbuilder.py", line 924, in parse
    result = builder.parseFile(fp)
  File "/usr/lib/python2.5/xml/dom/expatbuilder.py", line 211, in parseFile
    parser.Parse("", True)
xml.parsers.expat.ExpatError: no element found: line 1, column 0

What version of the product are you using? On what operating system?
Ubuntu Hardy 8.04 2.6.24-19-generic
Python 2.5.2
Labyrinth Mind Mapper 0.3 from the Ubuntu Repository

Please provide any additional information below.
Whenever I try to start up the program, I get the error stated above.  I'm
not sure if it's my fault or if it's a bug.

Original issue reported on code.google.com by Grey...@gmail.com on 28 Aug 2008 at 9:23

GoogleCodeExporter commented 9 years ago
Hmm that doesn't look good. One of your maps seems to be corrupted, however 
labyrinth
should recover more gracefully than that.

Original comment by matthias...@gmail.com on 25 Sep 2008 at 5:51

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Using Labyrinth 0.4 in Ubuntu 8.04, the only way to get round this is deleting 
the
corrupted .map file in ~/.gnome2/labyrinth - which is a great pain in the neck 
if you
happened to spend several hours on it.

Original comment by ma.shouj...@gmail.com on 9 Dec 2008 at 9:26

GoogleCodeExporter commented 9 years ago
Is it possible to share this corrupt map with us?

Original comment by sinfr...@gmail.com on 26 Feb 2009 at 9:48

GoogleCodeExporter commented 9 years ago
i had the same problem... is there any way to recover?

i attach my file.

Original comment by basehous...@gmail.com on 1 Apr 2009 at 10:35

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks for the report, problem is solved.

Original comment by matthias...@gmail.com on 24 Apr 2011 at 10:52