in Rhino 8, the following error messages appear at grasshopper startup:
Object: KUKAprc_ToolpathOptimizerComponentV2 (level 1)
{
Exception has been thrown by the target of an invocation.
TargetInvocationException
}
Object: KUKAprc_ToolpathOptimizerComponentV2 (level 2)
{
Method not found: 'Boolean System.IEquatable`1.Equals(KUKAToolPath.GraphPaths.IPathSegment)'.
MissingMethodException
}
Object: KUKAprc_ToolpathOptimizerComponent (level 1)
{
Exception has been thrown by the target of an invocation.
TargetInvocationException
}
Object: KUKAprc_ToolpathOptimizerComponent (level 2)
{
Method not found: 'Boolean System.IEquatable`1.Equals(KUKAToolPath.IGraphPathSegment)'.
MissingMethodException
}
is this a r8 - related error? most r7-plugins work in r8...
I have tested in Rhino 7, and there are also 2 errors:
Object: KUKAprc_ToolpathOptimizerComponentV2 (level 1)
{
Ein Aufrufziel hat einen Ausnahmefehler verursacht.
TargetInvocationException
}
Object: KUKAprc_ToolpathOptimizerComponentV2 (level 2)
{
Die Datei oder Assembly "KUKAprcGH, Version=1.0.8560.17839, Culture=neutral, PublicKeyToken=null" oder eine Abhängigkeit davon wurde nicht gefunden. Das System kann die angegebene Datei nicht finden.
FileNotFoundException
}