Matlab can't open Add-Ons and appdesigner in Win 11
15 ビュー (過去 30 日間)
古いコメントを表示
When I click Get Add-Ons, matlab will show below message
Error using matlab.internal.cef.webwindow
MATLABWindow application failed to launch. Unable to launch the MATLABWindow application. The exit code was: -1073741819
Error in matlab.internal.webwindow/createImplementation (line 315)
implObj = matlab.internal.cef.webwindow(varargin{:});
Error in matlab.internal.webwindow (line 163)
obj.impl = obj.createImplementation(varargin{:});
Error in matlab.internal.addons.AddOnsWindow (line 41)
obj.webwindow = matlab.internal.webwindow('about:blank', obj.debugPort);
Error in matlab.internal.addons.Explorer/createNewWindow (line 111)
obj.addOnsWindowInstance = matlab.internal.addons.AddOnsWindow(obj.WINDOW_TITLE, clientType, obj.windowStateUtil.getPositionForExplorer);
Error in matlab.internal.addons.Explorer/show (line 62)
obj.createNewWindow;
Error in matlab.internal.addons.launchers.showExplorer (line 140)
matlab.internal.addons.Explorer.getInstance.show(navigationData);
I try to click Get Add-Ons again, and the Add-Ons window will pop out and crash.
This phenomenon also happened on appdesigner.
Error using appdesigner
Unable to start App Designer due to an internal error.
MATLABWindow application failed to launch. Unable to launch the MATLABWindow application. The exit code was: -1073741819
I have tried this method of the answer and reinstalled Matlab a few times, but it didn't work.
https://www.mathworks.com/matlabcentral/answers/1816905-i-cannot-run-the-matlabwindow-application-on-windows-11?s_tid=prof_contriblnk
Someone help me, please.
Thank you
0 件のコメント
採用された回答
Ayush
2023 年 8 月 25 日
Kindly try this answer once where it mentions the same error code as present in your question.
Hope this helps!
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Introduction to Installation and Licensing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!