google-code-export / labyrinth

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

Map got broken... #69

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Made a map
2. Closed it
3. Opened another
4. Removed other
5. Tried to open the first.

- Didnt work.
Also tried to open it by CLI.

That's the python output:
Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/labyrinth/Browser.py", line 199,
in open_row_cb
    self.open_selected_map ()
  File "/usr/lib/python2.4/site-packages/labyrinth/Browser.py", line 162,
in open_selected_map
    self.open_map (map)
  File "/usr/lib/python2.4/site-packages/labyrinth/Browser.py", line 146,
in open_map
    win = MainWindow.LabyrinthWindow (map.filename)
  File "/usr/lib/python2.4/site-packages/labyrinth/MainWindow.py", line
123, in __init__
    self.parse_file (filename)
  File "/usr/lib/python2.4/site-packages/labyrinth/MainWindow.py", line
385, in parse_file
    self.MainArea.load_thyself (top_element, doc)
  File "/usr/lib/python2.4/site-packages/labyrinth/MMapArea.py", line 723,
in load_thyself
    self.finish_loading ()
  File "/usr/lib/python2.4/site-packages/labyrinth/MMapArea.py", line 762,
in finish_loading
    l.set_parent_child (parent, child)
  File "/usr/lib/python2.4/site-packages/labyrinth/Links.py", line 118, in
set_parent_child
    self.find_ends ()
  File "/usr/lib/python2.4/site-packages/labyrinth/Links.py", line 85, in
find_ends
    (self.start, self.end) = self.parent.find_connection (self.child)
AttributeError: 'NoneType' object has no attribute 'find_connection'

Don't know what exactly happend. Also I don't know how to reproduce.
I attached the file, maybe someone can have a look inside it.

Many thanks,
Jakob

Original issue reported on code.google.com by schurdak.jakob@gmail.com on 30 Jul 2007 at 7:47

GoogleCodeExporter commented 9 years ago
The broken Map

Original comment by schurdak.jakob@gmail.com on 30 Jul 2007 at 7:48

Attachments:

GoogleCodeExporter commented 9 years ago
This comes from a connection from a thought with a open end. This isn't 
reproduceable
in the current svn.

Original comment by sinfr...@gmail.com on 30 Jan 2008 at 8:16