[Paraview-developers] paraview PVSessionCore error

Cory Quammen cory.quammen at kitware.com
Tue Jul 12 09:37:05 EDT 2016


Chiranjib,

Usually this error means there is a mismatch between the XML used to
describe the VTK-side class. Check that your XML name for the member
function matches the C++, and that the member function setVariable()
takes only one value.

Cory

On Tue, Jul 12, 2016 at 1:22 AM, Chiranjib Sur <sur.chiranjib at gmail.com> wrote:
> Hi,
> I am trying to implement a new filter in ParaView and I get the following
> error while executing.
>
> vtkPVSessionCore (0x162d180): Object type: MyObjectSource, could not find
> requested method: "setVariable"
> or the method was called with incorrect arguments.
>
> while processing
> Message 0 = Invoke
>   Argument 0 = vtk_object_pointer {MyObjectSource(0x34b3870)}
>   Argument 1 = string_value {setVariable}
>   Argument 2 = float64_value {0.003}
>
>
> I searched the mailing list and it looks like a very similar bug has been
> reported
> http://www.paraview.org/Bug/view.php?id=15593
>
>
> People have faced similar problem and here are the details
> http://public.kitware.com/pipermail/paraview/2016-March/036387.html
>
> Is there a solution of work-around?
>
> Chiranjib
>
> _______________________________________________
> 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=Paraview-developers
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/paraview-developers
>



-- 
Cory Quammen
R&D Engineer
Kitware, Inc.


More information about the Paraview-developers mailing list