[Paraview] Error Message from vtkPVArraySelection.cxx

Amy Squillacote amy.squillacote at kitware.com
Fri May 6 11:30:28 EDT 2005


Try making the changes indicated below.  If this fixes the problem, it 
means that ParaView couldn't find your information-only string vector property.

- Amy

At 11:21 AM 5/6/2005, RAVINDRANATH LANKA wrote:
>When you said, vtkPVArraySelection.cxx is trying to get a 
>vtkSMStringVectorProperty from readers.xml, what exactly is it looking 
>for. I did  not modify any String/Vector Properties in readers.xml shown below.
>
>
>===============readers.xml======================
><SourceProxy name="AcuSolveReader"
>        class="vtkPVAcuSolveReaderModule">
>        <StringVectorProperty
>            name="FileName"
>            command="SetFileName"
>            number_of_elements="1">
>            <StringListDomain name="files"/>
>        </StringVectorProperty>
>
>        <StringVectorProperty
>            name="PointArrayInfo"
>            information_only="1">
>            <ArraySelectionInformationHelper attribute_name="Point"/>
>        </StringVectorProperty>
>
>        <StringVectorProperty
>            name="PointArrayStatus"
>            command="SetPointArrayStatus"
>            number_of_elements="0"
>            repeat_command="1"
>            number_of_elements_per_command="2"

              information_property="PointArrayInfo"

>          element_types="2 0">
>            <ArraySelectionDomain name="array_list">
>                <RequiredProperties>
>                    <Property name="PointArrayInfo" function="ArrayList"/>
>                </RequiredProperties>
>            </ArraySelectionDomain>
>        </StringVectorProperty>
>
>        <IntVectorProperty
>            name="UpdateTimeStep"
>            command="SetUpdateTimeStep"
>            number_of_elements="1"default_values="0">
>            <IntRangeDomain name="range" min="1" max="128" />
>        </IntVectorProperty>
>    </SourceProxy>
>
>=============end of readers.xml=====================
>
>
>---------
>vtkPVArraySelection.cxx is trying to get a vtkSMStringVectorProperty from 
>readers.xml.
>
>- Amy
>
>At 10:54 AM 5/6/2005, RAVINDRANATH LANKA wrote:
>                 Hi all,
>
>I downloaded the linux sources for the latest paraview ( version 2.0, 
>release 1 ).   I also recompiled my custom reader that I have been using 
>with the earlier version.  I keep getting the following error messages 
>that I have not seen before,
>
>================================================================
>ErrorMessage
># Error or warning: There was a VTK Error in file: 
>/home/ravilanka/downloads/paraview-2.0.1/GUI/Client/vtkPVArraySelection.cxx
>(228)
>An appropriate property not specified. Can not update
>ErrorMessage end
>================================================================
>
>I am not sure if I have to modify either the readers.xml or the 
>Readers.xml with the new version.
>
>thanks in advance
>
>Ravi
>
>_________________________________________________________________
>Bought a New Cellphone? 
>http://adfarm.mediaplex.com/ad/ck/4686-26272-10936-265?ck=Register Sell 
>your old one for a Great Price in eBay!



More information about the ParaView mailing list