Hi!
Another issue with compute that i encounter these days, locally this time. I have updated all my apps (up to date with 8.x
branch for compute and recent 8 SR9 for Rhino, but it was the same before i updated with SR8).
Here’s the issue: when i launch compute from VS, it gets stuck here
If i continue
, the system seems to boot correctly but further on, when i try to solve a solution (working perfectly fine with the GUI of Rhino and even on one of my remote Rhino compute servers), i get this issue:
Translating in the logs with that
CG [09:13:55 ERR] An exception occurred while processing request
System.NullReferenceException: Object reference not set to an instance of an object.
at CurveComponents.Component_ConnectCurves.SolveInstance(IGH_DataAccess DA)
at Grasshopper.Kernel.GH_Component.Solution_Compute_MixedAccess(GH_StructureIterator it)
If i continue
multiple times, i get (of course) a lot of isues indicating that the components didn’t get any data BUT also issues suggesting something more significant, for example Data conversion failed from Text to Number
(the Text being a panel with “2”).
CG [09:15:02 ERR] Solution exception:Object reference not set to an instance of an object.: component "Connect Curves" (8aa77675-8fe4-402d-b864-7b99decef062)
CG [09:15:02 ERR] Solution exception:Object reference not set to an instance of an object.: component "Connect Curves" (02eb3db7-022c-4158-8ed9-1f645d7092b6)
CG [09:15:02 ERR] Solution exception:Object reference not set to an instance of an object.: component "Geometries to DWG" (d0a7b762-0ddc-4de2-b954-bb268fb26433)
CG [09:15:02 DBG] Input parameter DWG failed to collect data: component "Context Print" (db165460-9788-4437-b002-7890c24a13a6)
CG [09:15:02 ERR] Data conversion failed from Text to Number: component "Aligned Dimension" (c8ec328d-69b6-44fd-8048-0dd9db0a5b24)
CG [09:15:02 ERR] Data conversion failed from Text to Number: component "Aligned Dimension" (c5e26adf-0e89-445e-91b8-c4c313729cdf)
CG [09:15:02 ERR] Data conversion failed from Text to Number: component "Circle" (408bfbbd-229e-4ff4-acae-40d4eff7698b)
CG [09:15:02 ERR] Data conversion failed from Text to Domain: component "Rectangle" (50ffe571-0ce8-4633-90c5-2c015575a4c9)
CG [09:15:02 ERR] Data conversion failed from Text to Domain: component "Rectangle" (50ffe571-0ce8-4633-90c5-2c015575a4c9)
CG [09:15:02 DBG] Floating parameter Curve failed to collect data: component "Curve" (1da25edb-1693-4849-969f-269c5c125017)
CG [09:15:02 DBG] Input parameter Curve B failed to collect data: component "Curve Proximity" (3e343fab-5120-414f-838a-e98567e182d2)
CG [09:15:02 ERR] Data conversion failed from Text to Domain: component "Rectangle" (c04b47ce-c14f-4349-9e46-6f091ac6a284)
CG [09:15:02 ERR] Data conversion failed from Text to Domain: component "Rectangle" (c04b47ce-c14f-4349-9e46-6f091ac6a284)
This may also relate to this issue that i had before:
Is there anything i can do about that please, i’m completely lost?
Thanks in advance