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
> From: "Stephane PLOIX" <[hidden email]> > Subject: [vtkusers] multiple vtkRenderWindow display error > To: [hidden email] > > Skipped content of type multipart/alternative-------------- next part -------------- > A non-text attachment was scrubbed... > Name: test.py > Type: application/octet-stream > Size: 1210 bytes > Desc: not available > Url : http://public.kitware.com/pipermail/vtkusers/attachments/20060113/6e251d82/test-0001.obj Can you please post on the VTK list what the error message is? Clint _______________________________________________ This is the private VTK discussion list. Please keep messages on-topic. Check the FAQ at: http://www.vtk.org/Wiki/VTK_FAQ Follow this link to subscribe/unsubscribe: http://www.vtk.org/mailman/listinfo/vtkusers |
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 > _______________________________________________ This is the private VTK discussion list. Please keep messages on-topic. Check the FAQ at: http://www.vtk.org/Wiki/VTK_FAQ Follow this link to subscribe/unsubscribe: http://www.vtk.org/mailman/listinfo/vtkusers |
Free forum by Nabble | Edit this page |