maxim-saplin / CrossPlatformDiskTest

Windows, macOS and Android storage (HDD, SSD, RAM) speed testing/performance benchmarking app
https://maxim-saplin.github.io/cpdt_results/
MIT License
498 stars 34 forks source link

Annoying "Script Error" window #14

Open skytux opened 4 years ago

skytux commented 4 years ago

It happens on W7 x64, just after opening CPDT, and each time I expand a test result.

Besides, does it try to upload data to a server? It would be nice to state if nothing is sent in the readme, as giving the choice to refuse the transmission if you would get some data.

image

maxim-saplin commented 4 years ago

[D]atabase button is there to bring up a webview with test results web page. WPF webview control is horrible since it is based on IE and shows the script error while the page is loaded in the background.

For the moment no fix is planned, though in future while going to .NET Core might swap the webview as well

Hexaae commented 2 months ago

BTW, there is not even the x64 version included, as the home page of the project says for the Windows build... only 32bit (like in the image above). A pity Windows version is a bit neglected :(