nwhitehead / pineapple

http://nwhitehead.github.io/pineapple/
Other
351 stars 26 forks source link

BUG: Crash at startup for v. 0.8 on OS X 10.10.5 (Python 2.7 only) #49

Open deeplook opened 8 years ago

deeplook commented 8 years ago

The application (minimal as well as full version) immediately crashes, showing a window saying "Pineapple cannot be opened because of a problem.". I'm providing details copied from that window below (essentially the same for both versions, minimal and full). For the Python 3.5 version everything is fine.

Process:               Pineapple [6022]
Path:                  /Applications/Pineapple.app/Contents/MacOS/Pineapple
Identifier:            Pineapple
Version:               ???
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           Pineapple [6022]
User ID:               501

Date/Time:             2015-10-30 10:28:30.637 +0100
OS Version:            Mac OS X 10.10.5 (14F1021)
Report Version:        11
Anonymous UUID:        AAE5BD17-EBB5-5084-F939-1831A9B6CEE7

Sleep/Wake UUID:       FA35AE91-AE61-4C19-A498-971E1C1C1BE1

Time Awake Since Boot: 22000 seconds
Time Since Wake:       1400 seconds

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: /usr/local/lib/libwx_osx_cocoau-3.1.dylib
  Referenced from: /Applications/Pineapple.app/Contents/MacOS/Pineapple
  Reason: image not found

Binary Images:
    0x7fff660d7000 -     0x7fff6610d887  dyld (353.2.3) <B1B370A5-479F-3533-8AD7-97B687D4F989> /usr/lib/dyld
    0x7fff85298000 -     0x7fff853ffffb  com.apple.audio.toolbox.AudioToolbox (1.12 - 1.12) <5678FC94-456A-3F5F-BA9A-10EB6E462997> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff87b17000 -     0x7fff87b17fff  com.apple.Carbon (154 - 157) <9BF51672-1684-3FDE-A561-FC59A2864EF8> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff8a3a3000 -     0x7fff8a3b1ff7  com.apple.opengl (11.1.3 - 11.1.3) <C4D3AA58-3EA4-30C0-8E63-7657B5898E83> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff8a3b2000 -     0x7fff8a424fff  com.apple.framework.IOKit (2.0.2 - 1050.20.2) <09C0518C-90DF-3FC3-96D6-34D35F72C8EF> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff8b791000 -     0x7fff8b792ff3  libSystem.B.dylib (1213) <1866C519-C5F3-3D09-8C17-A8F703664521> /usr/lib/libSystem.B.dylib
    0x7fff91f63000 -     0x7fff91f63fff  com.apple.Cocoa (6.8 - 21) <EAC0EA1E-3C62-3B28-A941-5D8B1E085FF8> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa

Model: MacBookPro11,3, BootROM MBP112.0138.B16, 4 processors, Intel Core i7, 2.5 GHz, 16 GB, SMC 2.19f12
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, 0x80AD, 0x484D54343147533641465238412D50422020
Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343147533641465238412D50422020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x134), Broadcom BCM43xx 1.0 (7.15.166.24.3)
Bluetooth: Version 4.3.6f3 16238, 3 services, 18 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
Serial ATA Device: APPLE SSD SM0512F, 500,28 GB
USB Device: Slim Line
USB Device: Internal Memory Card Reader
USB Device: BRCM20702 Hub
USB Device: Bluetooth USB Host Controller
USB Device: Apple Internal Keyboard / Trackpad
Thunderbolt Bus: 
robbles commented 8 years ago

Same problem here, but on 10.9.5

gnestor commented 8 years ago

+1

cthorey commented 8 years ago

+1

lluviaHR commented 8 years ago

+1

sairahul commented 8 years ago

+1

lluviaHR commented 8 years ago

I used this workaround mentioned on #48 and it worked. I'm using OS X 10.11.1 El Capitan.

$ install_name_tool -change /usr/local/lib/libwx_osx_cocoau-3.1.dylib @executable_path/libwx_osx_cocoau-3.1.dylib /Applications/Pineapple.app/Contents/MacOS/Pineapple $ /Applications/Pineapple.app/Contents/MacOS/Pineapple

johncarstens commented 8 years ago

+1