Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation has failed with exit code 101 - missing ftdi #269

Open
kzajac83 opened this issue Aug 29, 2024 · 6 comments
Open

Installation has failed with exit code 101 - missing ftdi #269

kzajac83 opened this issue Aug 29, 2024 · 6 comments

Comments

@kzajac83
Copy link

kzajac83 commented Aug 29, 2024

Hello

The same problem as #100

image

Choosing all options like zip archives or githubs repositores nothing change.

image

Genere missing files mentioned in error log but I try install as admin but not help too.

Help only exclude ftdi drivers from installer.

My OS in Windows 10 Home.

PS. On all Windows cancel button now work after appear error, eg clicking cancel here nothing happened:

image

@kzajac83
Copy link
Author

PS. On installing occure error on end, not sure finally installed or not??

image

Setup Log 2024-08-29 #004.txt

@jakub-kocka
Copy link
Collaborator

jakub-kocka commented Aug 30, 2024

Hello @kzajac83, we are sorry for the inconvenience there has been some issue with the builds of the Installer because of the FTDI driver.

Right now all the builds should be fixed again and available on the Installer's page https://dl.espressif.com/dl/esp-idf/

Thank you for your understanding.

Edit:
FYI - the installation should be successful when the option to run the ESP-IDF console pops up and the console will run.

@kzajac83
Copy link
Author

Thank you @jakub-kocka for driver issue fix however 2nd issue still exist:

image

Setup Log 2024-08-30 #002.txt

@jakub-kocka
Copy link
Collaborator

@kzajac83 Can you try to install the IDF into the C drive?
This error looks a bit strange and this might help to move.

@kzajac83
Copy link
Author

Installing 1st time esp-idf-tools-setup-online-2.28.exe (Universal Installer) appear request to add something to MS registry and I do that, next appear issue with drivers plus 2nd mentioned issue. Next time using Universal Installer no request for add key to the registry and after add missing drivers stay only 2nd issue. Before every next attempt installation deleting D:\Espressif directory.

Next I decide to download ~2GB offline installer esp-idf-tools-setup-espressif-ide-3.0.0-with-esp-idf-5.2.2.exe and on begging of installation appear request to add below to registry:

powershell -Command "&{ Start-Process -FilePath reg 'ADD HKLM\SYSTEM\CurrentControlSet\Control\FileSystem /v LongPathsEnabled /t REG_DWORD /d 1 /f' -Verb runAs}"

I don't know this is the same as Universal Installer request one time but, if yest then I add it already and Universal Installer not requested any more for that. But Offline Installer request the same (or this is other registry requesty add ??).

Anyway after use Offline Installer and use drive D:\ all pass fine.

Something wrong must be in Universal Installer, maybe something is not downloading?

Anyway probably I will not more need installing hence cannot help more but if something need please ask.

BR, Krzysiek

@jakub-kocka
Copy link
Collaborator

Thank you for the information, we will take a look and check if everything is correct.

I am glad that it works for you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@jakub-kocka @kzajac83 and others