MantisBT - ParaView
View Issue Details
0009699ParaViewBugpublic2009-10-12 18:192016-07-13 15:16
Alan Scott 
 
normalminoralways
closedfixed 
 
 
0009699: Python trace error - deleting slice before accepting.
ParaView 3.6.2, local server, XP.
* Open disk_out_ref.exo, all variables on, apply. Color by Temp.
* Python shell. Trace. Start Trace.
* Slice (Don't hit the accept button), Delete.
* Stop Trace. Save Trace.
Now, run the saved trace. It will give the following errors:

Traceback (most recent call last):
  File "<string>", line 12, in <module>
  File "F:/alan/paraviewWork/3.6.2/bld/ParaView3/Utilities/VTKPythonWrapping/paraview\simple.py", line 245, in Delete
    servermanager.UnRegister(proxy)
  File "F:/alan/paraviewWork/3.6.2/bld/ParaView3/Utilities/VTKPythonWrapping/paraview\servermanager.py", line 2597, in UnRegister
    raise RuntimeError, "UnRegistration error."
RuntimeError: UnRegistration error.
No tags attached.
Issue History
2009-10-12 18:19Alan ScottNew Issue
2010-04-16 11:11Utkarsh AyachitAssigned To => Pat Marion
2010-04-16 11:11Utkarsh AyachitStatusbacklog => tabled
2010-04-16 11:11Utkarsh AyachitTarget Version3.8 => 3.8.2
2010-06-15 09:44Utkarsh AyachitTarget Version3.8.2 => 3.8.1
2016-07-13 15:16Alan ScottNote Added: 0036399
2016-07-13 15:16Alan ScottStatusexpired => closed
2016-07-13 15:16Alan ScottAssigned ToPat Marion =>
2016-07-13 15:16Alan ScottResolutionopen => fixed

Notes
(0036399)
Alan Scott   
2016-07-13 15:16   
This has been fixed. Tested Linux, 5.1.1, remote server.