martin_g Posted April 11, 2019 Report Share Posted April 11, 2019 (edited) Hi, Today I started getting a Load Warning Summary when running my .exe build specification - no idea why, and it is causing the generated .exe to be broken. I think it's basically saying in the Load and Save Warning List message box attached that LabVIEW is loading DataStorage.lvclass from within the .exe, when it was expecting it to be within the source code. The build completes, but with a broken arrow as the .exe can't find DataStorage.lvclass All I've done today is add some functions to the class, but nothing major. I've tried multiple things to fix it, including a Mass Compile but to no avail. My next step is to revert back a couple of versions to find a version that will build so I can track down what I did to break it. The other thing to say is that this error message appears when about 50% of the way through running the build (during Compile), so it's like when LabVIEW tries to load the class from the vi during the build it's loading it from the .exe rather than source code !? Any ideas would be appreciated if you've seen a problem like this before. Thanks, Martin Edited April 11, 2019 by martin_g Quote Link to comment
martin_g Posted April 12, 2019 Author Report Share Posted April 12, 2019 Fixed the issue, but that was frustrating! Fixed it by removing the offending vi 'Get Default Class.vi' from the class & project, then re-adding it. Builds fine now, no idea why! Hope this helps someone. Martin Quote Link to comment
hooovahh Posted April 12, 2019 Report Share Posted April 12, 2019 That is odd. I've been getting the same warnings for a long time now but my EXEs are build just fine and work as expected after hitting Ignore a few times. Quote Link to comment
ShaunR Posted April 12, 2019 Report Share Posted April 12, 2019 2 hours ago, hooovahh said: That is odd. I've been getting the same warnings for a long time now but my EXEs are build just fine and work as expected after hitting Ignore a few times. Check the project XML and see if there are any absolute paths rather than relative paths. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.