Clear Filters
Clear Filters

Matlab can't open Add-Ons and appdesigner in Win 11

5 views (last 30 days)
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

Accepted Answer

Ayush
Ayush on 25 Aug 2023

More Answers (0)

Categories

Find more on MATLAB in Help Center and File Exchange

Products


Release

R2022b

Community Treasure Hunt

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

Start Hunting!