I didn't but I didn't have to :). Your investigation lead me to in the right direction -- it just wasn't FILE_OFFSET_BITS that was the issue. It was the fact that on Windows the stat function is different, period. I am hoping to push a fix in for 5.0.1.
On Wed, Mar 9, 2016 at 7:32 AM, Andrew <[email protected]> wrote: > Utkarsh Ayachit, > > Hello. Did you try the trick with EnSight geometry file reader? Thanks. > > > 2016-03-03 17:51 GMT+03:00 Utkarsh Ayachit <[email protected]>: >> >> > About test file. It's simple, IMHO. Generate any garbage file or take >> > any >> > existing big file. Rename it to have the geometry file name for any >> > small >> > EnSight case. Feed this case to ParaView 5.0 under Windows x64 (I use >> > Win7). >> > The parsing doesnt start so the file contents doesnt matter. It only >> > wants >> > to open file and stops because of stat() error, even ifstream() is not >> > engaged. >> >> Cool! Yea, that's a nitfy little test case :). I'll give it a try. >> >> Utkarsh > > > > _______________________________________________ > 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 > > Search the list archives at: http://markmail.org/search/?q=ParaView > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/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 Search the list archives at: http://markmail.org/search/?q=ParaView Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview
