MATLAB: GUI application start: Error in mclFreeStackTrace

MATLABMATLAB Compilermclfreestacktrace

At the beginning of MATLAB GUI aplication, I get an error "*Error in mclFreeStackTrace*". After compiling the aplication the .exe works just fine without any issues. But when I run it a few days afterwards, this error always appears. What could it be? Thank you for your help.

Best Answer

I have gotten this error before when running a compiled MatLab application which contains a separate .ctf file and the executable files were on a networked location. The solution to the problem may be to either have the .exe and the .ctf files in a location local to the computer running the program, or to have the executable not have a separate .ctf file.
Related Question