Oliver, thanks for sending in the files. (I've also responses directly.)
The files you cannot open have been written by an old version of Grasshopper that had a bug with localized numbers. You have to change all floating point numbers in the xml file to use points instead of commas. Most likely, if you just search/replace commas with dots, the files will become readable again. Be sure you download the latest version, because your version will always save erroneous ghx files. If you cannot update, then use the gh format instead, which is binary and thus has no problem with localization formatting. -- David Rutten Robert McNeel & Associates On Oct 24, 12:09 pm, David Rutten <[EMAIL PROTECTED]> wrote: > Oliver, > > something in the dispay is throwing exceptions and I disable the > drawing routines when that happens. > Please mail me the file ([EMAIL PROTECTED]) and I'll have a look. > > -- > David Rutten > Robert McNeel & Associates > > On Oct 24, 11:19 am, "[EMAIL PROTECTED]" > > <[EMAIL PROTECTED]> wrote: > > Hi David, > > I made a Grasshopper file that is producing a lot of lines, and I > > stream the line lenghst via post it to a .csv file for Excel exchange. > > The csv file is on my desktop. When I reopen the grasshopper file the > > grasshopper component area is all red and the components are not > > visible. When I zoom they show up for ab second. All the components > > are working and producing objects in rhino, they are just not visible > > in the grasshopper window. > > Help please, thx Oliver
