[CVLocalServer] - CV Screen Scope Returns An Error - Response From Server Is Not Valid

Resolution when [CVLocalServer] - CV Screen Scope returns an error - Response From Server Is Not Valid.

Issue Description: Indicating elements for CV Screen Scope returns an error.
Response from server is not valid. UiPath.CVLocalServer.Host.exe crashed.


Root Cause: From a dump, the following instruction is causing a "Illegal instruction" exception, leading to a crash of the process.

00007ffb`bffa4882 c5f810442440 vmovups xmm0,xmmword ptr [rsp+40h] ss:000000a3`ad1fc8a0=000000000000003900007ffbc38a8900

vmovups is a AVX instruction according to the Intel manual.

https://software.intel.com/content/www/us/en/develop/download/intel-64-and-ia-32-architectures-sdm-combined-volumes-2a-2b-2c-and-2d-instruction-set-reference-a-z.html

Please refer to the page 4-136.

AVX is not supported on the machine and processor.


Resolution: Update the VM to Support AVX .