25
8

More than 1 year has passed since last update.

WSLのcrash修復方法(2023/3/30)

Last updated at Posted at 2023-03-30

事象

2023年3月30日にWSLが起動時にcrashするようになった。

Error: 0x80040326
Error code: Wsl/Service/0x80040326

[プロセスはコード 4294967295 (0xffffffff) で終了しました]

解決策

WindowsのコマンドプロンプトでWSLをupdateすると直るようです。

> wsl --update

なお、WSLは2023年3月23日にv1.1.6.0がリリースされています。

参照

環境

  • Windows 10 Enterprise
>wsl --list --verbose
  NAME            STATE           VERSION
  Ubuntu          Running         2
25
8
2

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
25
8