New issue 153 by berendsthomas: Doesn't start
http://code.google.com/p/labyrinth/issues/detail?id=153
What steps will reproduce the problem?
I tried opening at the menu, but it didn't start.
What is the expected output? What do you see instead?
I tried it at the terminal, this is the result:
thomas@ubuntu:~$ labyrinth
/usr/lib/python2.6/dist-packages/labyrinth/MainWindow.py:24:
DeprecationWarning: the sha module is deprecated; use the hashlib module
instead
import sha
Traceback (most recent call last):
File "/usr/bin/labyrinth", line 46, in <module>
from labyrinth import Browser
File "/usr/lib/python2.6/dist-packages/labyrinth/Browser.py", line 33, in
<module>
import MainWindow
File "/usr/lib/python2.6/dist-packages/labyrinth/MainWindow.py", line 33,
in <module>
from MapList import MapList
File "/usr/lib/python2.6/dist-packages/labyrinth/MapList.py", line 218,
in <module>
MapList.load_all_from_dir(utils.get_save_dir ())
File "/usr/lib/python2.6/dist-packages/labyrinth/MapList.py", line 103,
in load_all_from_dir
cls.new_from_file(dir+f)
File "/usr/lib/python2.6/dist-packages/labyrinth/MapList.py", line 112,
in new_from_file
map._read_from_file(filename)
File "/usr/lib/python2.6/dist-packages/labyrinth/MapList.py", line 49, in
_read_from_file
doc = dom.parse (filename)
File "/usr/lib/python2.6/xml/dom/minidom.py", line 1918, in parse
return expatbuilder.parse(file)
File "/usr/lib/python2.6/xml/dom/expatbuilder.py", line 924, in parse
result = builder.parseFile(fp)
File "/usr/lib/python2.6/xml/dom/expatbuilder.py", line 211, in parseFile
parser.Parse("", True)
xml.parsers.expat.ExpatError: no element found: line 1, column 0
thomas@ubuntu:~$
What version of the product are you using? On what operating system?
0.4.1-0ubuntu5 on Ubuntu 10.10
Please provide any additional information below.
I also am having this problem. Terminal output for "labyrinth" is identical
to OP.
The problem is a broken map file, the solution:
Delete the broken map file in ~/.gnome2/labyrinth
Your map will be lost.
Thanx!, i had the same problem, but now is working again!
Comment #4 on issue 153 by matthias...@gmail.com: Doesn't start
http://code.google.com/p/labyrinth/issues/detail?id=153
Thanks for figuring it on your own. That DeprecationWarning should also be
gone by now.