MATLAB R2022a error when opening Add-Ons Explorer (Windows 10 Machine)
Show older comments
MATLAB (R2022a) is giving me this error when I try to open the Add-Ons explorer on a Windows 10 machine:
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 recently upgraded my Matlab software from R2020a to R2022a, which I'm wondering may have played a role in these errors. I had no issues with R2020a. Not sure if this helps, but I installed R2022a before I uninstalled R2020a.
5 Comments
Angkush Kumar
on 24 Oct 2022
Just yesterday, everything was fine. And from today, I am facing this problem as well. I have clean installed Matlab couple of times. No luck so far. Same problem is happening. Please let us know if you have got any solution!
osman alper altun
on 19 Jan 2023
Thanks @Daniel ! I was dealing with same issue and applied your solution. Right now problem was solved.
Emily
on 1 Jun 2023
Hello, I am getting this same error. How do I navigate to the properties window?
Accepted Answer
More Answers (1)
Kei Mukoyama
on 12 Oct 2022
3 votes
I have the same problem.
The error code is below and I am having trouble opening the add-on window.
エラー: matlab.internal.cef.webwindow/errorOnInValidWindow (行 1559)
Webwindow が有効ではありません。ユーザーによって閉じられているか、処理が終了しています。
エラー: matlab.internal.cef.webwindow/bringToFront (行 668)
obj.errorOnInValidWindow()
エラー: matlab.internal.webwindow/bringToFront (行 223)
bringToFront(obj.impl)
エラー: matlab.internal.addons.AddOnsWindow/bringToFront (行 74)
obj.webwindow.bringToFront();
エラー: matlab.internal.addons.Explorer/bringToFront (行 73)
obj.addOnsWindowInstance.bringToFront();
エラー: matlab.internal.addons.launchers.showExplorer (行 138)
matlab.internal.addons.Explorer.getInstance.bringToFront;
I have repeatedly uninstalled and installed and then tried the 2021b and 2022b versions but the problem was not resolved.
Categories
Find more on Introduction to Installation and Licensing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!