05-24-2012 09:18 AM
Hello,
I get an lvrt.dll error in my Labview 2010 program. I have Labview runtime installed as well as DAQMX. The runtime computer is Windows 7 based computer also the program runs fine on the development computer but not the executable also a windows 7 computer. I have read the many links to this issue in the forum but there does not seem to be a clear solution is National Instruments working on this issue.
Thanks
05-24-2012 09:55 AM
What error message do you get?
05-24-2012 10:11 AM
Similiar to this. I can get a print screen in a few hours when it happens again. The program will run for like 5 yours before the error.
Problem Event Name: APPCRASH
Application Name: Data.exe
Application Version: 1.0.0.0
Application Timestamp: 4d2fa0d5
Fault Module Name: lvrt.dll
Fault Module Version: 10.0.1.4002
Fault Module Timestamp: 4d2fb3a1
Exception Code: c0000005
Exception Offset: 007487b7
OS Version: 6.1.7600.2.0.0.256.48
Locale ID: 1033
05-24-2012 10:32 AM
Ah. You get an application crash. Bad thing.
Do you have any idea what the application did before the crash?
05-24-2012 10:36 AM
Exception Code: c0000005
This is an access violation. I have been producing with DLLs I have written in C by reading from or writing to a memory location that is not owned by the application. I do not think that there the problem is your LabVIEW code. It might be a bad combination of device drivers on your PC.
Does anyone else have a good idea?
05-24-2012 12:13 PM
When it crashes on the development computer there is a different error. These are the files it references. Only when running as executable.
WERBCEC.tmp.WERInternalMetadata.xml
WERE592.tmp.appcompat.txt
WERE5F1.tmp.mdmp
05-24-2012 01:39 PM
Here is the error in XP as well thought I would try.
ModName: lvrt.dll
ModVer: 10.0.1.4004
Offset: 00331da5
05-24-2012 03:14 PM
@Gary McW wrote:
When it crashes on the development computer there is a different error. These are the files it references. Only when running as executable.
WERBCEC.tmp.WERInternalMetadata.xml
WERE592.tmp.appcompat.txt
WERE5F1.tmp.mdmp
These files will not help us.
Your application crashes after about 5 hours. How about memory usage? Did you open Task Manager and verified that the memory usage is almost stable?
05-24-2012 05:12 PM
Ya that was the first thing I checked no memory leakage.
05-25-2012 02:06 AM
Very good.
Does your application reliably crash after operating for about 5 hours? Is the app doing anything special at that time?