process running, but no wsl created.
=> check key exists in registry.json
$ wslctl create ubuntu-14.04-pre ubuntu-14.04-pre --no-user
* Import ubuntu-14.04-pre
Distribution 'ubuntu-14.04-pre' already cached ...
Create wsl instance 'ubuntu-14.04-pre'...
* ubuntu-14.04-pre created
Could be started with command: wslctl start ubuntu-14.04-pre
$ wslctl exec ubuntu-14.04-pre
Error: Instance 'ubuntu-14.04-pre' does not exists
and nothing in wsl -l -v
Dir C:\Users\\AppData\Local\Wslctl\Instances\ubuntu-14.04-pre empty
PS> wsl --import ubuntu-14.04-pre C:\Users\<user>\AppData\Local\Wslctl\Instances\ubuntu-14.04-pre C:\Users\<user>\AppData\Local\Wslctl\Cache\ubuntu-14-04-bps-20210621.tar.gz
Erreur non spécifiée
Seems that the uploaded distribution package has no integrity. Add Sha256 check before integrating to the local registry and failed process on wrong download.
wslctl create myubuntu my-non-existing-ubuntu
process running, but no wsl created. => check key exists in registry.json
and nothing in
wsl -l -v
Dir C:\Users\\AppData\Local\Wslctl\Instances\ubuntu-14.04-pre empty