Appdesigner apps won't run
Mostrar comentarios más antiguos
Whenever I try and run an appdesigner app I get this error. I can't run anything what do I do?
Error: File: AppManagementService.m Line: 65 Column: 63
Invalid expression. Check for missing multiplication operator, missing or unbalanced delimiters, or other syntax error. To construct
matrices, use brackets instead of parentheses.
Error in appdesigner.internal.appalert.AppAlertController/addErrorAlertListener (line 54)
addlistener(appdesigner.internal.service.AppManagementService.instance(), 'CallbackErrored',...
Error in appdesigner.internal.model.AppModel/addErrorAlertListener (line 520)
appController.addErrorAlertListener(obj);
Error in appdesigner.internal.model.AppModel.runAppHelper (line 641)
currentAppModel.addErrorAlertListener();
Error in appdesigner.internal.model.AppModel>@()appdesigner.internal.model.AppModel.runAppHelper(obj,appArguments) (line 509)
funcHandle = @()appdesigner.internal.model.AppModel.runAppHelper(obj, appArguments);
5 comentarios
Geoff Hayes
el 7 de Mayo de 2020
Scott - what is line 65 of AppManagementService? From the error
Error: File: AppManagementService.m Line: 65 Column: 63
Scott Gorman
el 7 de Mayo de 2020
Geoff Hayes
el 8 de Mayo de 2020
Scott - do you get this error when creating a new app? Or does this just occur for your current app?
Mohammad Sami
el 8 de Mayo de 2020
The error itself is likely to be in a callback from your app code.
You should set a debug pointer in the constructor and step by step to see where the error originate from.
Scott Gorman
el 11 de Mayo de 2020
Respuestas (1)
Sean de Wolski
el 11 de Mayo de 2020
0 votos
Sounds like you may have corrupted: appdesigner.internal.service.AppManagementService. Probably worth contacting tech support. At least in R2020a, line 54 of that file is a comment.
1 comentario
Scott Gorman
el 11 de Mayo de 2020
Categorías
Más información sobre Develop Apps Using App Designer en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!