03-12-2019 11:08 AM
I have an LabVIEW 2018 executable built on a Win7 pc. It runs fine. I ran it on another Win7 pc and a Win10 pc and it runs fine. However, another Win7 and Win10 machine have the following errors. The PCs that fail do not have the LabVIEW 2018 Development installed, only the 2018 Runtime Engine. The app has the following dll dependencies, Advapi32.dll, kernal32.dll, lvanlys.dll. Any suggestions how to fix this?
Solved! Go to Solution.
03-12-2019 11:22 AM - edited 03-12-2019 11:23 AM
At the first - try to remove the checkmark from the "Enable SSE2 optimization" checkbox in the buld spec (if enabled).
03-12-2019 11:49 AM
@Andrey_Dmitriev wrote:
At the first - try to remove the checkmark from the "Enable SSE2 optimization" checkbox in the buld spec (if enabled).
Are there any x86 processors out there that don't use that? I feel it is a symptom and not the problem.
03-12-2019 12:03 PM
I have LabVIEW 2018 32 bit installed. I do not see the Enable SSE2 Optimization option.
03-12-2019 02:45 PM
Looks like the issue was with the LabVIEW 2018. I just updated with 2018 f2patch and the app is now working.
03-12-2019 02:53 PM
@davidhi wrote:
Looks like the issue was with the LabVIEW 2018. I just updated with 2018 f2patch and the app is now working.
Don't forget to mark your post as the solution. It will definitely help others!
10-29-2020 11:03 AM
Experienced the same problem. Runs fine on development computer. Popup this error on computer only with LV18 runtime. One compiled app initially runs fine, then after disabling an indicator also started this error. Everything fixed after installing f2 patch through NI update service.