Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
DRoam
in reply to: timothy_berg

Ahh, love those. So informative :winking_face:

 

Those generally mean there's a specific line in your code that's giving Inventor trouble. This may be due to a problem with the update, but the only way to know would be to figure out which line is causing the error.

 

The way I usually deal with those very unhelpful error messages, is putting messageboxes at strategic places throughout my code (sometimes I just number them 1, 2, 3, etc.), then run the rule and see which is the last one to pop up before the error. I'll repeat this until I've narrowed it down to the single line that's causing the error.

 

There's probably a better way of doing this... but I don't know of one.