Ah that's indeed a bug. I am sure the point-sprite client-side components are not loaded on the server, which is needed for "disconnect-and-save" to work.
I've added a bug report: http://paraview.org/Bug/view.php?id=11212 Utkarsh On Mon, Sep 6, 2010 at 7:44 PM, Fabio Motezuki <[email protected]> wrote: > Hi, > > I was trying to save some animations using the paraview 3.8.0 binary > distribution from the site and Point-Sprite plugin in a simple client-server > connection using the option "disconnect before saving animation", but > appears that in some point in the code the point-sprite plugin is missing or > not loaded. > The server-side error messages are the following: > > Warning: In > /home/fmote/ParaView-3.8.0/Servers/ServerManager/vtkSMPVRepresentationProxy.cxx, > line 758 > vtkSMPVRepresentationProxy (0x14cdbbc0): Cannot restore representation type > to 'Point Sprite' since possibly some plugins are missing. > > ERROR: In > /home/fmote/ParaView-3.8.0/Servers/ServerManager/vtkSMPVRepresentationProxy.cxx, > line 255 > vtkSMPVRepresentationProxy (0x14cdbbc0): Representation type 106 not > supported. > > ERROR: In > /home/fmote/ParaView-3.8.0/Servers/ServerManager/vtkSMProxyManager.cxx, line > 368 > vtkSMProxyManager (0x12d66d90): No proxy that matches: group=textures and > proxy=SpriteTexture were found. > > ERROR: In > /home/fmote/ParaView-3.8.0/Servers/ServerManager/vtkSMDeserializer.cxx, line > 58 > vtkSMPQStateLoader (0x13dd01c0): Could not create a proxy of group: textures > type: SpriteTexture > > ERROR: In > /home/fmote/ParaView-3.8.0/Servers/ServerManager/vtkSMProxyManager.cxx, line > 368 > vtkSMProxyManager (0x12d66d90): No proxy that matches: group=textures and > proxy=SpriteTexture were found. > > ERROR: In > /home/fmote/ParaView-3.8.0/Servers/ServerManager/vtkSMDeserializer.cxx, line > 58 > vtkSMPQStateLoader (0x13dd01c0): Could not create a proxy of group: textures > type: SpriteTexture > > > Fabio Motezuki > > _______________________________________________ > 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 > _______________________________________________ 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
