Réf. : Re: [vtkusers] multiple vtkRenderWindow display error
Stephane PLOIX
stephane.ploix at edf.fr
Wed Jan 18 08:02:06 EST 2006
Sorry for the noise, but it seems it was a pb on my computer (bad GL libs)
the error when closing the application is still here
> X Error of failed request: GLXBadDrawable
> Major opcode of failed request: 145 (GLX)
> Minor opcode of failed request: 5 (X_GLXMakeCurrent)
> Serial number of failed request: 56
> Current serial number in output stream: 56
Stephane
clinton at elemtech.com
17/01/2006 18:34
Pour : Stephane PLOIX/RETD/EDFGDF/FR at EDFGDF
cc : vtkusers at vtk.org
Objet : Re: [vtkusers] multiple vtkRenderWindow display error
And what platform are you on?
Clint
Stephane PLOIX wrote:
>
> The error is :
> the first time the image is drawn, it is ok, but on the first
> refreshing, the windows go black.
>
> when I close the application, I have the following error messages :
> X Error of failed request: GLXBadDrawable
> Major opcode of failed request: 145 (GLX)
> Minor opcode of failed request: 5 (X_GLXMakeCurrent)
> Serial number of failed request: 56
> Current serial number in output stream: 56
>
> PS: I tried the same code in c++, it works well.
> In python, it seems that the error comes from the creation of several
> windows.
> The fact that they share the same actors does not change anything.
>
> PS2: I use a modified vtkRenderWidget.py (cf "[vtkusers] QVTK : pb
> with Qt designer and python" thread,
> with line 106 "apply(QWidget.__init__, (self,parent,name) + args, kw)"
> replaced by "apply(QWidget.__init__, (self,parent,name) + args)")
>
> Stephane
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20060118/a12c73bf/attachment.htm>
More information about the vtkusers
mailing list