Talha Tayyab
Talha Tayyab

Reputation: 27770

WslRegisterDistribution failed with error: XXX : mojolang

I am trying to download mojolang from the website

https://developer.modular.com/download

It says "Install Ubuntu 22.04 for WSL and open it."

enter image description here

I tried installing Ubuntu 22.04.2 LTS from the website:

https://apps.microsoft.com/store/detail/ubuntu-22042-lts/9PN20MSR04DW

I was able to download it from the website.

Once I tried to open it from the terminal (Windows Powershell). I get this error:

WslRegisterDistribution failed with error: 0x80370114

Error: 0x80370114 The operation could not be started because a required feature is not installed.

enter image description here

Upvotes: -1

Views: 2123

Answers (1)

Talha Tayyab
Talha Tayyab

Reputation: 27770

I was able to get the solution. I writing here if someone in future find this problem.

Go To Control Panel -> Turn Windows features on or off

Check Virtual Machine Platform and Windows Subsystem for Linux

enter image description here

Restart your computer after doing the above steps.

Upvotes: 1

Related Questions