View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0005418ParaView(No Category)public2007-07-27 10:332007-08-30 15:39
ReporterKen Moreland 
Assigned ToUtkarsh Ayachit 
PriorityhighSeveritymajorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0005418: Invalid formats presented when saving anim on server
DescriptionWhen you select the option to disconnect the client from the server when saving an animation, it offers all of the file formats available on the client even when they are not available on the server. For example, when I am using my Windows client and my Linux server (compiled without FFMPEG), the file chooser lets me select avi as the file format. If I try to save as an avi file, I get the following errors on the server.

Process id: 0 >> ERROR: In /projects/kmorel/dashboard/ParaView3Experimental/Servers/ServerManager/vtkSMAnimationSceneImageWriter.cxx, line 337
vtkSMAnimationSceneImageWriter (0xff5a30): Unknown extension .avi

Process id: 0 >> ERROR: In /projects/kmorel/dashboard/ParaView3Experimental/Servers/ServerManager/vtkSMServerSideAnimationPlayer.cxx, line 154
vtkSMServerSideAnimationPlayer (0x10499e0): Failed to save animation.

Of course, the animation is never produced.
TagsNo tags attached.
Project
Topic Name
Type
Attached Files

 Relationships

  Notes
(0008628)
Utkarsh Ayachit (administrator)
2007-08-23 15:02

vtkPVServerInformation was extended to indicate AVI
support. Now animation manager uses the vtkPVServerInformation to determine AVI
support when saving animation.

/cvsroot/ParaView3/ParaView3/Qt/Components/pqAnimationManager.cxx,v <-- pqAnimationManager.cxx
new revision: 1.23; previous revision: 1.22
/cvsroot/ParaView3/ParaView3/Servers/Common/vtkPVServerInformation.cxx,v <-- vtkPVServerInformation.cxx
new revision: 1.11; previous revision: 1.10
/cvsroot/ParaView3/ParaView3/Servers/Common/vtkPVServerInformation.h,v <-- vtkPVServerInformation.h
new revision: 1.8; previous revision: 1.7
(0008728)
Ken Moreland (manager)
2007-08-28 17:24

This change does not seem to have made it all the way to the GUI. I can still select AVI in the file dialog chooser and I still get the same error if I try to use it.
(0008732)
Utkarsh Ayachit (administrator)
2007-08-29 08:59

Forgot to update AVISupport flag in AddInformation.

/cvsroot/ParaView3/ParaView3/Servers/Common/vtkPVServerInformation.cxx,v <-- vtkPVServerInformation.cxx
new revision: 1.12; previous revision: 1.11

 Issue History
Date Modified Username Field Change
2007-08-13 14:59 Berk Geveci Assigned To Berk Geveci => Utkarsh Ayachit
2007-08-23 15:02 Utkarsh Ayachit Status tabled => @80@
2007-08-23 15:02 Utkarsh Ayachit Resolution open => fixed
2007-08-23 15:02 Utkarsh Ayachit Note Added: 0008628
2007-08-23 17:10 Berk Geveci Category => 3.2
2007-08-28 17:24 Ken Moreland Status @80@ => @20@
2007-08-28 17:24 Ken Moreland Resolution fixed => reopened
2007-08-28 17:24 Ken Moreland Note Added: 0008728
2007-08-29 08:59 Utkarsh Ayachit Status @20@ => @80@
2007-08-29 08:59 Utkarsh Ayachit Resolution reopened => fixed
2007-08-29 08:59 Utkarsh Ayachit Note Added: 0008732
2007-08-30 15:39 Ken Moreland Status @80@ => closed
2011-06-16 13:10 Zack Galbreath Category => (No Category)


Copyright © 2000 - 2018 MantisBT Team