Cannot open .osim models

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Charles Khazoom
Posts: 14
Joined: Sat Mar 10, 2018 2:07 pm

Cannot open .osim models

Post by Charles Khazoom » Thu Mar 26, 2020 5:49 pm

Hi,

I am using OpenSim4.1. I am having trouble opensim .osim model files downloaded. The project was originally from OpenSim 3.3. The error message says : Cannot open file PATH_TO_FILE. It may not exist or you do not have the permission to read it. Thrown at object.cpp: 105 in Object(). Is there a workaround to this issue ? Should I downgrade to Opensim 3.3 ?

Thank you for your help,

Charles

Tags:

User avatar
Ayman Habib
Posts: 2254
Joined: Fri Apr 01, 2005 12:24 pm

Re: Cannot open .osim models

Post by Ayman Habib » Thu Mar 26, 2020 5:56 pm

Hello,

The message suggests the file can't be opened which is different from issues while parsing the file or processing the model.

If using Matlab or scripting, make sure you're either using the full absolute path to the model file or that your current directory contains the model file.
Other possible issues:
- File path contains non us-ascii characters.
- Path is too long, copy the osim file near the root folder of the drive and retry.

Please let us know how that goes,
-Ayman

POST REPLY