-
Notifications
You must be signed in to change notification settings - Fork 858
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
Starting Bash results in Error: 0x80070005 #2095
Comments
I suspect something I did in my home directory caused this, is there a way to start bash in a different home directory? |
@joakime - In windows PowerShell, "
This means you had installed WSL successfully and maden default user, might be joakim?, I think. When you "
After launching bash with root user, you could check why this happens, I think. |
After looking at the trace I'm fairly certain this is a duplicate of #651. |
ver
at a Windows Command Prompt)Microsoft Windows [Version 10.0.15063]
Starting Bash
Bash should start without issues
<cmd>
is failing, then runstrace -o strace.txt -ff <cmd>
, and post the strace.txt output here)Strace not available.
Per the instructions on Issue #473 I'm submitting the traces as requested.
wsl-traces.zip
I did perform an
lxrun /uninstall /full /y
today to eliminate my 14.04 system and upgrade to 16.04Once I had a successful
lxrun /install
I was able to run bash once.I then unpacked my home directory backup.
My home directory backup has replacements for ...
After the unpack (in bash on the first run) i exited bash and attempted to restart, when this error occurred.
The text was updated successfully, but these errors were encountered: