Closed VDB-Bram closed 5 months ago
Issue was resolved by adding 'Win64' for the Visual Studio 15 2017 version (as stated in the readme). Furthermore I had to remove all temp files using the function removeAllTempFiles (be sure that the opensimAD folder is in you Matlab path).
This fix works for opensimAD version 012b723de7529c16e4f05add86a10cffcbdf3509
Before submitting a bug report, read the error messages in MATLAB. Some errors are there to inform you about inconsistent inputs for certain settings.
Describe the bug A clear and concise description of what the bug is. When running main in the master branch the external function needs to be created. During that process there is thrown an error which makes it not succeed in making the external function.
To Reproduce Steps to reproduce the behavior:
Log file The log files will tell us what the error is, and where it occurred. When running main.m, you can find a log file of each simulation in the folder
S.subject.save_folder
. The name of this file ends with_log.txt
. If there is no log file, copy the MATLAB command window to a .txt file and attach that instead.If you run main.m and encountered an error before seeing "...PreProcessing done. Time elapsed ** s" in the MATLAB command window, we need more detailed logs. Set
S.OpenSimADOptions.verbose_mode = true;
and run again. This will not solve your problem, but the new log file will give us more information.Software versions
Additional context Add any other context about the problem here.