[Paraview] windows build can not read appended image (VTI) data

Berk Geveci berk.geveci at kitware.com
Mon Jun 9 21:35:44 EDT 2008


I followed the reader in the debugger. It looks like the header of the
u block is corrupt. The length of the array does not look right.

-berk

On Mon, Jun 9, 2008 at 5:05 PM, Server Levent Yilmaz
<leventyilmaz at gmail.com> wrote:
>
> The Windows build of Paraview (3.2.1 and 3.3.0) fails reading an
> uncompressed raw appended binary image data file (VTI) if the image size is
> bigger than total of 128 elements. Here are two sample files for
> verification:
>
> 7x4x4.vti - ok
> 8x4x4.vti - fail
>
> First one is a 7-by-4-by-4 image, second is 8-by-4-by-4. Each one has 2
> scalar point data arrays, named `u' and `v', in little endian Float64.
> Paraview unix builds successfully read both data files.
>
> Here is the error I get on Windows with 8x4x4.vti after Open -> Apply:
>
> ERROR: In
> C:\berk\ReleaseBuilds\ParaView3\VTK\IO\vtkXMLStructuredDataReader.cxx, line
> 314
>
> vtkXMLImageDataReader (05E460A8): Error reading extent 0 7 0 3 0 3 from
> piece 0
>
> ERROR: In C:\berk\ReleaseBuilds\ParaView3\VTK\IO\vtkXMLDataReader.cxx, line
> 497
>
> vtkXMLImageDataReader (05E460A8): Cannot read point data array "u" from
> PointData in piece 0. The data array in the element may be too short.
>
> [ repeats 5 more times ]
>
>
> Can anyone confirm?
>
> thanks
> L:event
>
> --
> Server Levent Yilmaz
> Mechanical Engineering
> University of Pittsburgh
> _______________________________________________
> ParaView mailing list
> ParaView at paraview.org
> http://www.paraview.org/mailman/listinfo/paraview
>
>


More information about the ParaView mailing list