Driving Scenario Designer error in opening app

I am getting following error code when I try to open Driving Scenario Designer App. Please help.
Error using matlab.ui.internal.toolstrip.Column/processCustomProperties
"Width" property accepts a positive finite integer in the unit of pixels.
Error in matlab.ui.internal.toolstrip.Column (line 76)
this.processCustomProperties(varargin{:});
Error in matlab.ui.internal.toolstrip.Section/addColumn (line 134)
col = matlab.ui.internal.toolstrip.Column(varargin{:});
Error in driving.internal.scenarioApp.Toolstrip/createPropertiesSection
Error in driving.internal.scenarioApp.Toolstrip
Error in driving.internal.scenarioApp.Designer/createToolstrip
Error in matlabshared.application.Application/open (line 102)
this.Toolstrip = createToolstrip(this);
Error in driving.internal.scenarioApp.Display/open
Error in driving.internal.scenarioApp.Designer/open
Error in matlabshared.application.launchApplication (line 25)
open(h);
Error in drivingScenarioDesigner (line 48)
[varargout{1:nargout}] = matlabshared.application.launchApplication(...

2 Comments

I'm facing the same issue!
Hello ~ have you fixed this issue?

Sign in to comment.

Answers (3)

Problem solved. I use 2560 x 1600 resolution on my windows. The case i ran it succcessfully was when i was remotely using my windows under 1920 x 1080 resolution. And after i set it to 1920 x 1080 (which is not my default value) it opens flawlessly.

Categories

Find more on MATLAB Parallel Server in Help Center and File Exchange

Products

Release

R2021b

Asked:

on 2 Feb 2022

Answered:

on 9 Nov 2022

Community Treasure Hunt

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

Start Hunting!