MantisBT - ParaView
View Issue Details
0004196ParaView(No Category)public2006-12-12 15:212007-02-06 18:17
Alan Scott 
Berk Geveci 
urgentmajoralways
closedfixed 
 
 
0004196: Mesa is broken
Mesa is broken using ParaView 3.

Run a normal exodus file, such as can.exo, client/server using Mesa. On hitting Accept, the server will crash with the following:

Process id: 0 >> ERROR: In ...bla.../VTK/Rendering/vtkXOpenGLRenderWindow.cxx line 497 vtkXOpenGLRenderWindow: bad X server connection. DISPLAY=.0

This error is caused because the code at/around line 493 does not have an #ifdef VTK_OPENGL_HAS_OSMESA wrapper, and the appropriate code for Mesa. Search in the file for XOpenDisplay, and what I believe is the proper handling of this call is found lower in this file.

I am assigning this a high priority because it breaks all of the client server systems at Sandia (except feynman). It needs to be fixed by the January 07 release, if possible.
No tags attached.
Issue History
2011-06-16 13:10Zack GalbreathCategory => (No Category)

Notes
(0005989)
Berk Geveci   
2006-12-18 11:45   
SNL prefix is not needed for paraview 3 bugs.
(0006284)
Berk Geveci   
2007-01-30 11:04   
The --use-offscreen-rendering option should now work.