cant install it on wsl2
Redisal opened this issue · 0 comments
Redisal commented
Error code: Wsl/Service/CreateInstance/WSL_E_WSL1_NOT_SUPPORTED
Get-Content : Cannot find path 'C:\Users\funta\Neon\rootfs\tmp\kWSL\kWSL.xml' because it does not exist.
line:1 character:20
- $WAI = (whoami) ; (Get-Content .\rootfs\tmp\kWSL\kWSL.xml).replace('A ...
-
+ CategoryInfo : ObjectNotFound: (C:\Users\funta\...p\kWSL\kWSL.xml:String) [Get-Content], ItemNotFoundEx reception + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetContentCommand
A method cannot be called on an expression that has a null value.
line:1 character:19
- ... (whoami) ; (Get-Content .\rootfs\tmp\kWSL\kWSL.xml).replace('AAAA', ...
-
+ CategoryInfo : InvalidOperation: (:) [], RuntimeException + FullyQualifiedErrorId : InvokeMethodOnNull
Get-Content : Cannot find path 'C:\Users\funta\Neon\rootfs\tmp\kWSL\kWSL.xml' because it does not exist.
line:1 character:20
- $WAC = (pwd) ; (Get-Content .\rootfs\tmp\kWSL\kWSL.xml).replace('Q ...
-
+ CategoryInfo : ObjectNotFound: (C:\Users\funta\...p\kWSL\kWSL.xml:String) [Get-Content], ItemNotFoundEx reception + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetContentCommand
A method cannot be called on an expression that has a null value.
line:1 character:19
- ... (pwd) ; (Get-Content .\rootfs\tmp\kWSL\kWSL.xml).replace('QQQQ', ...
-
+ CategoryInfo : InvalidOperation: (:) [], RuntimeException + FullyQualifiedErrorId : InvokeMethodOnNull