surface_splatting icon indicating copy to clipboard operation
surface_splatting copied to clipboard

Error: Could not create GL context

Open Hiroaki-K4 opened this issue 1 year ago • 1 comments

Hi. Thank you for your great code. I met following error after running binary program.

bash build-extern.sh
cmake .
make
./bin/surface_splatting

Error

Failed to initialize OpenGL:
Error: Could not create GL context
Segmentation fault

Can you advise me something?

Hiroaki-K4 avatar Dec 06 '23 09:12 Hiroaki-K4

Thank you for reaching out and your interest in using this code. Sorry, for the late reply. The error originates from this glviz/src/glviz.cpp#L312 line. I updated to SDL 2.30.0 recently. You could give current master another shot if this problem is still relevant for you.

sebastianlipponer avatar May 01 '24 18:05 sebastianlipponer