[GRASS-dev] [GRASS GIS] #2998: m.nviz.image fails with X Error BadValue integer parameter out of range for operation

GRASS GIS trac at osgeo.org
Fri Jun 29 23:45:11 PDT 2018


#2998: m.nviz.image fails with X Error BadValue integer parameter out of range for
operation
-------------------------+-------------------------------------------------
  Reporter:  wenzeslaus  |      Owner:  grass-dev@…
      Type:  defect      |     Status:  closed
  Priority:  normal      |  Milestone:  7.2.4
 Component:  LibOpenGL   |    Version:  svn-trunk
Resolution:  fixed       |   Keywords:  m.nviz.image, NVIZ, 3D, GLX,
                         |  X_GLXCreateContext, g.gui.animation
       CPU:  x86-64      |   Platform:  Linux
-------------------------+-------------------------------------------------
Changes (by hcho):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 For our record, there are three locations that create direct/indirect
 rendering contexts:
 {{{
 ./raster3d/r3.showdspf/new_init_graphics.c:1045:
 glXCreateContext(XtDisplay(widget), vi, 0, GL_TRUE);
 ./raster3d/r3.showdspf/new_init_graphics.c:1093:
 glXCreateContext(XtDisplay(widget), vi, 0, GL_TRUE);
 ./lib/nviz/render.c:116:    rwin->contextId =
 glXCreateContext(rwin->displayId, v, NULL, GL_TRUE);
 }}}

-- 
Ticket URL: <https://trac.osgeo.org/grass/ticket/2998#comment:12>
GRASS GIS <https://grass.osgeo.org>



More information about the grass-dev mailing list