Platform::WindowlessEglApplication::tryCreateContext(): no EGL devices found, likely a driver issue #1325
Unanswered
Buddies-as-you-know
asked this question in
Q&A
Replies: 1 comment
-
I faced the same issue. After spending a week trying to fix the problem, I finally gave up and installed Ubuntu alongside Windows, and just ran simulation on Ubuntu. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have used WSL on Windows 10 to run Ubuntu 22.04 and started habitant-lab using Docker. I followed the steps correctly, but I received the following error when running "python examples/example.py":
"eglQueryDevicesEXT(): EGL_BAD_ALLOC error: In eglQueryDevicesEXT: Failed to allocate device list.
Platform::WindowlessEglApplication::tryCreateContext(): no EGL devices found, likely a driver issue
WindowlessContext: Unable to create windowless contexts"
Nvidia-smi is displayed, and I have executed the following commands:
"export MAGNUM_LOG=verbose
export MAGNUM_GPU_VALIDATION=ON"
Please provide a solution to this issue.
Beta Was this translation helpful? Give feedback.
All reactions