I have a graph that I have been working on for a while now. Every one in a while I will attempt to open the graph and it will simply crash Revit. We are not talking about running the graph…simply opening it.
Whilst doing some research I found that erasing (or in my case…moving) the viewExtension files could allow one to open a graph that is otherwise crashing Revit. This does seem to work but I am not sure what to do now. If I put the viewExtension files back in place, reopening the graph causes the same crash.
What I am trying to figure out is a few different things:
What is the typical workflow for troubleshooting a graph that crashes Revit when simply opened in Dynamo?
If I do remove the viewExtensions and it opens, what does that tell me?
Is there anything else I can do to find a solution?
@Michael_Kirschner2 I removed the libraryViewExtension file and it did fix the issue. Is there a list of what you consider typical relevant info that I should be posting on github?
Also, I believe I only have one custom node in the graph. The rest are from dynamo or fairly common packages.
Sounds good. Side question: Is there an easy way to find all dependencies or do I just need to go through it node by node to find them all? (I guess I could temporarily remove my packages to find them)