gaussian-splatting icon indicating copy to clipboard operation
gaussian-splatting copied to clipboard

[SIBR Viewer] GLX: Failed to create context: GLXBadFBConfig

Open cs-mshah opened this issue 1 year ago • 3 comments
trafficstars

I am facing the following error upon running the SIBR Viewer:

./SIBR_gaussianViewer_app -m /<path_to_output>/output/mipnerf360/room/
[SIBR] --  INFOS  --:	Initialization of GLFW
[SIBR] ##  ERROR  ##:	FILE /raid/ankit/manan/gaussian-splatting/SIBR_viewers/src/core/graphics/Window.cpp
			LINE 30, FUNC glfwErrorCallback
			GLX: Failed to create context: GLXBadFBConfig
terminate called after throwing an instance of 'std::runtime_error'
  what():  See log for message errors
[1]    1453319 abort (core dumped)  ./SIBR_gaussianViewer_app -m

I have done X11 forwarding by using the -X flag while connecting to the remote server which has ubuntu 20.04. The SIBR installation was successful. I have also tried setting export LIBGL_ALWAYS_SOFTWARE=1 as suggested in https://github.com/graphdeco-inria/gaussian-splatting/issues/665

I'm running on ubuntu 22.04. Can someone please guide on using the SIBR viewer and running it to view the final .ply files?

cs-mshah avatar Mar 30 '24 06:03 cs-mshah

I think I need to use the remoteGaussian_app https://github.com/graphdeco-inria/gaussian-splatting/issues/267#issuecomment-1840760152 seems to have solved the issue, but I see a screen and it doesn't respond. The info logs say: Trying to connect...

cs-mshah avatar Mar 30 '24 09:03 cs-mshah

Hi, I meet the same problem when I used remoteGaussian_app, same logs as: [SIBR] -- INFOS --: Trying to connect.... Have you solved this problem?

JinXJinLeX avatar Apr 09 '24 07:04 JinXJinLeX

Hi, I meet the same problem when I used remoteGaussian_app, same logs as: [SIBR] -- INFOS --: Trying to connect.... Have you solved this problem?

add one more command below: SIBR_gaussianViewer_app -m "path" --iteration 30000 -s "path"

sdfabkapoe avatar Aug 06 '24 14:08 sdfabkapoe