Model file does not open #1041
-
I built a model in the Cretor and saved it. I added multiple muscles and wrapping surfaces. When I tried opening it again it gives the attached error. The .osim file is here: https://github.com/panyland/opensim-full-body. Can anyone help? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @panyland , which version of OSC were you using? I am using the latest (0.5.23, Windows) and it seems to load fine (looks cool, btw)?: Older versions (say, before Feb 2024) could sometimes encounter issues with certain joint topologies - this would only be a problem if you made the model with a newer version of OSC (e.g. on your laptop) and then tried to open it with an older version (e.g. on another computer, like a desktop) - I've encountered that before. It shouldn't be the case that a model made in OSC cannot be opened by the same version of OSC. Every time you edit the model, there's code inside of OSC that specifically tries to ensure that the latest version (post-edit) of a model is re-initialized from scratch so that users can be fairly confident that whatever they save is load-able later on. |
Beta Was this translation helpful? Give feedback.
Hi @panyland , which version of OSC were you using? I am using the latest (0.5.23, Windows) and it seems to load fine (looks cool, btw)?:
Older versions (say, before Feb 2024) could sometimes encounter issues with certain joint topologies - this would only be a problem if you made the model with a newer version of OSC (e.g. on your laptop) and then tried to open it with an older version (e.g. on another computer, like a desktop) - I've encountered that before.
It shouldn't be the case that a model made in OSC cannot be opened by the same version of OSC. Every time you edit the model, there's code inside of OSC that specifically tries to ensure that the latest version (post-edit) of a mod…