Forum Discussion
An unexpected error occurred (file '', line , function '')
- 1 year ago
Hi,
After installing on several devices and noticing that some returned errors while others didn’t, I compared the system information of each one and found that the issue, in this case, is related to AVX CPU extension support. One of the VMs didn’t inherit this extension from the host, and once it was enabled, the error disappeared.
We can conclude that the error is related to CPUs lacking the AVX extension.
Best Regards.
Hi,
After installing on several devices and noticing that some returned errors while others didn’t, I compared the system information of each one and found that the issue, in this case, is related to AVX CPU extension support. One of the VMs didn’t inherit this extension from the host, and once it was enabled, the error disappeared.
We can conclude that the error is related to CPUs lacking the AVX extension.
Best Regards.
I just hit this issue today, and the solution noted for this post allowed my Network Admin to zero in on the solution. To paraphrase, "Skylake (L8), supported by all 6 hosts, has AVX 512". He had to upgrade the VM cluster AVX, then set a flag so that when individual VMs are rebooted they pick up the new setting. I did the reboot on my full PBIRS TEST installation, and it immediately fixed the issue in multiple reports with no other changes needed.