Hi,<br><br>I&#39;m writing and reading big vtp files (with compression ON as by default)<br>with the standard vtkXMLPolyDataWriter/vtkXMLPolyDataReader. I&#39;m compiling on a 64bits machine.<br>The writing is OK (6.2GB). When i want to read the produced file, here is what it returns:<br>

<br>ERROR: In /home/ch137122/Software/vtk-5.6.0/VTK/IO/vtkXMLUnstructuredDataReader.cxx, line 522<br>vtkXMLPolyDataReader (0x1704880): Cannot read points array from Points in piece 0.  The data array in the element may be too short.<br>

<br>However, for smaller files, It&#39;s working without any trouble.<br><br>I found some information related to that error in multiple forums but it didn&#39;t help me.<br>Do you have any idea what&#39;s wrong? Is there a trick somewhere for bigger files?<br>

<br>Thanks a lot<br>Benoit<br>