<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Hello everybody,</div><div><br></div><div>I'm trying to write my processed data into the xdmf format and I found some bugs.</div><div><br></div><div>The first that is the most annoying one is the following :</div><div><br></div><div>1)If the dataset has a string FieldData &nbsp;ParaView crash nicely. To reproduce load the "NonOrthogonalSource" plugin, then create a "ShearedCube" Source and active the "Use Titles", finally try to save the dataset into a xdmf (.xmf).</div><div><br></div><div>- One solution is to ignore the data for the moment.</div><div><br></div><div>2) when the ParaView does not crash, I always get the following error, even if the file is correctly written.</div><div><br></div><div>"<span style="color: rgb(128, 0, 0); ">ERROR: In /Users/kitware/Dashboards/MyTests/NightlyMaster/ParaViewSuperbuild-Release/paraview/src/paraview/VTK/Common/ExecutionModel/vtkDemandDrivenPipeline.cxx, line 815</span></div><div style="margin: 0px; "><span style="color: rgb(128, 0, 0); ">vtkPVPostFilterExecutive (0x11b23b2a0): Input for connection index 0 on input port index 0 for algorithm vtkPVPostFilter(0x11b237290) is of type vtkDataObject, but a vtkPolyData is required."</span><!--EndFragment--></div><div><br></div><div>to reproduce just unselect the&nbsp;"Use Titles" option and try to save the dataset in xdmf format.</div><div><br></div><div>3) Why the filename of the heavy data are written with absolute path inside the xdmf file. this make impossible to move your file after, without doing a search and replace, in the xmdf file.</div><div><br></div><div>To reproduce just create a Disk1source (the default values make the mesh heavy enough to create a h5 file), and try to store it in xdmf format.</div><div><br></div><div>I'can work in a patch for the first, Do I open 3 bugs reports ???</div><div><br></div><div>Using ParaView 4.0.1 64 bit (OS X) from the website.&nbsp;</div><div><br></div><div>Felipe</div></body></html>