12-12-2024 02:16 PM
Does anyone know what could be causing this error?
Possible Cause: C:\Program Files (x86)\National Instruments\LabVIEW 2023\vi.lib\AppBuilder\AB_Classes\Source\VI\Open_Reference.vi
Only simple test VI in this case:
12-17-2024 03:01 PM
"We apologize for the inconvenience" errors means "something went wrong, and we have no idea what it was". Sometimes it's something as simple as moving a wire while editing a VI" (which happened to me with LabVIEW 2011, "cured" when I printed the Block Diagram (so I knew what it was), deleted it, then re-created it.
You seem to have a very simple VI that caused this. I'd recommend the following steps:
If this "fixes" the problem, great! If it doesn't, you now have a VI that you can attach so that the "wisdom of the Community" can make better suggestions.
Bob Schor
12-19-2024 04:40 PM
Bob,
Thanks for the suggestions. I have my actual project that caused the crash so I created a very simple project with just the one VI to test. The simple project also fails.
12-19-2024 10:14 PM
@ShinnyMonkey wrote:
- Next step is to uninstall and re-install
Your instincts are (mostly) correct. A "repair" is rarely a good idea -- it often takes much more time to remove software "one piece at a time" and replace it than to do a "uninstall everything" and "install an entire system all at once". This is especially true if you are dealing with more than one LabVIEW version on the machine.
The one caution is to use NIPM carefully. Use it twice -- once to remove everything (you might need to run it twice), makind sure you uncheck "Projects only". The last thing you remove is NIPM itself (when it's the only thing left).
I recommend you do not delete any Files or Folders, and don't touch the registry! That usually leads to reformatting the C: drive and rebuilding the entire PC (you do have everything backed up, don't you?).
Now you can do a re-install safely. Trust me (having done this both the "right" and "wrong" way) the "uninstall/reinstall" method is relatively quick and very safe.
Bob Schor