-
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 0xd000020c with version 2.1.0.0 and later #11062
Comments
Hi I'm an AI powered bot that finds similar issues based off the issue title. Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you! Closed similar issues:
|
/logs |
Here it is... |
If your WSL version is 2.1.0.0, then you are using WSL 2, not WSL 1. |
Thank you for reporting this @ZupoLlask. This is the root cause of the error you're seeing: 33 True Microsoft.Windows.Subsystem.LxCore BreakPoint 0 01-27-2024 09:15:44.516 " " "ErrorLevel: 2 @iourit: Can you help root cause this ? |
The error 0xc00000bb can only be returned when the velocity feature 13591025 is not enabled. Please use "stagingtool.exe /enable 13591025". But GPU virtualization in WSL1 is not supported anymore. |
@iourit I get this response to "stagingtool.exe /query 13591025"
Does it help? |
Can you explain @mbomb007, I could find nowhere that I do have the error of OP. WSL2 works but WSL1 won't start. |
Yes, my version is >2.1.0.0 and I'm using WSL1. That information is clearly incorrect. |
Yes, I was wrong. You can see which WSL version you're using with |
Hello, I am meeting same issue on windows 10 machine and on windows 11 machine. Is there any workarounds ? Stagingtool call is same. |
@qdel As a workaround, simply download and install an older .msi and WSL 1 should work afterwards. A reboot is not needed. https://github.com/microsoft/WSL/releases/tag/2.0.14 works for me. |
Yes, installing Appx-Package, powershell: |
Should have been more precise, my blame. It is already what I am doing, but most of my machines will auto update at one point. Note for everyone reading @Sieboldianus @dreamlayers workaround is actually the only working one! |
The velocity tag you guys are calling out has never been enabled in external builds. Are you all using internal Windows builds? |
Sorry for the noob question: what is velocity tag ? I do not use "internal windows builds" as I do not know what that means also. |
@qdel - then I suspect you are running into something different. Can you share logs? |
@qdel - thanks, looks the same as the other trace. I'm investigating what's going on here... |
I just ran into this myself. Downgrading to 2.0.15.0 also worked for me. For what it's worth (maybe it'll help?), looking up |
I found a workaround which works for me it seems: I exported my wsl1 distribution. This one was originaly based on "Debian" form the microsoft store. Reinstalled the feature, used wsl --update, imported my wsl1 installation and.... TADA, it worked ! I feel like "Debian" from microsoft store is pulling something bad when run in wsl1. |
Downgrading to 2.0.15 fixed this for me as well. No other uninstall/reinstall of distros or anything like that needed. Microsoft Store background-updated WSL to 2.1.x overnight for me, which broke all of my open instances with the same errors as above. At a total guess, it looks as though 2.1.x might have issues with (some) distro instances that were created in 2.0.x or earlier? |
Thanks everyone for the info. We're still investigating the root cause this. We have some leads but we need a bit more info to validate them, if someone could try the following, that would be super helpful for us:
Once done, see if the issue is fixed |
@OneBlue The procedure with updating, uninstalling and installing WSL again did not help me. It is interesting that I'm able to run Alpine Linux, but not Ubuntu. |
I ran into the same issue today. I tried the @OneBlue suggestion about upgrading, but I think I was already on that version, and the re-install didn't help.
BUT, what did seem to fix this was installing the Ubuntu (Preview) from the Microsoft Store, because after that installed correctly and Ubuntu 24.04 was functioning, launching the old (22.04) suddenly gave me an "Installing..." message instead of the error of this discussion. Now both work. So ... to summarize: I did:
One thing to note, is at #5 in my list, Windows Terminal refused to launch at all, as I had it defaulted to that Ubuntu 22.04 terminal. I changed it to 24.04, because I thought 22.04 was just a lost cause, and it was after that I tried launching an Ubuntu 22.04 tab when I got that "Installing" message in lieu of the error. I hope this helps narrow down some potential workarounds, or maybe a solution! |
the issue has been fixed in the latest release 2.1.5 https://github.com/microsoft/WSL/releases/tag/2.1.5 |
This is indeed fixed with 2.1.5. Closing. |
Windows Version
Microsoft Windows [Version 10.0.19045.3992]
WSL Version
2.1.0.0
Are you using WSL 1 or WSL 2?
Kernel Version
No response
Distro Version
Ubuntu 22.04
Other Software
No response
Repro Steps
Download and install MSI files from Github for versions 2.1.0.0 or 2.1.1.0 and try to run
wsl -d Ubuntu
.Expected Behavior
Ubuntu should start as usual...
Actual Behavior
Error: 0xd000020c
Error code: Wsl/Service/CreateInstance/0xd000020c
After reinstall MSI file from Github for version 2.0.15.0, everything works again.
I tried reboot the system with no success.
Diagnostic Logs
No response
The text was updated successfully, but these errors were encountered: