Error 202 when trying to execute GUI
Show older comments
Hi,
I have been trying to compile my code and create a GUI. During the process everything seems to be running smoothly and without problems but once it generates the .exe files, when I click on them I receive the following error:
Internal error: Failed to initialize application installer
This is the output generated from the compiler:
*mcc -o Link_Budget_GX -W main:Link_Budget_GX -T link:exe -d 'C:\Users\Gustavo Gonzalez\Desktop\I5_GUI_Versions\v1\Link_Budget_GX\for_testing' -v 'C:\Users\Gustavo Gonzalez\Desktop\I5_GUI_1\codeGX\gx1_.m' -r 'C:\Program Files\Matlab\R2017a\toolbox\compiler\Resources\default_icon.ico' Compiler version: 6.4 (R2017a)
Dependency analysis by REQUIREMENTS.
Opening log file: C:\Users\GUSTAV~1\AppData\Local\Temp\java.log.20664 Parsing file "C:\Users\Gustavo Gonzalez\Desktop\I5_GUI_1\codeGX\gx1_.m" (Referenced from: "Compiler Command Line"). Deleting 4 temporary MEX authorization files. Removing: 'C:\Users\GUSTAV~1\AppData\Local\Temp\2d4c-d9c7-3d64-bf55_20664.auth'. Removing: 'C:\Users\GUSTAV~1\AppData\Local\Temp\686d-7800-d31b-ee3e_20664.auth'. Removing: 'C:\Users\GUSTAV~1\AppData\Local\Temp\14b0-a747-5951-fb58_20664.auth'. Removing: 'C:\Users\GUSTAV~1\AppData\Local\Temp\ad23-8ba4-455c-4e05_20664.auth'. Generating file "C:\Users\Gustavo Gonzalez\Desktop\I5_GUI_Versions\v1\Link_Budget_GX\for_testing\readme.txt". Packaging... Creating the bundle... Web based installer created at C:\Users\Gustavo Gonzalez\Desktop\I5_GUI_Versions\v1\Link_Budget_GX\for_redistribution\LB_v1.exe. Packaging complete. Elapsed packaging time was: 2 minutes and 9 seconds.*
I would appreciate if anyone could provide me with any hint that could help me to find the problem .
Regards.
Answers (0)
Categories
Find more on MATLAB Compiler in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!