Giter Club home page Giter Club logo

audioscrobbler.app's Introduction

Screenshot

A minimal OS X iTunes scrobbling solution that implements Audioscrobbler protocol 2.0.

To compile it you'll need to create lastfm_api.h and add a Last.fm key and secret like so:

  #define LASTFM_API_KEY       "abcdef0123456789abcdef0123456789"
  #define LASTFM_SHARED_SECRET "abcdef0123456789abcdef0123456789"

audioscrobbler.app's People

Contributors

ggreer avatar joerick avatar ldesgrange avatar mikemcquaid avatar mxcl avatar nel avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

audioscrobbler.app's Issues

Incorrect signature generation with cyrillic symbols

12/24/10 01:08:14   Audioscrobbler[61478]   POST for `track.updateNowPlaying':
artist=Мораль%3Dый кодекс&trackNumber=3&method=track.updateNowPlaying&track=Ноч%3Dой каприз&sk=****&duration=303&album=Я выбираю тебя&api_key=****&api_sig=735826847fa5162302c212c9eab7a27c
12/24/10 01:08:15   Audioscrobbler[61478]   Response from `track.updateNowPlaying':
<lfm status="failed">
    <error code="13">Invalid method signature supplied</error>
</lfm>

Crashing on first iTunes play

Can't find a reliable way to reproduce this issue. Here is the crash report:

Process: Audioscrobbler [82867]
Path: /Applications/Audioscrobbler.app/Contents/MacOS/Audioscrobbler
Identifier: fm.last.Audioscrobbler
Version: ??? (0.9.10)
Code Type: X86-64 (Native)
Parent Process: launchd [182]

Date/Time: 2010-06-25 16:52:19.575 -0700
OS Version: Mac OS X 10.6.4 (10F569)
Report Version: 6

Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000080000000
Crashed Thread: 0 Dispatch queue: com.apple.main-thread

Application Specific Information:
objc_msgSend() selector name: retain

Thread 0 Crashed: Dispatch queue: com.apple.main-thread
0 libobjc.A.dylib 0x00007fff84c83120 objc_msgSend + 44
1 com.apple.CoreFoundation 0x00007fff8711a845 __CFBasicHashAddValue + 53
2 com.apple.CoreFoundation 0x00007fff87122238 CFBasicHashSetValue + 184
3 com.apple.CoreFoundation 0x00007fff87122057 CFDictionarySetValue + 199
4 com.apple.Foundation 0x00007fff832a4abd -[NSCFDictionary setObject:forKey:] + 261
5 fm.last.Audioscrobbler 0x00000001000037b5 +[lastfm post:to:] + 149
6 fm.last.Audioscrobbler 0x00000001000041b1 +[lastfm updateNowPlaying:] + 273
7 fm.last.Audioscrobbler 0x0000000100002e18 -[ITunesListener start] + 136
8 fm.last.Audioscrobbler 0x0000000100003202 -[ITunesListener onPlayerInfo:] + 226
9 com.apple.Foundation 0x00007fff832b284e _nsnote_callback + 167
10 com.apple.CoreFoundation 0x00007fff871bd8f8 __CFXNotificationHandleMessage + 568
11 com.apple.CoreFoundation 0x00007fff871bd653 __CFXNotificationReceiveFromServer + 291
12 com.apple.CoreFoundation 0x00007fff8717fbce __CFMachPortPerform + 366
13 com.apple.CoreFoundation 0x00007fff87158171 __CFRunLoopRun + 5201
14 com.apple.CoreFoundation 0x00007fff8715684f CFRunLoopRunSpecific + 575
15 com.apple.HIToolbox 0x00007fff818bd91a RunCurrentEventLoopInMode + 333
16 com.apple.HIToolbox 0x00007fff818bd71f ReceiveNextEventCommon + 310
17 com.apple.HIToolbox 0x00007fff818bd5d8 BlockUntilNextEventMatchingListInMode + 59
18 com.apple.AppKit 0x00007fff8865629e _DPSNextEvent + 708
19 com.apple.AppKit 0x00007fff88655bed -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
20 com.apple.AppKit 0x00007fff8861b8d3 -[NSApplication run] + 395
21 com.apple.AppKit 0x00007fff886145f8 NSApplicationMain + 364
22 fm.last.Audioscrobbler 0x0000000100001439 main + 9
23 fm.last.Audioscrobbler 0x0000000100001414 start + 52

Thread 1: Dispatch queue: com.apple.libdispatch-manager
0 libSystem.B.dylib 0x00007fff8734a08a kevent + 10
1 libSystem.B.dylib 0x00007fff8734bf5d _dispatch_mgr_invoke + 154
2 libSystem.B.dylib 0x00007fff8734bc34 _dispatch_queue_invoke + 185
3 libSystem.B.dylib 0x00007fff8734b75e _dispatch_worker_thread2 + 252
4 libSystem.B.dylib 0x00007fff8734b088 _pthread_wqthread + 353
5 libSystem.B.dylib 0x00007fff8734af25 start_wqthread + 13

Thread 2:
0 libSystem.B.dylib 0x00007fff8734aeaa __workq_kernreturn + 10
1 libSystem.B.dylib 0x00007fff8734b2bc _pthread_wqthread + 917
2 libSystem.B.dylib 0x00007fff8734af25 start_wqthread + 13

Thread 3:
0 libSystem.B.dylib 0x00007fff873312fa mach_msg_trap + 10
1 libSystem.B.dylib 0x00007fff8733196d mach_msg + 59
2 com.apple.CoreFoundation 0x00007fff871573c2 CFRunLoopRun + 1698
3 com.apple.CoreFoundation 0x00007fff8715684f CFRunLoopRunSpecific + 575
4 com.apple.Foundation 0x00007fff833324c3 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 297
5 com.apple.Foundation 0x00007fff832b2e8d __NSThread__main
+ 1429
6 libSystem.B.dylib 0x00007fff8736a456 _pthread_start + 331
7 libSystem.B.dylib 0x00007fff8736a309 thread_start + 13

Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x0000000000000400 rbx: 0x000000010000b850 rcx: 0x0000000000000000 rdx: 0x0000000000003573
rdi: 0x00000001006e67e0 rsi: 0x00007fff88d4cd68 rbp: 0x00007fff5fbfe390 rsp: 0x00007fff5fbfe348
r8: 0x0000000080000000 r9: 0x0000000000000000 r10: 0x00000001002689e0 r11: 0x00000001006e67e8
r12: 0x00000001002689e0 r13: 0x00000001006e67e0 r14: 0x00007fff88d58b18 r15: 0x0000000000000000
rip: 0x00007fff84c83120 rfl: 0x0000000000010202 cr2: 0x0000000080000000

