I’ve updated to all the latest versions and now RiR crashes the entire program. When I updated just RiR this problem started, I since updated to Revit 2024.3 but it didn’t fix the problem.
Version 8 SR13
(8.13.24282.10001, 2024-10-08)
Commercial
I’ll look into the other things for you now
I got it working on my small test file but it’s hanging a lot using RiR, also tried plugging in amesh from RiR to Landkit and it didn’t like that either. Potentially the downstream of that script was complex and I didn’t check it. But my larger files just crash.
I just your trick of GrasshopperLoadOneByOne. It still loads RiR, but none of the other add-ins. It’s handling collecting 62 topography elements ok, which is what I assumed was the issue with it.
But it does indicate to me it may be one of the other plugins not handling something right.
Would it be fair to say that because Grasshopper components are precompiled it’s hard to properly pinpoint a bug in the various loaded components?
Particularly in Revit, where we are loading into its memory space and the first resource that loads wins. If an old .dll gets loaded subsequent plugins/addins that rely on a newer version (or vice versa) are going to have issue or not load at all.