-
Notifications
You must be signed in to change notification settings - Fork 822
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
Error: 0x800c0008 when trying to install #22
Comments
I've getting the same issue - Windows 10 Enterprise Build 14316, logged in as a Domain User. |
There's something more to this. I can install it at my work where I'm also running as a domain user. At home where it doesn't work I'm connecting to a SAMBA server and have set ProtectionPolicy=1 in HKEY_LOCAL_MACHINE\Software\Microsoft\Cryptography\Protect\Providers\df9d8cd0-1501-11d1-8c7a-00c04fc297eb as described in KB3000850. Btw, @jsamuel1, I'm not sure Enterprise insider builds are officially supported? Don't you have to decrypt the ESD and then use Set-WindowsEdition? |
Based on this Microsoft Community post I discovered deactivating "Don't save encrypted pages to disk" in Internet Options - Advanced works around this error for me, as well as just using the "Restore advanced settings" button. |
I tried that but still getting that error. It works for other accounts. It's just broken in mine. |
Me too. I found a few things to try with no luck. I actually got this the first time but 0x800c0008 in subsequent tries... Downloading from the Windows Store... 100% C:\Users> bash Type "y" to continue: y |
We are looking into this and have found a possible cause. @aweinograd and @poizan42, can you please check that you do not have "Do not save encrypted pages to disk" checked in your internet explorer settings.
We have found that having this checked causes Error: 0x800c0008. |
@russalex Same here. That option is unchecked for me. |
Would it be possible for one of you who are experiencing this issue to look in your event viewer and see if there are any relevent warnings or errors? Custom Views -> Administrative Events should have some data in there. |
@benhillis I was just about to do that for you. I ran bash at the command prompt again (have received a new update and reboot) and it worked. I wish I had steps to fix for everyone else, but i have done nothing to make a change for this other install a new update and reboot. |
The problem persists in 14328. Nothing seems to be showing up in the event log. |
The call that fails is URLDownloadToFile(NULL, L"https://go.microsoft.com/fwlink/?LinkID=730581", L"C:\Users\poizan\AppData\Local\Temp\lxss.tar.gz", 0, (a pointer to some CBindStatusCallback)) |
Tracing lxrun!CBindStatusCallback::OnProgress gives me this:
|
We've switched APIs for downloading the file to one that should be more reliable. That change missed ha last flight but it will be in a build available soon. Thanks for the time spent debugging this! |
Ok, sounds good. I'm still a bit worried why URLDownloadToFile fails, but that is of course another issue that doesn't have anything to do with the windows subsystem for linux |
The api requires a class to implement an interface that is quite complicated. Our old implementation didn't handle some network configurations correctly so we switched to a more simple api. |
No longer getting the 0x800c0008 error, but now I'm getting: |
@darvid Checking in, are you still getting the error on build 14352? |
@russalex I am not, I was able to install it after a few fast ring updates ago. Thanks! |
Great! Thanks for confirming. I'll close this issue out. |
You are a life saver. |
I'm getting this when I attempt to install it from a domain user. I can install apps from the Windows Store from that user without problems otherwise. Also it works fine if I attempt the installation from a local user on the same machine.
The text was updated successfully, but these errors were encountered: