Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error after importing vtu file to paraview #986

Closed
mithgil opened this issue Jun 17, 2024 · 6 comments
Closed

Error after importing vtu file to paraview #986

mithgil opened this issue Jun 17, 2024 · 6 comments

Comments

@mithgil
Copy link

mithgil commented Jun 17, 2024

After importing to paraview, I got error messages:

ERROR: In ./VTK/IO/XMLParser/vtkXMLParser.cxx, line 375
vtkXMLDataParser (0x596390b8c540): Error parsing XML in stream at line 20, column 0, byte index 936: not well-formed (invalid token)

ERROR: In ./VTK/IO/XML/vtkXMLReader.cxx, line 521
vtkXMLUnstructuredGridReader (0x5963923bb240): Error parsing input file.  ReadXMLInformation aborting.

Could anyone tell me how to fix this issue?

@koehlerson
Copy link
Member

koehlerson commented Jun 17, 2024

Which OS do you use? If you are on Arch it could maybe be this: https://gitlab.archlinux.org/archlinux/packaging/packages/paraview/-/issues/4

@mithgil
Copy link
Author

mithgil commented Jun 17, 2024

I am using Ubuntu 22.04.4 LTS now with a x86 CPU.

@koehlerson
Copy link
Member

Did you download the binaries or installed paraview with the package manager?

@fredrikekre
Copy link
Member

Looks a lot like JuliaVTK/WriteVTK.jl#136

@koehlerson
Copy link
Member

I think there is a compat mess up in the latest Paraview release. For me the problem was solved by using the binaries (same for this ubuntu user here: https://stackoverflow.com/questions/78205813/paraview-no-longer-opens-pvtu-files-linux)

@mithgil
Copy link
Author

mithgil commented Jun 18, 2024

Yes, you're right. When I turn to the binary version, everything is good. Thanks.

@mithgil mithgil closed this as completed Jun 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants