09-27-2021 07:21 PM - edited 09-27-2021 07:23 PM
If there is a broken member of a class and you build an executable, you get an error when you run the executable:
LabVIEW: (Hex 0xF) Resource not found.
An error occured loading VI 'Class xxx'
LabVIEW load error code 3: Could not load front panel
A few odd things:
10-01-2021 01:42 PM
I have the same issue. Any ideas?!
10-01-2021 01:52 PM
I think it's a bug in that the build isn't properly disconnecting the unused members but the workaround is pretty simple. Just delete the unused broken member.
10-01-2021 04:36 PM
I'm not sure if it is related to my project or Vis. Because I opened a few back up copies of my project which I am sure they were working when I made the backup. They don't work now.
The only change I've done was to install a package
The errors points to a different VI every time:
-Simple Error Handler.vi
-MGI write Anything.vi
-My own VIs
When trying toale it work, I ended up getting this message too "This vi is not executable. The full development version of LabVIEW is required to fix the errors"
But in the NI License Manager, is see LabVIEW full Development System as registered.
10-01-2021 04:58 PM
I'm not sure if it is related to my project or Vis. Because I opened a few back up copies of my project which I am sure they were working when I made the backup. They don't work now.
The only change I've done was to install a package
The errors points to a different VI every time:
-Simple Error Handler.vi
-MGI write Anything.vi
-My own VIs
When trying to make it work, I ended up getting this message too "This vi is not executable. The full development version of LabVIEW is required to fix the errors"
But in the NI License Manager, is see LabVIEW full Development System as registered.
10-01-2021 05:26 PM
The error is just trying to hint that you have to open the VI in the dev env. Not that you are missing the dev env.
It's odd that you are seeing a different VI implicated. I suspect your error is actually different than mine because I think mine is specific to libraries. But, the root cause might be similar (bad linking). But, the work around might be different so you might want to start a different thread. With that said, when I see issues like that (what version of LV are you on, have you tried 2020 or 2021?) I usually clear object cache and ctrl click the run arrow at the top level to rebuild the hierarchy.