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 "rho" 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 "|E|" 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 "|E|" 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 "rho" from PointData in piece 0. The data array in the element may be too short.<br><br><br>I guess it'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't sent it, but it looks roughly like this:<br>
<br><?xml version="1.0"?><br><VTKFile type="UnstructuredGrid"><br><UnstructuredGrid><br><Piece NumberOfPoints="6225340" NumberOfCells="4980272" ><br><Points><br>
<DataArray type="Float32" NumberOfComponents="3"><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>
</DataArray><br></Points><br><Cells><br><DataArray type="Int32" Name="connectivity"><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>
</DataArray><br><DataArray type="Int32" Name="offsets"><br>4<br>8<br>12<br>..., number of these is 4980272<br></DataArray><br><DataArray type="UInt8" Name="types"><br>
10<br>10<br>10<br>... (4980272 copies of "10")<br></DataArray><br></Cells><br><PointData Scalars="rho" ><br><DataArray type="Float32" Name="rho"><br>1.2663767364491398E-10<br>
6.45082075320499E-11<br>... (number of data entries = number of nodes = 6225340)<br></DataArray><br></PointData><br></Piece><br></UnstructuredGrid><br></VTKFile><br><br>Could the problem be that the file is too large? I'm running on a Macpro with 16 GB's of RAM, and it'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>