Code Monkey home page Code Monkey logo

Comments (14)

github-actions avatar github-actions commented on September 24, 2024

Logs are required for review from WSL team

If this a feature request, please reply with '/feature'. If this is a question, reply with '/question'.
Otherwise please attach logs by following the instructions below, your issue will not be reviewed unless they are added. These logs will help us understand what is going on in your machine.

How to collect WSL logs

Download and execute collect-wsl-logs.ps1 in an administrative powershell prompt:

Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/microsoft/WSL/master/diagnostics/collect-wsl-logs.ps1" -OutFile collect-wsl-logs.ps1
Set-ExecutionPolicy Bypass -Scope Process -Force
.\collect-wsl-logs.ps1

The scipt will output the path of the log file once done.

Once completed please upload the output files to this Github issue.

Click here for more info on logging
If you choose to email these logs instead of attaching to the bug, please send them to [email protected] with the number of the github issue in the subject, and in the message a link to your comment in the github issue and reply with '/emailed-logs'.

View similar issues

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!

Open similar issues:

Closed similar issues:

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

from wsl.

rosti-il avatar rosti-il commented on September 24, 2024

Logs:
WslLogs-2024-05-02_19-45-13.zip

from wsl.

github-actions avatar github-actions commented on September 24, 2024

The log file doesn't contain any WSL traces. Please make sure that you reproduced the issue while the log collection was running.

Diagnostic information
Detected appx version: 2.2.4.0
Found no WSL traces in the logs

from wsl.

rosti-il avatar rosti-il commented on September 24, 2024

I reproduced the issue. When I click on the volume level the regular sound of Windows doesn't work. If I change the output sound device from Display Audion to something else it works.

from wsl.

rosti-il avatar rosti-il commented on September 24, 2024

Could any real human check this issue and update the labels?
GitHub bot seems not intelligent enough to understand.

from wsl.

OneBlue avatar OneBlue commented on September 24, 2024

@rosti-il: Does the issue reproduce with WSL uninstalled ? Also when you reproduced the issue, was WSL running ?

from wsl.

rosti-il avatar rosti-il commented on September 24, 2024

@OneBlue I don't know how to uninstall WSL completely. Previously I installed it from wsl.2.2.4.0.x64.msi and now, after disabling the "Windows Subsystem for Linux" in the "Programs and Features" I see the WSL is still in the C:\Program Files\WSL directory. Do you know how to uninstall it completely? The sound issue still happens sometimes but I suspect this is because WSL is not completely uninstalled/removed from the system.

from wsl.

rosti-il avatar rosti-il commented on September 24, 2024

@OneBlue I've just found how to uninstall WSL completely. I right clicked on the downloaded wsl.2.2.4.0.x64.msi file and chose "Uninstall".
image

Let's wait a couple of days if this sound issue will happen again.

from wsl.

rosti-il avatar rosti-il commented on September 24, 2024

@OneBlue This issue happened again, after WSL was completely uninstalled. I've noticed that at the same time the sound through mini displayport stopped working three events like following appeared:

The machine-default permission settings do not grant Local Activation permission for the COM Server application with CLSID 
{C2F03A33-21F5-47FA-B4BB-156362A2F239}
 and APPID 
{316CDED5-E4AE-4B15-9113-7055D84DCC97}
 to the user XXXXX\xxxxxxx SID (S-1-5-21-3250475200-3059155199-2685345549-1001) from address LocalHost (Using LRPC) running in the application container Microsoft.Windows.ShellExperienceHost_10.0.19041.4239_neutral_neutral_cw5n1h2txyewy SID (S-1-15-2-155514346-2573954481-755741238-1654018636-1233331829-3075935687-2861478708). This security permission can be modified using the Component Services administrative tool.

from wsl.

OneBlue avatar OneBlue commented on September 24, 2024

Thank you @rosti-il. This helps show that this issue isn't caused by WSL so unfortunately I'll have to close this.

Also for further notice, WSL can be installed via: wsl --uninstall.

from wsl.

rosti-il avatar rosti-il commented on September 24, 2024

@OneBlue
After also disabling the "Virtual Machine Platform" in my Windows 10 I've no issue with the sound through mini displayport.
I think it is worth to reopen this issue and investigate it further.

Could it be that WSL or its setup changes something in the configuration of something related to monitor or sound and that wrong configuration (for example wrong DCOM component registration or a bug in that DCOM component) triggers this issue sometimes? Anyway I'm not the only one who experiences this issue.

from wsl.

github-actions avatar github-actions commented on September 24, 2024

Logs are required for review from WSL team

If this a feature request, please reply with '/feature'. If this is a question, reply with '/question'.
Otherwise please attach logs by following the instructions below, your issue will not be reviewed unless they are added. These logs will help us understand what is going on in your machine.

How to collect WSL logs

Download and execute collect-wsl-logs.ps1 in an administrative powershell prompt:

Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/microsoft/WSL/master/diagnostics/collect-wsl-logs.ps1" -OutFile collect-wsl-logs.ps1
Set-ExecutionPolicy Bypass -Scope Process -Force
.\collect-wsl-logs.ps1

The scipt will output the path of the log file once done.

Once completed please upload the output files to this Github issue.

Click here for more info on logging
If you choose to email these logs instead of attaching to the bug, please send them to [email protected] with the number of the github issue in the subject, and in the message a link to your comment in the github issue and reply with '/emailed-logs'.

View similar issues

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!

Open similar issues:

Closed similar issues:

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

from wsl.

rosti-il avatar rosti-il commented on September 24, 2024

@OneBlue Could you explain what @github-actions wants from me? I've already provided logs and have no other logs. Could you just reopen this issue and investigate it?

from wsl.

OneBlue avatar OneBlue commented on September 24, 2024

Unfortunately WSL doesn't own the virtual machine platform component. Based on the results you're seeing, I'd guess that the issue might be with the driver itself. Maybe it doesn't support well when virtualization is enabled.

Sadly the best next steps would be to contact the driver's publisher, but this isn't something that can be done from the WSL side.

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.