lgoss007 / BookmarkExtractor

Extracts bookmarks (highlights, annotations and contexts) from iBooks data
54 stars 6 forks source link

crash for my ibooks 1.2 plists #1

Closed adamwulf closed 12 years ago

adamwulf commented 12 years ago

my plist files are here: http://cl.ly/EnAU

when i run with these 2 plist files, i get the following exception:

2012-03-05 22:18:50.297 BookmarkExtractor[1945:303] -[NSCFNumber allKeys]: unrecognized selector sent to instance 0x44c7 2012-03-05 22:18:50.298 BookmarkExtractor[1945:303] -[NSCFNumber allKeys]: unrecognized selector sent to instance 0x44c7 2012-03-05 22:18:50.300 BookmarkExtractor[1945:303] ( 0 CoreFoundation 0x00007fff880c2f06 exceptionPreprocess + 198 1 libobjc.A.dylib 0x00007fff86b2b79a objc_exception_throw + 43 2 CoreFoundation 0x00007fff8815c2aa -[NSObject(NSObject) doesNotRecognizeSelector:] + 186 3 CoreFoundation 0x00007fff880b156e __forwarding + 414 4 CoreFoundation 0x00007fff880b1358 _CF_forwarding_prep_0 + 232 5 BookmarkExtractor 0x00000001068e1acd -[AppDelegate runExtractor:] + 941 6 AppKit 0x00007fff900b0e39 -[NSApplication sendAction:to:from:] + 214 7 AppKit 0x00007fff900b0d17 -[NSControl sendAction:to:] + 85 8 AppKit 0x00007fff900b0c4b -[NSCell _sendActionFrom:] + 138 9 AppKit 0x00007fff900aff44 -[NSCell trackMouse:inRect:ofView:untilMouseUp:] + 1855 10 AppKit 0x00007fff901315f3 -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 504 11 AppKit 0x00007fff900aeba3 -[NSControl mouseDown:] + 820 12 AppKit 0x00007fff90079c02 -[NSWindow sendEvent:] + 6853 13 AppKit 0x00007fff9000fd47 -[NSApplication sendEvent:] + 5753 14 AppKit 0x00007fff8ffad34a -[NSApplication run] + 636 15 AppKit 0x00007fff9021e78b NSApplicationMain + 869 16 BookmarkExtractor 0x00000001068e0b62 main + 34 17 BookmarkExtractor 0x00000001068e02d4 start + 52 18 ??? 0x0000000000000003 0x0 + 3 )

lgoss007 commented 12 years ago

Thanks for the detailed description and files used to create the error. This is fixed in the newest v1.2.

adamwulf commented 12 years ago

perfect, thanks!

Adam

On Wed, Mar 7, 2012 at 7:02 PM, Lucas Goss < reply@reply.github.com

wrote:

Thanks for the detailed description and files used to create the error. This is fixed in the newest v1.2.


Reply to this email directly or view it on GitHub: https://github.com/lgoss007/BookmarkExtractor/issues/1#issuecomment-4383899