LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Crash at closure

Hi,

I've developed some application in labview 8.1. All applications runs
very well on a PC with last runtimes.
I've installed a new PC on Windows XP with last runtimes. On this PC,
applications crashes sometimes when I close it.
A small windows appears with message "initialization of VI" and the PC
freezes. I have to reboot.

Have you got an idea about my issue ?
Thanks in advance for your help.

0 Kudos
Message 1 of 3
(2,177 Views)
Hello Max,

if you create the exe file under 8.0.1 you need the same RTE on the second pc.
Do you use NI hardware for data acquisition? In this case you have to install the DAQmx dirver on the target pc.

If seems that a vi is missing in the exe file.
The best way to include all vis in the exe file is to create a llb file.
File/save as/ "Neue vi Bibliothek".
Then create an exe file from the llb file.

Kind regards,

Elmar


0 Kudos
Message 2 of 3
(2,144 Views)
Many thanks for your help.
In fact, I use a PCI serial multi port board on a new PC.
And the mother board doesn't manage this board.
So when I close the serial port, the driver crashes sometimes.
It's not a problem of Labview.
I've changed the PC and now it's working.


Elmar NI a écrit :

> Hello Max,
>
> if you create the exe file under 8.0.1 you need the same RTE on the second pc.
> Do you use NI hardware for data acquisition? In this case you have to install the DAQmx dirver on the target pc.
>
> If seems that a vi is missing in the exe file.
> The best way to include all vis in the exe file is to create a llb file.
> File/save as/ "Neue vi Bibliothek".
> Then create an exe file from the llb file.
>
> Kind regards,
>
> Elmar

0 Kudos
Message 3 of 3
(2,131 Views)