Required condition 'saveOK' was not met

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Pablo Delgado
Posts: 24
Joined: Tue Feb 11, 2020 3:39 pm

Required condition 'saveOK' was not met

Post by Pablo Delgado » Wed Feb 24, 2021 1:50 pm

I have been trying to use the Static Optimization tool, however, when it is about 99%, I get the error saying "Required condition 'saveOK' was not met"

java.lang.RuntimeException: SimTK Exception thrown at Xml.cpp:115:
Error detected by Simbody method Xml::writeToFile(): Failed to write to the Xml file 'C:\Users\Pablo\OneDrive - Wichita State University\NSF\OpenSim Models and Data\Stanford Model for Upper Extremity\MoBL_ARMS_tutorial_33\ModelFiles\Project data\Subject Thisath\Static Optimization/MoBL_ARMS_Upper_Limb_Model_OpenSim-scaled_StaticOptimization_controls.xml' with error ' (line=1, col=1)'.
(Required condition 'saveOK' was not met.)

at org.opensim.modeling.opensimActuatorsAnalysesToolsJNI.AnalyzeTool_run__SWIG_0(Native Method)
at org.opensim.modeling.AnalyzeTool.run(AnalyzeTool.java:154)
at org.opensim.tracking.AnalyzeToolModel$AnalyzeToolWorker.construct(AnalyzeToolModel.java:139)
at org.opensim.swingui.SwingWorker$2.run(SwingWorker.java:130)
[catch] at java.lang.Thread.run(Thread.java:748)

Any suggestion?

Tags:

User avatar
Thomas Uchida
Posts: 1790
Joined: Wed May 16, 2012 11:40 am

Re: Required condition 'saveOK' was not met

Post by Thomas Uchida » Wed Feb 24, 2021 5:39 pm

It looks like OpenSim was unable to save the file ("Failed to write to the Xml file"). This error is typically encountered when trying to write to a directory to which OpenSim does not have write access. However, in this case, I think you are exceeding the Windows character limit for the path + filename. Try writing to a path with fewer characters (e.g., a folder on your Desktop).

User avatar
Pablo Delgado
Posts: 24
Joined: Tue Feb 11, 2020 3:39 pm

Re: Required condition 'saveOK' was not met

Post by Pablo Delgado » Thu Feb 25, 2021 10:38 am

tkuchida wrote:
Wed Feb 24, 2021 5:39 pm
It looks like OpenSim was unable to save the file ("Failed to write to the Xml file"). This error is typically encountered when trying to write to a directory to which OpenSim does not have write access. However, in this case, I think you are exceeding the Windows character limit for the path + filename. Try writing to a path with fewer characters (e.g., a folder on your Desktop).
Thank you very much!

POST REPLY