I cannot run the MATLABwindow application (on Windows 11)

113 visualizzazioni (ultimi 30 giorni)
Whenever I try to open the add-ons window, the following error occurs
Error using matlab.internal.cef.webwindow (line 403)
MATLABWindow application failed to launch. Unable to launch the MATLABWindow application. The exit code was: -1073741819
Error in matlab.internal.webwindow/createImplementation (line 313)
implObj = matlab.internal.cef.webwindow(varargin{:});
Error in matlab.internal.webwindow (line 161)
obj.impl = obj.createImplementation(varargin{:});
Error in matlab.internal.addons.AddOnsWindow/launch (line 54)
obj.webwindow = matlab.internal.webwindow(char(url), obj.debugPort, obj.normalWindowPosition);
Error in matlab.internal.addons.Manager/loadUrlForNavigationData (line 125)
obj.addOnsWindowInstance.launch(url, obj.windowStateUtil.getManagerWindowMaximizedSetting);
Error in matlab.internal.addons.Manager/show (line 57)
obj.loadUrlForNavigationData(navigationData);
Error in matlab.internal.addons.launchers.showManager (line 86)
matlab.internal.addons.Manager.getInstance.show(navigationData);
Error in matlab.internal.addons.launchers.showInstallerInManager (line 23)
matlab.internal.addons.launchers.showManager(entryPointIdentifier, 'openUrl', installerUrl);
I can open it fine on r2020b, which I have been using for the past 2 years. This only occurs when I try launching the add-ons window on versions r2021b and r2022b, which I installed recently. Maybe there is something wrong with the installation?

Risposte (4)

Anuneet
Anuneet il 7 Ott 2022
Hi,
Based on the error message you provided, I suspect that the issue may be related to the firewall or security settings of your machine. Therefore, please try the following steps to ensure MATLAB has all the necessary access:
Step 1: Please check if the MATLAB R2022b application is allowed through the firewall.
Step 2: Run MATLAB R2022b as administrator.
Step 3: Try opening the Add-On Explorer by clicking on "Add-Ons">"Get Add-Ons".
  4 Commenti
Number seven
Number seven il 11 Ott 2022
I checked, but the proxy option is unchecked. However, for some reason I can open the add-ons again! The only different thing I can think of is that I installed a toolbox (the image processing and acquisition toolboxes) by going through the installer again. Maybe somehow that solved it... Well it seems to be solved for now! THanks for the help.
Anuneet
Anuneet il 11 Ott 2022
@Number seven I am glad to know that it is solved! In case the issue comes up again, do post it here.

Accedi per commentare.


BadEgg
BadEgg il 16 Nov 2022
Modificato: BadEgg il 17 Nov 2022
Hello,
I seem to have the same problem as @Number seven. The error message showed only once, otherwise Matlab 2022b crashes when I try opening the Add On Explorer and I have to force shutdown. I tried all the steps listed here by @Anuneet + regenerating my MATLAB preferences none of it works. I also installed a new toolbox via the installer but that didn't work either
Any other ideas on how to solve that problem?
Thanks in advance
  2 Commenti
Anuneet
Anuneet il 28 Nov 2022
Hi @BadEgg, can you please confirm if there is a virus scanner that might be preventing the MATLABWindow.exe executable from running?
Also, to check if it is an issue with only Add On Explorer, you may try running the following commands
ww = matlab.internal.webwindow('www.mathworks.com'); ww.bringToFront;
BadEgg
BadEgg il 1 Dic 2022
Okay I did not change anything since my last message (or at least I think so) but it works fine now while it didn't before. I don't know why but it works!
Thanks anyway ! :)

Accedi per commentare.


John Myers
John Myers il 6 Giu 2023
I'm having the same problem as Number7 and BadEgg. I tried running: ww = matlab.internal.webwindow('www.mathworks.com'); ww.bringToFront; in the command window, but then I got the following error: Error using matlab.internal.cef.webwindow -1073741819

Tushar Sharma
Tushar Sharma il 14 Mar 2024 alle 7:23
Hi,
Kindly try this answer once where it mentions the same error code as present in your question.
Hope it helps!

Categorie

Scopri di più su Introduction to Installation and Licensing in Help Center e File Exchange

Prodotti


Release

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by