LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Exception: Access violation (0xC0000005) at EIP=0x3098D76F

Hey everyone,

 

 

Whenever I run the compiled .EXE version of my VI, I get the access violation error in the subject. This does not happen if I run the VI within LabVIEW. Any help?

 

Please find attached my crash report.

0 Kudos
Message 1 of 4
(4,549 Views)

Do you have any windows DLL in your data folder? Remove it!

 

Then read this: http://forums.ni.com/t5/LabVIEW/Exception-Access-violation-0xC0000005-at-EIP-0x7752D968-when/m-p/322...

Rolf Kalbermatter  My Blog
DEMO, Electronic and Mechanical Support department, room 36.LB00.390
0 Kudos
Message 2 of 4
(4,534 Views)

Thank you very much for your reply.

 

I don't have any Windows DLL in my data folder but I do have a DLL there, that I'm calling within my VI. Moving it elsewhere and telling the compiled EXE where to find it seems to solve the issue. However, if I place it anywhere but the data folder and specify its path on diagram, the VI doesn't seem to compile correctly because calls to the DLL don't return any data.

 

At the moment, I'm clueless as to why that might be happening. I guess the DLL wouldn't work in the development mode if there was something wrong with it.

0 Kudos
Message 3 of 4
(4,454 Views)

to little information to help you further. What is that DLL? from what software package, drivver, library?

Rolf Kalbermatter  My Blog
DEMO, Electronic and Mechanical Support department, room 36.LB00.390
0 Kudos
Message 4 of 4
(4,442 Views)