MantisBT - ParaView
View Issue Details
0015044ParaView(No Category)public2014-10-10 14:382015-01-02 10:45
Cory Quammen 
Cory Quammen 
normalminorhave not tried
closedfixed 
git-master 
4.3 
TBD
15044_update_example_plugins
incorrect functionality
0015044: Representation and HiddenLinesRemoval plugin examples do not work
Email from paraview email list from B.W.H. van Beest <bwvb@xs4all.nl>:

I think there is a bug in the plugin example in
../ParaView/Examples/Plugin/Representation (Paraview 4.2)

As given, loading the plugin manually, and then creating a new source
(e.g. Box) causes Paraview to crash with the error message:

> ERROR: In
> /usr/local/git/ParaView/ParaViewCore/ServerImplementation/Core/vtkSIProxyDefinitionManager.cxx,
> line 565
> vtkSIProxyDefinitionManager (0x265ebb0): No proxy that matches:
> group=representations and proxy=SurfaceRepresentationBase were found.
>
>
> ERROR: In
> /usr/local/git/ParaView/ParaViewCore/ServerImplementation/Core/vtkSIProxyDefinitionManager.cxx,
> line 989
> vtkSIProxyDefinitionManager (0x265ebb0): Failed to locate base proxy
> definition (representations, SurfaceRepresentationBase). Aborting for
> debugging purposes.
>
>
> Abort

The error seems to be in the file Representation.xml, where the attribute
base_proxyname is set to "SurfaceRepresentationBase", which should be
"SurfaceRepresentation" according to the documentation in
http://www.paraview.org/Wiki/ParaView/Plugin_HowTo#Adding_new_Representations_for_3D_View_using_Plugins_.2A_new_in_version_3.7 [^]

When I make the change, recompile the plugin and load in into Paraview,
there is no longer the above crash when I create a new Box, and the
representation "Special Mapper" feautures in the Representationnn combobox.

> [243] Representation> diff Representation.xml.org Representation.xml
> 7c7
> < base_proxyname="SurfaceRepresentationBase">
> ---
> > base_proxyname="SurfaceRepresentation">
No tags attached.
Issue History
2014-10-10 14:38Cory QuammenNew Issue
2014-10-10 14:38Cory QuammenAssigned To => Cory Quammen
2014-10-10 21:18Cory QuammenTopic Name => 15044_update_example_plugins
2014-10-10 21:18Cory QuammenStatusbacklog => gatekeeper review
2014-10-10 21:18Cory QuammenFixed in Version => 4.2.1
2014-10-10 21:18Cory QuammenResolutionopen => fixed
2014-10-15 10:08Utkarsh AyachitFixed in Version4.2.1 => git-master
2014-10-15 10:08Utkarsh AyachitStatusgatekeeper review => customer review
2014-10-15 10:08Utkarsh AyachitNote Added: 0033651
2014-11-06 19:26Alan ScottNote Added: 0033767
2014-11-06 19:26Alan ScottStatuscustomer review => closed
2015-01-02 10:45Utkarsh AyachitFixed in Versiongit-master => 4.3

Notes
(0033651)
Utkarsh Ayachit   
2014-10-15 10:08   
Topics merged into master:
        15025_fix_annotations
        15035_reverse_connections_dsrs
        15043_add_qmake_variable_back
        15044_update_example_plugins
        cmake-cmp0053-warnings
        live-breakpoint
        pv-plot-bar-lut
        visible_range

(0033767)
Alan Scott   
2014-11-06 19:26   
Trusting this is fixed. Closing.