Binary Images:
0x100000000 - 0x10000afff +fm.last.Audioscrobbler ??? (0.9.10) <36ED45DD-13B7-A781-D4EE-7A4D11833658> /Applications/Audioscrobbler.app/Contents/MacOS/Audioscrobbler
0x100014000 - 0x100020ff7 +com.growl.growlframework 1.2 (1.2) /Applications/Audioscrobbler.app/Contents/Frameworks/Growl.framework/Versions/A/Growl
0x10002c000 - 0x100043fff +org.andymatuschak.Sparkle 1.5 Beta 6 (313) <9253F8F7-250B-1114-7AE9-A10A54EB2298> /Applications/Audioscrobbler.app/Contents/Frameworks/Sparkle.framework/Versions/A/Sparkle
0x10005c000 - 0x100142fe7 libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <26FC56A6-EFD6-22FA-E1F1-4E1BA61C85BB> /usr/lib/libcrypto.0.9.7.dylib
0x7fff5fc00000 - 0x7fff5fc3bdef dyld 132.1 (???) /usr/lib/dyld
0x7fff80003000 - 0x7fff80023ff7 com.apple.DirectoryService.Framework 3.6 (621.3) /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x7fff803a5000 - 0x7fff803aafff libGFXShared.dylib ??? (???) <1265FAEF-1C97-B339-28A4-4510589B067B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff803ab000 - 0x7fff803adfff libRadiance.dylib ??? (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff803e9000 - 0x7fff80466fef libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
0x7fff80467000 - 0x7fff804b8fe7 com.apple.HIServices 1.8.0 (???) <1ABA7802-C1E4-06A0-9035-2792CC915BF6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff804b9000 - 0x7fff80508fef libTIFF.dylib ??? (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff8053e000 - 0x7fff808d7ff7 com.apple.QuartzCore 1.6.2 (227.22) <76EE0A32-B20B-F316-ADDD-4230329253D5> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff80902000 - 0x7fff80918ff7 com.apple.MultitouchSupport.framework 204.13 (204.13) /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff80a54000 - 0x7fff80b09fe7 com.apple.ColorSync 4.6.3 (4.6.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff80b0a000 - 0x7fff81779fe7 com.apple.WebCore 6533 (6533.16) <8F1CAEF4-34FC-49D0-3DF2-937EE69B05D8> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x7fff8178c000 - 0x7fff817c7fff com.apple.AE 496.4 (496.4) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff817c8000 - 0x7fff81832fe7 libvMisc.dylib 268.0.1 (compatibility 1.0.0) <75A8D840-4ACE-6560-0889-2AFB6BE08E59> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff81883000 - 0x7fff8188eff7 com.apple.HelpData 2.0.4 (34) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
0x7fff8188f000 - 0x7fff81b8dfe7 com.apple.HIToolbox 1.6.3 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff81bbe000 - 0x7fff81c3cfff com.apple.CoreText 3.1.0 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff81c3d000 - 0x7fff81fb2fe7 com.apple.RawCamera.bundle 3.0.3 (529) <2E6B251A-C5A5-A3F9-832B-BB1958F938E9> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x7fff81fb3000 - 0x7fff82073fff libFontParser.dylib ??? (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff82074000 - 0x7fff82075fff liblangid.dylib ??? (???) /usr/lib/liblangid.dylib
0x7fff82076000 - 0x7fff820c0ff7 com.apple.Metadata 10.6.3 (507.10) <641395B7-FF2C-B94C-965A-CE6A0830645F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff820ce000 - 0x7fff820ceff7 com.apple.Carbon 150 (152) <19B37B7B-1594-AD0A-7F14-FA2F85AD7241> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fff820d6000 - 0x7fff82519fef libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <0CC61C98-FF51-67B3-F3D8-C5E430C201A9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff8251a000 - 0x7fff825bafff com.apple.LaunchServices 362.1 (362.1) <2740103A-6C71-D99F-8C6F-FA264546AD8F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff826f7000 - 0x7fff827c2fe7 ColorSyncDeprecated.dylib 4.6.0 (compatibility 1.0.0) <3C223A94-EF14-28C5-844B-C25DFC87FB42> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib
0x7fff827c3000 - 0x7fff827ebfff com.apple.DictionaryServices 1.1.1 (1.1.1) <9FD709FC-23F0-F270-EAC1-C590CD516A36> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff827ec000 - 0x7fff82811fe7 com.apple.CoreVideo 1.6.1 (45.4) /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff82812000 - 0x7fff82f0f067 com.apple.CoreGraphics 1.543.50 (???) <46A7D60C-0500-B96C-ECAD-1D658487D213> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff82f10000 - 0x7fff82f26fef libbsm.0.dylib ??? (???) <42D3023A-A1F7-4121-6417-FCC6B51B3E90> /usr/lib/libbsm.0.dylib
0x7fff82f27000 - 0x7fff82f76ff7 com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <14FD0978-4BE0-336B-A19E-F388694583EB> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer
0x7fff82f77000 - 0x7fff82f7dff7 com.apple.DiskArbitration 2.3 (2.3) <857F6E43-1EF4-7D53-351B-10DE0A8F992A> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff82f7e000 - 0x7fff82f8dff7 com.apple.opengl 1.6.8 (1.6.8) <0CDC4F98-7981-A114-1778-AF171075138E> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff82f8e000 - 0x7fff82fa4fff com.apple.ImageCapture 6.0 (6.0) <5B5AF8FB-C12A-B51F-94FC-3EC4698E818E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x7fff82fa5000 - 0x7fff830b4fe7 libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <36DA89A6-3AF5-86F2-BDD5-B94C7C0844D4> /usr/lib/libcrypto.0.9.8.dylib
0x7fff830b5000 - 0x7fff8310afef com.apple.framework.familycontrols 2.0.1 (2010) <239940AC-2427-44C6-9E29-998D0ABECDF3> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x7fff83155000 - 0x7fff8316efff com.apple.CFOpenDirectory 10.6 (10.6) <0F46E102-8B8E-0995-BA85-3D9608F0A30C> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff83177000 - 0x7fff83211fff com.apple.ApplicationServices.ATS 4.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff8325d000 - 0x7fff8327efff libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <6993F348-428F-C97E-7A84-7BD2EDC46A62> /usr/lib/libresolv.9.dylib
0x7fff832a2000 - 0x7fff83523fef com.apple.Foundation 6.6.3 (751.29) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff835f3000 - 0x7fff83607fff libGL.dylib ??? (???) <5AD69545-D1A3-C017-C7AF-B4AFD6F08FA2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff83608000 - 0x7fff8360cff7 libCGXType.A.dylib 543.50.0 (compatibility 64.0.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x7fff8360d000 - 0x7fff8363efef libTrueTypeScaler.dylib ??? (???) <0A30CA68-46AF-3E74-AE9E-693DB5A680CC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
0x7fff836cf000 - 0x7fff836fffef com.apple.shortcut 1.1 (1.1) /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
0x7fff83863000 - 0x7fff8387dfff com.apple.ScriptingBridge 1.1.2 (???) <5F88CE7E-D66B-A33B-CA03-A4EAAE37D074> /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge
0x7fff8387e000 - 0x7fff8387eff7 com.apple.vecLib 3.6 (vecLib 3.6) <08D3D45D-908B-B86A-00BA-0F978D2702A7> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff8387f000 - 0x7fff83880ff7 com.apple.TrustEvaluationAgent 1.1 (1) <51867586-1C71-AE37-EAAD-535A58DD3550> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x7fff83881000 - 0x7fff83890fff com.apple.NetFS 3.2.1 (3.2.1) /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff83992000 - 0x7fff83a47fe7 com.apple.ink.framework 1.3.3 (107) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fff83c8b000 - 0x7fff83cccfef com.apple.QD 3.35 (???) <78C9A560-E6F7-DC4F-F85E-E63CF8A98F0B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff83d0e000 - 0x7fff83dcbff7 com.apple.CoreServices.OSServices 357 (357) <718F0719-DC9F-E392-7C64-9D7DFE3D02E2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff83e05000 - 0x7fff83f1cfef libxml2.2.dylib 10.3.0 (compatibility 10.0.0) /usr/lib/libxml2.2.dylib
0x7fff83f1d000 - 0x7fff83f28ff7 com.apple.speech.recognition.framework 3.11.1 (3.11.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fff83f29000 - 0x7fff84003ff7 com.apple.vImage 4.0 (4.0) <354F34BF-B221-A3C9-2CA7-9BE5E14AD5AD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff84004000 - 0x7fff84018ff7 com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <621B7415-A0B9-07A7-F313-36BEEDD7B132> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff84019000 - 0x7fff84098fef com.apple.audio.CoreAudio 3.2.2 (3.2.2) <243E456E-7A74-BE76-FF18-E589BDCAA785> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff84105000 - 0x7fff84148fff libtidy.A.dylib ??? (???) <8AF4DB3A-7BDB-7AF7-0E9C-413BBBD0E380> /usr/lib/libtidy.A.dylib
0x7fff84149000 - 0x7fff8414aff7 com.apple.audio.units.AudioUnit 1.6.3 (1.6.3) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff8414b000 - 0x7fff84150fff libGIF.dylib ??? (???) <21FC6B02-6AC3-C4DB-0B50-98144802274C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff84197000 - 0x7fff8427dfe7 com.apple.DesktopServices 1.5.7 (1.5.7) <8A697128-B6CA-E4A8-C200-6520D5A35FBE> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff8456b000 - 0x7fff845b4fef libGLU.dylib ??? (???) <34D118CD-F9EE-D023-FEBF-74581DEF31CD> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff845b5000 - 0x7fff84645fff com.apple.SearchKit 1.3.0 (1.3.0) <4175DC31-1506-228A-08FD-C704AC9DF642> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff847a7000 - 0x7fff847a7ff7 com.apple.CoreServices 44 (44) <210A4C56-BECB-E3E4-B6EE-7EC53E02265D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff84814000 - 0x7fff84819ff7 com.apple.CommonPanels 1.2.4 (91) <4D84803B-BD06-D80E-15AE-EFBE43F93605> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x7fff84994000 - 0x7fff8499aff7 IOSurface ??? (???) /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff8499b000 - 0x7fff849d8ff7 libFontRegistry.dylib ??? (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff84a55000 - 0x7fff84a9dff7 libvDSP.dylib 268.0.1 (compatibility 1.0.0) <170DE04F-89AB-E295-0880-D69CAFBD7979> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff84a9e000 - 0x7fff84a9eff7 com.apple.ApplicationServices 38 (38) <10A0B9E9-4988-03D4-FC56-DDE231A02C63> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff84a9f000 - 0x7fff84abaff7 com.apple.openscripting 1.3.1 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fff84abb000 - 0x7fff84abeff7 libCoreVMClient.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff84abf000 - 0x7fff84c7dfff libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <0E53A4A6-AC06-1B61-2285-248F534EE356> /usr/lib/libicucore.A.dylib
0x7fff84c7e000 - 0x7fff84d34fff libobjc.A.dylib 227.0.0 (compatibility 1.0.0) /usr/lib/libobjc.A.dylib
0x7fff84d41000 - 0x7fff84d41ff7 com.apple.Accelerate 1.6 (Accelerate 1.6) <2BB7D669-4B40-6A52-ADBD-DA4DB3BC0B1B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff84d42000 - 0x7fff84dfbfff libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <5A15E12A-AE8F-1A36-BBC7-564E7D7AD0FB> /usr/lib/libsqlite3.dylib
0x7fff84dfc000 - 0x7fff84f21fef com.apple.audio.toolbox.AudioToolbox 1.6.3 (1.6.3) <4DCCD01F-7516-4240-09DC-EE553317D345> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff84f50000 - 0x7fff85283fe7 com.apple.CoreServices.CarbonCore 861.13 (861.13) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff8535d000 - 0x7fff85360ff7 com.apple.securityhi 4.0 (36638) <38935851-09E4-DDAB-DB1D-30ADC39F7ED0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fff85361000 - 0x7fff8536fff7 libkxld.dylib ??? (???) /usr/lib/system/libkxld.dylib
0x7fff853bb000 - 0x7fff853d9fff libPng.dylib ??? (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff853da000 - 0x7fff85660ff7 com.apple.security 6.1.1 (37594) <5EDDC08C-C95B-2D24-E1D2-D30D233AB065> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff85757000 - 0x7fff858d3ff7 com.apple.WebKit 6533 (6533.16) /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x7fff858d4000 - 0x7fff858d6fff com.apple.print.framework.Print 6.1 (237.1) <4513DB2F-737C-B43C-2D0E-23CD6E838014> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x7fff858d7000 - 0x7fff858e8ff7 libz.1.dylib 1.2.3 (compatibility 1.0.0) /usr/lib/libz.1.dylib
0x7fff85905000 - 0x7fff85951fff libauto.dylib ??? (???) <072804DF-36AD-2DBE-7EF8-639CFB79077F> /usr/lib/libauto.dylib
0x7fff85958000 - 0x7fff85b42fe7 com.apple.JavaScriptCore 6533 (6533.13) /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x7fff85d66000 - 0x7fff85e7ffef libGLProgrammability.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x7fff85e80000 - 0x7fff85ec3ff7 libRIP.A.dylib 543.50.0 (compatibility 64.0.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x7fff85ec4000 - 0x7fff85f73fff edu.mit.Kerberos 6.5.10 (6.5.10) /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff86592000 - 0x7fff86d9cfe7 libBLAS.dylib 219.0.0 (compatibility 1.0.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff86fe5000 - 0x7fff86fe8fff com.apple.help 1.3.1 (41) <54B79BA2-B71B-268E-8752-5C8EE00E49E4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fff86fe9000 - 0x7fff8700ffe7 libJPEG.dylib ??? (???) <4060F3E2-BAD3-244F-D777-51BA16569DA4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff87055000 - 0x7fff8706aff7 com.apple.LangAnalysis 1.6.6 (1.6.6) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff8706b000 - 0x7fff8706cfff libffi.dylib ??? (???) /usr/lib/libffi.dylib
0x7fff8710b000 - 0x7fff87280ff7 com.apple.CoreFoundation 6.6.3 (550.29) <48810602-63C3-994D-E563-DD02B16E76E1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff8732f000 - 0x7fff8732fff7 com.apple.Cocoa 6.6 (???) <68B0BE46-6E24-C96F-B341-054CF9E8F3B6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x7fff87330000 - 0x7fff874f0fef libSystem.B.dylib 125.2.0 (compatibility 1.0.0) <95E02DD0-ADEA-745B-E7FA-ABA064E4658C> /usr/lib/libSystem.B.dylib
0x7fff874f1000 - 0x7fff874f5ff7 libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
0x7fff874f6000 - 0x7fff87634fff com.apple.CoreData 102.1 (251) <32233D4D-00B7-CE14-C881-6BF19FD05A03> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff8768f000 - 0x7fff8768fff7 com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff87690000 - 0x7fff87715fff com.apple.print.framework.PrintCore 6.2 (312.5) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff87cc6000 - 0x7fff87cd3fe7 libCSync.A.dylib 543.50.0 (compatibility 64.0.0) <7B891D4C-1F19-4DB0-FD12-7A7D5E8F47AE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x7fff87cd4000 - 0x7fff87d32ff7 com.apple.framework.IOKit 2.0 (???) <010C3398-7363-8F4B-719C-263867F15F63> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff87d33000 - 0x7fff87e03ff7 com.apple.CFNetwork 454.9.7 (454.9.7) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff88092000 - 0x7fff8811efef SecurityFoundation ??? (???) <6860DE26-0D42-D1E8-CD7C-5B42D78C1E1D> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff8811f000 - 0x7fff882d5fef com.apple.ImageIO.framework 3.0.3 (3.0.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff882ec000 - 0x7fff8830ffff com.apple.opencl 12.1 (12.1) <403E8F37-4348-B9BC-08E6-7693A995B7EC> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff88310000 - 0x7fff88317fff com.apple.OpenDirectory 10.6 (10.6) <72A65D76-7831-D31E-F1B3-9E48BF26A98B> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff883ce000 - 0x7fff8840ffff com.apple.SystemConfiguration 1.10.2 (1.10.2) /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff884e5000 - 0x7fff8851dfef libcups.2.dylib 2.8.0 (compatibility 2.0.0) <31A78904-A500-0DA9-0609-F1EB81383326> /usr/lib/libcups.2.dylib
0x7fff8856d000 - 0x7fff8857ffe7 libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <76B83C8D-8EFE-4467-0F75-275648AFED97> /usr/lib/libsasl2.2.dylib
0x7fff88598000 - 0x7fff885dfff7 com.apple.coreui 2 (114) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff885e0000 - 0x7fff88611fff libGLImage.dylib ??? (???) <2F18DB77-CF77-1311-9E20-FE460090C166> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff88612000 - 0x7fff89008fff com.apple.AppKit 6.6.6 (1038.29) <7BDD335D-5425-0354-5AD6-41C4F1B4A2F4> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff89058000 - 0x7fff89083ff7 libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <87A0B228-B24A-C426-C3FB-B40D7258DD49> /usr/lib/libxslt.1.dylib
0x7fffffe00000 - 0x7fffffe01fff libSystem.B.dylib ??? (???) <95E02DD0-ADEA-745B-E7FA-ABA064E4658C> /usr/lib/libSystem.B.dylib

Wont scrobble because not music

I am on a german locale and Audiscrobbler complains about files not being music.
This is because you just check against the string suffix of itunes.currentTrack.kind, which happens to be localized.

For a german setup and mp3 files its "MPEG Audiodatei"
I dont know if you can get the english version of currentTrack.kind ?

Idea - prefPane

This app is fantastic. It does a great job at making Last.fm feel like "part of the OS", but what if the main preferences were moved into a prefPane, and the menu extra could be turned on/off (like how Time Machine behaves).

I almost never use the menubar menu, and a prefPane would make it feel even more like it's part of Mac OS X.

Ability to Disable Keyboard Shortcuts

Most of the keyboard shortcuts for Love, Tag, Share and so on are already occupied by other things on my mac, so it would be nice to have the possibility to reassign other shortcuts, or to simply switch it off.

Scrobbling breaks after playing track with empty artist name

lastfm-cocoa stops scrobbling after playing tracks with an empty artist name in iTunes. From then on at the start of every new track it logs the following error to the console: "Audioscrobbler[2931] *** -[NSCFString appendString:]: nil argument" (which might be caused by e.g. the append function call in the lastfm:titleForTrack method.)

After this happens the app must be restarted to make scrobbling work again.

Won't scrobble tracks with + in their tags

10/14/10 2:36:53    Audioscrobbler[93942]   Response from `user.updateNowPlaying':
<lfm status="failed">
    <error code="13">Signature is invalid</error>
    <serverTimestamp>1287009413</serverTimestamp>
</lfm>

Audioscrobbler[2206]: *** setObjectForKey: object cannot be nil (key: Name)

Hi guys, was trying to run the release app. Also built it, the result the same:

OS X: El Capitan 10.11.3

Audioscrobbler_2016-02-18-213820_ghaf.crash.txt

2/18/16 21:38:19.586 launchservicesd[81]: SecTaskLoadEntitlements failed error=22
2/18/16 21:38:19.589 launchservicesd[81]: SecTaskLoadEntitlements failed error=22
2/18/16 21:38:20.091 appleeventsd[55]: SecTaskLoadEntitlements failed error=22
2/18/16 21:38:20.092 Audioscrobbler[2206]: NSScanner: nil string argument
2/18/16 21:38:20.093 Audioscrobbler[2206]: An uncaught exception was raised
2/18/16 21:38:20.093 Audioscrobbler[2206]: *** setObjectForKey: object cannot be nil (key: Name)
2/18/16 21:38:20.093 Audioscrobbler[2206]: (
    0   CoreFoundation                      0x00007fff8e83cae2 __exceptionPreprocess + 178
    1   libobjc.A.dylib                     0x00007fff8fc61f7e objc_exception_throw + 48
    2   CoreFoundation                      0x00007fff8e716ed4 -[__NSDictionaryM setObject:forKey:] + 1236
    3   Audioscrobbler                      0x000000010a324442 Audioscrobbler + 13378
    4   Audioscrobbler                      0x000000010a322c78 Audioscrobbler + 7288
    5   CoreFoundation                      0x00007fff8e73c33f -[NSSet makeObjectsPerformSelector:] + 223
    6   AppKit                              0x00007fff852f5ee4 -[NSIBObjectData nibInstantiateWithOwner:options:topLevelObjects:] + 1192
    7   AppKit                              0x00007fff852d4b51 loadNib + 384
    8   AppKit                              0x00007fff852d4077 +[NSBundle(NSNibLoading) _loadNibFile:nameTable:options:withZone:ownerBundle:] + 300
    9   AppKit                              0x00007fff852d3e40 -[NSBundle(NSNibLoading) loadNibNamed:owner:topLevelObjects:] + 201
    10  AppKit                              0x00007fff852d3c0c +[NSBundle(NSNibLoading) loadNibNamed:owner:] + 344
    11  AppKit                              0x00007fff852ce25a NSApplicationMain + 466
    12  libdyld.dylib                       0x00007fff94b525ad start + 1
)
2/18/16 21:38:20.093 Audioscrobbler[2206]: *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** setObjectForKey: object cannot be nil (key: Name)'
*** First throw call stack:
(
    0   CoreFoundation                      0x00007fff8e83cae2 __exceptionPreprocess + 178
    1   libobjc.A.dylib                     0x00007fff8fc61f7e objc_exception_throw + 48
    2   CoreFoundation                      0x00007fff8e716ed4 -[__NSDictionaryM setObject:forKey:] + 1236
    3   Audioscrobbler                      0x000000010a324442 Audioscrobbler + 13378
    4   Audioscrobbler                      0x000000010a322c78 Audioscrobbler + 7288
    5   CoreFoundation                      0x00007fff8e73c33f -[NSSet makeObjectsPerformSelector:] + 223
    6   AppKit                              0x00007fff852f5ee4 -[NSIBObjectData nibInstantiateWithOwner:options:topLevelObjects:] + 1192
    7   AppKit                              0x00007fff852d4b51 loadNib + 384
    8   AppKit                              0x00007fff852d4077 +[NSBundle(NSNibLoading) _loadNibFile:nameTable:options:withZone:ownerBundle:] + 300
    9   AppKit                              0x00007fff852d3e40 -[NSBundle(NSNibLoading) loadNibNamed:owner:topLevelObjects:] + 201
    10  AppKit                              0x00007fff852d3c0c +[NSBundle(NSNibLoading) loadNibNamed:owner:] + 344
    11  AppKit                              0x00007fff852ce25a NSApplicationMain + 466
    12  libdyld.dylib                       0x00007fff94b525ad start + 1
)
2/18/16 21:38:20.094 diagnosticd[105]: error evaluating process info - pid: 2206, puniqueid: 2206
2/18/16 21:38:20.095 com.apple.xpc.launchd[1]: (fm.last.Audioscrobbler.222432[2206]) Service exited due to signal: Abort trap: 6
2/18/16 21:38:20.109 com.apple.xpc.launchd[1]: (com.apple.ReportCrash[2207]) Endpoint has been activated through legacy launch(3) APIs. Please switch to XPC or bootstrap_check_in(): com.apple.ReportCrash
2/18/16 21:38:20.330 ReportCrash[2207]: Saved crash report for Audioscrobbler[2206] version 0.9.15 to /Users/sevenfourk/Library/Logs/DiagnosticReports/Audioscrobbler_2016-02-18-213820_ghaf.crash

Uncaught exception -[ITunesTrack podcast]: unrecognized selector sent to instance

This is happening to me as soon as I launch the app.

I'm on iTunes 12.4.1

Crash log from Console.app:

25/07/16 2:49:59.442 pm Audioscrobbler[15252]: *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[ITunesTrack podcast]: unrecognized selector sent to instance 0x7fd68c863620'
*** First throw call stack:
(
    0   CoreFoundation                      0x00007fff9012e4f2 __exceptionPreprocess + 178
    1   libobjc.A.dylib                     0x00007fff96b9ff7e objc_exception_throw + 48
    2   CoreFoundation                      0x00007fff901981ad -[NSObject(NSObject) doesNotRecognizeSelector:] + 205
    3   CoreFoundation                      0x00007fff9009e571 ___forwarding___ + 1009
    4   CoreFoundation                      0x00007fff9009e0f8 _CF_forwarding_prep_0 + 120
    5   Audioscrobbler                      0x000000010fa3c831 Audioscrobbler + 14385
    6   Audioscrobbler                      0x000000010fa3c542 Audioscrobbler + 13634
    7   Audioscrobbler                      0x000000010fa3ac78 Audioscrobbler + 7288
    8   CoreFoundation                      0x00007fff900a4cef -[NSSet makeObjectsPerformSelector:] + 223
    9   AppKit                              0x00007fff953b7e2b -[NSIBObjectData nibInstantiateWithOwner:options:topLevelObjects:] + 1192
    10  AppKit                              0x00007fff953aed8d loadNib + 384
    11  AppKit                              0x00007fff953ae2b3 +[NSBundle(NSNibLoading) _loadNibFile:nameTable:options:withZone:ownerBundle:] + 300
    12  AppKit                              0x00007fff953ae07c -[NSBundle(NSNibLoading) loadNibNamed:owner:topLevelObjects:] + 201
    13  AppKit                              0x00007fff953ade48 +[NSBundle(NSNibLoading) loadNibNamed:owner:] + 344
    14  AppKit                              0x00007fff953a90a2 NSApplicationMain + 466
    15  libdyld.dylib                       0x00007fff909cb5ad start + 1
    16  ???                                 0x0000000000000002 0x0 + 2
)

Memory leak?

A couple of days ago I opened up activity monitor to see audioscrobbler using 100+ mb of memory. I went up to the menu bar and clicked on it to drop down its menu, and it immediately jumped down to use only 10mb of memory. This was after I had left my computer and music running, on accident, for more than 24 hours. I do notice however, that after about an hour of scrobbling it uses like 30mb.

Every time I drop down it menu from the menubar, however, it immediately drops back down to about 10mb. Anyone else notice this?

(suggestion) Tweet Loved Tracks?

I'm loving this audioscrobbler (esp. its scrobbling of Playgrub/playlick tracks!) -- it'd be great if when I love a track I could have the app tweet its artist/title in Toby's (?) format mentioned in playgrub's blog post ie. "I'm loving ★ artist name ♫ track name" (perhaps with an optional hashtag?). You could then listen to the music zeitgeist with playgrub!

Unknown method track.love

10/11/10 22:24:13   Audioscrobbler[9900]    POST for `track.love':
trackNumber=2&sk=****&method=track.love&api_key=****&track=****&artist=****&api_sig=****
10/11/10 22:24:13   Audioscrobbler[9900]    Response from `track.love':
<lfm status="failed">
    <error code="3">Unknown method track.love</error>
    <serverTimestamp>1286821453</serverTimestamp>
</lfm>

I'm using 0.9.12.

openURL no longer working in Lion

Not sure exactly what's going on, but in Lion, clicking on the artist name doesn't open the artist_url anymore. I've poked around a bit with the code, but can't find an obvious fix. Other widgets use openURL fine, but have it encapsulated in a callback method (rather than directly in the onclick attribute.

Filing here for record-keeping purposes.

NSInvalidArgumentException: -[ITunesTrack podcast]: unrecognized selector

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

Date/Time:             2017-04-07 14:29:40.531 -0400
OS Version:            Mac OS X 10.10.5 (14F1713)
Report Version:        11
Anonymous UUID:        C3D36F96-11A2-5880-7B10-5EABA98AEF85

Sleep/Wake UUID:       A866FF69-2C01-41A4-BF52-EC53E3C44A53

Time Awake Since Boot: 900000 seconds
Time Since Wake:       17000 seconds

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

Exception Type:        EXC_CRASH (SIGABRT)
Exception Codes:       0x0000000000000000, 0x0000000000000000

Application Specific Information:
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[ITunesTrack podcast]: unrecognized selector sent to instance 0x60000024a110'
terminating with uncaught exception of type NSException
abort() called

Application Specific Backtrace 1:
0   CoreFoundation                      0x00007fff8f03c03c __exceptionPreprocess + 172
1   libobjc.A.dylib                     0x00007fff8dcf776e objc_exception_throw + 43
2   CoreFoundation                      0x00007fff8f03f0ad -[NSObject(NSObject) doesNotRecognizeSelector:] + 205
3   CoreFoundation                      0x00007fff8ef84e24 ___forwarding___ + 1028
4   CoreFoundation                      0x00007fff8ef84998 _CF_forwarding_prep_0 + 120
5   Audioscrobbler                      0x000000010e4d1831 Audioscrobbler + 14385
6   Audioscrobbler                      0x000000010e4d1542 Audioscrobbler + 13634
7   Audioscrobbler                      0x000000010e4cfc78 Audioscrobbler + 7288
8   CoreFoundation                      0x00007fff8ef48bdf -[NSSet makeObjectsPerformSelector:] + 223
9   AppKit                              0x00007fff885db03d -[NSIBObjectData nibInstantiateWithOwner:options:topLevelObjects:] + 1216
10  AppKit                              0x00007fff885ba0e5 loadNib + 384
11  AppKit                              0x00007fff885b960b +[NSBundle(NSNibLoading) _loadNibFile:nameTable:options:withZone:ownerBundle:] + 313
12  AppKit                              0x00007fff885b93c7 -[NSBundle(NSNibLoading) loadNibNamed:owner:topLevelObjects:] + 201
13  AppKit                              0x00007fff885b9193 +[NSBundle(NSNibLoading) loadNibNamed:owner:] + 344
14  AppKit                              0x00007fff885b1d79 NSApplicationMain + 605
15  libdyld.dylib                       0x00007fff8985c5c9 start + 1

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib        	0x00007fff83f20286 __pthread_kill + 10
1   libsystem_c.dylib             	0x00007fff83eda9ab abort + 129
2   libc++abi.dylib               	0x00007fff83f28a21 abort_message + 257
3   libc++abi.dylib               	0x00007fff83f509d1 default_terminate_handler() + 267
4   libobjc.A.dylib               	0x00007fff8dcfb7d6 _objc_terminate() + 103
5   libc++abi.dylib               	0x00007fff83f4e0a1 std::__terminate(void (*)()) + 8
6   libc++abi.dylib               	0x00007fff83f4db30 __cxa_throw + 121
7   libobjc.A.dylib               	0x00007fff8dcf7898 objc_exception_throw + 341
8   com.apple.CoreFoundation      	0x00007fff8f03f0ad -[NSObject(NSObject) doesNotRecognizeSelector:] + 205
9   com.apple.CoreFoundation      	0x00007fff8ef84e24 ___forwarding___ + 1028
10  com.apple.CoreFoundation      	0x00007fff8ef84998 _CF_forwarding_prep_0 + 120
11  fm.last.Audioscrobbler        	0x000000010e4d1831 0x10e4ce000 + 14385
12  fm.last.Audioscrobbler        	0x000000010e4d1542 0x10e4ce000 + 13634
13  fm.last.Audioscrobbler        	0x000000010e4cfc78 0x10e4ce000 + 7288
14  com.apple.CoreFoundation      	0x00007fff8ef48bdf -[NSSet makeObjectsPerformSelector:] + 223
15  com.apple.AppKit              	0x00007fff885db03d -[NSIBObjectData nibInstantiateWithOwner:options:topLevelObjects:] + 1216
16  com.apple.AppKit              	0x00007fff885ba0e5 loadNib + 384
17  com.apple.AppKit              	0x00007fff885b960b +[NSBundle(NSNibLoading) _loadNibFile:nameTable:options:withZone:ownerBundle:] + 313
18  com.apple.AppKit              	0x00007fff885b93c7 -[NSBundle(NSNibLoading) loadNibNamed:owner:topLevelObjects:] + 201
19  com.apple.AppKit              	0x00007fff885b9193 +[NSBundle(NSNibLoading) loadNibNamed:owner:] + 344
20  com.apple.AppKit              	0x00007fff885b1d79 NSApplicationMain + 605
21  libdyld.dylib                 	0x00007fff8985c5c9 start + 1

Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0   libsystem_kernel.dylib        	0x00007fff83f21232 kevent64 + 10
1   libdispatch.dylib             	0x00007fff897b626e _dispatch_mgr_thread + 52

Thread 2:
0   libsystem_kernel.dylib        	0x00007fff83f2094a __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fff8b2093dd start_wqthread + 13

Thread 3:
0   libsystem_kernel.dylib        	0x00007fff83f2094a __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fff8b2093dd start_wqthread + 13

Thread 4:
0   libsystem_kernel.dylib        	0x00007fff83f2094a __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fff8b2093dd start_wqthread + 13

Thread 5:
0   libsystem_kernel.dylib        	0x00007fff83f2094a __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fff8b2093dd start_wqthread + 13

Thread 6:
0   libsystem_kernel.dylib        	0x00007fff83f2094a __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fff8b2093dd start_wqthread + 13

Thread 7:
0   libsystem_kernel.dylib        	0x00007fff83f2094a __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fff8b2093dd start_wqthread + 13

Thread 8:
0   libsystem_kernel.dylib        	0x00007fff83f2094a __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fff8b2093dd start_wqthread + 13

Thread 9:
0   libsystem_kernel.dylib        	0x00007fff83f2094a __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fff8b2093dd start_wqthread + 13

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x0000000000000006  rcx: 0x00007fff5172fce8  rdx: 0x0000000000000000
  rdi: 0x000000000000130f  rsi: 0x0000000000000006  rbp: 0x00007fff5172fd10  rsp: 0x00007fff5172fce8
   r8: 0x6e6f697470656378   r9: 0x00007fff83f04d70  r10: 0x0000000008000000  r11: 0x0000000000000206
  r12: 0x00007fff5172fe70  r13: 0x00007fff8dcea0c0  r14: 0x00007fff73b05300  r15: 0x00007fff5172fd50
  rip: 0x00007fff83f20286  rfl: 0x0000000000000206  cr2: 0x00007fff72757fd8
  
Logical CPU:     0
Error Code:      0x02000148
Trap Number:     133


Binary Images:
       0x10e4ce000 -        0x10e4d6ff3 +fm.last.Audioscrobbler (0.9.15) <471D8B4A-11CD-344A-9C3F-38EDF249DC55> /Applications/Audioscrobbler.app/Contents/MacOS/Audioscrobbler
       0x10e4dd000 -        0x10e4e9ff7 +com.growl.growlframework (1.2.1 - 1.2.1) <40462CEC-EE57-4FAD-A138-221D365DC5E4> /Applications/Audioscrobbler.app/Contents/Frameworks/Growl.framework/Versions/A/Growl
       0x10e4fa000 -        0x10e511fff +org.andymatuschak.Sparkle (1.5 Beta 6 - 313) <9253F8F7-250B-1114-7AE9-A10A54EB2298> /Applications/Audioscrobbler.app/Contents/Frameworks/Sparkle.framework/Versions/A/Sparkle
       0x112340000 -        0x112340fef +cl_kernels (???) <6A0EB8A8-C0F6-4FE4-A8E8-4DDB8B14E52B> cl_kernels
       0x11234e000 -        0x11234eff5 +cl_kernels (???) <913FB7CB-139D-4705-9C82-E5BF2692705C> cl_kernels
       0x112350000 -        0x112436fef  unorm8_bgra.dylib (2.4.5) <92E90694-49DB-3E30-8F20-5DFF0937B82D> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib
       0x11257e000 -        0x11265eff7  unorm8_rgba.dylib (2.4.5) <525F2B12-67E7-39A6-8E74-F880B951A9D5> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_rgba.dylib
    0x7fff6b782000 -     0x7fff6b7b8887  dyld (353.2.3) <D9967621-6378-381B-A47B-5085EE476B62> /usr/lib/dyld
    0x7fff82493000 -     0x7fff825acffb  com.apple.CoreText (454.11 - 454.11) <7E5228C8-8657-3B6C-B3A4-98B79A3041EA> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff825ad000 -     0x7fff825c7ff7  libextension.dylib (55.2) <3BB019CA-199A-36AC-AA22-14B562138545> /usr/lib/libextension.dylib
    0x7fff825c8000 -     0x7fff825c9fff  liblangid.dylib (117) <B54A4AA0-2E53-3671-90F5-AFF711C0EB9E> /usr/lib/liblangid.dylib
    0x7fff825ca000 -     0x7fff826bcfff  libxml2.2.dylib (26.6) <15968123-10BE-31D1-AE8B-2831DCF012DF> /usr/lib/libxml2.2.dylib
    0x7fff826bd000 -     0x7fff826befff  libsystem_secinit.dylib (18) <581DAD0F-6B63-3A48-B63B-917AF799ABAA> /usr/lib/system/libsystem_secinit.dylib
    0x7fff826bf000 -     0x7fff826f6ffb  com.apple.LDAPFramework (2.4.28 - 194.5) <CAFB9695-000F-34EA-8DF5-09996929C26A> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff826f7000 -     0x7fff836baff3  com.apple.WebCore (10600 - 10600.8.9) <A5400B08-6067-370E-B224-14890DA39857> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
    0x7fff836bb000 -     0x7fff836c1ff7  libsystem_networkextension.dylib (167.40.3) <BA58B30B-8377-3B0A-8AE3-4F84021D9D4E> /usr/lib/system/libsystem_networkextension.dylib
    0x7fff836fc000 -     0x7fff836fcfff  com.apple.ApplicationServices (48 - 48) <5BF7910B-C328-3BF8-BA4F-CE52B574CE01> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff83dd5000 -     0x7fff83e24ff7  com.apple.opencl (2.4.2 - 2.4.2) <D1223A7D-419F-36E9-9BDF-55C03167C6CA> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff83e7d000 -     0x7fff83f09fff  libsystem_c.dylib (1044.40.2) <69158EFA-8270-30A1-BA02-4F74A4498147> /usr/lib/system/libsystem_c.dylib
    0x7fff83f0a000 -     0x7fff83f27fff  libsystem_kernel.dylib (2782.50.2) <FAA95C7E-5A59-35FD-9ED5-80BFB27BF3C7> /usr/lib/system/libsystem_kernel.dylib
    0x7fff83f28000 -     0x7fff83f53fff  libc++abi.dylib (125) <88A22A0F-87C6-3002-BFBA-AC0F2808B8B9> /usr/lib/libc++abi.dylib
    0x7fff840ca000 -     0x7fff840d1fff  com.apple.NetFS (6.0 - 4.0) <C263C8F8-F284-3101-AC82-A97A81716063> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff8411b000 -     0x7fff8411dfff  libsystem_sandbox.dylib (358.20.5) <3F5E973F-C702-31AC-97BC-05F5C195683C> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff84136000 -     0x7fff8415bfff  libPng.dylib (1241) <CE37D716-46EB-32BF-B13D-146E581B0E0C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff84167000 -     0x7fff841a8fff  libGLU.dylib (11.1.6) <4BC6579D-A6D0-3A19-880E-E29FAEA698E7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff841b9000 -     0x7fff841d9fff  com.apple.IconServices (47.1 - 47.1) <E83DFE3B-6541-3736-96BB-26DC5D0100F1> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fff8422b000 -     0x7fff8422bff7  libunc.dylib (29) <5676F7EA-C1DF-329F-B006-D2C3022B7D70> /usr/lib/system/libunc.dylib
    0x7fff8422e000 -     0x7fff84230fff  libsystem_configuration.dylib (699.40.2) <56F94DCE-DBDE-3615-8F07-DE6270D9F8BE> /usr/lib/system/libsystem_configuration.dylib
    0x7fff8423a000 -     0x7fff84245fff  libcommonCrypto.dylib (60061.30.1) <E789748D-F9A7-3CFF-B317-90DF348B1E95> /usr/lib/system/libcommonCrypto.dylib
    0x7fff84246000 -     0x7fff844c5ff7  com.apple.CoreData (111 - 526.3) <5A27E0D8-5E5A-335B-B3F6-2601C7B976FA> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff84555000 -     0x7fff84580ffb  libarchive.2.dylib (30.50.1) <C140763F-5470-3302-B3E0-651B4B5930ED> /usr/lib/libarchive.2.dylib
    0x7fff84581000 -     0x7fff84588ff7  libCGCMS.A.dylib (788.3.3) <4E5F235E-DB39-3092-BB8E-71D25EA1D01A> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS.A.dylib
    0x7fff84843000 -     0x7fff84853ff7  libbsm.0.dylib (34) <A3A2E56C-2B65-37C7-B43A-A1F926E1A0BB> /usr/lib/libbsm.0.dylib
    0x7fff84854000 -     0x7fff84884ff3  com.apple.GSS (4.0 - 2.0) <97F2A028-44CF-3188-B863-F4EEB39CBDBD> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff84a4f000 -     0x7fff84a57ff7  com.apple.icloud.FindMyDevice (1.0 - 1) <9CE67F85-2BA8-3093-97BA-07BF5C04A5D6> /System/Library/PrivateFrameworks/FindMyDevice.framework/Versions/A/FindMyDevice
    0x7fff84a6e000 -     0x7fff84a70fff  libCVMSPluginSupport.dylib (11.1.6) <F82BF8C4-12D3-3EAD-AEDE-533AC08AEB4A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff84a80000 -     0x7fff84b3bff7  com.apple.DiscRecording (9.0 - 9000.4.2) <4655B4B8-523D-3AE6-92A0-8486A2258B3B> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x7fff84c85000 -     0x7fff84c86ffb  libremovefile.dylib (35) <3485B5F4-6CE8-3C62-8DFD-8736ED6E8531> /usr/lib/system/libremovefile.dylib
    0x7fff84cff000 -     0x7fff84d00ff7  com.apple.print.framework.Print (10.0 - 265) <3BC4FE7F-78A0-3E57-8F4C-520E7EFD36FA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff84d3b000 -     0x7fff84e5fff7  com.apple.LaunchServices (644.56 - 644.56) <20AABB1C-9319-3E4D-A024-51B0DD5FCD3B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff84e60000 -     0x7fff84e8dfff  com.apple.CoreVideo (1.8 - 145.1) <18DB07E0-B927-3260-A234-636F298D1917> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff84f9b000 -     0x7fff85071ff3  com.apple.DiskImagesFramework (10.10.5 - 398) <37291661-BCB2-3F95-B446-5E5DB1D1E472> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x7fff85072000 -     0x7fff8508bff7  com.apple.CFOpenDirectory (10.10 - 187) <F1805A0F-D5CC-35A8-9349-042D58D128B0> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff8508c000 -     0x7fff850ebfff  com.apple.AE (681.5 - 681.7) <2BF39455-1CDD-392C-824A-9972C6B1FB57> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff8513e000 -     0x7fff85146fff  libsystem_platform.dylib (63) <64E34079-D712-3D66-9CE2-418624A5C040> /usr/lib/system/libsystem_platform.dylib
    0x7fff85147000 -     0x7fff85147fff  com.apple.Carbon (154 - 157) <9BF51672-1684-3FDE-A561-FC59A2864EF8> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff85148000 -     0x7fff851d1ff7  com.apple.CoreSymbolication (3.1 - 57020.2) <FDAF88F6-7D11-37BC-B758-4B835FA657BA> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff851d2000 -     0x7fff8521cfff  com.apple.HIServices (1.22 - 523) <99ADA325-53C8-368E-A5FA-3F913CD2245A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff8521d000 -     0x7fff8522aff7  libbz2.1.0.dylib (36) <2DF83FBC-5C08-39E1-94F5-C28653791B5F> /usr/lib/libbz2.1.0.dylib
    0x7fff8522b000 -     0x7fff85297fff  com.apple.framework.CoreWLAN (5.0 - 500.35.2) <03697149-1CDD-32FF-B564-1C1EF5E9E5C3> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff85352000 -     0x7fff85562ff7  com.apple.CFNetwork (720.5.7 - 720.5.7) <A47D7DD2-5903-39D0-8D27-5A7E2D119D84> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff85563000 -     0x7fff85575ff7  libsasl2.2.dylib (194.1) <35371406-75EF-304A-A073-956C40373555> /usr/lib/libsasl2.2.dylib
    0x7fff855bd000 -     0x7fff855c2fff  libsystem_stats.dylib (163.30.2) <A55632C9-CAFA-31DC-926C-B1FD07E445C1> /usr/lib/system/libsystem_stats.dylib
    0x7fff857e4000 -     0x7fff85893fe7  libvMisc.dylib (516) <6739E390-46E7-3BFA-9B69-B278562326E6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff858d2000 -     0x7fff858dffff  libxar.1.dylib (255) <7CD69BB5-97BA-3858-8A8B-2F33F129E6E7> /usr/lib/libxar.1.dylib
    0x7fff85950000 -     0x7fff85950ff7  libkeymgr.dylib (28) <77845842-DE70-3CC5-BD01-C3D14227CED5> /usr/lib/system/libkeymgr.dylib
    0x7fff85951000 -     0x7fff8595eff3  com.apple.ProtocolBuffer (1 - 228.0.1) <3429EB06-9F0E-355F-B9AB-F72879177398> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
    0x7fff8598a000 -     0x7fff859a1ff7  libLinearAlgebra.dylib (1128) <E78CCBAA-A999-3B65-8EC9-06DB15E67C37> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fff859a2000 -     0x7fff859cbffb  libxslt.1.dylib (13.9) <0680A733-119D-3A9E-A21A-B6E678B3DD39> /usr/lib/libxslt.1.dylib
    0x7fff85baa000 -     0x7fff85bd2fff  libsystem_info.dylib (459.40.1) <2E16C4B3-A327-3957-9C41-143911979A1E> /usr/lib/system/libsystem_info.dylib
    0x7fff85d68000 -     0x7fff85d70ff3  com.apple.CoreServices.FSEvents (1210.20.1 - 1210.20.1) <84F79D3E-7B5E-3C93-8479-35794A3F125E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
    0x7fff85d71000 -     0x7fff85d73ff7  libsystem_coreservices.dylib (9) <41B7C578-5A53-31C8-A96F-C73E030B0938> /usr/lib/system/libsystem_coreservices.dylib
    0x7fff85d75000 -     0x7fff85e35ff7  com.apple.backup.framework (1.6.5 - 1.6.5) <86396038-33EA-3046-9F70-093A3D6407D4> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff85f9e000 -     0x7fff85f9efff  com.apple.Cocoa (6.8 - 21) <EAC0EA1E-3C62-3B28-A941-5D8B1E085FF8> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff85f9f000 -     0x7fff85fa1fff  com.apple.loginsupport (1.0 - 1) <DAAD7013-A19D-3858-BFF7-DE1DAF664401> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fff8603c000 -     0x7fff86040fff  com.apple.CommonPanels (1.2.6 - 96) <F9ECC8AF-D9CA-3350-AFB4-5113A9B789A5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff86041000 -     0x7fff86049fe7  libcldcpuengine.dylib (2.4.5) <9034574C-5952-302F-BFD8-F2ECC4822D4F> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
    0x7fff860a5000 -     0x7fff860b1fff  com.apple.speech.synthesis.framework (5.3.11 - 5.3.11) <DFC7FD85-F1B0-317C-8513-722570CB8FB9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff860b2000 -     0x7fff860b4ff7  com.apple.securityhi (9.0 - 55006) <15D38919-9697-3E3A-BCB9-4E3271BC2C7E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff860b5000 -     0x7fff860fbff7  libauto.dylib (186) <A260789B-D4D8-316A-9490-254767B8A5F1> /usr/lib/libauto.dylib
    0x7fff860fc000 -     0x7fff862acff3  com.apple.QuartzCore (1.10 - 361.19) <E59000AA-DC30-3F73-A103-0240576C9556> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff862ad000 -     0x7fff862dfff3  com.apple.frameworks.CoreDaemon (1.3 - 1.3) <C6DB0A07-F8E4-3837-BCA9-225F460EDA81> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
    0x7fff862e0000 -     0x7fff862f9ff3  com.apple.openscripting (1.6.4 - 162.2) <BF79207B-C762-346D-8FF0-3DDCECC9E9E2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff86305000 -     0x7fff86735fff  com.apple.vision.FaceCore (3.1.6 - 3.1.6) <C3B823AA-C261-37D3-B4AC-C59CE91C8241> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff86736000 -     0x7fff8689dffb  com.apple.audio.toolbox.AudioToolbox (1.12 - 1.12) <5678FC94-456A-3F5F-BA9A-10EB6E462997> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff8689e000 -     0x7fff868afff3  libsystem_coretls.dylib (35.40.1) <155DA0A9-2046-332E-BFA3-D7974A51F731> /usr/lib/system/libsystem_coretls.dylib
    0x7fff869b4000 -     0x7fff869d3fff  com.apple.CoreDuet (1.0 - 1) <36AA9FD5-2685-314D-B364-3FA4688D86BD> /System/Library/PrivateFrameworks/CoreDuet.framework/Versions/A/CoreDuet
    0x7fff869da000 -     0x7fff86a26fff  com.apple.corelocation (1486.17 - 1615.24) <8825B3E2-E053-3E01-AE31-793443962D06> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
    0x7fff86a27000 -     0x7fff86a39ff7  com.apple.CoreDuetDaemonProtocol (1.0 - 1) <CE9FABB4-1C5D-3F9B-9BB8-5CC50C3E5E31> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/CoreDuetDaemonProtocol
    0x7fff86fc8000 -     0x7fff86fc9fff  libDiagnosticMessagesClient.dylib (100) <2EE8E436-5CDC-34C5-9959-5BA218D507FB> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff86fca000 -     0x7fff86fccfff  com.apple.CoreDuetDebugLogging (1.0 - 1) <9A6E5710-EA99-366E-BF40-9A65EC1B46A1> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/Versions/A/CoreDuetDebugLogging
    0x7fff86fcd000 -     0x7fff86fdaff7  com.apple.SpeechRecognitionCore (2.1.2 - 2.1.2) <551322E2-C1E4-3378-A218-F362985E3E3C> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
    0x7fff86fdb000 -     0x7fff87049ff3  com.apple.Heimdal (4.0 - 2.0) <8D1667CF-D454-3E07-A58E-E15591B5A95E> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff8736a000 -     0x7fff8745cff7  libiconv.2.dylib (42) <2A06D02F-8B76-3864-8D96-64EF5B40BC6C> /usr/lib/libiconv.2.dylib
    0x7fff8745d000 -     0x7fff8756cff3  com.apple.desktopservices (1.9.3 - 1.9.3) <FEE11342-5BC4-37A7-8169-DA48BE17B9C9> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff8756d000 -     0x7fff87587ff3  com.apple.Ubiquity (1.3 - 313) <DF56A657-CC6E-3BE2-86A0-71F07127724C> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x7fff87588000 -     0x7fff875b0fff  libxpc.dylib (559.40.1) <5C829202-962E-3744-8B50-00D38CC88E84> /usr/lib/system/libxpc.dylib
    0x7fff875b1000 -     0x7fff875b5fff  libcache.dylib (69) <45E9A2E7-99C4-36B2-BEE3-0C4E11614AD1> /usr/lib/system/libcache.dylib
    0x7fff875be000 -     0x7fff875c1fff  com.apple.help (1.3.3 - 46) <CA4541F4-CEF5-355C-8F1F-EA65DC1B400F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff875c2000 -     0x7fff875d3fff  libcmph.dylib (1) <46EC3997-DB5E-38AE-BBBB-A035A54AD3C0> /usr/lib/libcmph.dylib
    0x7fff875d4000 -     0x7fff87853ffb  com.apple.RawCamera.bundle (6.06 - 819) <EDA3D142-24EC-3661-87EB-B35F8E858A9D> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff87854000 -     0x7fff8785dff7  libsystem_notify.dylib (133.1.1) <61147800-F320-3DAA-850C-BADF33855F29> /usr/lib/system/libsystem_notify.dylib
    0x7fff8785e000 -     0x7fff8786aff7  com.apple.OpenDirectory (10.10 - 187) <22FF4721-03D8-381B-AA83-2B07D690C777> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff87991000 -     0x7fff87995ff7  libGIF.dylib (1241) <1CC40F8E-EEE3-3F0D-B323-0E9524B38B8A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff87c0d000 -     0x7fff87c18ff7  libcsfde.dylib (471.30.1) <A62AE3D8-E2A6-314A-BF45-804003BE0AC9> /usr/lib/libcsfde.dylib
    0x7fff87c69000 -     0x7fff87c8dff7  com.apple.Sharing (328.17 - 328.17) <AD5E243A-B79F-3D7B-800B-A2C99A1CFEF1> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff87c8e000 -     0x7fff87ce8ff7  com.apple.LanguageModeling (1.0 - 1) <ACA93FE0-A0E3-333E-AE3C-8EB7DE5F362F> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fff87ce9000 -     0x7fff8801cff7  libmecabra.dylib (666.7) <0ED8AE5E-7A5B-34A6-A2EE-2B852E60E1E2> /usr/lib/libmecabra.dylib
    0x7fff8801d000 -     0x7fff8810dfef  libJP2.dylib (1241) <0E78EE26-EF4E-3B17-916D-696FE2361777> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff8812f000 -     0x7fff8816afff  com.apple.Symbolication (1.4 - 56045) <D64571B1-4483-3FE2-BD67-A91360F79727> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fff88197000 -     0x7fff882c7fff  com.apple.UIFoundation (1.0 - 1) <466BDFA8-0B9F-3AB0-989D-F9779422926A> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
    0x7fff882c8000 -     0x7fff8834cfff  com.apple.PerformanceAnalysis (1.0 - 1) <095E6B1C-DC20-38DC-8931-16041B0489C7> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff88354000 -     0x7fff88539ff7  libicucore.A.dylib (531.50) <CAA7ACE0-4012-3A13-864D-2B56B4B072FD> /usr/lib/libicucore.A.dylib
    0x7fff8853a000 -     0x7fff8853fff7  libunwind.dylib (35.3) <BE7E51A0-B6EA-3A54-9CCA-9D88F683A6D6> /usr/lib/system/libunwind.dylib
    0x7fff88540000 -     0x7fff88540fff  com.apple.CoreServices (62 - 62) <C69DA8A7-B536-34BF-A93F-1C170E2C6D58> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff88541000 -     0x7fff88546ff7  libmacho.dylib (862) <126CA2ED-DE91-308F-8881-B9DAEC3C63B6> /usr/lib/system/libmacho.dylib
    0x7fff88547000 -     0x7fff885aeff7  com.apple.framework.CoreWiFi (3.0 - 300.4) <19269C1D-EB29-384A-83F3-7DDDEB7D9DAD> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fff885af000 -     0x7fff89130ff7  com.apple.AppKit (6.9 - 1348.17) <E485D56D-3E72-34B7-99BB-BFDEE2D07BF5> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff8913d000 -     0x7fff89183ff7  libFontRegistry.dylib (134.1) <CE41D8C2-BEED-345C-BC4F-3775CC06C672> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff89184000 -     0x7fff89268fff  libcrypto.0.9.8.dylib (52.40.1) <D123FC57-E2EB-3E08-A51B-6C317EA83EB5> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff8927e000 -     0x7fff892f7fe7  libcorecrypto.dylib (233.30.1) <5779FFA0-4D9A-3AD4-B7F2-618227621DC8> /usr/lib/system/libcorecrypto.dylib
    0x7fff8955b000 -     0x7fff8955bfff  com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) <9D749502-A228-3BF1-B52F-A182DEEB2C4D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff895c7000 -     0x7fff895c9fff  libquarantine.dylib (76.20.1) <7AF90041-2768-378A-925A-D83161863642> /usr/lib/system/libquarantine.dylib
    0x7fff895d7000 -     0x7fff8966cff7  com.apple.ColorSync (4.9.0 - 4.9.0) <9150C2B7-2E6E-3509-96EA-7B3F959F049E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff89727000 -     0x7fff89729fff  com.apple.EFILogin (2.0 - 2) <3BA837D8-94F5-3240-9CF7-E40DC2808446> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
    0x7fff8972a000 -     0x7fff8975dfff  com.apple.MediaKit (16 - 757.2) <2912E5C2-085F-3FE2-8531-23B6E894B0F0> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x7fff8975e000 -     0x7fff897affff  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <8E6AE326-9F3E-3182-BD9E-FDF561211E2E> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff897b0000 -     0x7fff897daff7  libdispatch.dylib (442.50.1) <A61E703C-784A-3698-B513-75DD12AAD6DC> /usr/lib/system/libdispatch.dylib
    0x7fff897db000 -     0x7fff897f1ff7  libsystem_asl.dylib (267) <F153AC5B-0542-356E-88C8-20A62CA704E2> /usr/lib/system/libsystem_asl.dylib
    0x7fff897f2000 -     0x7fff897f4ff7  libutil.dylib (38) <471AD65E-B86E-3C4A-8ABD-B8665A2BCE3F> /usr/lib/libutil.dylib
    0x7fff897f5000 -     0x7fff89841ff7  libcups.2.dylib (408.2) <E8AD18F9-61E4-3791-B840-504468C25556> /usr/lib/libcups.2.dylib
    0x7fff89859000 -     0x7fff8985cff7  libdyld.dylib (353.2.3) <CDB6EA0B-AAAE-3D81-A456-8D5C32D7E361> /usr/lib/system/libdyld.dylib
    0x7fff8985d000 -     0x7fff89863fff  libsystem_trace.dylib (72.20.1) <840F5301-B55A-3078-90B9-FEFFD6CD741A> /usr/lib/system/libsystem_trace.dylib
    0x7fff89865000 -     0x7fff8986dff7  com.apple.AppleSRP (5.0 - 1) <68F0C577-ED96-34F2-B701-CE3023367D4D> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
    0x7fff89871000 -     0x7fff89d86ffb  com.apple.JavaScriptCore (10600 - 10600.8.7) <480CDC12-5A1C-321C-B32F-673F0B3BA8F9> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff89d87000 -     0x7fff89db6ff7  com.apple.CoreServicesInternal (221.7.2 - 221.7.2) <B93D4775-149C-3698-B38C-9C50673D455C> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff89db7000 -     0x7fff89de7fff  libsystem_m.dylib (3086.1) <1E12AB45-6D96-36D0-A226-F24D9FB0D9D6> /usr/lib/system/libsystem_m.dylib
    0x7fff89f00000 -     0x7fff89f05ffb  libheimdal-asn1.dylib (398.40.1) <7D2BE3DE-60F7-3A6E-A92E-DA0EF9D3417E> /usr/lib/libheimdal-asn1.dylib
    0x7fff89f67000 -     0x7fff8a0afff7  com.apple.WebKitLegacy (10600 - 10600.8.9) <C01FF5CA-AB10-39D9-BD26-7A62332B708F> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy.framework/Versions/A/WebKitLegacy
    0x7fff8a939000 -     0x7fff8ad46ff7  libLAPACK.dylib (1128) <F9201AE7-B031-36DB-BCF8-971E994EF7C1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff8ad75000 -     0x7fff8ad86ff7  libz.1.dylib (55) <88C7C7DE-04B8-316F-8B74-ACD9F3DE1AA1> /usr/lib/libz.1.dylib
    0x7fff8ad87000 -     0x7fff8ada1ff7  liblzma.5.dylib (7) <1D03E875-A7C0-3028-814C-3C27F7B7C079> /usr/lib/liblzma.5.dylib
    0x7fff8ae2c000 -     0x7fff8ae77ff7  com.apple.CloudDocs (1.0 - 321.10) <A8221290-A2A5-3767-BB26-CC57AC18D4DC> /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs
    0x7fff8b1ef000 -     0x7fff8b203feb  libCGInterfaces.dylib (294.1) <390D4B3F-B738-3D33-BEDB-07E3F0F6B42C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
    0x7fff8b208000 -     0x7fff8b211fff  libsystem_pthread.dylib (105.40.1) <ACE90967-ECD0-3251-AEEB-461E3C6414F7> /usr/lib/system/libsystem_pthread.dylib
    0x7fff8b24c000 -     0x7fff8b268ff7  libsystem_malloc.dylib (53.30.1) <DDA8928B-CC0D-3255-BD8A-3FEA0982B890> /usr/lib/system/libsystem_malloc.dylib
    0x7fff8bbaf000 -     0x7fff8bbbdff7  com.apple.opengl (11.1.6 - 11.1.6) <DB9F2798-F31F-335E-90A9-992C3AA7ECA8> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff8bbd1000 -     0x7fff8bbd2ff7  libsystem_blocks.dylib (65) <9615D10A-FCA7-3BE4-AA1A-1B195DACE1A1> /usr/lib/system/libsystem_blocks.dylib
    0x7fff8bbda000 -     0x7fff8bbf6fff  com.apple.GenerationalStorage (2.0 - 209.11) <9FF8DD11-25FB-3047-A5BF-9415339B3EEC> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fff8bbf7000 -     0x7fff8bc2ffff  com.apple.RemoteViewServices (2.0 - 99) <C9A62691-B0D9-34B7-B71C-A48B5F4DC553> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff8bf5c000 -     0x7fff8bf65ff3  com.apple.CommonAuth (4.0 - 2.0) <9A484EE6-0003-3AB1-AE4F-AA543BBBF53F> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff8bf66000 -     0x7fff8c078ff7  libvDSP.dylib (516) <151B3CCB-77D3-3715-A3D0-7C74CD5C7FFC> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff8c07c000 -     0x7fff8c1a4ff7  com.apple.coreui (2.1 - 308.6) <9E0E9C6A-68F5-34C1-A17C-96226D401D4D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff8c1a5000 -     0x7fff8c1a9fff  libCoreVMClient.dylib (79.1) <201EF6DF-5074-3CB7-A361-398CF957A264> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff8c1fe000 -     0x7fff8c38cfff  libBLAS.dylib (1128) <497912C1-A98E-3281-BED7-E9C751552F61> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff8c469000 -     0x7fff8c46efff  com.apple.DiskArbitration (2.6 - 2.6) <0DFF4D9B-2AC3-3B82-B5C5-30F4EFBD2DB9> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff8c489000 -     0x7fff8c4c4fff  com.apple.QD (301 - 301) <C4D2AD03-B839-350A-AAF0-B4A08F8BED77> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff8c4c5000 -     0x7fff8c4e9fef  libJPEG.dylib (1241) <F2722E6B-2E81-3BC4-8483-A885187AFACE> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff8c9db000 -     0x7fff8c9defff  com.apple.IOSurface (97.4 - 97.4) <AE11CFBC-4D46-30F3-BEEC-4C8131079391> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff8cb0d000 -     0x7fff8cb85ff7  com.apple.SystemConfiguration (1.14.4 - 1.14) <3DFFD7F7-BD23-3F4C-A209-C4A0D99F6573> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff8cb93000 -     0x7fff8cb9bfff  libsystem_dnssd.dylib (576.50.2) <9EC5AF92-D0D2-3BDE-92B6-D3730D3865C8> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff8cf74000 -     0x7fff8cfe8ffb  com.apple.securityfoundation (6.0 - 55126) <344401F5-4016-3AEB-BFDC-CE8E5546D39F> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff8cfe9000 -     0x7fff8cfe9fff  com.apple.audio.units.AudioUnit (1.12 - 1.12) <E5335492-7EFE-31EA-BE72-4A9CEE68D58E> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff8cfea000 -     0x7fff8cfeafff  libOpenScriptingUtil.dylib (162.2) <D6A2216D-ADB2-3F24-AD30-F6D00829F545> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff8cfeb000 -     0x7fff8d261fff  com.apple.security (7.0 - 57031.40.8) <FB238FFF-AA3B-3AB3-80F8-2DA8D2ADA15A> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff8d262000 -     0x7fff8d26bfff  libGFXShared.dylib (11.1.6) <CB24B5DA-CB17-3A0B-94E1-5A58DADC3FBD> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff8d26c000 -     0x7fff8d287ff7  libCRFSuite.dylib (34) <D64842BE-7BD4-3D0C-9842-1D202F7C2A51> /usr/lib/libCRFSuite.dylib
    0x7fff8d288000 -     0x7fff8d2a8ff7  com.apple.MultitouchSupport.framework (264.6 - 264.6) <1539F1F6-6334-37F3-9C52-02EFFBF4835D> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff8d2f6000 -     0x7fff8d32efff  libsystem_network.dylib (412.20.3) <6105C134-6722-3C0A-A4CE-5E1261E2E1CC> /usr/lib/system/libsystem_network.dylib
    0x7fff8d3a1000 -     0x7fff8d3a1ff7  liblaunch.dylib (559.40.1) <4F81CA3A-D2CE-3030-A89D-42F3DAD7BA8F> /usr/lib/system/liblaunch.dylib
    0x7fff8d3ab000 -     0x7fff8d6dcfff  com.apple.Foundation (6.9 - 1154) <49EE64E1-9F53-35D1-A481-2EFE2789B254> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff8d6dd000 -     0x7fff8d773ff7  com.apple.cloudkit.CloudKit (283.67.4 - 283.67.4) <EA6E4B2C-A3AA-3636-B9C3-F61D3EFFB82B> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit
    0x7fff8d774000 -     0x7fff8d8bafef  libsqlite3.dylib (168.2) <53F6A294-15D7-3804-9ABF-47D35E15CDFB> /usr/lib/libsqlite3.dylib
    0x7fff8dbcb000 -     0x7fff8dc6ae27  com.apple.AppleJPEG (1.0 - 1) <6627DDD9-A8FE-3968-B23A-B6A29AA3919A> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fff8dce9000 -     0x7fff8dee346f  libobjc.A.dylib (647) <759E155D-BC42-3D4E-869B-6F57D477177C> /usr/lib/libobjc.A.dylib
    0x7fff8dfe8000 -     0x7fff8e0dcff7  libFontParser.dylib (134.10) <6CF434A2-91CA-3477-BDE2-124508EDA05D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff8e0dd000 -     0x7fff8e12cff7  libcurl.4.dylib (83.40.2) <AE97ED1E-A58F-3EF0-8E88-DDC6AD409BCE> /usr/lib/libcurl.4.dylib
    0x7fff8e12d000 -     0x7fff8e137ff7  com.apple.NetAuth (5.2 - 5.2) <2BBD749A-8E18-35B8-8E48-A90347C1CCA7> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff8e19d000 -     0x7fff8e1f1fff  libc++.1.dylib (120) <1B9530FD-989B-3174-BB1C-BDC159501710> /usr/lib/libc++.1.dylib
    0x7fff8e213000 -     0x7fff8e21bffb  libcopyfile.dylib (118.1.2) <0C68D3A6-ACDD-3EF3-991A-CC82C32AB836> /usr/lib/system/libcopyfile.dylib
    0x7fff8e21d000 -     0x7fff8e21efff  com.apple.TrustEvaluationAgent (2.0 - 25) <2D61A2C3-C83E-3A3F-8EC1-736DBEC250AB> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff8e249000 -     0x7fff8e24cffb  libCGXType.A.dylib (788.3.3) <A8FBCF21-3266-37CE-BBFB-28A036ED83C6> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x7fff8e24d000 -     0x7fff8e2effff  com.apple.Bluetooth (4.3.6 - 4.3.6f3) <16970DB9-B0F4-3987-B751-C8702110E950> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fff8e36a000 -     0x7fff8e39bff7  com.apple.ProtectedCloudStorage (1.0 - 1) <9D76F2E0-C28A-3DBC-A91F-E87888D46BF0> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
    0x7fff8e3ab000 -     0x7fff8e3acff3  libSystem.B.dylib (1213) <538E391E-1BD1-3655-80DF-62609C9305CC> /usr/lib/libSystem.B.dylib
    0x7fff8e3cc000 -     0x7fff8e3d2fff  com.apple.speech.recognition.framework (5.0.9 - 5.0.9) <BB2D573F-0A01-379F-A2BA-3C454EDCB111> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff8e3f8000 -     0x7fff8e41efff  com.apple.ChunkingLibrary (2.1 - 163.6) <29D4CB95-42EF-34C6-8182-BDB6F7BB1E79> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x7fff8e4c1000 -     0x7fff8e51cfe7  libTIFF.dylib (1241) <49141ADF-D869-3E2E-8965-7661029FD44A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff8e51d000 -     0x7fff8e521fff  com.apple.TCC (1.0 - 1) <CCA42EE2-3400-3444-9486-BC454E60D944> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff8e522000 -     0x7fff8e56fff7  com.apple.print.framework.PrintCore (10.3 - 451.1) <DE992474-0841-38A1-B4F6-46D653E454D5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff8e570000 -     0x7fff8e5aaffb  com.apple.DebugSymbols (115 - 115) <6F03761D-7C3A-3C80-8031-AA1C1AD7C706> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff8e5ab000 -     0x7fff8e667ff7  libcrypto.0.9.7.dylib (106) <E0A293F8-0799-38DC-9ADA-1AD705EDD12B> /usr/lib/libcrypto.0.9.7.dylib
    0x7fff8e668000 -     0x7fff8e6a8ff7  libGLImage.dylib (11.1.6) <D6DDC014-2C74-34B3-970A-26F211FF76EF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff8e6a9000 -     0x7fff8e6a9fff  com.apple.Accelerate (1.10 - Accelerate 1.10) <2C8AF258-4F11-3BEC-A826-22D7199B3975> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff8e6aa000 -     0x7fff8e711ffb  com.apple.datadetectorscore (6.0 - 396.1.2) <E5A147AE-66B5-3D31-A2E0-D3FAB8417E1F> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff8e791000 -     0x7fff8e7a3ff7  com.apple.ImageCapture (9.0 - 9.0) <7FB65DD4-56B5-35C4-862C-7A2DED991D1F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff8e94a000 -     0x7fff8e9b6ff3  com.apple.MMCS (1.3 - 327.5) <FC998246-ED60-334D-9E94-453F35EF9C78> /System/Library/PrivateFrameworks/MMCS.framework/Versions/A/MMCS
    0x7fff8e9b7000 -     0x7fff8ea26fff  com.apple.SearchKit (1.4.0 - 1.4.0) <80883BD1-C9BA-3794-A20E-476F94DD89A9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff8ea27000 -     0x7fff8ea98ffb  com.apple.ApplicationServices.ATS (360 - 375.4) <888FE0B1-835C-30B1-80AD-5066CADB0364> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff8ea99000 -     0x7fff8eaa8fff  com.apple.LangAnalysis (1.7.0 - 1.7.0) <D1E527E4-C561-352F-9457-E8C50232793C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff8eae4000 -     0x7fff8eafeff7  com.apple.Kerberos (3.0 - 1) <7760E0C2-A222-3709-B2A6-B692D900CEB1> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff8ebf7000 -     0x7fff8eec6ff3  com.apple.CoreImage (10.3.5) <1E48FEB2-7BCA-3D47-92F3-072D4F7A044B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff8eed6000 -     0x7fff8eed7fff  libffi.dylib (18.1) <0F6C6A4D-1210-3585-8DA1-B8A94B9924A5> /usr/lib/libffi.dylib
    0x7fff8eed8000 -     0x7fff8f270ff7  com.apple.CoreFoundation (6.9 - 1153.18) <5C0892B8-9691-341F-9279-CA3A74D59AA0> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff8f271000 -     0x7fff8f27cff7  com.apple.CrashReporterSupport (10.10 - 631) <C44259AC-0A1C-3EC5-99AC-48CB520A709D> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff8f27d000 -     0x7fff8f298fff  com.apple.AppleVPAFramework (1.4.5 - 1.4.5) <B21714FD-3F2E-36D8-996E-EC74676F933F> /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA
    0x7fff8f48c000 -     0x7fff8f4b7ff7  com.apple.DictionaryServices (1.2 - 229.1) <62EC3E1B-5A28-3252-90FF-C2E9999C2A2A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff8f4b8000 -     0x7fff8f79fffb  com.apple.CoreServices.CarbonCore (1108.6 - 1108.6) <8953580E-7857-33B2-AA64-98296830D3A8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff8f7a0000 -     0x7fff8f834fff  com.apple.ink.framework (10.9 - 213) <8E029630-1530-3734-A446-13353F0E7AC5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff8f884000 -     0x7fff8f897ff7  com.apple.CoreBluetooth (1.0 - 1) <8D7BA9BA-EB36-307A-9119-0B3D9732C953> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fff8f8c9000 -     0x7fff8f93bfff  com.apple.framework.IOKit (2.0.2 - 1050.20.2) <09C0518C-90DF-3FC3-96D6-34D35F72C8EF> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff9036f000 -     0x7fff90371fff  libRadiance.dylib (1241) <E8EF4CEB-0A48-3472-927C-F0131174E38C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff90375000 -     0x7fff90638ff7  com.apple.WebKit (10600 - 10600.8.9) <8EE5A9F9-DE98-3202-92C0-23F6E6E5E274> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x7fff90757000 -     0x7fff90774ffb  libresolv.9.dylib (57) <26B38E61-298A-3C3A-82C1-3B5E98AD5E29> /usr/lib/libresolv.9.dylib
    0x7fff907c3000 -     0x7fff908fdfff  com.apple.ImageIO.framework (3.3.0 - 1241) <4E4655E4-B52D-3393-819F-13A6766C3E82> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff909b3000 -     0x7fff909cafff  com.apple.ScriptingBridge (1.3.2 - 66) <89EF2F7B-077A-3AD4-A92B-C36C74B30CE5> /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge
    0x7fff909cb000 -     0x7fff90ccdffb  com.apple.GeoServices (1.0 - 1077.0.18) <2BBF8B44-DD46-3432-8C84-6D6AA004C233> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
    0x7fff90cdb000 -     0x7fff90cdffff  libpam.2.dylib (20) <E805398D-9A92-31F8-8005-8DC188BD8B6E> /usr/lib/libpam.2.dylib
    0x7fff90ce0000 -     0x7fff90cebfff  libGL.dylib (11.1.6) <38B3FF9A-5660-3080-9DB8-1CAE0E8CD739> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff90d44000 -     0x7fff90d65fff  com.apple.framework.Apple80211 (10.3 - 1030.71.6) <C0A17391-5C8B-34B1-BD46-8D644AB57DE0> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff90d66000 -     0x7fff91081fcf  com.apple.vImage (8.0 - 8.0) <1183FE6A-FDB6-3B3B-928D-50C7909F2308> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff911b5000 -     0x7fff911c0ff7  libkxld.dylib (2782.50.2) <E4FE1F59-2E5F-3836-84C6-E726600BFD9C> /usr/lib/system/libkxld.dylib
    0x7fff911c1000 -     0x7fff911c8ff7  libcompiler_rt.dylib (35) <BF8FC133-EE10-3DA6-9B90-92039E28678F> /usr/lib/system/libcompiler_rt.dylib
    0x7fff911c9000 -     0x7fff911ccfff  com.apple.xpc.ServiceManagement (1.0 - 1) <A95A15CD-3B21-3513-AFF8-1D7DE3DBFA12> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff911cd000 -     0x7fff914d2ff3  com.apple.HIToolbox (2.1.1 - 758.7) <B1188DED-5E71-3AB4-9E57-67F84C116ECE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff914d3000 -     0x7fff91571fff  com.apple.Metadata (10.7.0 - 917.36) <00C4CB5D-E723-3612-84E0-439098392CDD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff91572000 -     0x7fff91db6fff  com.apple.CoreGraphics (1.600.0 - 788.3.3) <BC7C0585-F819-309E-94FC-2875D77E9829> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff91e5b000 -     0x7fff91ed9fff  com.apple.CoreServices.OSServices (640.4 - 640.4) <9D175CD9-B27F-3529-8269-66D8AA83582E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff91efc000 -     0x7fff91f8dff7  libCoreStorage.dylib (471.30.1) <9D95399F-1AC5-325F-8337-6E13AD99E44B> /usr/lib/libCoreStorage.dylib
    0x7fff91f9a000 -     0x7fff91fc2fff  libRIP.A.dylib (788.3.3) <AAE534EA-35E7-3A67-80DA-765519E8A9BA> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib

External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 1
    thread_create: 0
    thread_set_state: 0
  Calls made by this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
  Calls made by all processes on this machine:
    task_for_pid: 853806
    thread_create: 0
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=212.2M resident=140.0M(66%) swapped_out_or_unallocated=72.2M(34%)
Writable regions: Total=138.8M written=14.5M(10%) resident=16.8M(12%) swapped_out=4K(0%) unallocated=122.0M(88%)
 
REGION TYPE                      VIRTUAL
===========                      =======
CG backing stores                    16K
CG image                             56K
CG shared images                    208K
CoreImage                            80K
Image IO                              8K
Kernel Alloc Once                     8K
MALLOC                            125.0M
MALLOC (admin)                       32K
Memory Tag 242                       12K
OpenCL                               16K
STACK GUARD                        56.0M
Stack                              12.1M
VM_ALLOCATE                        1152K
__DATA                             18.8M
__IMAGE                             528K
__LINKEDIT                         71.2M
__TEXT                            141.0M
__UNICODE                           552K
mapped file                        64.5M
shared memory                        24K
===========                      =======
TOTAL                             491.3M

Model: MacBookPro11,2, BootROM MBP112.0138.B16, 4 processors, Intel Core i7, 2.8 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.166.24.3)
Bluetooth: Version 4.3.6f3 16238, 3 services, 27 devices, 1 incoming serial ports
Network Service: Display Ethernet, Ethernet, en3
Network Service: Wi-Fi, AirPort, en0
PCI Card: Apple 57761-B0, Ethernet Controller, Thunderbolt@191,0,0
PCI Card: pci11c1,5901, IEEE 1394 Open HCI, Thunderbolt@190,0,0
PCI Card: pci12d8,400e, USB Open Host Controller, Thunderbolt@196,0,0
PCI Card: pci12d8,400e, USB Open Host Controller, Thunderbolt@196,0,1
PCI Card: pci12d8,400f, USB Enhanced Host Controller, Thunderbolt@196,0,2
Serial ATA Device: APPLE SSD SM0256F, 251 GB
USB Device: Internal Memory Card Reader
USB Device: BRCM20702 Hub
USB Device: Bluetooth USB Host Controller
USB Device: Apple Internal Keyboard / Trackpad
USB Device: Hub
USB Device: Keyboard Hub
USB Device: Apple Keyboard
USB Device: Display Audio
USB Device: FaceTime HD Camera (Display)
USB Device: Apple Thunderbolt Display
Thunderbolt Bus: MacBook Pro, Apple Inc., 17.1
Thunderbolt Device: Thunderbolt Display, Apple Inc., 1, 26.2

Not reporting correct app.

Everytime I use Audioscrobbler.app, it just says I'm scrobbling from whatever I last used, be it Hype Machine or my Xbox 360.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.