Simulink 2018b errors
12 ビュー (過去 30 日間)
古いコメントを表示
We have a simulink model on Matlab 2018b that we were using successfully but now we get the following errors in matlab (we have not made any changes to the model). There are a lot so I will just send a snippet of some of them.
Thank you for your help!
Tanaya
Warning: MATLAB has disabled some advanced graphics rendering features by switching to software OpenGL. For more information, click here. Warning: The following error was caught while executing 'Simulink.messageviewer.internal.CEFBrowserDialog' class destructor:
Dot indexing is not supported for variables of this type.
Error in Simulink.messageviewer.internal.CEFBrowserDialog/isValid
Error in Simulink.messageviewer.internal.CEFBrowserDialog/delete
Error in Simulink.messageviewer.internal.CEFBrowserDialog
Error in Simulink.messageviewer.internal.BrowserDialogFactory.create
Error in slmsgviewer
Error in slmsgviewer/PersistentInstance
Error in slmsgviewer.processRecord
Error in matlab.graphics.controls.CanvasPlugin/createCanvas
Error in matlabshared.scopes.visual.TimeDomainDisplay (line 38)
hAxes(1) = axes('Parent', hContainer, ...
Error in matlabshared.scopes.visual.TimeDomainSLADisplay (line 33)
this = this@matlabshared.scopes.visual.TimeDomainDisplay(varargin{:});
Error in matlabshared.scopes.visual.TimeDomainVisual/deserializeLayoutGrid (line 36)
hDisplay = matlabshared.scopes.visual.TimeDomainSLADisplay(gridContainer, displayInd);
Error in matlabshared.scopes.visual.DisplayVisual/setup (line 48)
[this.LayoutGridContainer,this.Displays] = deserializeLayoutGrid(this, ...
Error in matlabshared.scopes.visual.TimeDomainVisual/renderWidgets (line 17)
setup(this, getVisualizationParent(hScope));
Error in Simulink.scopes.TimeScopeBlockExtensionSystem/renderWidgets (line 126)
renderWidgets(this.TimeDomain);
Error in matlabshared.scopes.UnifiedScope/renderWidgets (line 350)
renderWidgets(this.ExtDriver);
Error in Simulink.scopes.TimeScopeBlockCfg/launch (line 49)
renderWidgets(hFramework);
Error in Simulink.scopes.ScopeBlockSpecification/setVisible (line 130)
launch(this);
Error in Simulink.scopes.TimeScopeBlock/open (line 37)
setVisible(hScopeSpec,'on');
Error in Simulink.scopes.TimeScopeBlock/load>@()open(this,preShowCallBackExists) (line 34)
callBack = @() open(this, preShowCallBackExists);
Error in Simulink.BlockDiagram/executeCallbacks>i_execute (line 52)
fcn();
Error in Simulink.BlockDiagram/executeCallbacks (line 44)
i_execute(obj,type,ids{i},f.(ids{i}),can_throw);
Error in sltemplate.internal.request.openModelFile
Error in SLStudio.Utils.openModelWithProjectCheck (line 32)
sltemplate.internal.request.openModelFile(modelFile);
Error in openmdl (line 17)
evalin('base', cmd);
Error in openslx (line 9)
out = openmdl(filename);
Error in open (line 142)
feval(openAction,fullpath);
Error in uiopen (line 175)
open(fn);
Error using matlab.internal.webwindow (line 313)
MATLABWindow application failed to launch. Unable to launch the MATLABWindow application
Error in Simulink.messageviewer.internal.CEFBrowserDialog
Error in Simulink.messageviewer.internal.BrowserDialogFactory.create
Error in slmsgviewer
Error in slmsgviewer/PersistentInstance
Error in slmsgviewer.processRecord
Error in matlab.graphics.controls.CanvasPlugin/createCanvas
Error in matlabshared.scopes.visual.TimeDomainDisplay (line 38)
hAxes(1) = axes('Parent', hContainer, ...
Error in matlabshared.scopes.visual.TimeDomainSLADisplay (line 33)
this = this@matlabshared.scopes.visual.TimeDomainDisplay(varargin{:});
Error in matlabshared.scopes.visual.TimeDomainVisual/deserializeLayoutGrid (line 36)
hDisplay = matlabshared.scopes.visual.TimeDomainSLADisplay(gridContainer, displayInd);
Error in matlabshared.scopes.visual.DisplayVisual/setup (line 48)
[this.LayoutGridContainer,this.Displays] = deserializeLayoutGrid(this, ...
Error in matlabshared.scopes.visual.TimeDomainVisual/renderWidgets (line 17)
setup(this, getVisualizationParent(hScope));
Error in Simulink.scopes.TimeScopeBlockExtensionSystem/renderWidgets (line 126)
renderWidgets(this.TimeDomain);
Error in matlabshared.scopes.UnifiedScope/renderWidgets (line 350)
renderWidgets(this.ExtDriver);
Error in Simulink.scopes.TimeScopeBlockCfg/launch (line 49)
renderWidgets(hFramework);
Error in Simulink.scopes.ScopeBlockSpecification/setVisible (line 130)
launch(this);
Error in Simulink.scopes.TimeScopeBlock/open (line 37)
setVisible(hScopeSpec,'on');
Error in Simulink.scopes.TimeScopeBlock/load>@()open(this,preShowCallBackExists) (line 34)
callBack = @() open(this, preShowCallBackExists);
Error in Simulink.BlockDiagram/executeCallbacks>i_execute (line 52)
fcn();
Error in Simulink.BlockDiagram/executeCallbacks (line 44)
i_execute(obj,type,ids{i},f.(ids{i}),can_throw);
Error in sltemplate.internal.request.openModelFile
Error in SLStudio.Utils.openModelWithProjectCheck (line 32)
sltemplate.internal.request.openModelFile(modelFile);
Error in openmdl (line 17)
evalin('base', cmd);
Error in openslx (line 9)
out = openmdl(filename);
Error in open (line 142)
feval(openAction,fullpath);
Error in uiopen (line 175)
open(fn);
1 件のコメント
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Title についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!