Compiled GUI Application Crashes without Error Message

1 view (last 30 days)
A tabbed gui application, created in Matlab R2015a - 32bit, was compiled using the lcc compiler included with Matlab. The gui was created using the GUI Layout Toolbox. The front tab of the GUI functions as expected, but the application crashes when changing to another tab. The resources folder has been included in the compiled version. I tried compiling the application so that a Windows Command Shell opens when running the application. When the application crashes, messages scroll rapidly in the command window and the window closes.
  3 Comments
Ashish Gudla
Ashish Gudla on 26 May 2015
You can try executing the '.exe' file from within Windows command prompt. that way , the command prompt stays open even after the application crashes and you will be able to see the error messages.
Walter Roberson
Walter Roberson on 27 May 2015
David Wilson commented "A very helpful suggestion. Thank you."

Sign in to comment.

Answers (0)

Categories

Find more on MATLAB Compiler in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!