ParaView 5.7.0 Release Candidate 2 available for download

The ParaView team is happy to announce that ParaView 5.7.0-RC2 (Release Candidate 2) is available for download at

https://www.paraview.org/download/

In addition, ParaView’s git repository and superbuild repository have been tagged with “v5.7.0-RC2”.

Notably, this release candidate includes binaries build with Python 3.7 except on macOS.

Release notes will be assembled during the release candidate phase and posted for the final v5.7.0 release.

Please let us know if you find any problems with this release candidate. A few known issues have already been identified in this release candidate:

These issues will be addressed by the final 5.7.0 release.

Thanks you,

The ParaView team

1 Like

Hi Cory,

Sorry if this is not the right place to report the problems.

Texture Map filters (To Sphere or To Plane) are crashing ParaView 5.7.0 RC2 (Also RC1) on Linux:

( 22.417s) [paraview ] vtkSIProxy.cxx:415 ERR| vtkSISourceProxy (0x7f8a4c010630): Failed to create ‘vtkTextureMapToSphere’. This typically means that ParaView does not know about the request class to create an instance of if. Ensure that it has been correctly wrapped using the client-server wrappers and the wrapping has been initialized. Note class names are case-sensitive. Check for typos. Aborting for debugging purposes.

( 49.536s) [paraview ] vtkSIProxy.cxx:415 ERR| vtkSISourceProxy (0x70e1150): Failed to create ‘vtkTextureMapToPlane’. This typically means that ParaView does not know about the request class to create an instance of if. Ensure that it has been correctly wrapped using the client-server wrappers and the wrapping has been initialized. Note class names are case-sensitive. Check for typos. Aborting for debugging purposes.

Thanks for the report, Tarun. I’ve posted an issue in our issue tracker here:

https://gitlab.kitware.com/paraview/paraview/issues/19250