[vtkusers] OpenGL errors upon move from 6.3.0 to 7.0.0

Ken Martin ken.martin at kitware.com
Mon Feb 22 21:44:56 EST 2016


Out of memory is an unusual one. Maybe the mesh is too big to load all at
once in the new backend. How big is the mesh you are trying to render
(number of points, number of triangles) and does it use cell colors or cell
normals?  That would help me get a feel if it is really just exceeding what
the card can handle.

Thanks
Ken


On Mon, Feb 22, 2016 at 6:50 PM, Richard Frank <rickfrank at me.com> wrote:

> Hi,
>
> I get the following errors ( and my fairly complex polygon mesh fails to
> render ) when using VTK 7.0.
> ERROR: In
>
> \vtk770\Rendering\OpenGL2\vtkOpenGLPolyDataMapper.cxx, line 1440
> vtkOpenGLPolyDataMapper (0000016618EFD490): failed after UpdateShader 1
> OpenGL errors detected
> 0 : (1282) Invalid operation
>
>
>
> ERROR: In \vtk770\Rendering\OpenGL2\vtkOpenGLActor.cxx, line 91
> vtkOpenGLActor (0000016619E228B0): failed after Render 1 OpenGL errors
> detected
> 0 : (1285) Out of memory
>
>
> This is code is " works " fine in 6.3.0.
>
> I'm using an NVidia quadro K5200 with 8G.
>
> Any tips on how to debug this?
> Thanks
>
> Rick
>
>
> Sent from my iPad
> _______________________________________________
> 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/20160222/c8ac9003/attachment.html>


More information about the vtkusers mailing list