first thing first, make sure that you have .NET 6.0.25, even tho the app asks for 6.0.0 it won't start up because of it, so you need 6.0.25,
then make sure you set .NET installation directory into environment variables, name is DOTNET_ROOT, path is C:\Program Files\dotnet, do it for both User variables and System variables,
after all that, just go ahead and try again and the app should open fine
Credits:
People here were helpful
also if the dev wanna take this guide and add it into troubleshoot thing.
first thing first, make sure that you have .NET 6.0.25, even tho the app asks for 6.0.0 it won't start up because of it, so you need 6.0.25,
then make sure you set .NET installation directory into environment variables, name is DOTNET_ROOT, path is C:\Program Files\dotnet, do it for both User variables and System variables,
after all that, just go ahead and try again and the app should open fine
Credits:
People here were helpful
also if the dev wanna take this guide and add it into troubleshoot thing.