Page 1 of 1
"Error procesing keyword: linewidths in file xxxxx.grf&
Posted: Sat Mar 31, 2007 11:53 pm
by TelemachusSneezed
I closed my plot without any trouble, but when I went to open it back up again, I got the following error:
"Error procesing keyword: linewidths in file xxxxx.grf"
where the x's are the file path.
What's up? Should I send you the file so you can look at its guts and figure out what's wrong?
Posted: Sun Apr 01, 2007 12:05 am
by TelemachusSneezed
Should have tried this first, but I figured the files were in some sort of weird encoding. Anyways...
I created another test graph with two lines just like the one that was giving me errors, and opened both in Notepad. I found that they differed at the following lines:
"LineWidths
10 30"
and
"LineWidths
1010"
It looks to me like spaces were left out between the numbers, but I have no idea how this could have happened. Anyways, it's still a bug, but I was able to open my graph again once I changed the lines to:
"LineWidths
10 10"
Cheers!

Posted: Sun Apr 01, 2007 8:57 am
by DPlotAdmin
Whoops. This is a bad side effect of a recent change allowing input of line widths in points, mm, etc. I'll fix this as soon as possible, thanks for pointing out the problem.