module FMICAPI: Could not load the FMU binary: The specified module could not be found

112 Views Asked by At

I am exporting an fmu with CVODE solver, from OpenModelica Windows v1.22.1 and trying to run a simulation through OMSimulator on Python. I get the following error (I have removed the model name from the error message):

[fmiLogger] module FMICAPI: Could not load the FMU binary: The specified module could not be found. 
[instantiate] Could not load "resources/xxx.fmu" which is associated with Model; it may be corrupted or may not support your platform
error:   [initialize] Model is in wrong model state
error:   [simulate] Model is in wrong model state

How to solve this?

0

There are 0 best solutions below