Grasshopper

algorithmic modeling for Rhino

I am consistently getting a crash from a GDI drawing error in Grasshopper. At this point it is definitely from trying to display "too much" information either in a panel or on hover over a component output that tries to show the same data. The panel safely contains the error without crashing. The on-hover behavior crashes both programs. The data itself is a very long string of points. Long, but nothing else to it. No recursion happening in a vb component or anything like that. Otherwise, the definition works fine.

Views: 416

Replies to This Discussion

I can confirm this crash behaviour with custom components:

 

http://www.grasshopper3d.com/forum/topics/rhino-crash-on-invalid

 

My speculation is that there is no exception checking on the hover component, compared to the output that is being checked.

Thanks! Thought I was going crazy here. Custom components means when using VB & C custom components or plug-ins? (AH-Just looked at your link and see its the VB / C components) I see no run-time errors,however and get this behavior on stock components downstream from custom components. I am ignoring invalid list entries while recomposing a triangular mesh. Thought those would be safely filtered out and not affect downstream behavior?

Yes it's a custom plugin developed using rhino, can you share a definition that has these kinds of errors?

Yep. This file will produce the error. Assign a mesh sphere by ref or with a primitive. I used a sphere with a lot of vertices. You will also need to define an output path for the text file output. GUI bogs down, the panel showing the output eventually errors out, and you have a good chance of crashing on hover over the output of one of the last components in the def. There are run-time warnings in the make mesh from scratch component. But no errors that I see. Maybe I'm missing something?

Attachments:
Any ideas on what is causing the error here?
Which component is causing the crash?
I get it in the last join component on over over the R output and is also seen in the panel showing the output from that same component. Use a sphere with a high vertex count and you should see the error. You should also notice the gui bogging down and become hard to pan about. I understand it's a lot of data, but should the gui be causing this crash?

RSS

About

Translate

Search

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service