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

lscm: /usr/local/include/OpenMesh/Core/Mesh/ArrayKernel.hh:178: const OpenMesh::ArrayItems::Face& OpenMesh::ArrayKernel::face(OpenMesh::ArrayKernel::FaceHandle) const: Assertion `is_valid_handle(_fh)' failed. #2

Open
guihuazgh opened this issue Nov 4, 2020 · 3 comments

Comments

@guihuazgh
Copy link

Sorry, I ran into another problem when I was testing other models. When I was testing my own model, I encountered the following problems:
error: lscm: /usr/local/include/OpenMesh/Core/Mesh/ArrayKernel.hh:178: const OpenMesh::ArrayItems::Face& OpenMesh::ArrayKernel::face(OpenMesh::ArrayKernel::FaceHandle) const: Assertion `is_valid_handle(_fh)' failed.
In order to eliminate the problem of my mesh, I used other simpler mesh for testing.It is found that some mesh will encounter the same error.
The error occurred on line 202 of the charbuilder.cpp file and occurred in this statement“_mesh->fe_begin(faceOpp)”.

@kyle-gh
Copy link
Owner

kyle-gh commented Nov 5, 2020

Thank you for taking the time! Would it be possible to get the mesh you encountered the error with?

@guihuazgh
Copy link
Author

Sure.The test mesh I used was a Teapot mesh in 3D Max.

@kyle-gh
Copy link
Owner

kyle-gh commented Nov 13, 2020

I've committed a fix that should address your issue. Let me know if the issues still persist!

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

2 participants