-
Notifications
You must be signed in to change notification settings - Fork 527
Description
I am trying to set up habitat-sim on a wsl remote Ubuntu-22.04 machine, but when I try to run the simulation I encounter the following error Any help on installation please:
Platform::WindowlessEglApplication::tryCreateContext(): no EGL devices found, likely a driver issue; enable --magnum-gpu-validation to see additional info
WindowlessContext: Unable to create windowless context
My nvidia-smi:
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 590.52.01 Driver Version: 591.74 CUDA Version: 13.1 |
+-----------------------------------------+------------------------+----------------------+
| GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|=========================================+========================+======================|
| 0 NVIDIA GeForce RTX 4060 ... On | 00000000:01:00.0 On | N/A |
| N/A 55C P4 12W / 125W | 2029MiB / 8188MiB | 16% Default |
| | | N/A |
+-----------------------------------------+------------------------+----------------------+
+-----------------------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=========================================================================================|
| 0 N/A N/A 365 G /Xwayland N/A |
+-----------------------------------------------------------------------------------------+
I tried to guide the environment on how to find the correct egl based on this post. I updated the latest driver and configured the NVIDIA Linux-x86_64-590.48.01.run file. But the problem still hasn't been solved.
Anything help and solution please!!!