odedshimon / BruteShark

Network Analysis Tool
GNU General Public License v3.0
2.99k stars 324 forks source link

Unable to run GUI in Windows 10 #96

Closed bishwanaren closed 3 years ago

bishwanaren commented 3 years ago

Hi, For some reason, I'm not able to run the GUI in windows 10, But CLI works, Kindly let me know it supports Windows 10 and how to resolve as it doesn't start.

odedshimon commented 3 years ago

Hi @bishwanaren ! It can run on Windows 10. Have you installed al the prerequisites? Which version of .NetCore is installed on your computer?

richardcurteis commented 3 years ago

I had this same issue. There are two variants of the .NET Core runtime, one CLI one desktop applications. Install both for CLI and Desktop respectively.

odedshimon commented 3 years ago

Thank you @richardcurteis! That's make sense. I will update the prerequisites at the readme to be more clear about it.