Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • ParaView ParaView
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,961
    • Issues 1,961
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 97
    • Merge requests 97
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ParaViewParaView
  • ParaViewParaView
  • Issues
  • #18391
Closed
Open
Issue created Aug 23, 2018 by Utkarsh Ayachit@utkarsh.ayachit⛰Contributor

issues reading legacy VTK files with field data

Steps to reproduce:

  1. open multicomb_0.vts from ParaView Data, Apply
  2. create Programmable Filter with following script:
o = dsa.WrapDataObject(self.GetOutputDataObject(0))
o.FieldData.append(numpy.zeros(1), "zeros-1")
o.FieldData.append(numpy.zeros(10), "zeros-10")
  1. save generate data as a legacy vtk file.
  2. open the generated file. you'll get errors as follows:
ERROR: In /home/buildslave/dashboards/buildbot/paraview-pvbinsdash-linux-shared-release_superbuild/source-paraview/VTK/IO/Parallel/vtkPDataSetReader.cxx, line 835
vtkPDataSetReader (0x554d200): Could not seek past field.

ERROR: In /home/buildslave/dashboards/buildbot/paraview-pvbinsdash-linux-shared-release_superbuild/source-paraview/VTK/IO/Parallel/vtkPDataSetReader.cxx, line 681
vtkPDataSetReader (0x554d200): 

ERROR: In /home/buildslave/dashboards/buildbot/paraview-pvbinsdash-linux-shared-release_superbuild/source-paraview/VTK/IO/Parallel/vtkPDataSetReader.cxx, line 685
vtkPDataSetReader (0x554d200): Expecting 'DIMENSIONS' instead of: 
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking