nate-parrott / Flashlight

The missing Spotlight plugin system
http://flashlight.nateparrott.com
Other
5.39k stars 411 forks source link

Flashlighttool crashing on start #286

Closed tfeldmann closed 9 years ago

tfeldmann commented 9 years ago

Hello, I'm having issues opening the Flashlighttool as it crashes instantly. Crashlog:

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

Date/Time:             2015-01-20 15:01:07.714 +0100
OS Version:            Mac OS X 10.10.1 (14B25)
Report Version:        11
Anonymous UUID:        FCEC0115-0306-058C-963E-D90A12331A13

Sleep/Wake UUID:       B940E6A0-A914-46EE-A031-E661A1C00D4A

Time Awake Since Boot: 210000 seconds
Time Since Wake:       19000 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: @rpath/FlashlightKit.framework/Versions/A/FlashlightKit
  Referenced from: /Applications/FlashlightTool.app/Contents/MacOS/FlashlightTool
  Reason: image not found

Binary Images:
    0x7fff6a6c6000 -     0x7fff6a6fc837  dyld (353.2.1) <4696A982-1500-34EC-9777-1EF7A03E2659> /usr/lib/dyld

Model: MacBookPro11,2, BootROM MBP112.0138.B11, 4 processors, Intel Core i7, 2.2 GHz, 16 GB, SMC 2.18f15
Graphics: Intel Iris Pro, Intel Iris Pro, Built-In
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.124.12.10)
Bluetooth: Version 4.3.1f2 15015, 3 services, 27 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
Serial ATA Device: APPLE SSD SM0256F, 251 GB
USB Device: Internal Memory Card Reader
USB Device: HASP HL 3.25
USB Device: BRCM20702 Hub
USB Device: Bluetooth USB Host Controller
USB Device: Apple Internal Keyboard / Trackpad
Thunderbolt Bus: MacBook Pro, Apple Inc., 17.1
nate-parrott commented 9 years ago

whoops! fixed.

nate-parrott commented 9 years ago

I'd forgotten to include a framework inside the app bundle. It still worked fine while debugging in Xcode, but failed when exported.

tfeldmann commented 9 years ago

Works fine now, thank you!