DynamoDS / Dynamo

Open Source Graphical Programming for Design
https://dynamobim.org
Other
1.72k stars 632 forks source link

Crash report from Dynamo 2.6.0.8481 #10838

Closed chrisjarvis13 closed 4 years ago

chrisjarvis13 commented 4 years ago

Issue Description

Warning Circle.ByCentrePointRadius operation failed. Could not load file or assembly [user file path] LibG.ProtoInterface.dll' or one of its dependencies. The system cannot find the file specified. This is within the Sandbox.

What did you do?

Simply clicked on the ByCentrePointRadius in the library

What did you expect to see?

No error

What did you see instead?

2020-07-02 15_56_46-Dynamo

What packages or external references (if any) were used?

None

Stack Trace

(From the Dynamo crash window select 'Details' -> 'Copy' and paste here)

OS: Microsoft Windows NT 6.2.9200.0 CLR: 4.0.30319.42000 Dynamo: 2.6.0.8481

github-actions[bot] commented 4 years ago

Thank you for submitting the issue to us. We are sorry to see you get stuck with your workflow. While waiting for our team member to respond, please feel free to browse our forum at https://forum.dynamobim.com/ for more Dynamo related information.

QilongTang commented 4 years ago

@chrisjarvis13 Hi, thank you for reporting. Dynamo geometry nodes are depending on one of other Autodesk software, e.g. Revit, Civil3D, FormIt, Alias, Advance Steel. Are you running Dynamo without any of them installed?

chrisjarvis13 commented 4 years ago

Hi @QilongTang , I do not have Revit installed, but I have Civil3D 2018 installed, but do not have the Dynamo Civil3D add in yet. I presume once I get that my problem will be solved? is there a way of distinguishing what nodes work only for Revit and which are for Civil 3D? Thanks.

QilongTang commented 4 years ago

@chrisjarvis13 Dynamo Sandbox support geometry operations which depending the list of softwares installed and up to 3 versions back. So for Dynamo 2.6 you are using, it depends on any product from the list but with 2019, 2020 or the newly released 2021. That is why Civil3D 2018 would not work this case. To just use Dynamo Sandbox , you will not need DynamoForCivil3D addin, What you will need in this case is a local install of any product in that list I mentioned earlier even in trial version.

To your second question, nodes in DynamoSandbox are all generic. Product flavored Dynamo will come with additional nodes under particular category in left side library. image

But on node level, Dynamo do not provide such indication yet. Our team is actively thing about the strategy there in this topic. Please let me know if you have more questions.

chrisjarvis13 commented 4 years ago

great, that all makes sense, thanks @QilongTang !