Solution
In LabVIEW version 2019 SP1 and older is a bug which can lead to this error message. In newer versions this bug was fixed. This issue is often related to Intel's Math Kernel Library (MKL), it is called by LabVIEW when using math functions.
The issue can be resolved for affected versions by setting a user and a system variable on your system. To set these variables will also influence all applications using MKL, not only NI Software.
In the following the process is described for Windows 10.
Please follow the steps below to set the user and system variables:
- Open Control Panel >> System and Security >> System
- Click Advanced system settings
- Click Environment Variable on the Advanced tab
- Click New to create a user variable
- Enter MKL_DEBUG_CPU_TYPE as Variable name, 4 as Variable value, then click OK

- Click New to create system variables
- Type MKL_DEBUG_CPU_TYPE as Variable name, 4 as Variable value, then click OK
- Select OK in Environment Variables window
- Select OK in System Properties window
- Restart your computer.