Sublime Forum

Sublime Text 2 Crashes due to Python not being loaded

#1

Hey guys,

Upon trying to run the application, I get the following crash log. I’ve bolded what I think is the area of interest. Any help here would be greatly appreciated. I’ve paid for the app but can’t seem to be able to use it :frowning:

Thanks!

Process: Sublime Text 2 [7764]
Path: /Applications/Sublime Text 2.app/Contents/MacOS/Sublime Text 2
Identifier: com.sublimetext.2
Version: Beta, Build 2126 (2126)
Code Type: X86-64 (Native)
Parent Process: launchd [255]

Date/Time: 2012-02-05 09:03:44.594 -0500
OS Version: Mac OS X 10.7.2 (11C74)
Report Version: 9

Interval Since Last Report: 245697 sec
Crashes Since Last Report: 17
Per-App Crashes Since Last Report: 5
Anonymous UUID: 8B1B3A6B-DE6E-4664-95E7-CF230E6C7B64

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: /Applications/Sublime Text 2.app/Contents/MacOS/Sublime Text 2
Reason: no suitable image found. Did find:
/Library/Frameworks/Python.framework/Versions/2.6/Python: no matching architecture in universal wrapper

Binary Images:
0x101392000 - 0x10199efe7 +com.sublimetext.2 (Beta, Build 2126 - 2126) <0026DD6A-7A9F-3675-9154-243BE3ECB8B4> /Applications/Sublime Text 2.app/Contents/MacOS/Sublime Text 2
0x7fff60f92000 - 0x7fff60fc6ac7 dyld (195.5 - ???) <4A6E2B28-C7A2-3528-ADB7-4076B9836041> /usr/lib/dyld
0x7fff8f401000 - 0x7fff8f401fff com.apple.Cocoa (6.6 - ???) <021D4214-9C23-3CD8-AFB2-F331697A4508> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x7fff900be000 - 0x7fff900befff com.apple.Carbon (153 - 153) <895C2BF2-1666-3A59-A669-311B1F4F368B> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon

Model: MacBookPro8,2, BootROM MBP81.0047.B04, 4 processors, Intel Core i7, 2 GHz, 4 GB, SMC 1.69f1
Graphics: AMD Radeon HD 6490M, AMD Radeon HD 6490M, PCIe, 256 MB
Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In, 384 MB
Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80CE, 0x4D34373142353737334448302D4348392020
Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80CE, 0x4D34373142353737334448302D4348392020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xD6), Broadcom BCM43xx 1.0 (5.100.98.75.18)
Bluetooth: Version 4.0.1f4, 2 service, 11 devices, 1 incoming serial ports
Network Service: AirPort, AirPort, en1
Serial ATA Device: ST9500325ASG, 500.11 GB
Serial ATA Device: MATSHITADVD-R UJ-898
USB Device: FaceTime HD Camera (Built-in), apple_vendor_id, 0x8509, 0xfa200000 / 3
USB Device: hub_device, 0x0424 (SMSC), 0x2513, 0xfa100000 / 2
USB Device: Wireless Optical Mobile Mouse, 0x03f0 (Hewlett Packard), 0x8207, 0xfa130000 / 6
USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0245, 0xfa120000 / 5
USB Device: BRCM2070 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0xfa110000 / 4
USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x821a, 0xfa113000 / 7
USB Device: hub_device, 0x0424 (SMSC), 0x2513, 0xfd100000 / 2
USB Device: iPhone, apple_vendor_id, 0x12a0, 0xfd120000 / 4
USB Device: IR Receiver, apple_vendor_id, 0x8242, 0xfd110000 / 3

0 Likes

#2

Your system version of Python 2.6 is missing the 64 bit version.

I’ve had reports from a couple of users in the past with similar issues, in these cases they had deleted it for some reason or another. This is part of OS X, and deleting it will cause problems.

0 Likes