Skip to content

Adding first constraint crashes interface #2

@cppietime

Description

@cppietime

I attempted to run interface.exe on Windows, and it properly displayed the model, but as soon as I tried to add a constraint by pressing c, the program crashed and gave me this output:

WARNING: unknown object command 's'
(the above line repeated an obscene number of times)
Read 11877 vertices and 17348 triangles from 'C:/users/owner/Documents/ltest.obj'.
WARNING: had to triangulate 1212 faces.
WARNING: have 1212 topologically degenerate and 1212 numerically degenerate triangles. This is likely to mess things up!
WARNING: have 1262 oriented edges that appear more than once; this means the mesh is probably not an orientable manifold, which is likely to mess things up!
Setting up various buffer bindings.
WARNING: pointer didn't move during Move action.
Max edge length: 1.73 model units.
Assertion failed: tri.x != tri.y && tri.x != tri.z && tri.y != tri.z, file ak-embed_constraints.cpp, line 123

Attempting to open the file again using the same model and constraint files cause it to immediately crash. Is this because the model being used cannot be processed by the program, or is this some sort of bug?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions