DynamoDS / DynamoRevit

Dynamo Libraries for Revit
https://dynamobim.org
336 stars 187 forks source link

Internal Error, Please report: Dereferencing a non-pointer. #1771

Open dannywi11imas opened 7 years ago

dannywi11imas commented 7 years ago

Dynamo version:

Core 1.3.1.1736, Revit 1.3.1.1736

Revit version:

2016 Build: 16.0.490.0 20150714_1515(x64)

Operating system:

Windows 10 Pro Ver, 1703

What did you do?

I'm a new user to Dynamo and searched the internet on this error. It seems that I need to report this. I was trying to replicate a graph from this website. https://forum.dynamobim.com/t/control-the-size-of-scope-box/8585/2

When using a code block to add "Point.Coordinates" to my graph I get a Warning message indicating "Internal Error, Please report: Dereferencing a non-pointer"

What did you expect to see?

I expected the code block to run without any issue like in the link provided.

What did you see instead?

I added to the code block with "Point.Coordinates" along with coordinates, to my graph. then got the Warning message indicating that there is an "Internal Error, Please report: Dereferencing a non-pointer" and unable to execute the rest of the workflow.

mjkkirschner commented 7 years ago

I believe you want point.ByCoordinates.

On Sep 5, 2017, at 3:59 AM, dannywi11imas notifications@github.com wrote:

Dynamo version:

Core 1.3.1.1736, Revit 1.3.1.1736

Revit version:

2016 Build: 16.0.490.0 20150714_1515(x64)

Operating system:

Windows 10 Pro Ver, 1703

What did you do?

I'm a new user to Dynamo and searched the internet on this error. It seems that I need to report this. I was trying to replicate a graph from this website. https://forum.dynamobim.com/t/control-the-size-of-scope-box/8585/2

When using a code block to add "Point.Coordinates" to my graph I get a Warning message indicating "Internal Error, Please report: Dereferencing a non-pointer"

What did you expect to see?

I expected the code block to run without any issue like in the link provided.

What did you see instead?

I added to the code block with "Point.Coordinates" along with coordinates, to my graph. then got the Warning message indicating that there is an "Internal Error, Please report: Dereferencing a non-pointer" and unable to execute the rest of the workflow.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.