weigao95 / surfelwarp

SurfelWarp: Efficient Non-Volumetric Dynamic Reconstruction
https://sites.google.com/view/surfelwarp/home
BSD 3-Clause "New" or "Revised" License
276 stars 71 forks source link

The GLFW window is not correctly created, terminate called after throwing an instance of 'std::runtime_error* #80

Open peiran88 opened 2 years ago

peiran88 commented 2 years ago

Keep having the error when using ./surfelwarp_app /path/to/config: The GLFW window is not correctly created, terminate called after throwing an instance of 'std::runtime_error* Aborted (core dumped)

I have installed glfw and glew correctly, when I run glxinfo | grep "OpenGL version", it shows OpenGL version is 3.1

I am really confused about this problem, can anyone help me solve the problem?