Getting the following Error on Startup

1 view (last 30 days)
Jason Ottie
Jason Ottie on 20 Nov 2018
Commented: Adam Danz on 20 Nov 2018
I have a student running the 2018B Student version on a Mac. On startup she gets the error:
Warning: The following error was caught while executing 'internal.hotplug.EventSource' class destructor: Dot indexing is not supported for variables of this type.
Error in internal.hotplug.EventSource/stop (line 69)
obj.Channel.close();
Error in internal.hotplug.EventSource/delete (line 53)
stop(obj);
Error in internal.hotplug.EventSource (line 34)
function obj = EventSource()
Eror in internal.deviceplugindetection.Manager (line 173)
obj.USBDectorObject = internal.hotplug.EventSource();
Error in internal.deviceplugindetection.Manager.getInstance (line 246)
devicePlugInManagerInstance =
internal.deviceplugindetection.Manager();
Error in matlabrc (line 86)
pl=internal.deviceplugindection.Manager.getInstance(line 246);

Answers (0)

Categories

Find more on Startup and Shutdown in Help Center and File Exchange

Tags

Products


Release

R2018b

Community Treasure Hunt

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

Start Hunting!