I forgot to use unique edge index values when writing my C# TLP exporter. As expected the file did not open. The bug is that Tulip Win x64 4.6.0 claimed the error occured on line 69, char 11. The file only has 46 lines.
Thank your very much for your report.
The line count was wrong because of existing \r\n sequence at the end
of the lines in your file.
This bug is now fixed in the current svn code line (commit #10476)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thank your very much for your report.
The line count was wrong because of existing \r\n sequence at the end
of the lines in your file.
This bug is now fixed in the current svn code line (commit #10476)