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

Fatal: Failed to create the protocol stack: mkdir <HOME>: The system cannot find the path specified. #16437

Closed
cyberyarek opened this issue Apr 4, 2018 · 2 comments

Comments

@cyberyarek
Copy link

If you are on Windows and happen to have an environment variable HOME to set to something else than the default then geth will give you the above error.

The solution is to create $HOME\AppData and $HOME\AppData\Roaming folders.

Good luck.

@cyberyarek
Copy link
Author

Technically this is an error on Windows: geth should use USERPROFILE instead of HOME.

@fjl
Copy link
Contributor

fjl commented Nov 27, 2018

Related PR: #17786

@fjl fjl closed this as completed in f7f6a46 Feb 19, 2019
kiku-jw pushed a commit to kiku-jw/go-ethereum that referenced this issue Mar 29, 2019
…#17786)

This changes default location of the data directory to use the LOCALAPPDATA
environment variable, resolving issues with remote home directories an improving
compatibility with Cygwin.

Fixes ethereum#2239 
Fixes ethereum#2237 
Fixes ethereum#16437
hackmod added a commit to Ethersocial/go-ethersocial that referenced this issue Apr 14, 2019
…#17786)

This changes default location of the data directory to use the LOCALAPPDATA
environment variable, resolving issues with remote home directories an improving
compatibility with Cygwin.

Fixes ethereum#2239
Fixes ethereum#2237
Fixes ethereum#16437
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