Compild application start: Error in mclFreeStackTrace

After compiling MATLAB GUI aplication the .exe, it doesn't work. I get an error "Error in mclFreeStackTrace". Application contains a .ctf file. I use compiler: Microsoft Software Development Kit (SDK) 7.1. What could it be? Is it a error of compiler R2013? At version R2011 works without any issues. Thank you.

回答 (2 件)

KimD
KimD 2014 年 2 月 27 日

0 投票

Got the same problem running MCR 8.2 R2013b on a Win7 64 bit!
My colleague has created both an exe with the ctf embedded and another exe with the ctf in a separate file (-C compiler option). Both files runs for a sec or two with the rotating circle, then freezes for 5 sec and then show the "Error in mclFreeStackTrace".
We would really appreciate any help/solution!
Thanks.
Fei
Fei 2014 年 2 月 27 日

0 投票

I have exactly the same problem ever since yesterday! Everything was working fine and the application was good till the day before. I didn't delete matlab compiler,nor change the system settings whatsoever, but this error occurred almost automatically.
Hope more people can see it. I would really appreciate any help and advice!

2 件のコメント

KimD
KimD 2014 年 3 月 26 日
Anyone found a solution? I still cannot run any MATLAB GUI aplication.
Harsheel
Harsheel 2014 年 3 月 27 日
Can you try the following workarounds?
  1. Try executing the .exe file with admin privileges
  2. Do NOT embed the CTF inside the executable by using -C with mcc
  3. If you have a startup.m file then, put the contents of the startup.m file in an isdeployed conditional and recompile your application:
if ~isdeployed
%startup.m code is here
end

サインインしてコメントする。

カテゴリ

ヘルプ センター および File ExchangeIntroduction to Installation and Licensing についてさらに検索

質問済み:

2014 年 1 月 27 日

コメント済み:

2014 年 3 月 27 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by