Why does the Add-On Explorer or Manager not load in R2015b?
17 views (last 30 days)
Show older comments
MathWorks Support Team
on 8 Mar 2017
Edited: MathWorks Support Team
on 2 Sep 2021
When opening MATLAB Add-ons Explorer or Manager I receive a loading icon indefinitely and the Add-ons Explorer or Manager never loads.
Accepted Answer
MathWorks Support Team
on 17 Aug 2021
Edited: MathWorks Support Team
on 2 Sep 2021
There is a bug within MATLAB R2015b that affects the MATLAB Add-ons Explorer and Manager. When either the network license manager or WLAN System Toolbox are installed in the same location as MATLAB it causes the Add-ons Explorer and Manager to load indefinitely.
In order to resolve this issue you can install the patch from:
or perform one of the two steps below:
- Uninstall the network license manager or WLAN System toolbox off the computer running MATLAB and install it on a different computer.
Or, if the network license manager must be on the same machine.
- Uninstall Network License Manager and install to a new location (that is not MATLABROOT).
This is fixed as of R2016a.
2 Comments
Kyle Perry
on 4 May 2018
Hello Bijan,
If you are getting this error in R2018a, please contact the Installation support team so we can help resolve the issue.
https://www.mathworks.com/support/contact_us.html
More Answers (1)
Jay Vaidya
on 4 Sep 2020
Please try to run the following in the MATLAB Command Window:
>> opengl software
And then try opening the Add on explorer again. It worked for me.
If that works, you can save the preference so that MATLAB always opens with Software OpenGL by running:
>> opengl('save','software')
0 Comments
See Also
Categories
Find more on Startup and Shutdown 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!