Borrar filtros
Borrar filtros

add-ons cannot be operated in windows 11

7 visualizaciones (últimos 30 días)
ming shen
ming shen el 10 de Mayo de 2023
Respondida: Tushar Sharma el 14 de Mzo. de 2024
After using the add-ons, it cannot be opened again and displays the following error.
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 319)
implObj = matlab.internal.cef.webwindow(varargin{:});
Error in matlab.internal.webwindow (line 163)
obj.impl = obj.createImplementation(varargin{:});
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 319)
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 61)
obj.createNewWindow;
Error in matlab.internal.addons.launchers.showExplorer (line 140)
matlab.internal.addons.Explorer.getInstance.show(navigationData);
Furthermore, even if I downgrade to versions 2021b/2022a/2022b, I can only use it once, and after rebooting, I cannot use it again. However, if I install it on a Windows 10 computer, there are no such issues. Please help, thank you.

Respuestas (1)

Tushar Sharma
Tushar Sharma el 14 de Mzo. de 2024
Hi Ming,
Kindly try this answer once where it mentions the same error code as present in your question.
Hope it helps!

Categorías

Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by