On Tue, 2008-11-25 at 18:05 -0600, Kipton Moravec wrote: > I was editing my attributes with a text editor. I got through page 9 of > 14, and something happened and I can not open the file any more. > > The error is: > ** > ** ERROR:(o_text_basic.c:1121):o_text_read: assertion failed: (num_lines > && num_lines > 0) > Aborted > > What should I be looking for to fix this? > > Kip
What version of gEDA are you using? If it is the git HEAD version (that still reports as 1.5.0), please update in case you have the version which caused breakage with multi-line text. (That is unlikely, as it was just a couple of commits which were affected). More likely, your text-line count on the "T ... N" (where N is the line-count), doesn't match up with the number of lines of text following it. http://www.geda.seul.org/wiki/geda:file_format_spec#text I'd probably consider it a bug that this is a g_assert() failure rather than something handled more gracefully, so once you've got the cause identified, if you could produce a small test-case schematic and file a bug, that would be appreciated. Best wishes, -- Peter Clifton Electrical Engineering Division, Engineering Department, University of Cambridge, 9, JJ Thomson Avenue, Cambridge CB3 0FA Tel: +44 (0)7729 980173 - (No signal in the lab!) _______________________________________________ geda-user mailing list [email protected] http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

