04-11-2018 11:05 AM
All,
I have a VI that runs fine. All the subVIs work perfectly. But when I build an executable in the same folder and try to run it, I get a message saying that some of the subVIs are not executable. Has anyone run into this before? If so, how did you fix it?
Thanks!
04-11-2018 11:29 AM - edited 04-11-2018 11:33 AM
Just to make sure, this does manage to build an EXE and then the EXE fails? The build process goes with no errors?
Does your application use any of the following?:
Do you have the most recently patched version of the Run-time engine matching your LabVIEW version installed?
Can you post the code plus all subVIs in a ZIP or is it too large and/or confidential?
04-11-2018 11:46 AM
@diarmaede wrote:But when I build an executable in the same folder and try to run it, I get a message saying that some of the subVIs are not executable.
Can you explain what you mean by "same folder"? Same as what? How are you calling the subVIs?
04-11-2018 04:00 PM
One common cause of this issue is having conditional disable code (like a "RUN_TIME_ENGINE==True" of a Conditional Disable Structure) that contains broken code. It will run fine in the IDE, but will result in broken code when building an EXE.