Error in implay (line 60)

5 views (last 30 days)
Arpita
Arpita on 29 Jul 2015
Commented: Arpita on 30 Jul 2015
Hello All, While running "implay('traffic.avi')" in Matlab 2014b I got the following errors:
Error in implay (line 60)
obj = uiscopes.new(hScopeCfg);
I searched for a solution when someone (in Matlab community) suggested to turn off security software but it didn't help. However, when I tried with Matlab 2013 version (Stuart Williams on 14 Jan 2015 hinted on this) it worked fine.
Is there any simple fix to use implay in Matlab2014b? Thank you in advance.
  1 Comment
Walter Roberson
Walter Roberson on 29 Jul 2015
We need to see the full error message.

Sign in to comment.

Answers (1)

Arpita
Arpita on 29 Jul 2015
Thank you Walter. Here it is:
>> implay('traffic.avi')
Warning: Core:Source UI failed to instantiate
> In extmgr.ExtensionDb.add>local_failExtensionMsg at 177
In extmgr.ExtensionDb.add at 119
In extmgr.Driver.process at 28
In extmgr.Driver.processAll at 36
In extmgr.Driver.init at 94
In extmgr.Driver.Driver at 25
In uiscopes.Framework.initializeExtensionSystem at 19
In uiscopes.Framework.Framework at 110
In uiscopes.new at 25
In implay at 60
Warning: Disabling "Core:Source UI" violates constraint
> In extmgr.ExtensionDb.add>local_violateConstraintMsg at 160
In extmgr.ExtensionDb.add>notifyOfConstraintViolationIfDisabled at 149
In extmgr.ExtensionDb.add at 132
In extmgr.Driver.process at 28
In extmgr.Driver.processAll at 36
In extmgr.Driver.init at 94
In extmgr.Driver.Driver at 25
In uiscopes.Framework.initializeExtensionSystem at 19
In uiscopes.Framework.Framework at 110
In uiscopes.new at 25
In implay at 60
MATLAB:dispatcher:loadLibrary Can't reload 'N:\Applications\Matlab-R2014b-Research-x64\bin\win64\dastudio.dll'.
Warning: Sources:File failed to instantiate
> In extmgr.ExtensionDb.add>local_failExtensionMsg at 177
In extmgr.ExtensionDb.add at 119
In extmgr.Driver.process at 28
In extmgr.Driver.processAll at 36
In extmgr.Driver.init at 94
In extmgr.Driver.Driver at 25
In uiscopes.Framework.initializeExtensionSystem at 19
In uiscopes.Framework.Framework at 110
In uiscopes.new at 25
In implay at 60
No appropriate method, property, or field ConfigurationSet for class extmgr.ConfigurationSet.
Error in extmgr.EnableAtLeastOne/willViolateIfDisabled (line 105)
hEnab = hSystem.ConfigurationSet.findChild('Type', this.Type, 'Enable', true);
Error in extmgr.ExtensionDb/add>notifyOfConstraintViolationIfDisabled (line 147)
if hConstraint.willViolateIfDisabled(this.ConfigDb, hConfig)
Error in extmgr.ExtensionDb/add (line 132)
notifyOfConstraintViolationIfDisabled( ...
Error in extmgr.Driver/process (line 28)
add(this.ExtensionDb, hRegister, hConfig, varargin{:});
Error in extmgr.Driver/processAll (line 36)
process(this, hEnabled(indx), false);
Error in extmgr.Driver/init (line 94)
processAll(this);
Error in extmgr.Driver (line 25)
this.init(varargin{:});
Error in uiscopes.Framework/initializeExtensionSystem (line 19)
this.ExtDriver = extmgr.Driver(this, 'scopext.m', ...
Error in uiscopes.Framework (line 110)
initializeExtensionSystem(this);
Error in uiscopes/new (line 25)
hScope = uiscopes.Framework(hScopeCfg, varargin{:});
Error in implay (line 60)
obj = uiscopes.new(hScopeCfg);
  2 Comments
Walter Roberson
Walter Roberson on 29 Jul 2015
This appears to possibly have something to do with NumericTypeScope from the FixedPoint Toolbox. Maybe. Maybe not.
Try reinstalling the Image Processing Toolbox
Arpita
Arpita on 30 Jul 2015
It seems like two files (glee.dll and glee_util.dll) were missing from Matlab (/bin/win64) folder. Now it's working fine. Thank you Walter for your time.

Sign in to comment.

Categories

Find more on File Operations in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!