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
Cannot open .osim models
- Charles Khazoom
- Posts: 14
- Joined: Sat Mar 10, 2018 2:07 pm
- Ayman Habib
- Posts: 2254
- Joined: Fri Apr 01, 2005 12:24 pm
Re: Cannot open .osim models
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
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