We’re putting the final touches on our new badges platform. Badge issuance remains temporarily paused, but all completions are being recorded and will be fulfilled once the platform is live. Thank you for your patience.

Ansys Learning Forum Forums Discuss Simulation Fluids Running Workbench on WSL 2 Reply To: Running Workbench on WSL 2

mctom0518
Subscriber
I was actually able to fix the issue by updating and resetting the locale settings on WSL: In a WSL Terminal: (1) sudo locale-gen en_US.UTF-8 (2) sudo update-locale LANG=en_US.UTF-8 In a Powershell Terminal with Admin Privileges: (3) wsl --shutdown