Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't retrieve a valid WinSAT assessment. javascript console

i frequently get this error when running my web app on google chrome

[2536:2008:0502/143602:ERROR:gpu_info_collector_win.cc(96)] Can't retrieve a valid WinSAT assessment.

its ok in firefox and IE..

i've already search for solutions but with no luck.

i am using Aptana Studio + Sencha

how to get rid of this?

like image 971
xiriusly Avatar asked May 02 '13 06:05

xiriusly


1 Answers

I had this error when I was providing the path to chrome.exe as the system property - it went away when I was using chromedriver.exe as downloaded from here: https://code.google.com/p/chromedriver/downloads/list

like image 171
Matthew Gilliard Avatar answered Sep 27 '22 21:09

Matthew Gilliard