Error opening "Get Hardware Support Packages" (exit code -1073741819)

19 views (last 30 days)
I am trying to open the "Get Hardware Support Packages" window in Windows 11 with Matlab 2023a. When I do so, I get the following error:
Error using showError
MATLABWindow application failed to launch. Unable to launch the MATLABWindow
application. The exit code was: -1073741819
Error in matlab.addons.supportpackage.internal.explorer.showAllHardwareSupportPackages (line 10)
showError(exception);
And cannot proceed to download the hardware support for Arduino.
It is a fresh install of Matlab 2023 and a recent install of Windows 11. I have never seen this error on previous Windows 10 or macOS installs.
James
  1 Comment
James Smith
James Smith on 4 Apr 2023
I get a similar error when clicking on the "Clean Data" icon:
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.ui.container.internal.AppContainer/buildWindow (line 2203)
window = matlab.internal.webwindow(url, this.getOpenPort());
Error in matlab.ui.container.internal.AppContainer/set.Visible (line 727)
this.Window = this.buildWindow(windowBounds);
Error in matlab.internal.preprocessingApp.PreprocessingApp/makeAppVisible
Error in matlab.internal.preprocessingApp.PreprocessingApp/initializeAppLayout
Error in matlab.internal.preprocessingApp.PreprocessingApp
Error in dataCleaner

Sign in to comment.

Answers (1)

Mayank Sengar
Mayank Sengar on 12 Apr 2023
Hi,
The error you encountered has already been in the following MATLAB answer, please go through it.
  1 Comment
James Smith
James Smith on 12 Apr 2023
Thank you for pointing that out Mayank as I hadn't seen that post.
Since posting I did not run Matlab 2023a. I've rebooted a few times and run other applications. Now, I have reopened Matlab 2023a and also opened the I just opened it. Then, I was able to open the Add-ons menu, as well as the Get Hardware Support Packages window without a problem.
Very strange. I checked Windows Defender's firewall and Matlab is not listed. It doesn't appear at all and there is no entry for Matlab.
However, it appears to be working correctly now.
James

Sign in to comment.

Categories

Find more on Arduino Hardware in Help Center and File Exchange

Products


Release

R2023a

Community Treasure Hunt

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

Start Hunting!