LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LabVIEW is crashing when i am trying to build the exe

I am trying to build an executable from a program in which i am communicating with several instruments, whenever i am trying to build an exe labview is crashing and i am getting the error Exception: access violation(0xc0000005)at eip=0x10054DD1.

 

after reading some posts on forum i tried builduing an exe on other system also, but still i am getting the same error.

 

below i am attaching the program and the image of the error i am getting.

 

 

Download All
0 Kudos
Message 1 of 3
(2,320 Views)

waiting for the reply....

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

@Ritu wrote:

waiting for the reply....


Realize this community is by a large majority volunteer based.  If you need urgent support contact NI directly 

 

http://sine.ni.com/apps/utf8/nicc.call_me?loc=en-US

 

That being said I would try to disable the large amount of code.  Say you have a Main that launches a bunch of stuff, put a disabled diagram code around the launching part and then try to rebuild.  It is a very slow process (especially when the build takes a while to fail) but by doing this you can more isolate the parts of the code that can cause the crash.  The only time I've seen a crash on build like you described, I simply rebooted and it was fine.  Usually because of my own fault by stopping code in a bad way previously leaving things in memory.

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