10-26-2007 03:04 AM
Visit the Request Support page at ni.com/ask to learn more about resolving this problem. Use the following information as a reference:
Error 1055 occurred at Invoke Node in AB_Source_Library.lvclass:Close_Reference.vi->AB_Build.lvclass:Copy_Files.vi->AB_Application.lvclass:Copy_Files.vi->AB_Build.lvclass:Build.vi->AB_EXE.lvclass:Build.vi->AB_Engine_Build.vi->AB_Build_Invoke.vi->AB_Build_Invoke.vi.ProxyCaller
Possible reason(s):
LabVIEW: Object reference is invalid.
I have been building this application for both Windows and Mac OS, and I even get the same error when building the .app on an Intel Mac.
Things that I've already tried:
* Mass-compiling all my code
* Created the project from scratch
* Enabled each panel of the "diagram disable structure" one at a time and compiled again
Any ideas?
10-26-2007 04:19 PM
I am finally back in business. The problem had something to do with the way I had arranged my library of tools in nested lvlib files. By giving up on the idea of having sub lvlib files (array.lvlib, GUI.lvlib, graph.lvlib, etc.) within a larger tools.lvlib, I am now able to build my orginal project.
Before unnesting the lvlib files, I would get the same error even for a tiny project consisting of a single VI such as "tools.lvlib:string.lvlib:capitalize string.vi".
10-26-2007 05:06 PM
I think I saw that in LV 8.2.1 after upgrading from LV 8.2
I did a repair on the nistall and that cleared up the problem.
You may want to try that.
Ben
10-26-2007 05:23 PM
You mean a repair of the NI installation of LV8.5? But I had the same trouble on a Mac OS machine too. Seems unlikely that an installation glitch could explain the problem on such different platforms. (For the record, I tried on both a Win2K machine and an XP machine--a total of 3 different LV installs with the same error 1055.)
Travis
10-29-2007 05:05 PM
Hi Travis,
Ben’s advice if definitely the best place to start. Error 1055 is a very general LabVIEW error for “Object reference is invalid.” The cause is usually a bad install where important LabVIEW function aren’t placed in the right directory or aren’t installed at all.
10-30-2007 09:37 AM
10-31-2007 05:43 PM
Typically, on a Mac, I would just uninstall and reinstall.