11-07-2019 05:50 PM
I run into a strange problem with a singular Windows 10 PC - a LabVIEW application that works on every other PC we have is broken on this particular PC. When I click on a broken arrow, a message "VI has an error of type 6208. The full development version of LabVIEW is required to fix the errors."
I only found one mention of this particular situation - https://forums.ni.com/t5/LabVIEW/VI-has-an-error-of-type-6208/m-p/957727
I tried uninstalling and reinstalling all NI software - didn't change.
I installed full development version - didn't change.
I installed the labview sources - they work fine within labview.
I am at loss.
Solved! Go to Solution.
11-09-2019 03:23 PM
This is exceedingly strange.
Bob Schor
11-14-2019 04:31 PM
Bob,
The error of type 6208 seems to be pretty obscure, but here's a screenshot with the latest Labview runtime:
I mind that the same program on the same PC works fine in full development version, so there's no help there.
I even compiled it with full debug info and tried to locate the source of the error, but was unsuccessful.
I just run across a second PC with exact same problem.
Any help from NI in how to pin point the source of the problem?
11-14-2019 04:33 PM
P.S. I wonder if the error is related to recent release of runtime engine, because both machines were just updated with latest one.
11-14-2019 06:22 PM
I uninstalled Labview runtime 2019 SP1 64bit and installed Labview runtime 2019 64bit instead - everything works now with the exact same app, no broken arrow, no error type 6208.
11-20-2019 12:47 PM
I run a clean test - installed LabVIEW 2019 SP1 on a brand new PC, compiled my application, and the application starts up with broken arrow. The error message after clicking on broken arrow is the same as posted above. It is not a problem with Labview 2019 or earlier.
I do need to resolve this issue, since this application suite is in active use in multiple research labs across the Globe.
Do I need to get in touch with NI tech support?
11-20-2019 01:04 PM
DO you have the source code?
If so, search for the text of that error codes. It is in the range of custom error codes which are not defined by NI but by the developer.
Ben
11-20-2019 01:20 PM - edited 11-20-2019 01:21 PM
Ben,
Thanks for quick reply. I have the source code. The number 6208 does not appear to be an error code, but an error type number, whatever it could mean. I do not think is is a custom error code either since exact same behavior was reported on the forum by others before.
I would like to re-iterate that the application runs fine from within the LabVIEW development environment in all versions of LabVIEW tested.The application compiles into executable.The executable runs fine in all versions of runtime engine but the 2019 SP1.
I do not have tools to identify the reason for this run-time engine behavior. I'm wondering if NI might have them in house.
12-09-2019 06:56 PM
I stripped down the application, but managed to trigger even more errors in the compiled executable (see screen shot). Could it be that LabVIEW runtime engine 2019 SP1 was shipped with some outdated dlls or missing .NET components?
12-10-2019 02:02 PM
I made another test - built two machines, one with LabVIEW 2019 and another with LabVIEW 2019 SP1. I compiled the application on LabVIEW 2019 SP1 machine. The application compiled on SP1 machine executes fine on the machine without SP1 installed, but come up with broken arrow on the machine with LabVIEW 2019 SP1, the very machine it was compiled on.
The only difference is SP1 update. I can't find a way to identify the dll or component that causes it.