View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0005299ParaView(No Category)public2007-07-06 10:232007-07-17 10:27
ReporterAmy Squillacote 
Assigned ToUtkarsh Ayachit 
PrioritynormalSeveritymajorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0005299: loading data into new view
DescriptionRun ParaView in client server mode with compositing turned on and the compositing threshold set to 0.
Divide the initial render window into 2, but don't choose its type.
With the new render window selected, choose Sphere from the Source menu and click Apply.
The following error message will appear.
ERROR: In ..\..\..\ParaView3\Servers\Common\vtkProcessModuleConnection.cxx, line 162
vtkServerConnection (07169DD8): Internal ParaView Error: Socket Communicator received wrong tag: 834343
At this point, the application freezes; you can't even click Clear or Close on the Output Messages dialog.
TagsNo tags attached.
Project
Topic Name
Type
Attached Files

 Relationships

  Notes
(0008005)
Utkarsh Ayachit (administrator)
2007-07-06 15:08

The problem was that the StillRender was getting called
within a StillRender call. This was because iren->Initialize() would trigger a
render. Fixed that.

/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMViewProxy.cxx,v <-- vtkSMViewProxy.cxx
new revision: 1.16; previous revision: 1.15
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMViewProxy.h,v <-- vtkSMViewProxy.h
new revision: 1.13; previous revision: 1.12
/cvsroot/ParaView3/ParaView3/Qt/Components/pqViewManager.cxx,v <-- pqViewManager.cxx
new revision: 1.35; previous revision: 1.34

 Issue History
Date Modified Username Field Change
2011-06-16 13:10 Zack Galbreath Category => (No Category)


Copyright © 2000 - 2018 MantisBT Team