habitat-sim icon indicating copy to clipboard operation
habitat-sim copied to clipboard

Platform::WindowlessEglApplication::tryCreateContext(): unable to find EGL device for CUDA device 0

Open Xie-Nav opened this issue 2 years ago • 1 comments

Hi. I'm experimenting with habitat-sim, but I'm getting this error "Platform::WindowlessEglApplication::tryCreateContext(): unable to find EGL device for CUDA device 0". And the server I am using is a docker container system, I carefully read other people's questions and found that the cause of this problem is the lack of "libEGL_nvidia.so" file, there is no "libEGL_nvidia.so" file in my driver file, and the nvidia driver and cuda can work normally, please how should I solve this problem? thanks!

Xie-Nav avatar Aug 11 '22 16:08 Xie-Nav

I think some driver acquisition processes and versions don't come with this component. You may have luck getting this with the development libraries. I see that it may be found from libglvnd, for example.

aclegg3 avatar Aug 31 '22 17:08 aclegg3