Hi,
I’m running the Test problem 2: Flow past a cylinder (DFG 2D-3 benchmark) from the FEniCSx tutorials and writing output using VTXWriter
in .bp
format.
At the final steps of the simulation, when trying to open the .bp
files in ParaView on Windows, I get the following error:
ERROR: In vtkADIOS2VTXReader.cxx, line 99
vtkADIOS2VTXReader (00000223A899C4C0): Error loading ADIOS2 schema: e[1;36m[Sat Apr 19 18:50:35 2025]e[1;34m [ADIOS2 EXCEPTION]e[0m <Toolkit> <transport::file::FilePOSIX> <Read> : couldn't move to start position 7428431622 in file C:\Users\celia\dfg2D-3-u.bp\data.0 : errno = 22: Invalid argumente[0m
: iostream stream error
ERROR: In vtkExecutive.cxx, line 730
vtkPVCompositeDataPipeline (00000223A89AFD80): Algorithm vtkADIOS2VTXReader (00000223A899C4C0) returned failure for request: vtkInformation (00000223BA7DD250)
Debug: Off
Modified Time: 1335439
Reference Count: 1
Registered Events: (none)
Request: REQUEST_DATA
FORWARD_DIRECTION: 0
ALGORITHM_AFTER_FORWARD: 1
FROM_OUTPUT_PORT: 0
I would still like to find a way to make it work properly on Windows, if possible.
Does anyone know the cause?
Thanks!