Skip to content

Why does my model file entirely crash OpenSim / OpenSim Creator? #861

Answered by adamkewley
adamkewley asked this question in Q&A
Discussion options

You must be logged in to vote

If OpenSim or OpenSim Creator are otherwise fine, apart from your specific model file, it might be because the model is unusual enough to triggers bugs (e.g. segfaults) in OpenSim. The most common way this tends to happen is via the mesh importer, because it's streamlined enough to let you create elaborate graph cycles between joints.

Graph cycles are, in principle, supported, but when combined in weird ways can trigger bugs in OpenSim (e.g. #773). We are trying to fix some of these bugs, but they can be subtle, and related to how the underlying physics engine resolves relationships (e.g. opensim-core/#3697).

So my recommendation is that, if you have managed to create a model file that ca…

Replies: 1 comment

Comment options

adamkewley
May 2, 2024
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by adamkewley
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant