Paraview crashing when loading state file

Hi,

Have been working on some 3D data today when the following error would pop up when loading the state file:

ROR: In C:\glr\builds\paraview\paraview-ci\build\superbuild\paraview\src\VTK\Common\ExecutionModel\vtkDemandDrivenPipeline.cxx, line 760 vtkPVDataRepresentationPipeline (000001849E8CB980): Input for connection index 0 on input port index 0 for algorithm vtkImageSliceRepresentation(00000184A32AFFE0) is of type vtkRectilinearGrid, but a vtkImageData is required.

I was able to just ignore it and everything would be fine until paraview would start crashing more frequently until it would crash upon any input.

Now i am unable to even load the state file without paraview crashing. the file will load to the extent i can see the pipeline change but the previous errorwould appear during loading and then paraview will crash.

Is there a solution to this as i can’t at the moment access any of the analysis i was doing.

Thanks in advance,
Kieran

State file (data too large to attach):

B3 [200].pvsm (2.2 MB)

Did you change the dataset you were looking at somewhere along the line? What about the version of Paraview?

V 5.10.1

and no the data set wasn’t change. neither was the path to the data set.

This quote is indicating that your data representation in the state file was set using a vtkImageData object, but that it is now being handed a vtkRectilinearGrid. I’m not surprised that worked, since the representation should only matter for what shows in the RenderView window. However, it implies to me that, somewhere along the line, you were changing stuff around in your pipeline using Change Input or something similar, and that can easily cause problems.

I tried to look at your state file, but 45k lines of code is too much for me to parse through without knowing what I’m looking for.