v1.0.0
This MR updates the Readme and the Docker version.
Note that I encountered this error when using the docker v2024:
Reading grid from: /builds/am-dept/aedmi/tests/data/agard/aero/mach000_freq000_mode000_sol0.vtu... 2024-12-13 10:43:42.661 ( 0.364s) [ D0312080] vtkXMLParser.cxx:375 ERR| vtkXMLDataParser (0x2497100): Error parsing XML in stream at line 33, column 3, byte index 3151: not well-formed (invalid token)
2024-12-13 10:43:42.661 ( 0.364s) [ D0312080] vtkXMLReader.cxx:521 ERR| vtkXMLUnstructuredGridReader (0x249f020): Error parsing input file. ReadXMLInformation aborting.
2024-12-13 10:43:42.661 ( 0.364s) [ D0312080] vtkExecutive.cxx:752 ERR| vtkCompositeDataPipeline (0x2433090): Algorithm vtkXMLUnstructuredGridReader(0x249f020) returned failure for request: vtkInformation (0x24ab020)
Debug: Off
Modified Time: 1375
Reference Count: 1
Registered Events: (none)
Request: REQUEST_INFORMATION
ALGORITHM_AFTER_FORWARD: 1
FORWARD_DIRECTION: 0
2024-12-13 10:43:42.661 ( 0.364s) [ D0312080]vtkStreamingDemandDrive:817 ERR| vtkCompositeDataPipeline (0x2433090): No update piece number has been set in the information for output port 0 on algorithm vtkXMLUnstructuredGridReader(0x249f020).
I therefore used v2023. This is weird however, since they both use VTK 9.
Merge request reports
Activity
Filter activity
requested review from @rboman
assigned to @acrovato
Yes this is a known bug in the VTK 9 included in Ubuntu 24.04.
I need to manually build VTK9.3.1 in the docker image. That is what I did on my own PC. In short, there is a bug in the usage of libexpat in VTK9.1. The version provided by Ubuntu 24.04 is not able to load/save XML file...
Here is the script I still need to integrate in the docker file: https://gitlab.uliege.be/rboman/build_scripts/-/blob/master/VTK9/build.sh?ref_type=heads
I put that in my todo list
Please register or sign in to reply