Dear paraview developers and users,<br><br>I got this error when I attempted to open a .vtu file:<br><br>ERROR: In /Users/berk/Work/ReleaseBuilds/ParaView3/VTK/IO/vtkXMLDataReader.cxx, line 502<br>vtkXMLUnstructuredGridReader (0x19373cb0): Cannot read point data array &quot;rho&quot; from PointData in piece 0.  The data array in the element may be too short.<br>
<br><br>ERROR: In /Users/berk/Work/ReleaseBuilds/ParaView3/VTK/IO/vtkXMLDataReader.cxx, line 502<br>vtkXMLUnstructuredGridReader (0x193f8e00): Cannot read point data array &quot;|E|&quot; from PointData in piece 0.  The data array in the element may be too short.<br>
<br><br>ERROR: In /Users/berk/Work/ReleaseBuilds/ParaView3/VTK/IO/vtkXMLDataReader.cxx, line 502<br>vtkXMLUnstructuredGridReader (0x19328870): Cannot read point data array &quot;|E|&quot; from PointData in piece 0.  The data array in the element may be too short.<br>
<br><br>ERROR: In /Users/berk/Work/ReleaseBuilds/ParaView3/Servers/Filters/vtkTransferFunctionEditorWidgetSimple1D.cxx, line 1246<br>vtkTransferFunctionEditorWidgetSimple1D (0x178c99d0): Cannot move a transfer function node horizontally past the ones on either side of it.<br>
<br><br>ERROR: In /Users/berk/Work/ReleaseBuilds/ParaView3/VTK/Filtering/vtkColorTransferFunction.cxx, line 1105<br>vtkColorTransferFunction (0x262505d0): Index out of range!<br><br><br>ERROR: In /Users/berk/Work/ReleaseBuilds/ParaView3/VTK/IO/vtkXMLDataReader.cxx, line 502<br>
vtkXMLUnstructuredGridReader (0x26251870): Cannot read point data array &quot;rho&quot; from PointData in piece 0.  The data array in the element may be too short.<br><br><br>I guess it&#39;s all the same error. I  have some working files from before and I created this file from the same script. I have checked the number of points and the number of elements literally more than 5 or 6 times, and I have no idea why it would give me ths kind of error... My file is huge so I won&#39;t sent it, but it looks roughly like this:<br>
<br>&lt;?xml version=&quot;1.0&quot;?&gt;<br>&lt;VTKFile type=&quot;UnstructuredGrid&quot;&gt;<br>&lt;UnstructuredGrid&gt;<br>&lt;Piece NumberOfPoints=&quot;6225340&quot;  NumberOfCells=&quot;4980272&quot; &gt;<br>&lt;Points&gt;<br>
&lt;DataArray type=&quot;Float32&quot; NumberOfComponents=&quot;3&quot;&gt;<br>-0.101 -0.0184 -0.0834<br>-0.088 -0.05915 -0.1417<br>-0.050499994 -0.00920002 -0.1417<br> ... x y z coordinates, 6225340 of these numbers in total<br>
&lt;/DataArray&gt;<br>&lt;/Points&gt;<br>&lt;Cells&gt;<br>&lt;DataArray type=&quot;Int32&quot; Name=&quot;connectivity&quot;&gt;<br>1 4 7 2<br>2 1 6 7<br>2 6 8 7<br>7 2 4 8<br>6 2 0 1<br>.... (lists of elements, 4980272 of these in total, and starting from 0 for node indexing like I did in the other files that opened fine.)<br>
&lt;/DataArray&gt;<br>&lt;DataArray type=&quot;Int32&quot; Name=&quot;offsets&quot;&gt;<br>4<br>8<br>12<br>..., number of these is 4980272<br>&lt;/DataArray&gt;<br>&lt;DataArray type=&quot;UInt8&quot; Name=&quot;types&quot;&gt;<br>
10<br>10<br>10<br>... (4980272 copies of &quot;10&quot;)<br>&lt;/DataArray&gt;<br>&lt;/Cells&gt;<br>&lt;PointData Scalars=&quot;rho&quot; &gt;<br>&lt;DataArray type=&quot;Float32&quot; Name=&quot;rho&quot;&gt;<br>1.2663767364491398E-10<br>
6.45082075320499E-11<br>... (number of data entries = number of nodes = 6225340)<br>&lt;/DataArray&gt;<br>&lt;/PointData&gt;<br>&lt;/Piece&gt;<br>&lt;/UnstructuredGrid&gt;<br>&lt;/VTKFile&gt;<br><br>Could the problem be that the file is too large? I&#39;m running on a Macpro with 16 GB&#39;s of RAM, and it&#39;s a 2 x 2.26GHz quad-core Intel Xeon processor.<br>
<br>Any help would be greatly appreciated!<br><br>Thanks,<br>Karen <br>