Reputation: 1
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
Upvotes: 0
Views: 6777
Reputation: 1
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!
Upvotes: 0
Reputation: 1
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.
Upvotes: 0
Reputation: 324
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
Upvotes: 1