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