[Paraview] BUG: Crash when saving in pvd format

Eric E. Monson emonson at cs.duke.edu
Fri Aug 13 08:58:59 EDT 2010


Hey Harald,

It looks like there is an error in your .vtk file: The description of LINES should read

LINES 1 6

since you are just describing one cell (rather than 4 separate cells). If you really want four separate cells, you need this:

LINES 4 12
2 0 1
2 1 2
2 2 3
2 3 4

Talk to you later,
-Eric

------------------------------------------------------
Eric E Monson
Duke Visualization Technology Group


On Aug 13, 2010, at 7:44 AM, <Harald.Soleng at kongsberg.com> wrote:

> Load the attached file into paraview 3.8. Then try to save in pvd ascii format, and paraview crashes.
>  
> Harald
>  
>  
>  
> 
> CONFIDENTIALITY
> This e-mail and any attachment contain KONGSBERG information which may be proprietary, confidential or subject to export regulations, and is only meant for the intended recipient(s). Any disclosure, copying, distribution or use is prohibited, if not otherwise explicitly agreed with KONGSBERG. If received in error, please delete it immediately from your system and notify the sender properly.
> <curve.vtk>_______________________________________________
> Powered by www.kitware.com
> 
> Visit other Kitware open-source projects athttp://www.kitware.com/opensource/opensource.html
> 
> Please keep messages on-topic and check the ParaView Wiki at:http://paraview.org/Wiki/ParaView
> 
> Follow this link to subscribe/unsubscribe:
> http://www.paraview.org/mailman/listinfo/paraview

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20100813/54524847/attachment.htm>


More information about the ParaView mailing list