Unable to run Simulink

4 次查看(过去 30 天)
Stephane Mourtadier
Stephane Mourtadier 2022-12-10
回答: Rajeev 2022-12-21
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

回答(1 个)

Rajeev
Rajeev 2022-12-21
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.

类别

Help CenterFile Exchange 中查找有关 Simulink 的更多信息

产品


版本

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by