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

Server Levent Yilmaz leventyilmaz at gmail.com
Mon Jun 9 17:05:06 EDT 2008


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 <http://miyav.ath.cx/t_/pv/7x4x4.vti> - ok
8x4x4.vti <http://miyav.ath.cx/t_/pv/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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20080609/d05ed99e/attachment.htm>


More information about the ParaView mailing list