10-22-2024 08:30 AM
Could you try a "Clean" action from the App-Builder pulldown and then rebuild? This would always reproduce the issue in my case.
10-22-2024 12:55 PM
I looked through the app builder logs attached above, nothing out of the ordinary jumped out at me.
If anybody on this thread is able to share code that reliably reproduces the 1051 build error, please send me a direct message so I can get the code and try to reproduce the issue in-house at NI. Thanks.
10-23-2024 02:40 AM
I made a stripped down version of a larger project that reproduces the error (LV24Q3 64bit, attached)
It turns out that this issue is related to MediaMongrels Ltd's Websockets (Version 2.0.2.41) package, which can be installed via VIPM.
I suspect that the issue has to do with the fact that the Wesockets package incorrectly claims a couple of VIs from vi.lib (as per menu Item "Find Item Incorrectly Claimed by a Library" form the project root).
The issue only appears if building the vi using websocktes as module into a path rather then compiling it into the main app.
To reproduce the issue you have to install the websockets packet, then build then "Clean" from build specs menu, then rebuild.
10-25-2024 01:12 PM
Thanks, wikessen, I was able to reproduce the issue in LabVIEW 2024 Q3 Patch 2 64-bit.
I have filed Bug 2914772 to LabVIEW R&D to investigate the issue further.
11-13-2024 07:39 AM
I found another work-arround for the issue:
"Clear Compiled Object Cache..." from the Tools/Advanced menu-bar.
If this is done before each rebuild then everything seems to work.
11-19-2024 08:06 AM
I too am having this exact same issue. I also am using the MediaMongrels WebSockets. Clearing the object cache as a work around is working for me as well. I was using LabVIEW 2021 and updated to 2024 Q3 release and this issue popped up.