I've installed OpenSim 4.1 libraries using Python 3.7.6 (default, Jan 8 2020, 20:23:39) [MSC v.1916 64 bit (AMD64)] :: Anaconda, Inc. on win32. I have set the PATH so that it includes the \bin directory. I confirmed using gait2354 model that my python script runs (
Code: Select all
scale_tool.run()
The problem, however, is when I'm trying to scale Rajagopal2015 generic model (the most recent version available in simtk) using the setup XML file provided by Dembia et al (loaded walking) in Python. The tool performs the scaling and generates a scaled-only model, but it exits with exit code -1073741819 (0xC0000005) before marker placement. However, the tool succeeds when I use the executables (scale.exe and opensim-cmd.exe) in the command line, and OpenSim 4.1.
I should also note that I was able to perform the scaling with the same files and models two months ago.
Can you please help me find a solution?
Thanks in advance.