Here's another one of the old files. The current "old" branch won't open this one at all. Here's the last part of the error message:
File "d:\Tom\git\leo-editor\leo\core\leoAtFile.py", line 536, in readFileAtPosition
at.read(p, force=force)
File "d:\Tom\git\leo-editor\leo\core\leoAtFile.py", line 366, in read
FastAtRead(c, gnx2vnode).read_into_root(contents, fileName, root)
File "d:\Tom\git\leo-editor\leo\core\leoAtFile.py", line 3726, in read_into_root
self.scan_lines(delims, first_lines, lines, path, start_i)
File "d:\Tom\git\leo-editor\leo\core\leoAtFile.py", line 3398, in scan_lines
gnx, indent, body = stack.pop()
IndexError: pop from empty list
It fails before the menu bar gets displayed.