espressif / idf-installer

ESP IDF Windows Installer
https://dl.espressif.com/dl/esp-idf/
101 stars 21 forks source link

IDF Installer 2.16 does not work at all. xcopy not an internal or external command #150

Closed ralphde closed 1 year ago

ralphde commented 1 year ago

download from mirror slow as well. 2h for nothing.

Setup Log 2022-10-22 #002.txt

georgik commented 1 year ago

@ralphde Thank you for reporting the issue.

Please, can you check whether there is following file: C:\Windows\system32\xcopy.exe

ralphde commented 1 year ago

Yes, it does exist

Am Di., 8. Nov. 2022 um 12:55 Uhr schrieb Juraj Michálek < @.***>:

@ralphde https://github.com/ralphde Thank you for reporting the issue.

Please, can you check whether there is following file: C:\Windows\system32\xcopy.exe

— Reply to this email directly, view it on GitHub https://github.com/espressif/idf-installer/issues/150#issuecomment-1307089248, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADL5WF2PQNBZ4JWH2YBP3ODWHI5SFANCNFSM6AAAAAARL64NTY . You are receiving this because you were mentioned.Message ID: @.***>

georgik commented 1 year ago

Thank you for your response @ralphde . It seems that your environment variable Path was modified.

Please, check the environment variables in your system. Press the Windows Start logo and type environment - select Edit the system environment variables. Click Environment Variables... at the bottom of the System Properties Window. In section System variables find variable Path and it should contain C:\Windows\System32. If the path is missingm add it.

The result should look like:

image

You can test proper configuration by starting PowerShell and typing command xcopy /?. It should display help message to xcopy command.

ralphde commented 1 year ago

No Sir, is and was set globally. Must have another cause!

[image: image.png]

Am Di., 8. Nov. 2022 um 14:43 Uhr schrieb Juraj Michálek < @.***>:

Thank you for your response @ralphde https://github.com/ralphde . It seems that your environment variable Path was modified.

Please, check the environment variables in your system. Press the Windows Start logo and type environment - select Edit the system environment variables. Click Environment Variables... at the bottom of the System Properties Window. In section System variables find variable Path and it should contain `C:\Windows\System32'. If the path is missingm add it.

The result should look like:

[image: image] https://user-images.githubusercontent.com/172276/200580062-f026af4e-692a-4938-88ae-7ebe9e4a71b4.png

You can test proper configuration by starting PowerShell and typing command xcopy /?. It should display help message to xcopy command.

— Reply to this email directly, view it on GitHub https://github.com/espressif/idf-installer/issues/150#issuecomment-1307243411, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADL5WF674H6DQ544XDAREGTWHJKIXANCNFSM6AAAAAARL64NTY . You are receiving this because you were mentioned.Message ID: @.***>

georgik commented 1 year ago

@ralphde Thank you for checking the path.

Please, check whether you can run xcopy /? from the terminal.

The blocking of the command might be caused by Norton Security. Please, check whether antivirus is not running the installation in Sandboxed process. xcopy is standard command which should be available: https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/xcopy Often antiviruses are causing problems like this.

ralphde commented 1 year ago

I can run xcopy from any terminal but indeed I have Norton Antivirus

Am Di., 8. Nov. 2022 um 16:16 Uhr schrieb Juraj Michálek < @.***>:

@ralphde https://github.com/ralphde Thank you for checking the path.

Please, check whether you can run xcopy /? from the terminal.

The blocking of the command might be caused by Norton Security. Please, check whether antivirus is not running the installation in Sandboxed process. xcopy is standard command which should be available: https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/xcopy Often antiviruses are causing problems like this.

— Reply to this email directly, view it on GitHub https://github.com/espressif/idf-installer/issues/150#issuecomment-1307381886, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADL5WF7JQZ5ZKR6CXG3BRE3WHJVD5ANCNFSM6AAAAAARL64NTY . You are receiving this because you were mentioned.Message ID: @.***>

georgik commented 1 year ago

@ralphde Please, can you check environment variable PATHEXT for the value? It should have value like: .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL

georgik commented 1 year ago

@ralphde Problem should be solved in https://github.com/espressif/idf-installer/releases/tag/online-2.17