Solved
Forum Discussion
ElmarY
New Contributor
3 years agoHi,
I'm using Quartus version 20.1.1.
for me the solution is to set wsl version to 1.
wsl --set-default-version 2
then if Ubuntu is already installed you need to convert it to 1:
wsl --set-version Ubuntu 1
Installer WSL 2 | Microsoft Docs
Thanks