peteanderson80 / Matterport3DSimulator

AI Research Platform for Reinforcement Learning from Real Panoramic Images.
Other
496 stars 129 forks source link

EGL error 0x300c at eglGetDisplay #47

Closed winnechan closed 5 years ago

winnechan commented 5 years ago

Everything is fine until I run the unittest:

/root/mount/Matterport3DSimulator/src/test/main.cpp:350: FAILED: REQUIRE_NOTHROW( sim.initialize() ) due to unexpected exception with message: EGL error 0x300c at eglGetDisplay

=============================================================================== test cases: 5 | 4 passed | 1 failed assertions: 119187 | 119186 passed | 1 failed

I don't know how to fix it, please help

winnechan commented 5 years ago

I have tried an image that can pass all the test on anothe PC but fail again on my PC with the same building option due to same error

winnechan commented 5 years ago

I found that the TeamViewer has installed something that affects the display settings, then I remove it, reboot and the problem solved.