LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Labview 2016 (linux Red Hat 32 bit) -error "Internal Warning 0x9120BBD8 : "CPUInformation.cpp", line 408"

Solved!
Go to solution

Hello,

 

if somebody can help me 🙂

I try to migrate my projects from labview 2010 to labview 2016. it's good when i run my code in labview.

but if i build a binary i have an error: Internal Warning 0x9120BBD8 : "CPUInformation.cpp", line 408

 

i make a second test with very basic code (2 num ctrl + 1 num indicator) same error

 

my OS is red hat 6 32 bits

 

 

 

0 Kudos
Message 1 of 2
(2,626 Views)
Solution
Accepted by topic author CouinCouin

SOLVED

 

my problem was due to a bad Path environment variable.

I try to launch my compiled App with  /usr/local/natinst/LabVIEW-2016/AppLibs/liblvrt.so.16.0.0 (bad runtime lib)

I change the path with /usr/local/lib/liblvrt.so.16.0 (good runtime) and it's OK 🙂

 

 

0 Kudos
Message 2 of 2
(2,524 Views)