An exception occurred while initializing CoSimulationSlave #146
-
When the program runs to “CoSimulationSlave simulationSlave = coSimulationFmu.newInstance();” [FMI native bridge] Fatal: Failed to load library '/tmp/fmi4j_Model_SpringMassDamping_Original_FMU_RealTime_LINUX_X64169493463264149197/binaries/linux64/Model_SpringMassDamping_Original_FMU.so', error: /tmp/fmi4j_Model_SpringMassDamping_Original_FMU_RealTime_LINUX_X64169493463264149197/binaries/linux64/Model_SpringMassDamping_Original_FMU.so: cannot open shared object file: No such file or directory |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
If there is no shared library in your FMU for the given platform, FMI4j cannot load the model |
Beta Was this translation helpful? Give feedback.
If there is no shared library in your FMU for the given platform, FMI4j cannot load the model