Q: NSInternalInconsistencyException when using Finder
Here are my specs:
MacBook Pro (Retina, 15-inch, Mid 2015)
Processor 2.5 GHz Intel Core i7
Memory 16 GB 1600 MHz DDR3
My problem appeared right after I installed macOS Sierra 10.12. Finder started acting up right after that! I get an NSInteralInconsistencyException and here's the crash report:
Exception Name: NSInternalInconsistencyException
Description: Parameter indexPath out of bounds or nil
User Info: (null)
0 CoreFoundation 0x00007fff8798f52b __exceptionPreprocess + 171
1 libobjc.A.dylib 0x00007fff9c067cad objc_exception_throw + 48
2 CoreFoundation 0x00007fff87994232 +[NSException raise:format:arguments:] + 98
3 Foundation 0x00007fff893c7390 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 195
4 AppKit 0x00007fff85e83b19 -[NSCollectionView makeItemWithIdentifier:forIndexPath:] + 161
5 Finder 0x000000010f413610 Finder + 3429904
6 AppKit 0x00007fff85e95f0f -[_NSCollectionViewDataSourceAdapter collectionView:itemForRepresentedObjectAtIndexPath:] + 393
7 UIFoundation 0x00007fff99f15b7e -[_NSCollectionViewCore _createPreparedCellForItemAtIndexPath:withLayoutAttributes:applyAttributes:] + 81
8 UIFoundation 0x00007fff99f1779e -[_NSCollectionViewCore _updateVisibleCellsNow:] + 4544
9 UIFoundation 0x00007fff99f1aa83 -[_NSCollectionViewCore _layoutItems] + 211
10 AppKit 0x00007fff85e84d29 -[NSCollectionView layout] + 224
11 Finder 0x000000010f4a63d0 Finder + 4031440
12 AppKit 0x00007fff85da1026 _NSViewLayout + 348
13 AppKit 0x00007fff8564cb5c -[NSView _doLayout] + 126
14 AppKit 0x00007fff8564c80f -[NSView _layoutSubtreeWithOldSize:] + 799
15 AppKit 0x00007fff85da6e45 -[NSView _layoutSubtreeIfNeededAndAllowTemporaryEngine:] + 1517
16 UIFoundation 0x00007fff99f28a4e -[_NSCollectionViewCore _performBatchUpdates:completion:invalidationContext:tentativelyForReordering:] + 184
17 AppKit 0x00007fff85e81c37 -[NSCollectionView performBatchUpdates:completionHandler:] + 156
18 Finder 0x000000010f26e473 Finder + 1705075
19 Finder 0x000000010f407e6e Finder + 3382894
20 Finder 0x000000010f334d83 Finder + 2518403
21 Finder 0x000000010f334d21 Finder + 2518305
22 CoreFoundation 0x00007fff8791b63c __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
23 CoreFoundation 0x00007fff8791b53b _CFXRegistrationPost + 427
24 CoreFoundation 0x00007fff8791b2a2 ___CFXNotificationPost_block_invoke + 50
25 CoreFoundation 0x00007fff878d89a3 -[_CFXNotificationRegistrar find:object:observer:enumerator:] + 1827
26 CoreFoundation 0x00007fff878d79dc _CFXNotificationPost + 604
27 Finder 0x000000010f29c26d Finder + 1892973
28 libdispatch.dylib 0x00007fff9c917f5f _dispatch_call_block_and_release + 12
29 libdispatch.dylib 0x00007fff9c90f128 _dispatch_client_callout + 8
30 libdispatch.dylib 0x00007fff9c91cbb3 _dispatch_main_queue_callback_4CF + 925
31 CoreFoundation 0x00007fff87944c89 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9
32 CoreFoundation 0x00007fff879060ad __CFRunLoopRun + 2205
33 CoreFoundation 0x00007fff879055b4 CFRunLoopRunSpecific + 420
34 HIToolbox 0x00007fff86ea6f6c RunCurrentEventLoopInMode + 240
35 HIToolbox 0x00007fff86ea6da1 ReceiveNextEventCommon + 432
36 HIToolbox 0x00007fff86ea6bd6 _BlockUntilNextEventMatchingListInModeWithFilter + 71
37 AppKit 0x00007fff8559d5f5 _DPSNextEvent + 1093
38 AppKit 0x00007fff85cad8eb -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1637
39 AppKit 0x00007fff85591fbd -[NSApplication run] + 926
40 AppKit 0x00007fff8555ca8a NSApplicationMain + 1237
41 Finder 0x000000010f0d3fde Finder + 24542
42 libdyld.dylib 0x00007fff9c945255 start + 1
Is there anyway I can get this fixed?
MacBook Pro with Retina display, macOS Sierra (10.12), null
Posted on Sep 29, 2016 5:20 AM