wsl2/<3>WSL (1186) ERROR: No such file or directory.md
... ...
@@ -0,0 +1,19 @@
1
+## 現象
2
+
3
+Windows TerminalでWSL2のウィンドウを2つ以上開くと、以下のようなエラーが表示される。
4
+
5
+```
6
+<3>WSL (1186) ERROR: No such file or directory [hogehoge]
7
+<3>WSL (1186) ERROR: UtilTranslatePathList:2853: Failed to translate [hogehoge]
8
+```
9
+
10
+## 解決方法
11
+
12
+distrodを無効化する。
13
+
14
+```
15
+$ sudo /opt/distrod/bin/distrod disable
16
+```
17
+
18
+既にdistrodのレポジトリでも報告されている。[link](https://github.com/nullpo-head/wsl-distrod/issues/91)
19
+参考: [https://github.com/microsoft/WSL/issues/10752#issuecomment-1813818652](https://github.com/microsoft/WSL/issues/10752#issuecomment-1813818652)