-
Notifications
You must be signed in to change notification settings - Fork 11
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
Crash when building StateManager #12
Comments
Yes, it's the mesh included in the repository (I am using it to test). |
Hi, Could you show me the complete main file so that I can try to reproduce the error? Thanks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
StateManager s_(DemoType::PARAM, "D:/camel_b.obj");
camel_b.zip
When I attempt to run my code it crashes at this line.
Before crashing there is 'Mesh Measure7854.29' in output so I believe the execution reaches at least StateManager.cpp line 90 since that debug comes from the add_new_patch method (ScafData.cpp line 394).
What may be the problem?
The text was updated successfully, but these errors were encountered: