Hi

I used pqDeleteReaction::deleteAll(); in my Plugin to remove all pipeline
proxies.  When I use pqLoadStateReaction::loadState(const QString &
filename) to load a state file, I get the following exception:

Unhandled exception at 0x5f9d3027 (vtkClientServer.dll) in paraview.exe:
0xC0000005: Access violation reading location 0xfeeefef2.

The debugger breaks at
vtkClientServerStream.cxx::GetArgumentObject(int message, int
argument, vtkObjectBase** value,  const char* type) const

line:  if(obj && !obj->IsA(type))

The *type* is vtkSMSourceProxy


I think I may be misunderstanding some client-server relationship. How do I
delete everything in the pipeline and load a new state?

Thanks in advance for any help on this.



-- 
Regards,
Alexis
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://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

Reply via email to