Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse scala-ide won't start after installing Mac OS X Sierra (Mac OS 10.12)

Eclipse quit Unexpectedly error is showing up.

Process: eclipse [1612] Path:
/Applications/Eclipse.app/Contents/MacOS/eclipse Identifier:
scalaide.product.id Version: 1.0.0 (1.0.0.201605041117) Code Type: X86-64 (Native) Parent Process: ??? [1] Responsible: eclipse [1612] User ID: 501

Date/Time: 2016-11-05 08:25:36.767 +0530 OS Version:
Mac OS X 10.12 (16A323) Report Version: 12 Anonymous UUID:
756B4B0B-5772-3B0B-F072-86AA384C8784

Sleep/Wake UUID: 9458E0FB-8ADB-4FF1-AF46-A0CE9A6FC72D

Time Awake Since Boot: 6100 seconds Time Since Wake: 3100 seconds

System Integrity Protection: enabled

Crashed Thread: 0 Dispatch queue: com.apple.main-thread

Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes:
KERN_INVALID_ADDRESS at 0x000000000000003c Exception Note:
EXC_CORPSE_NOTIFY

I installed the new Mac Sierra & installed the latest scala-ide (scala-SDK-4.4.1-vfinal-2.11-macosx.cocoa.x86_64.zip) but its showing above error on opening the application.

like image 501
Aman Tandon Avatar asked Nov 09 '22 06:11

Aman Tandon


2 Answers

I also faced the same issue in sierra. There seems to be some issue with unzipping in sierra. Both double click as well as unzip command. I ended up using windows (i had windows VM in VMFusion) and used 7zip to uncompress the zip. After that, it open properly in Mac.

like image 54
Jyothish Joshi Avatar answered Nov 15 '22 10:11

Jyothish Joshi


I have a workaround if you find interesting:

brew install Caskroom/cask/scala-ide

It worked for me and installed the version 4.4.1 on macOS Sierra 10.12.1.

Note: You will need to have brew installed so for instructions on that check this url: http://brew.sh .

like image 20
edmilsonefs Avatar answered Nov 15 '22 09:11

edmilsonefs