MantisBT - ParaView
View Issue Details
0013553ParaView(No Category)public2012-10-24 04:522013-01-30 10:41
Sven Buijssen 
 
normalminorhave not tried
closedfixed 
 
3.98.1 
TBD
incorrect functionality
0013553: [git/master] VisItBridge GMVReader does on Windows not support reading ASCII files with only linefeed endings
Take the attached sample ASCII GMV file "gmvtest.inp" that traditionally shipped with GMV binaries since February 2000, append file extension ".gmv".

Download nightly build ParaViewSuperbuild for Windows (32 or 64bit).

Load "gmvtest.inp.gmv" by means of the VisItBridge GMVReader.

=> vtkVisItGMVReader will report "Unable to find any meshes"

Work around: Manually convert '\n' endings in "gmvtest.inp.gmv" into '\r\n' endings

No problem with Linux builds.
No tags attached.
? gmvtest.inp (1,854) 2012-10-24 04:53
https://www.vtk.org/Bug/file/9307/gmvtest.inp
Issue History
2012-10-24 04:52Sven BuijssenNew Issue
2012-10-24 04:53Sven BuijssenFile Added: gmvtest.inp
2012-11-30 13:50Sven BuijssenNote Added: 0029815
2012-11-30 13:50Sven BuijssenStatusbacklog => closed
2012-11-30 13:50Sven BuijssenResolutionopen => fixed
2012-11-30 13:50Sven BuijssenFixed in Version => git-master
2013-01-30 10:41Utkarsh AyachitFixed in Versiongit-master => 3.98.1

Notes
(0029815)
Sven Buijssen   
2012-11-30 13:50   
Resolved since

commit 726500e55c86d97b1252a40af72022dc3e53c6ea
Author: Sven Buijssen <sven.buijssen@tu-dortmund.de>
Date: Fri Nov 9 16:13:38 2012 +0100

    BUG 0013553. Support GMV files with both CR and CRLF endings on Windows
    
        Tested with Visual Studio 2008 SP1 on 64-bit Windows for 32 and 64-bit
        builds with binary and ASCII GMV files, with CR and CRLF line endings,
        created by 5 different FEM codes.