<div dir="ltr">Hi <span style="font-family:arial,sans-serif;font-size:13px">Michael,</span><div><span style="font-family:arial,sans-serif;font-size:13px"><br></span></div><div style><span style="font-family:arial,sans-serif;font-size:13px">which version of ParaView are you using ?</span></div>
<div style><span style="font-family:arial,sans-serif;font-size:13px"><br></span></div><div style><font face="arial, sans-serif">Thanks,</font></div><div style><font face="arial, sans-serif"><br></font></div><div style><font face="arial, sans-serif">Seb</font></div>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Apr 15, 2013 at 12:18 PM, Michael Garba <span dir="ltr">&lt;<a href="mailto:gmt2027@gmail.com" target="_blank">gmt2027@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I am attempting to create a custom reader in pure Python by attaching a ProgrammableFilter to a Text source that provides file names and other input parameters in JSON syntax. When the output type of the programmable filter is set to a vtkRectilinearGrid (apparently anything other than the original vtkTable input), Paraview throws the following error multiple times<br>

<br>
&gt; ERROR: In<br>
&gt; /home/utkarsh/Dashboards/<u></u>MyTests/NightlyMaster/<u></u>ParaViewSuperbuild-Release/<u></u>paraview/src/paraview/<u></u>ParaViewCore/<u></u>ServerImplementation/Core/<u></u>vtkPVSessionCore.cxx, <br>
&gt; line 389<br>
&gt; vtkPVSessionCore (0x93ab660): Object type: vtkCubeAxesRepresentation,<br>
&gt; could not find requested method: &quot;SetOrientation&quot;<br>
&gt; or the method was called with incorrect arguments.<br>
&gt;<br>
&gt; while processing<br>
&gt; Message 0 = Invoke<br>
&gt;   Argument 0 = vtk_object_pointer {vtkCubeAxesRepresentation (0xa715620)}<br>
&gt;   Argument 1 = string_value {SetOrientation}<br>
&gt;   Argument 2 = float64_value {0}<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; ERROR: In<br>
&gt; /home/utkarsh/Dashboards/<u></u>MyTests/NightlyMaster/<u></u>ParaViewSuperbuild-Release/<u></u>paraview/src/paraview/<u></u>ParaViewCore/<u></u>ServerImplementation/Core/<u></u>vtkPVSessionCore.cxx, <br>
&gt; line 390<br>
&gt; vtkPVSessionCore (0x93ab660): Aborting execution for debugging purposes.<br>
&gt;<br>
&gt;<br>
&gt; ERROR: In<br>
&gt; /home/utkarsh/Dashboards/<u></u>MyTests/NightlyMaster/<u></u>ParaViewSuperbuild-Release/<u></u>paraview/src/paraview/<u></u>ParaViewCore/<u></u>ServerImplementation/Core/<u></u>vtkSIProxy.cxx, <br>
&gt; line 131<br>
&gt; vtkSISourceProxy (0xa7142e0): Error pushing property state: Orientation<br>
&gt;<br>
&gt;<br>
&gt; ERROR: In<br>
&gt; /home/utkarsh/Dashboards/<u></u>MyTests/NightlyMaster/<u></u>ParaViewSuperbuild-Release/<u></u>paraview/src/paraview/<u></u>ParaViewCore/<u></u>ServerImplementation/Core/<u></u>vtkPVSessionCore.cxx, <br>
&gt; line 389<br>
&gt; vtkPVSessionCore (0x93ab660): Object type: vtkGlyph3DRepresentation,<br>
&gt; could not find requested method: &quot;SetOrientation&quot;<br>
&gt; or the method was called with incorrect arguments.<br>
&gt;<br>
&gt; while processing<br>
&gt; Message 0 = Invoke<br>
&gt;   Argument 0 = vtk_object_pointer {vtkGlyph3DRepresentation (0xa81e6e0)}<br>
&gt;   Argument 1 = string_value {SetOrientation}<br>
&gt;   Argument 2 = float64_value {0}<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; ERROR: In<br>
&gt; /home/utkarsh/Dashboards/<u></u>MyTests/NightlyMaster/<u></u>ParaViewSuperbuild-Release/<u></u>paraview/src/paraview/<u></u>ParaViewCore/<u></u>ServerImplementation/Core/<u></u>vtkPVSessionCore.cxx, <br>
&gt; line 390<br>
&gt; vtkPVSessionCore (0x93ab660): Aborting execution for debugging purposes.<br>
&gt;<br>
&gt;<br>
&gt; ERROR: In<br>
&gt; /home/utkarsh/Dashboards/<u></u>MyTests/NightlyMaster/<u></u>ParaViewSuperbuild-Release/<u></u>paraview/src/paraview/<u></u>ParaViewCore/<u></u>ServerImplementation/Core/<u></u>vtkSIProxy.cxx, <br>
&gt; line 131<br>
&gt; vtkSISourceProxy (0xa81b238): Error pushing property state: Orientation<br>
<br>
<br>
The data is successfully loaded and, for the rest of the session, there are no further errors. However, the application exits with a segmentation fault and core dump when I attempt to load any saved Paraview state files based on this pipeline. Any insights into this problem will be appreciated.<br>

<br>
Regards,<br>
<br>
Michael Garba<br>
IDEAS Research Institute<br>
Robert Gordon University<br>
Aberdeen<br>
AB10 7GJ<br>
<br>
______________________________<u></u>_________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/<u></u>opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/<u></u>ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/<u></u>mailman/listinfo/paraview</a><br>
</blockquote></div><br></div>