Hi,<br><br>I'm writing and reading big vtp files (with compression ON as by default)<br>with the standard vtkXMLPolyDataWriter/vtkXMLPolyDataReader. I'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's working without any trouble.<br><br>I found some information related to that error in multiple forums but it didn't help me.<br>Do you have any idea what's wrong? Is there a trick somewhere for bigger files?<br>
<br>Thanks a lot<br>Benoit<br>