LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

lvrt.dll error

Hello everyone,

 

I am using windows 7, LV9.

 

my application run properly , but a error for lvrt.dll popups and stops the application execution.

 

The error occurance duration is not specific.

 sometimes a fatal internal error numeric support.cpp line 86 occurs and forces to stop the application.

 

anybody have any idea,

 

Regards,

 

Shrek

 

 

 

 

Download All
0 Kudos
Message 1 of 3
(2,750 Views)

Hey Shrek,

 

Can you tell at what point in your code the crash occurs?  If you use Highlight Execution you can follow along in your code as it runs and see which part of it causes the crash.  I've looked into it and found previous examples of LabVIEW 2009 crashing with a "NumericSupport.cpp line 86" like yours when using Fixed Point numeric values with a Case Structure selector, are you using any FXP numerics in your code?

Regards,

Eric L.
Applications Engineering Specialist
National Instruments
0 Kudos
Message 2 of 3
(2,694 Views)

Same config (W7, LV9)

In my case, the fatal internal error "Numeric Support.cpp" line 86 error was caused by a XScaleInfo remnant property node from an old vi.

 

HTH

 

0 Kudos
Message 3 of 3
(2,641 Views)