Cannot create GLX Context
See original GitHub issueI’m exploring the many instances of this problem reported online (it originates in VTK), but for documentation’s sake:
After no modifications I’m aware of (no reboot, no apt-get upgrade, no rebuild), drake-visualizer
and directorPython testMainWindowApp.py
(and probably others) have stopped launching with error:
ERROR: In /build/buildd/vtk-5.8.0/Rendering/vtkXOpenGLRenderWindow.cxx, line 404
vtkXOpenGLRenderWindow (0x263af40): Could not find a decent visual
ERROR: In /build/buildd/vtk-5.8.0/Rendering/vtkXOpenGLRenderWindow.cxx, line 404
vtkXOpenGLRenderWindow (0x263af40): Could not find a decent visual
ERROR: In /build/buildd/vtk-5.8.0/Rendering/vtkXOpenGLRenderWindow.cxx, line 631
vtkXOpenGLRenderWindow (0x263af40): Cannot create GLX context. Aborting.
Aborted (core dumped)
This has persisted after a clean rebuild (of spartan) and a reboot.
While I search and try stuff, any ideas?
Issue Analytics
- State:
- Created 6 years ago
- Comments:12 (8 by maintainers)
Top Results From Across the Web
Paraview: Cannot create GLX context
Hello, I am currently experiencing trouble starting Paraview on my newly built Linux Station. For the hardware my graphics card is AMD ...
Read more >[OpenFOAM] Problem with paraView starting - CFD Online
ParaFoam error could not find a decent visual - solution in post #4; "Cannot create GLX context": Errors while installing openfoam on ubuntu ......
Read more >Cannot create Direct GLX Context... (Linux) - General Help
Hello :smiley: First off, my problem: java.lang.Error: Cannot create window: Could not create a direct GLX context at com.jme.system.lwjgl.
Read more >GLX Context Creation Error: GLXBadFBConfig - Stack Overflow
I used glXCreateContext to create the contexts, but the function is deprecated and always results in an OpenGL Version 3.0, where I would ......
Read more >Fails to create GLX context with graphics interception plugin
Hello, LGD 2.2 worked so far on my desktop computer (Mint 18.2, GeForce GTX 970) until I updated this morning.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I fixed this by setting the USE_SYSTEM_VTK=OFF option.
Right, but Director expects a certain vtk version (6 or 7, I think? see the director homepage) while your system might have another version installed. If you run director and it loads vtk dynamic libraries that are a different version than it director was built with, this problem might come up.
On Mar 11, 2018 20:48, “Ziwen Qin” notifications@github.com wrote: