Access violation (0xC0000005) at EIP=0x3052D62C

0

I had this error when i tried to run application (EXE) file create from vi.

Access violation (0xC0000005) at EIP=0x3052D62C Version: 1.0.0.0

I have already repaired LabView but still the same error appear, any help?

Thank you in advance, Thanya

labview
asked on Stack Overflow Sep 16, 2014 by Thanya

3 Answers

1

These errors are usually due to bugs in LabVIEW rather than your code. I would get in touch with your local branch of National Instruments. They can check their bug database and see if they know what the underlying problem is and may be able to suggest a way to avoid it.

If it only happens in an EXE one trick is to try going to the additional exclusions section of the build and make sure that everything is included in case something is being missed as a requirement in the compiler but this is a long shot.

James

answered on Stack Overflow Sep 18, 2014 by jamesmc86
0

I was facing same problem, Program was running fine in LabVIEW but exe was throwing Access Violation Error.

Solution:Wire .dll path externally to CLFN node rather than specifying in node.

Open CLFN Node->Click on 'Specify Paths on Diagram'-> Wire path to clfn node. Build exe and run the application.

answered on Stack Overflow Mar 29, 2018 by SwapnilG
0

I was facing same problem, Program was running fine in LabVIEW but exe was throwing Access Violation Error. Solution:Wire .dll path externally to CLFN node rather than specifying in node. Open CLFN Node->Click on 'Specify Paths on Diagram'-> Wire path to clfn node. Build exe and run the application. SwapnilG 1 Above mentioned method has worked in my applications and crash issues are disappeared, now!

answered on Stack Overflow Apr 7, 2021 by Manankumar Bhatt

User contributions licensed under CC BY-SA 3.0