Unable to run Simulink

14 visualizaciones (últimos 30 días)
Stephane Mourtadier
Stephane Mourtadier el 10 de Dic. de 2022
Respondida: Rajeev el 21 de Dic. de 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

Respuestas (1)

Rajeev
Rajeev el 21 de Dic. de 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.

Categorías

Más información sobre Simulink en Help Center y File Exchange.

Productos


Versión

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by