[vtk-developers] vtkOpenGLTextActor/vtkTextActor exception error

Allie Vacanti allison.vacanti at kitware.com
Mon Dec 18 10:35:33 EST 2017


The only bit of extra setup that vtkTextActor requires is that the
vtkRenderingFreeType module needs to be linked, but it should print out
something like "Failed getting the TextRenderer instance!" if that's not
done, and vtkAlgorithm::SetInputDataInternal shouldn't be a part of the
stack.

What does the exception say? Can you provide a more detailed backtrace?

On Fri, Dec 15, 2017 at 5:10 PM, Kevin Lee <kevin.lee at emiservices.com>
wrote:

> I am using VTK 8.0.  When I call the New member function of either
> vtkOpenGLTextActor or vtkTextActor, my program throws an exception.  The
> exception occurs in:
>
> vtkCommonExecutionModel-8.0.dll!vtkAlgorithm::SetInputDataInternal(int
> port, vtkDataObject *input) Line 949
>
>
>
> I have no problems instantiating a vtkOpenGLActor object.  Are there
> special setup requirements that must be in place before creating a text
> actor?
>
>
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at http://www.kitware.com/
> opensource/opensource.html
>
> Search the list archives at: http://markmail.org/search/?q=vtk-developers
>
> Follow this link to subscribe/unsubscribe:
> https://vtk.org/mailman/listinfo/vtk-developers
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://vtk.org/pipermail/vtk-developers/attachments/20171218/07988ead/attachment.html>


More information about the vtk-developers mailing list