Hi,
In some internal tests we have seen an error message with a reference to our URCap. The error was unrelated to the URCap itself: in short, an if with continuous check of a variable inside another if with continuous check creates a thread error when the program is played, then paused, then replayed. We have been able to avoid the error by rearranging the logic.
The error message, however, is suggesting that the problem may come from our URCap as you can see in the following image.
I suspect that it uses the “source” tag in the generated script to add the mention of the URCap provider in the error message. However, I have two questions:
- Why in this example is it displaying the URCap provider in the error message even if the red line of the script is outside the script generated by the URCap?
- Even if the error was generated inside the children nodes of the URCap, would it be possible to avoid displaying the URCap provider if the error source is a standard Polyscope node (or standard URScript function)? This is more a feature request than a question.
The issue with the text in the message box is that the end-user will call our technical support even if the problem is not related to our URCap.
Thanks.