11-06-2025 08:40 PM
11-07-2025 12:54 AM
Hi Baymax,
@BaymaxOP wrote:
I am suddenly start facing these error while opening the vi
Then you delete the buggy VI and get the "last good" version from your SCC system.
You use a SCC tool or atleast employ a good backup system?
11-07-2025 11:25 AM
I believe you have something known as an "Insane object" in your VI.
See this article:
https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z000000P9QYSA0&l=en-US
That article covers a technique you can sometimes use if you can still open the VI somehow.
Did this VI call any other VIs? Or use any type definitions? If so, you could try isolating this VI so it can't find those dependencies and there is a tiny chance it might finish loading because whatever is causing the crash doesn't happen when the dependencies aren't there.
If you can't even open it at all even trying that, then... yeah. Nothing you can do. Restore from backup or start over fresh.