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, still working on it.
- remove at least one line of the file (all lines are equal)
- change column A type from decimal to whole number
- change measure removing TestFile[A]>0, or changing to TestFile[A]=0 or TestFile[A]<0, but TestFile[A]>=0 the error remains (the '>' operator is causing the error)
Thanks.
Hi Nuno_Santos ,
Thank you for keeping us updated on the issue and confirming that it’s still unresolved. Once you hear back from the support team, please do share the response here, it will be helpful for others who may encounter a similar issue.
Thank you.
- Nuno_Santos1 year agoAdvocate I
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.- Anonymous1 year agoNot applicable
Hi Nuno_Santos ,
Thank you for the update — glad to hear the issue has been resolved!
Please consider accepting your answer as the solution so others facing a similar issue can easily find it.
Regards,
Pallavi.- Anonymous1 year agoNot applicable
Nuno_Santos answer is not the resolution , it might be spotting what is the problem.
What am I supposed to do if I'm using Mac and my CPU doesn't support AVX ?
Anonymous
- SWADOOD1 year agoNew Member
this was the issue at our end the VM Machine , cpu was selected as core 2 duo...
which does not support avx extension....
when updated to when updated to xeon gold 6226R..
the visual started to showing again.. - gpoelmans1 year agoFrequent Visitor
We have had the same issue. Enabling the AVX CPU extension support resolved it.
Thanks Nuno_Santos for finding and reporting this.