Error fix for " Fault offset: Faulting application name: UiPath.CVLocalServer.Host.exe 0x00000000008fd4ee (This is an Invalid Operation exception which is likely thrown due to hardware limitations on the CPU side)" .
Root Cause: Exception code: 0xc000001d - This is an Invalid Operation exception which is likely thrown due to hardware limitations on the CPU side.
The issue seems to be environmental. The OPENCV has some requirements from CPUs to be compatible with certain operations. The assumption is the chipset is old and doesn't support some of the instructions that OPENCV uses (SSE2 likely).
Resolution: As this is not UiPath library, the general recommendation is to update the chipset to a newer one, as these instructions usually are required to make some assembly code run faster.
There is no way to "downgrade" these requirements as that code is not managed by UiPath. Use hosted CV servers instead of local. To know whether the machine supports SSE2 or not, install the below software on one system and let know if it has SSE2 instruction or not.