MantisBT - ParaView
View Issue Details
0009665ParaViewBugpublic2009-10-05 15:242010-01-25 17:27
Alan Scott 
 
normalminoralways
closedfixed 
 
3.8 
0009665: vtkOpenGLPainterDeviceAdapter.cxx spews too many error messages
In vtkOpenGLPainterDeviceAdapter.cxx, an error message is written every call. For instance, look at line 341, where it grumbles about unsupported type for vertices.

We should only put this error message out some specified number of times (for instance, 4) then turn it off. Maybe put out a warning when we are turning it off.

Then, turn it back on every frame, or every Apply, or every file load, or somesuch.
No tags attached.
Issue History
2009-10-05 15:24Alan ScottNew Issue
2010-01-20 16:56Utkarsh AyachitNote Added: 0019229
2010-01-20 16:56Utkarsh AyachitStatusbacklog => @20@
2010-01-25 17:27Alan ScottNote Added: 0019301
2010-01-25 17:27Alan ScottStatus@20@ => closed
2010-01-25 17:27Alan ScottResolutionopen => fixed

Notes
(0019229)
Utkarsh Ayachit   
2010-01-20 16:56   
Alan,

Can you provide to produce this error message?
(0019301)
Alan Scott   
2010-01-25 17:27   
Closing. I don't know how to replicate this at present - if it appears again, I will fix it and push the fix to Kitware.