[vtkusers] Problem after having updating vtk (5.10 to 6.2)

Ken Martin ken.martin at kitware.com
Fri Dec 11 08:18:32 EST 2015


If you are using the OpenGL2 backend with 6.2 then those are expected.  I
believe they have been cleaned up (mostly?) in more recent VTK builds.

Thanks
Ken

On Fri, Dec 11, 2015 at 6:00 AM, ameloush <theryame at gmail.com> wrote:

> Hi ! And sorry for my English :)
> I am working on visual studio 2008 and WIndows 7 in C++
> I just changed of Vtk version 5.10 to 6.2, and my program runs as it is
> supposed to do but one thing, I have this kind of error messages in a
> vtkOutputWindow :
>
> ERROR: In .\vtkOpenGLRenderer.cxx, line 126
> vtkOpenGLRenderer (03A4D058): failed ater ClearLights 16 OpenGL errors
> detected
>   0 : (1282) Invalid operation
> ...
>
> ERROR: In .\vtkOpenGLRenderer.cxx, line 1202
> vtkOpenGLRenderer (03A4D058): failed after Clear 16 OpenGL errors detected
>   0 : (1282) Invalid operation
> ...
>
> ERROR: In .\vtkOpenGLCamera.cxx, line 167
> vtkOpenGLCamera (03A993E8): failed after Render 16 OpenGL errors detected
>   0 : (1282) Invalid operation
> ...
>
> ERROR: In .\vtkOpenGLLight.cxx, line 118
> vtkOpenGLLight (03A9C038): failed after Render 16 OpenGL errors detected
>   0 : (1282) Invalid operation
> ...
>
> ERROR: In .\vtkOpenGLRenderer.cxx, line 192
> vtkOpenGLRenderer (03A4D058): failed after UpdateLights 16 OpenGL errors
> detected
>   0 : (1282) Invalid operation
>  ...
>
> ERROR: In .\vtkOpenGLRenderer.cxx, line 282
> vtkOpenGLRenderer (03A4D058): failed after DeviceRender 16 OpenGL errors
> detected
>   0 : (1282) Invalid operation
> ....
>
> I really dont know where it comes from, I added these lines to the
> beginning
> of my project (as I saw on the internet) to fix the change of version but
> there is still those messages :
> #include <vtkVersion.h>
>  #include <vtkAutoInit.h>
>  VTK_MODULE_INIT(vtkRenderingOpenGL);
>  #define vtkRenderingCore_AUTOINIT
>
> 4(vtkInteractionStyle,vtkRenderingFreeType,vtkRenderingFreeTypeOpenGL,vtkRenderingOpenGL)
> #define vtkRenderingVolume_AUTOINIT 1(vtkRenderingVolumeOpenGL)
>
> Does someone have an idea?
> Thanks for reading,
>
> Amélie
>
>
>
>
> --
> View this message in context:
> http://vtk.1045678.n5.nabble.com/Problem-after-having-updating-vtk-5-10-to-6-2-tp5735483.html
> Sent from the VTK - Users mailing list archive at Nabble.com.
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the VTK FAQ at:
> http://www.vtk.org/Wiki/VTK_FAQ
>
> Search the list archives at: http://markmail.org/search/?q=vtkusers
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/vtkusers
>



-- 
Ken Martin PhD
Chairman & CFO
Kitware Inc.
28 Corporate Drive
Clifton Park NY 12065
518 371 3971

This communication, including all attachments, contains confidential and
legally privileged information, and it is intended only for the use of the
addressee.  Access to this email by anyone else is unauthorized. If you are
not the intended recipient, any disclosure, copying, distribution or any
action taken in reliance on it is prohibited and may be unlawful. If you
received this communication in error please notify us immediately and
destroy the original message.  Thank you.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20151211/fd479523/attachment.html>


More information about the vtkusers mailing list