GUI application start: Error in mclFreeStackTrace
78 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Filip Dvoracek
le 29 Juin 2013
Réponse apportée : Albert
le 15 Sep 2023
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.
0 commentaires
Réponse acceptée
William
le 30 Juil 2013
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.
0 commentaires
Plus de réponses (2)
Albert
le 15 Sep 2023
While running NeuCube, I mistakenly deleted a cached file in the user's folder "C:\Users\your_pc_account\AppData\Local\Temp\your_pc_account\mcrCache8.2" after performing a Windows 11 Temporary Files removal. This resulted in various reinstallations and troubleshooting attempts. However, I eventually realized the issue and resolved it by deleting the entire folder and running NeuCube again, which resolved the problem successfully.
0 commentaires
Alexey ????????
le 27 Jan 2014
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.
0 commentaires
Voir également
Catégories
En savoir plus sur MATLAB Compiler dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!