[Paraview] pv2.9 features...

clinton at elemtech.com clinton at elemtech.com
Mon Oct 9 14:31:12 EDT 2006


Ok, I've found the problem.

vtkGenericEnSightReader.cxx line 546 assumes a unix directory separator ( / ).
And the filename has Windows directory separators ( \ ), so that piece of code 
gets skipped, and cannot find elements.geo.

Clint

On Saturday 07 October 2006 8:28 am, Alberto Fernandez wrote:
> Sorry for the misunderstanding. In fact, I had the intention of
> downloading and installing 2.9.4 and, by mistake :-[ , I got 2.9.3. Of
> course, I did not even pay attention to what version I was installing
> and thus the error.
> However, with version 2.9.4 in windows I still get errors. I'm
> reproducing them bellow
> ERROR: In
> C:\berk\work\ParaView3-release\VTK\IO\vtkGenericEnSightReader.cxx, line 375
>
> vtkGenericEnSightReader (1985E598): Unable to open file: elements.geo
>
> Warning: In
> C:\berk\work\ParaView3-release\VTK\IO\vtkGenericEnSightReader.cxx, line 376
>
> vtkGenericEnSightReader (1985E598): Assuming binary file.
>
>
> ERROR: In
> C:\berk\work\ParaView3-release\VTK\IO\vtkEnSightGoldBinaryReader.cxx,
> line 92
>
> vtkEnSightGoldBinaryReader (196CAE98): stat failed.
>
> ERROR: In
> C:\berk\work\ParaView3-release\VTK\IO\vtkEnSightGoldBinaryReader.cxx,
> line 137
>
> vtkEnSightGoldBinaryReader (196CAE98): Unable to open file: elements.geo
>
> ERROR: In C:\berk\work\ParaView3-release\VTK\IO\vtkEnSightReader.cxx,
> line 270
>
> vtkEnSightGoldBinaryReader (196CAE98): error reading geometry file
>
> ERROR: In C:\berk\work\ParaView3-release\VTK\Filtering\vtkExecutive.cxx,
> line 757
>
> vtkCompositeDataPipeline (0DC50F78): Algorithm
> vtkEnSightGoldBinaryReader(196CAE98) returned failure for request:
> vtkInformation (19BA57E0)
>
> Debug: Off
>
> Modified Time: 2871232
>
> Reference Count: 1
>
> Registered Events: (none)
>
> Request: REQUEST_DATA
>
> ALGORITHM_AFTER_FORWARD: 1
>
> KEYS_TO_COPY: UPDATE_BLOCKS
>
> FROM_OUTPUT_PORT: 0
>
> FORWARD_DIRECTION: 0
>
>
> The situation is closer to work (I think) becouse now it does recognize
> the data in the case as the variables appear in the object inspector.


More information about the ParaView mailing list