Titanfall2-SkinTool icon indicating copy to clipboard operation
Titanfall2-SkinTool copied to clipboard

"To run this application, you must install .NET."

Open FoxVixen3 opened this issue 3 years ago • 15 comments

I have .NET 5.0 and 6.0 Installed and restarted my PC, tried running it as admin and Still same message. Newest Version (v0.8.3.4) Pressing the download button did something when I first started it but now it does nothing.

FoxVixen3 avatar Jul 13 '22 03:07 FoxVixen3

I have .NET 5.0 and 6.0 Installed and restarted my PC, tried running it as admin and Still same message. Newest Version (v0.8.3.4) Pressing the download button did something when I first started it but now it does nothing.

you need "desktop app" version in this page:https://dotnet.microsoft.com/en-us/download/dotnet/6.0/runtime

zxcPandora avatar Jul 13 '22 07:07 zxcPandora

I have, but as said problems still occur. Unless you are going to tell me that there is a difference if I'm downloading it from the English version of the site.

FoxVixen3 avatar Jul 13 '22 08:07 FoxVixen3

I have, but as said problems still occur. Unless you are going to tell me that there is a difference if I'm downloading it from the English version of the site.

try this link:https://dotnet.microsoft.com/en-us/download/dotnet-framework/net48 if it still doesn't work,I will try to reproduce this situation on other computers.

zxcPandora avatar Jul 13 '22 08:07 zxcPandora

"A same or newer version is already installed." Still asks me to download .NET....

FoxVixen3 avatar Jul 13 '22 17:07 FoxVixen3

same issue, .net 6 and 4.8 installed but error still persists.

EM4Volts avatar May 07 '23 12:05 EM4Volts

Following up, applied previously listed steps and error persists. This error only occurs on the SkinTool-Maker version and not the SkinTool-User version. Screenshot 2023-05-28 1714383 Pressing the Yes button closes the tab with no further changes, same with the no button.

hqo998 avatar May 28 '23 07:05 hqo998

Yep, still a problem. I've downloaded like 3 different versions of .NET including runtime, basic, and the desktop version. I've also tried using older SkinTool versions, and it hasn't worked either

NotImportantAtA11 avatar Sep 11 '23 23:09 NotImportantAtA11

To be honest, I'm also very strange. Try this link I found from microsoft? https://learn.microsoft.com/en-us/dotnet/core/runtime-discovery/troubleshoot-app-launch?view=vs-2022&pivots=os-windows

zxcPandora avatar Sep 12 '23 03:09 zxcPandora

@FoxVixen3 @hqo998 @NotImportantAtA11 @EM4Volts I found something maybe can solve it,here's the step: Add new User environment variable DOTNET_ROOT=<folder>\dotnet DOTNET_MULTILEVEL_LOOKUP=0 Add also to your PATH PATH=%DOTNET_ROOT%;

Or just like me,add the dotnet path in the PATH QQ截图20230912114522

zxcPandora avatar Sep 12 '23 03:09 zxcPandora

It still does not work for me. A new development is that the link in the error message now works, but even after I downloaded that version of .NET it still won't open, and the link will keep opening to the previously installed .NET version. I also edited the paths like you said, and I still get the errors More than anything I'm just confused on why it isn't recognizing .NET...

NotImportantAtA11 avatar Sep 13 '23 21:09 NotImportantAtA11

GUYS I FOUND IT (at least for me) So i cant remember each specific step (check "Vortex wont recognize .net" its what I used), but the finishing touch was Open Command Prompt in admin type: 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)"

(or the C:\Program Files... stuff is where your .NET is downloaded)

NotImportantAtA11 avatar Sep 13 '23 23:09 NotImportantAtA11

GUYS I FOUND IT (at least for me) So i cant remember each specific step (check "Vortex wont recognize .net" its what I used), but the finishing touch was Open Command Prompt in admin type: 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)"

(or the C:\Program Files... stuff is where your .NET is downloaded)

good ,wait for others feedback. QQ截图20230914114507

zxcPandora avatar Sep 14 '23 03:09 zxcPandora

I still have this issue, fix does not work. It will process the files but i still get .net needed error

Finnfx avatar Oct 01 '23 18:10 Finnfx

I still have this issue, fix does not work. It will process the files but i still get .net needed error

Did you see that NotImportantAtA11's solution?

zxcPandora avatar Oct 02 '23 14:10 zxcPandora

换了3台电脑都没解决,打上.net SDK 5就好了(高版本并不具有兼容性) https://dotnet.microsoft.com/en-us/download/dotnet/5.0

Sylive147 avatar Dec 19 '23 16:12 Sylive147