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

Error code: Wsl/Service/CreateInstance/0xd00002fe #9742

Closed
1 of 2 tasks
DjArt opened this issue Mar 6, 2023 · 10 comments
Closed
1 of 2 tasks

Error code: Wsl/Service/CreateInstance/0xd00002fe #9742

DjArt opened this issue Mar 6, 2023 · 10 comments

Comments

@DjArt
Copy link

DjArt commented Mar 6, 2023

Windows Version

Microsoft Windows [Version 10.0.25295.1000]

WSL Version

1.1.3.0

Are you using WSL 1 or WSL 2?

  • WSL 2
  • WSL 1

Kernel Version

5.15.90.1

Distro Version

Any

Other Software

No response

Repro Steps

Just work inside WSL, and after undeterminated time all WSL processes killed,

Expected Behavior

WSL shouldn't crash

Actual Behavior

Error: 0xd00002fe
Error code: Wsl/Service/CreateInstance/0xd00002fe

Diagnostic Logs

No response

@DjArt
Copy link
Author

DjArt commented Mar 7, 2023

Also, information from Event Viewer:

<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
  <Provider Name="Application Error" Guid="{a0e9b465-b939-57d7-b27d-95d8e925ff57}" /> 
  <EventID>1000</EventID> 
  <Version>0</Version> 
  <Level>2</Level> 
  <Task>100</Task> 
  <Opcode>0</Opcode> 
  <Keywords>0x8000000000000000</Keywords> 
  <TimeCreated SystemTime="2023-03-07T06:14:07.4021338Z" /> 
  <EventRecordID>3061</EventRecordID> 
  <Correlation /> 
  <Execution ProcessID="19516" ThreadID="31404" /> 
  <Channel>Application</Channel> 
  <Computer>SERVER-0</Computer> 
  <Security UserID="S-1-5-18" /> 
  </System>
<EventData>
  <Data Name="AppName">wslservice.exe</Data> 
  <Data Name="AppVersion">1.1.3.0</Data> 
  <Data Name="AppTimeStamp">63eaa60d</Data> 
  <Data Name="ModuleName">combase.dll</Data> 
  <Data Name="ModuleVersion">10.0.25295.1000</Data> 
  <Data Name="ModuleTimeStamp">ac959050</Data> 
  <Data Name="ExceptionCode">c0000602</Data> 
  <Data Name="FaultingOffset">0000000000030729</Data> 
  <Data Name="ProcessId">0xd40</Data> 
  <Data Name="ProcessCreationTime">0x1d950bbe21e5b48</Data> 
  <Data Name="AppPath">C:\Program Files\WindowsApps\MicrosoftCorporationII.WindowsSubsystemForLinux_1.1.3.0_x64__8wekyb3d8bbwe\wslservice.exe</Data> 
  <Data Name="ModulePath">C:\WINDOWS\System32\combase.dll</Data> 
  <Data Name="IntegratorReportId">f251eafe-8c0b-45e5-8b65-af66a711cf13</Data> 
  <Data Name="PackageFullName">MicrosoftCorporationII.WindowsSubsystemForLinux_1.1.3.0_x64__8wekyb3d8bbwe</Data> 
  <Data Name="PackageRelativeAppId">wsl</Data> 
  </EventData>
  </Event>

@craigloewen-msft
Copy link
Member

/logs

@microsoft-github-policy-service
Copy link
Contributor

Hello! Could you please provide more logs to help us better diagnose your issue?

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

Thank you!

@DjArt
Copy link
Author

DjArt commented Mar 9, 2023

@craigloewen-msft
Copy link
Member

Hmm I seem to get an interesting error when I try to extract your logs. Could you please rezip it up and try again?
image

@DjArt
Copy link
Author

DjArt commented Mar 14, 2023

@craigloewen-msft 7zip opens it fine. Anyway, recompressed:
logs.zip

@DjArt
Copy link
Author

DjArt commented Mar 19, 2023

Update to 25314 fixes this issue.

@DjArt DjArt closed this as completed Mar 19, 2023
@dattl
Copy link

dattl commented Mar 25, 2023

Update to 25314 fixes this issue.

Hi, what do you mean by update to 25314? I have the same issue, it always crash after windows goes to sleep and it happens recently.
I'm not sure what to update since I ran "wsl.exe --update" and it already the latest version.

@DjArt
Copy link
Author

DjArt commented Mar 25, 2023

Hi, what do you mean by update to 25314?

I'm about Windows Server update to 10.0.25314.0 version.

@gojimmypi
Copy link

Huh. I just had one of these today on Windows 11.

The above-mentioned log asks to reproduce the problem. It happened spontaneously. I don't know how to reproduce it.

Error:

image

Windows Version:

image

WSL Version:

image

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

4 participants