Code Monkey home page Code Monkey logo

Comments (27)

dreamlayers avatar dreamlayers commented on May 26, 2024 2

@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.

from wsl.

Sieboldianus avatar Sieboldianus commented on May 26, 2024 1

Yes, installing Appx-Package, powershell: Add-AppxPackage ./Microsoft.WSL_2.0.15.0_x64_ARM64.msixbundle is a workaround atm.

from wsl.

OneBlue avatar OneBlue commented on May 26, 2024 1

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:

  • Upgrade to the latest version of WSL via: wsl.exe --update
  • Run wsl --uninstall To make sure every is cleaned up
  • Download the latest MSI package
  • Install it via (elevated command prompt): `msiexec /i <path/to/msi> SKIPLSP=1

Once done, see if the issue is fixed

from wsl.

github-actions avatar github-actions commented on May 26, 2024

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:

Note: You can give me feedback by thumbs upping or thumbs downing this comment.

from wsl.

OneBlue avatar OneBlue commented on May 26, 2024

/logs

from wsl.

ZupoLlask avatar ZupoLlask commented on May 26, 2024

Here it is...

WslLogs-2024-01-27_17-15-16.zip

from wsl.

mbomb007 avatar mbomb007 commented on May 26, 2024

If your WSL version is 2.1.0.0, then you are using WSL 2, not WSL 1.

from wsl.

OneBlue avatar OneBlue commented on May 26, 2024

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
ExecutablePath:
Function: LxGraphicsDxInitialize
Line: 494
LxNs: 0
LxPid: -1
LxTid: -1
Message: ""[0xc00000bb] IOCTL_INTERNAL_VIDEO_QUERY_COMPUTE_INTERFACE failed ""
instanceId: {00000000-0000-0000-0000-000000000000}" 1968 6544 2 00000000-0000-0000-0000-000000000000

@iourit: Can you help root cause this ?

from wsl.

iourit avatar iourit commented on May 26, 2024

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.

from wsl.

ZupoLlask avatar ZupoLlask commented on May 26, 2024

@iourit I get this response to "stagingtool.exe /query 13591025"

StagingTool [version 10.0.25910.1000 (WinBuild.160101.0800)]

    Feature 13591025 is in its default enablement state for this build

Does it help?

from wsl.

Sieboldianus avatar Sieboldianus commented on May 26, 2024

If your WSL version is 2.1.0.0, then you are using WSL 2, not WSL 1.

Can you explain @mbomb007, I could find nowhere that >2.1.0.0 is limited to WSL2. WSL1 is also not said to be deprecated, so I don't understand.

I do have the error of OP. WSL2 works but WSL1 won't start.

from wsl.

ZupoLlask avatar ZupoLlask commented on May 26, 2024

Yes, my version is >2.1.0.0 and I'm using WSL1. That information is clearly incorrect.

from wsl.

mbomb007 avatar mbomb007 commented on May 26, 2024

Yes, I was wrong. You can see which WSL version you're using with wsl -l -v

from wsl.

qdel avatar qdel commented on May 26, 2024

Hello,

I am meeting same issue on windows 10 machine and on windows 11 machine.

Is there any workarounds ? Stagingtool call is same.

from wsl.

qdel avatar qdel commented on May 26, 2024

Yes, installing Appx-Package, powershell: Add-AppxPackage ./Microsoft.WSL_2.0.15.0_x64_ARM64.msixbundle is a workaround atm.

Should have been more precise, my blame.
Another but downgrading.

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!

from wsl.

benhillis avatar benhillis commented on May 26, 2024

The velocity tag you guys are calling out has never been enabled in external builds. Are you all using internal Windows builds?

from wsl.

qdel avatar qdel commented on May 26, 2024

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.

from wsl.

benhillis avatar benhillis commented on May 26, 2024

@qdel - then I suspect you are running into something different. Can you share logs?

from wsl.

qdel avatar qdel commented on May 26, 2024

Sure:
WslLogs-2024-03-06_16-26-04.zip

from wsl.

benhillis avatar benhillis commented on May 26, 2024

@qdel - thanks, looks the same as the other trace. I'm investigating what's going on here...

from wsl.

Rican7 avatar Rican7 commented on May 26, 2024

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 subsystem in my Installed Apps shows a few packages, some pretty old (maybe they're to blame?):

image

from wsl.

qdel avatar qdel commented on May 26, 2024

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.
I removed everything mentioning "subsystem" and mostly, "Debian" app, removed also the wsl feature and restarted.

Reinstalled the feature, used wsl --update, imported my wsl1 installation and.... TADA, it worked !
Just add to re-set the default user in /etc/wsl.conf.

I feel like "Debian" from microsoft store is pulling something bad when run in wsl1.

from wsl.

RAVoigt avatar RAVoigt commented on May 26, 2024

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?

from wsl.

dreamlayers avatar dreamlayers commented on May 26, 2024

@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.

from wsl.

bjared avatar bjared commented on May 26, 2024

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.

WSL version: 2.1.4.0 Kernel version: 5.15.146.1-2 WSLg version: 1.0.60 MSRDC version: 1.2.5105 Direct3D version: 1.611.1-81528511 DXCore version: 10.0.25131.1002-220531-1700.rs-onecore-base2-hyp Windows version: 10.0.19045.4046

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:

  1. wsl --uninstall
  2. installed MSI package via link from @OneBlue
  3. Ran that msiexec command in an elevated command prompt window
  4. Rebooted
  5. (Still got error)
  6. Installed Ubuntu (Preview) from Microsoft Store
  7. Verified Ubuntu 24.04 was working
  8. Tried Ubuntu 22.04 again, and it no longer gave the error, but began "Installing"

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!

from wsl.

oaksboard avatar oaksboard commented on May 26, 2024

the issue has been fixed in the latest release 2.1.5 https://github.com/microsoft/WSL/releases/tag/2.1.5

from wsl.

OneBlue avatar OneBlue commented on May 26, 2024

This is indeed fixed with 2.1.5. Closing.

from wsl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.