add-ons cannot be operated in windows 11
5 ビュー (過去 30 日間)
古いコメントを表示
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.
1 件のコメント
Walter Roberson
2023 年 5 月 10 日
I am seeing multiple sites give the same advice as the following: https://appuals.com/file-system-error-1073741819-on-windows-10/
回答 (1 件)
Tushar Sharma
2024 年 3 月 14 日
Hi Ming,
Kindly try this answer once where it mentions the same error code as present in your question.
Hope it helps!
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!