LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

lvrt.dll error

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

0 Kudos
Message 1 of 14
(5,424 Views)

What error message do you get?

0 Kudos
Message 2 of 14
(5,414 Views)

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

0 Kudos
Message 3 of 14
(5,411 Views)

Ah. You get an application crash.  Bad thing. 

Do you have any idea what the application did before the crash?

0 Kudos
Message 4 of 14
(5,409 Views)

  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?

0 Kudos
Message 5 of 14
(5,408 Views)

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

0 Kudos
Message 6 of 14
(5,404 Views)

error.JPG

 

Here is the error in XP as well thought I would try. 

 

ModName: lvrt.dll

ModVer: 10.0.1.4004

Offset: 00331da5

 

0 Kudos
Message 7 of 14
(5,397 Views)

@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?

0 Kudos
Message 8 of 14
(5,393 Views)

Ya that was the first thing I checked no memory leakage. 

0 Kudos
Message 9 of 14
(5,386 Views)

Very good.

Does your application reliably crash after operating for about 5 hours?  Is the app doing anything special at that time?

0 Kudos
Message 10 of 14
(5,380 Views)