Rhino pollination crashes when editing room properties

when clicking on a room and running the PO_EditRoomProperties command Rhino crashes and returns this pollination error message "Cannot perform the operation while dispatcher processing is suspended:

Just solved this by running the commands:
PO_ResetIdentifer
PO_SolveAdjacency
PO_ValidateModel

Perhaps some better error handling would be helpful here as it was not so clear what was causing this issue until now!

Hi @milog, Thank you for documenting the issue, and the solution to solve it.

Just so you know, @mingbo has refactored all the code for how the Rhino plugin manages Pollination data during the last several months. We will do an end-to-end test during the next few weeks before public release. That should address many issues like this one and the one with creating invalid models because of tiny edges.

If you happen to have a copy of the model in the broken stage, it would be very helpful for us to test it and ensure the problem is already solved.

Glad to hear it! Unfortunately I do not have the broken version anymore :confused:

1 Like