MantisBT - ParaView
View Issue Details
0010453ParaViewBugpublic2010-03-24 10:262010-04-06 17:29
Stephane P 
Utkarsh Ayachit 
normalmajoralways
closedunable to reproduce 
Development 
 
ParaViS
0010453: impossible to replay a trace with ArrayListProperty properties
When the trace is dumped, the ArrayListProperty contents are dumped as a list of string : ['name0', 'name1']
when loading, it seems that the ArrayListProperty expecs a list of string interleaved with the associated values : ['name0', '1', 'name1', '1'] (the 1 indicates that is it selected).
To reproduce the bug :
start paraview, start the trace, load the test file 'box.ex2', dump the trace to a file. Then restart paraview, and run the dumped trace --> a lot of errors appear in the python shell, and the blocks are not selected as they should.
No tags attached.
Issue History
2010-03-24 10:26Stephane PNew Issue
2010-03-25 10:40Utkarsh AyachitNote Added: 0020006
2010-03-25 10:40Utkarsh AyachitStatusbacklog => @80@
2010-03-25 10:40Utkarsh AyachitResolutionopen => unable to reproduce
2010-03-25 10:40Utkarsh AyachitAssigned To => Utkarsh Ayachit
2010-04-06 17:29Alan ScottNote Added: 0020082
2010-04-06 17:29Alan ScottStatus@80@ => closed
2011-06-23 11:44Utkarsh AyachitProject => ParaViS

Notes
(0020006)
Utkarsh Ayachit   
2010-03-25 10:40   
Stephane, feel free to reopen if you can reproduce this.
(0020082)
Alan Scott   
2010-04-06 17:29   
Works for me.

I have seen this type of behavour when the version of python is different between the build of ParaView and the running of ParaView....

Tested 3.8.0 branch, local server, Windows