Every time I open up my arduino application, it quits automatically. I'm running on Mac OS X el capitan 10.11.6. Any tips or ideas? I've tried deleting/redownloading and also restarting my computer
Having the same problem here. I had Arduino loaded on my 2015 Macbook (El Capitan 10.11.6) and was using it for the last 6 months. Just yesterday the Arduino icon was replaced by a question mark and no functionality. So I reloaded the app and now it briefly starts up before quitting with the error "Arduino quit unexpectedly". Tried a new download, restart, etc.
pert
January 22, 2019, 8:27am
3
You're experiencing this bug:
opened 05:44PM - 08 Dec 18 UTC
closed 02:38PM - 11 Dec 18 UTC
Type: Bug
OS: OSX
Type: Regression
Upgraded from 1.6.6.
v1.8.8 immediately crashes on startup with exception in… log console and crash report:
```
Process: Arduino [1153]
Path: /Applications/development/Arduino.app/Contents/MacOS/Arduino
Identifier: cc.arduino.Arduino
Version: 1.8.8 (1.8.8)
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: Arduino [1153]
User ID: 501
Date/Time: 2018-12-08 18:02:00.194 +0100
OS Version: Mac OS X 10.11.6 (15G22010)
Report Version: 11
Anonymous UUID: D68992EA-87DB-CDED-6913-AA92AAE020A6
Time Awake Since Boot: 740 seconds
System Integrity Protection: enabled
Crashed Thread: 0 AppKit Thread Dispatch queue: com.apple.main-thread
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY
Application Specific Information:
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[NSApplicationAWT setAutomaticCustomizeTouchBarMenuItemEnabled:]: unrecognized selector sent to instance 0x7fd003d71ae0'
terminating with uncaught exception of type NSException
abort() called
```
Java version is:
```
java version "1.8.0_102"
Java(TM) SE Runtime Environment (build 1.8.0_102-b14)
Java HotSpot(TM) 64-Bit Server VM (build 25.102-b14, mixed mode)
```
Also removing `~/Library/Arduino15` did not help.
Downloaded 1.8.6. : no problems, only slow File menu.
Arduino IDE 1.8.8 is only compatible with macOS 10.12 and newer.
The recommended solution is to use Arduino IDE 1.8.7 until Arduino IDE 1.8.9 is released. You can download Arduino IDE 1.8.7 here:
The bug has been fixed in the Hourly Build of the Arduino IDE so you also have the option of using that version:
Be aware that the Hourly Build is primarily intended for beta testing and is not as thoroughly tested as the production releases of the Arduino IDE.
thanks so much, that seems to be working
pert
January 22, 2019, 2:40pm
5
You're welcome. I'm glad to hear it's working now. Enjoy!
Per