LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Has anyone experienced Labview 8.2 crashing when attempting wire a cluster filled with object and task references?

I am getting a complete shutdown (crash) of Labview 8.2 when placing the wiring tool over a cluster that is filled with task and object references.  The crash occurs on all computers I have attempted it on and happens throughout all VIs in all classes that distribute multiple references throughout the VI using a cluster.  The entire project I am developing is programmed in GOOP.  Has anyone experienced anything like this?  I have provided a screen shot of the place where the crash is generated.  Let me know if anyone has any insights. 
 
B
0 Kudos
Message 1 of 5
(3,056 Views)
There are several known crashes with LVClasses. One of the easiest fixes is to load your application into memory and then hit ctrl+shift+click on the Run arrow of your top-level VI. Then do File>>Save All. You might also try selecting that wire (with the selection tool -- use the Tools Palette to explicitly select a tool other than wiring) and deleting it and then rewiring those terminals.
Message 2 of 5
(3,044 Views)

I have never heard of the ctrl+shift+click run arrow trick but it worked!  Thanks for your help!

0 Kudos
Message 3 of 5
(3,037 Views)
I checked the known bugs list. There's nothing explicitly in there about "wiring tool" causing a crash. If you feel comfortable posting your application (entire project) in the broken state (before you do the ctrl+shift+click fix) then we can investigate it for the bug fix release.
0 Kudos
Message 4 of 5
(3,016 Views)
As a side note and FYI, the ctr-shift-click is to force a compilation to occur on your VI before running it. This is equivalent to building it into an executable.
0 Kudos
Message 5 of 5
(2,993 Views)