Skip to content

Fix windows crash when starting trace.

On windows, if you don't start ParaView with a working directory that's the same as the bin directory, python modules won't import. This causes vtkSMTrace::StartTrace() to fail and return nullptr. Check for this return so we print error messages, and don't segfault.

cc @demarle

Merge request reports