Unable to run Simulink

9 views (last 30 days)
Stephane Mourtadier
Stephane Mourtadier on 10 Dec 2022
Answered: Rajeev on 21 Dec 2022
Hello, here's my configuration :
Windows 11
MATLAB 2022b Education licence
The problem : Simulink does not run (no window appears)
Error :
Warning: 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{:});
Thx for help

Answers (1)

Rajeev
Rajeev on 21 Dec 2022
Launch MATLABWindow.exe and check the error
>> cd (matlabroot) % ex. cd 'C:\Program Files\MATLAB\R2022b'
>> !./bin/win64/MATLABWindow.exe
The root cause can be seen in the result of this command.
For example,
>> !./bin/win64/MATLABWindow.exe
returns:
.
.
[0630/154621.637:ERROR:resource_bundle.cc(782)] failed to load C:\Program Files\MATLAB\R2022b\bin\win64\cef_resources\cef.pak
.
.
In the above situation, you should be able to launch MATLABWindow.exe without any issue to make all web based application work. Please go to <MATLAB>\bin\win64 and try double click to launch MATLABWindow.exe.

Categories

Find more on Simulink in Help Center and File Exchange

Products


Release

R2022b

Community Treasure Hunt

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

Start Hunting!