Add-on Product Installer Error "Something Unexpected Occured"
Show older comments
While I was installing add-ons (Image Processing Toolbox and Communication Toolbox), after some time
" Something Unexpected Occurred
To resolve this issue, contact Technical Support" shows up at the installer and cancels the installation. Why this happens and how I can solve it?
Edit: I downloaded the MATLAB installer from the website, chose the toolboxes I want and started the installation. I didn't choose the packages/toolboxes I already have installed.
Answers (1)
Soham Chakraborty
on 3 Jan 2020
0 votes
HI,
If you are receiving this error when installing any support package in MATLAB R2016b, apply the following patch to your MATLAB installation (instructions included): www.mathworks.com/support/bugreports/1507667
If you are still experiencing this error after trying the above, locate your MATLAB installer log file. For more information on locating your installer log file, please reference this article:Where are the MATLAB installation log files located?
If you need further assistance, please contact MathWorks support and attach your MATLAB installer log file.
12 Comments
Prabhakar Naik
on 26 Jan 2020
I am getting the same error in 2019b release. Is the same patch applicable?
Marie Pape
on 5 Feb 2020
I am also getting this error on the 2019b release.
Semih
on 5 Feb 2020
Did you solve this problem?
Guilherme Aguiar
on 10 Feb 2020
2019b and the same ocurred
Bryan
on 4 Mar 2020
Hi, I got this error in 2019b on Linux Ubuntu 19.10 when adding a toolbox.
After going through the log files, I found that it is due to the Matlab installer making a mess of the permissions and installation pathways.
I gave my user account full permission over matlab directories in Linux.
Assuming you used the default install directories when installing Matlab, you can fix it as following in the Linux terminal:
sudo chown -R myusername /usr/local/MATLAB/R2019b
you may also need to do:
sudo chown -R myusername /home/myusername/.matlab/R2019b
Would be cool if Mathworks could get things right out of the box, instead of leaving the users to sort these things out. A Matlab install in Linux seems to take the best part of half of day of troubleshooting, as well as setting up symbolic links, etc.
Jens Müller
on 20 Mar 2020
Thanks for that hint. It worked for me, too.
Andreina Rascon
on 29 Apr 2020
This worked for me, I have Ubuntu 18.04 and matlab 2019b
john
on 20 Jun 2020
how can i solve this issue in windows 10?
Rajashekhar R
on 22 Dec 2020
Yeah, same problem for me also. How to solve this in WINDOWS 10 pc for R2019b?
Zeliha YILDIRIM
on 25 May 2021
Thanks, it worked :)
Agathe Jouneau
on 7 Jun 2021
@Bryan Thanks a lot! It also worked on Mac for me with the command:
sudo chown -R myusername /Applications/MATLAB_R2020b.app
Jerusalem Teklu
on 19 Feb 2023
Categories
Find more on Introduction to Installation and Licensing 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!