04-09-2023 08:16 AM
Application builder generates a .exe, but shows a broken run button and displays an unnumbered error message stating that I need the full development system, but I have professional- the version that contains app builder license. What to do next?
04-09-2023 08:30 AM - edited 04-09-2023 08:33 AM
@jwilk wrote:
Application builder generates a .exe, but shows a broken run button and displays an unnumbered error message stating that I need the full development system, but I have professional- the version that contains app builder license. What to do next?
Your message is simply stating that you cannot debug the exe from the Run Time environment. If you left debugging enabled in the build specifications you could remotely debug the exe from the IDE.
Most likely, the exe itself is broken because a dependency is missing from the build or could not be found in the expected location. The broken run arrow does indicate that the exe could not compile to a runnable object.
Check for dependent vis called with absolute paths and dlls that are not in the global cashe.
04-09-2023 10:18 AM - edited 04-09-2023 10:40 AM
@jwilk wrote:
What to do next?
Now you need to start troubleshooting. Unfortunately we cannot really help because the information you gave is way too sparse.
04-10-2023 12:27 AM
Thanks for the replies- will check on suggestions in the morning . . .
04-10-2023 10:47 AM
No errors in running the application builder. debug is off in the build. the executable comes up broken and produces the attached message when I click on the broken run button. I also attached the build log, did not see anything that looks like an error, and again, the build process seems to run just fine. I'll have to do some digging to look into dependent vi's and absolute paths, etc. I guess that is the next order of business . . .
Another project I have (different code) compiles just fine, so I'm guessing licenses are all in order, not due until May.
04-10-2023 11:04 AM
I do see an NiDaqMX reference in the data folder - not sure exactly why at the moment - need to trace that down. It looks like a scaling file I use in other programs that use my Keysight 34465A DMM - must be some common vi that uses it.
04-11-2023 02:45 PM
Well, turns out after a mass compile, a new error showed up:
In the interest of time, I just disabled all calls to report generation and the .exe now works. Not sure exactly why, but heading out of town tomorrow and this vi can do without report generation for the near term. Thanks to all for assistance tracking it down . . .
04-11-2023 05:58 PM
Not sure if this is related. Actor FW has the X node "error ring" as a dependency. Sometimes X nodes cause ludicrous problems. Google ludicrous ways to fix broken LabVIEW Code.