Sublime Forum

Installation Issue for Mac OS 10.9.3

#1

Hello,

My mac system is the newest version (10.9.3). I have two questions for installation:

  1. I downloaded Sublime Text 2 first and tried to install, but there is a problem indicate that “Check with the developer to make sure Sublime Text 2 works with this version of OS X. You may need to reinstall the application. Be sure to install any available updates for the application and OS X.”

The problem details are the following:
Process: Sublime Text 2 [1275]
Path: /Volumes/VOLUME/Sublime Text 2.app/Contents/MacOS/Sublime Text 2
Identifier: com.sublimetext.2
Version: ???
Code Type: X86-64 (Native)
Parent Process: launchd [158]
Responsible: Sublime Text 2 [1275]
User ID: 501

Date/Time: 2014-05-24 12:46:06.798 -0400
OS Version: Mac OS X 10.9.3 (13D65)
Report Version: 11
Anonymous UUID: 60C3F9BD-B34A-3BF5-DD31-E12A4FA9C91B

Sleep/Wake UUID: 126F81F2-C8A2-49DB-91E7-9648FB946597

Crashed Thread: 0

Exception Type: EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000002, 0x0000000000000000

Application Specific Information:
dyld: launch, loading dependent libraries

Dyld Error Message:
Library not loaded: /System/Library/Frameworks/Python.framework/Versions/2.6/Python
Referenced from: /Volumes/VOLUME/Sublime Text 2.app/Contents/MacOS/Sublime Text 2
Reason: image not found

Binary Images:
0x7fff65f68000 - 0x7fff65f9b817 dyld (239.4) <042C4CED-6FB2-3B1C-948B-CAF2EE3B9F7A> /usr/lib/dyld
0x7fff8c73b000 - 0x7fff8c73bfff com.apple.Cocoa (6.8 - 20) <1482E95B-0C26-38AF-9A44-50ADE6C0876C> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x7fff906ad000 - 0x7fff906adfff com.apple.Carbon (154 - 157) <14069023-0BBB-3925-9BA9-EB2C9E9B8C75> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon

Model: MacBookPro11,3, BootROM MBP112.0138.B02, 4 processors, Intel Core i7, 2.6 GHz, 16 GB, SMC 2.19f3
Graphics: Intel Iris Pro, Intel Iris Pro, Built-In
Graphics: NVIDIA GeForce GT 750M, NVIDIA GeForce GT 750M, PCIe, 2048 MB
Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1600 MHz, 0x02FE, 0x000000000000000000000000000000000000
Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1600 MHz, 0x02FE, 0x000000000000000000000000000000000000
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x134), Broadcom BCM43xx 1.0 (6.30.223.154.63)
Bluetooth: Version 4.2.4f1 13674, 3 services, 23 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
Serial ATA Device: APPLE SSD SM0512F, 500.28 GB
USB Device: Internal Memory Card Reader
USB Device: Apple Internal Keyboard / Trackpad
USB Device: BRCM20702 Hub
USB Device: Bluetooth USB Host Controller
Thunderbolt Bus: MacBook Pro, Apple Inc., 17.1

  1. Then I tried to install Sublime Text 3 on my macbook. I can successfully install this version but when I try to configure Java environment, I have another problem. When I click Preference–> Browse Packages, there is a folder called “Packages” coming out, but there is only one folder named “user” in it. As what I know, there should be many folders in it, such as Java, Python, C++, etc. These folders may allow me to configure the programming environment, however, now I can do nothing since nothing inside the “Packages” folder, except “user.” And please also note that the “user” folder is empty.

Please help me to solve above problems.

Thank you

James

0 Likes

#2

Not sure about “1” other than I’ve got both versions running on OS 10.9

For number “2”

On OS X the Default Packages are located at /Applications/Sublime Text.app/Contents/MacOS/Packages which are zipped files with the extension ‘.sublime-package’. You can rename the ‘.sublime-package’ files to ‘.zip’ and extract them to the Packages folder to override them with custom edits.

[UPDATED]

I stated the text below earlier (wish there was strikethrough to use…) which was incorrect as I was saying “Default Packages” but I should have said “Installed Packages” from Package Control.

0 Likes