java.lang.NullPointerException macOS Sierra R2016a
Mostrar comentarios más antiguos
Anyone know how to fix this issue?
-Thomas
6 comentarios
Walter Roberson
el 22 de En. de 2017
Please post the first few lines of the crash report; the traceback will help us isolate the cause.
Note that R2016a is not officially supported on Sierra; https://www.mathworks.com/matlabcentral/answers/308320-is-matlab-compatible-with-macos-sierra
Nikunj Kothari
el 25 de En. de 2017
The above error can be generated upon start up is related to "accessibility", also known as Universal Access ( this is under Apple menu > System preferences > Universal Access). Such errors are getting generated with third-party applications like "bettertouchtool, bettersnaptool , cinch" installed on the system.
If the system has the above mentioned or any other third party extensions that require "Universal Access" to be enabled, then uninstall them, restart the system and then open MATLAB to see if the issue has been resolved.
Here is a list of some of the third-party Accessibility software that results in java errors in MATLAB:
- Bettertouchtool
- Bettersnaptool
- Cinch
- Moom
- PopClip
- Window Magnet or Magnet
Also, it would be a good idea to update to MATLAB R2016b as previous versions of MATLAB are not fully compatible with macOS Sierra.
Dom
el 30 de Mzo. de 2017
To confirm the solution posted by Nikunj Kothari. I am using R2017a on OSX Sierra 10.12.2 and had the same problem.
The Universal Access menu is no longer available so it is: System Preferences > Security and Privacy > Privacy > unlock
And then uncheck the offending app.
In my case it was an app I recently downloaded called Magnet.
Other apps on the list such as Dropbox and Snagit don't appear to conflict.
Marc Haldenwang
el 14 de Feb. de 2018
Thanks for the solution, in my case it was the same App "Magnet" and it took me really long to figure out what the problem was. Until I had the brilliant idea to google it ;)
Justin Chu
el 1 de Mzo. de 2018
In my case, quitting Magnet will resolve the issue so that you don't have to uninstall it.
David Nerger
el 9 de Jul. de 2020
Settings - Safety - Privacy - full harddrive access - tick matlab, that did it for me.
Respuestas (2)
Shengjie Xu
el 1 de Ag. de 2018
6 votos
It is the same app Magnet for me too... In the menu of Magnet, there is an option to ignore certain applications and ignoring MATLAB make the issue disappear. I'd like to know why the two apps conflict though just out of curiosity.
6 comentarios
Carlos Alberto Rodriguez
el 18 de Jul. de 2019
This work for me !!! Thank's
Thao Do
el 28 de Jul. de 2019
Also work for me too. Thanks
Rui Xue
el 3 de Abr. de 2020
Works for me, thanks. Don't know how Magnet piss MATLAB off
Jiri Lahoda
el 5 de Abr. de 2020
Thank tou very much! It heals my nerves.
Yu Wang
el 30 de Abr. de 2020
Works for me too! It's amazing how people figure out these things.
Ann Cui
el 30 de Sept. de 2020
It works like a charm! Thanks for the solution!
LiTuX Sol
el 27 de Jul. de 2019
0 votos
The exact same issue still exist on R2019a, High Sierra. If so many tools can be 'conflict' with MATLAB, I think it should be an issue of MATLAB itself, not other apps.
Currently I use the method given by @Shengjie Xu to bypass the issue. But you know, the issue is still there! Unless mathworks fix it.
Here is how I can reproduce the issue 100% of the time, hope to be useful:
- Install Magnet and enable it in Universal Access
- Open MATLAB
- Click on the triangle of Help, where a popup menu should come out (but not immediately this time);
- Click the triangle again (before popup menu shows), the cursor should change to busy;
- After the cursor back to arrow, click the triangle again, the popup menu is now shown;
- Click any items (e.g., about);
- You'll see the java exception text (mainly in red, the 'n' on the first line is in black) in the console window:

Categorías
Más información sobre Standalone Applications en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!