MantisBT - ParaView
View Issue Details
0012105ParaViewBugpublic2011-04-19 04:542011-05-02 19:40
Sven Buijssen 
Utkarsh Ayachit 
normalminoralways
closedfixed 
Development 
3.12 
0012105: Loading state file that references an unstructured grid or uniform rectilinear grid pops up error message
The collaboration branch merge introduced the following regression:

ParaView nightly build (pv commit 0e9d5b392add10f16dd76c21c90aad50b09b6048), local server, Linux 64-bit.
* Sources / Wavelet. Apply
* File / Save State / filename: foo.pvsm
* File / Disconnect
* File / Load State / filename: foo.pvsm

=> the following error message is raised:

VTK/Filtering/vtkDemandDrivenPipeline.cxx, line 727
vtkCompositeDataPipeline (0x34e4ef0): Input port 0 of algorithm vtkOpenGLGPUVolumeRayCastMapper(0x364b000) has 0 connections but is not optional.

A similar error message is raised if the state file references an unstructured grid (Apply "Clean to Grid" before saving state):

VTK/Filtering/vtkDemandDrivenPipeline.cxx, line 727
vtkCompositeDataPipeline (0x4142e60): Input port 0 of algorithm vtkUnstructuredGridVolumeZSweepMapper(0x30b4e20) has 0 connections but is not optional.

This does not happen for e.g. a polygonal mesh.

Neither of these errors were raised with PV 3.11.0.
No tags attached.
Issue History
2011-04-19 04:54Sven BuijssenNew Issue
2011-04-19 07:47Sebastien JourdainAssigned To => Utkarsh Ayachit
2011-04-19 07:47Sebastien JourdainStatusbacklog => tabled
2011-04-27 15:54Utkarsh AyachitNote Added: 0026267
2011-04-27 15:54Utkarsh AyachitStatustabled => @80@
2011-04-27 15:54Utkarsh AyachitFixed in Version => 3.12
2011-04-27 15:54Utkarsh AyachitResolutionopen => fixed
2011-05-02 19:40Alan ScottNote Added: 0026397
2011-05-02 19:40Alan ScottStatus@80@ => closed

Notes
(0026267)
Utkarsh Ayachit   
2011-04-27 15:54   
commit 1cc35e09ac564eeae612c5e07ddb96b30a8a65af
Merge: cd8f060 f95a765
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Wed Apr 27 15:53:14 2011 -0400

    Merge topic '12105_fix_state_loading'
    
    f95a765 Fixed BUG 0012105. UpdatePipelineInformation() was being called incorrectly.
(0026397)
Alan Scott   
2011-05-02 19:40   
Tested trunk, windows, local server.