When I run CeldyFEM I get the error message "The program can't start because MSVCR110.dll is missing from your computer"?

 

CeldyFEM requires the Microsoft Visual C++ Redistributable 2012 in advance. If you don't want this redistributable installed on your computer, please make sure you have msvcrt110.dll and msvcrp110.dll in the same folder with dfemc.exe. (They should be in the installation folder after installation)

When I run CeldyFEM I get the error message "The program can't start because libsbml.dll is missing from your computer"?

 

CeldyFEM requires the SBML library to run. Please make sure you have libsbml.dll, xerces-c_3_1.dll, zlib1.dll and libbz2.dll in the same folder with dfemc.exe. (They should be in the installation folder after installation)

When I open an input file I get the warning message: "Can't write *.xml file in read-only folder"?

 

The default installation will assign full control privilege to your account to the installation folder. This happens when you or the administrator changes the folder security settings. Please right click your installation folder an click "Property". Then select the security tab and add write privilege to the folder.

When I compile CeldyFEM on my linux system I get the error: skipping incompatible library when searching for lsbml. What should I do to get it compiled?

 

CeldyFEM requires 64 bit system. You get this error because your system is 32 bit. Try to install it on another machine with 64 bit system.

When I run CeldyFEM on my linux system I get the error: error while loading shared libraries: libsbml.so.4. What should I do to fix the problem?

 

This SBML library libsbml.so.4 is a shared objects which will not be resolved until run time. In order to find it you need to add the path of the library to your macro LD_LIBRARY_PATH which you can find in your bashrc file. Export the new path you will get the application running.