New issue 148 by daniel.holbach: Crashes on startup if there are invalid
maps
http://code.google.com/p/labyrinth/issues/detail?id=148
From: https://bugs.edge.launchpad.net/ubuntu/+source/labyrinth/+bug/309058
If there are invalid (for example, empty) map files in ~gnome2/labyrinth,
the program will fail to start.
The attached patch solves this problem, but it doesn't do anything useful
with the bogus file: it just ignores the problem. The program should
probably inform the user about the situation, and offer the possibility to
delete the file or to move it somewhere else.
Patch from perlhead <fhe...@vialibre.org.ar>
Attachments:
labyrinth.patch.txt 1.1 KB
Comment #1 on issue 148 by matthias...@gmail.com: Crashes on startup if
there are invalid maps
http://code.google.com/p/labyrinth/issues/detail?id=148
Thanks Daniel for the Patch. I (finally) applied it.