Skip to content
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

{Application Error} The exception %s (0x Error code: Wsl/Service/CreateInstance/CreateVm/ConfigureNetworking/0x8007023e #9888

Closed
1 of 2 tasks
surcross opened this issue Apr 2, 2023 · 9 comments

Comments

@surcross
Copy link

surcross commented Apr 2, 2023

Windows Version

Microsoft Windows [Version 10.0.19044.2604]

WSL Version

1.1.6.0

Are you using WSL 1 or WSL 2?

  • WSL 2
  • WSL 1

Kernel Version

5.15.90.1

Distro Version

ubuntu 22.04 20.04 ,kali,every distro exept powershell

Other Software

just like #9016

Repro Steps

Trying to start the WSL application or any distros

Expected Behavior

Should be able to start normally

Actual Behavior

image
e2af57277478eced9e9f965f5c0a9411
image
cf462c2a000e97d5d252ea33f2cb5dca

Diagnostic Logs

WslLogs-2023-04-02_23-25-15.zip

@surcross
Copy link
Author

surcross commented Apr 2, 2023

6595368bb4a65a8b288448be721398be
I doubt this maybe the problem

@surcross
Copy link
Author

surcross commented Apr 3, 2023

image
image

@nvenhuizen14
Copy link

I'm getting the same thing. Did you ever figure it out?

@BroccoliSupreme
Copy link

Help!! Somebody

@coc-coder
Copy link

I have the same problem. I can't fix the network configuration, and can't use wsl or hyper-v either.

@maxway2021
Copy link

same here....

@cdeadspine
Copy link

I fixed this: it is something preventing "network driver updating"

For my case : it was this exact problem, plus Windows Sandbox errored out immediately as well.

The "windows debloating" scripts I run included the following:

# Disable automatic installation of network devices
Function DisableNetDevicesAutoInst {
	Write-Output "Disabling automatic installation of network devices..."
	If (!(Test-Path "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\NcdAutoSetup\Private")) {
		New-Item -Path "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\NcdAutoSetup\Private" -Force | Out-Null
	}
	Set-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\NcdAutoSetup\Private" -Name "AutoSetup" -Type DWord -Value 0
}

# Enable automatic installation of network devices
Function EnableNetDevicesAutoInst {
	Write-Output "Enabling automatic installation of network devices..."
	Remove-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\NcdAutoSetup\Private" -Name "AutoSetup" -ErrorAction SilentlyContinue
}

After enabling this again, In "add windows features" i unchecked : hyper-v , virtual machine platform, windows hypervisor platform, windows subsystem for linux. restarting, then checking them again installed everything fine.

Windows Sandbox works again, WSL works again, devices under : Network Connections "vEthernet" x2 no longer show "disabled" and work correctly

@surcross
Copy link
Author

surcross commented Oct 7, 2023

I'm getting the same thing. Did you ever figure it out?

nop, I started using Ubuntu. everything is so good. it''s a new world for me . I only open windows for Valorant now.

@surcross
Copy link
Author

surcross commented Oct 7, 2023

windows wastes too much time for me, it's time to go

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants