Jump to content

Microsoft .NET - Check Failed (Vortex 1.6.7)


abysswalkersoul

Recommended Posts

 

i have the right version installed but it keeps saying i need to download dotnet? i dont get it

 

Please review the "Best Answer" at the top of the page.

 

i have reviewed it, it still wont let me install it. when i run the command in cmd it just tells me access is denied and no matter what i do that line hasnt changed.

Link to comment
Share on other sites

It sounds like you don't have admin rights on your PC. Would that be the case? If so, please get an administrator to run the command.

no i have already checked that mine is the only account on the pc and it says my account is the administrator. is there any other thing you can think of? thanks

Link to comment
Share on other sites

Even if your account is the only one, by default anything you do is still run with limited user rights. To start the command line as administrator you have to find "command prompt" in the start menu, right-click it and select "Run as Administrator"

yeah i have used the administrator command prompt but it tells me it still fails to access 1 file.

Link to comment
Share on other sites

 

Even if your account is the only one, by default anything you do is still run with limited user rights. To start the command line as administrator you have to find "command prompt" in the start menu, right-click it and select "Run as Administrator"

yeah i have used the administrator command prompt but it tells me it still fails to access 1 file.

 

so i have just found the issue i use brave and i turned off the ad blocker and for some reason that allowed my pc to detect dotnet and install the mod. i dont understand it myself but that was the issue i was having, thanks to all who replied for the help.

Link to comment
Share on other sites

I finally got it working!

I installed the .NET SDK from https://dotnet.microsoft.com/en-us/download/dotnet/6.0

 

After that I entered these two commands in CMD as Admin:

icacls.exe "C:\Program Files\dotnet" /grant "*S-1-15-2-1:(oi)(ci)(rx)"
icacls.exe "C:\Program Files\dotnet" /grant "*S-1-15-2-2:(oi)(ci)(rx)"
  • Like 1
Link to comment
Share on other sites

 

I finally got it working!

 

I installed the .NET SDK from https://dotnet.microsoft.com/en-us/download/dotnet/6.0

 

After that I entered these two commands in CMD as Admin:

 

icacls.exe "C:\Program Files\dotnet" /grant "*S-1-15-2-1:(oi)(ci)(rx)"
icacls.exe "C:\Program Files\dotnet" /grant "*S-1-15-2-2:(oi)(ci)(rx)"

 

Those commands are what did it for me! Thank You!

Link to comment
Share on other sites

 

I finally got it working!

 

I installed the .NET SDK from https://dotnet.microsoft.com/en-us/download/dotnet/6.0

 

After that I entered these two commands in CMD as Admin:

 

icacls.exe "C:\Program Files\dotnet" /grant "*S-1-15-2-1:(oi)(ci)(rx)"
icacls.exe "C:\Program Files\dotnet" /grant "*S-1-15-2-2:(oi)(ci)(rx)"

 

This is what finally fixed it for me too! Thanks!!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...