Dov'è finita la finestra di dialogo del mio file aperto?

2

Recentemente ho iniziato a riscontrare problemi durante il caricamento di file tramite Chrome. Quando faccio clic su un pulsante per selezionare un file, Chrome si arresta in modo anomalo invece di mostrare la finestra di dialogo del file aperto.

Poco dopo ho iniziato a notare che se provavo a caricare file tramite Firefox, la finestra di dialogo semplicemente non si visualizzava. Lo stesso accade in Safari.

Sembra che si sia esteso a quasi tutte le app che uso abbia una finestra di dialogo di tipo "file aperto": Sublime Text, Sequel Pro (crash), ecc. L'unica eccezione a questa sembra essere app che forniscono una finestra di dialogo " all'interno "dell'app, come Excel / Word per Mac.

L'unico altro nugget che riesco a trovare è che quando Sequel Pro vuole segnalare l'errore, la prima riga dei dettagli contiene il seguente messaggio di errore:

NSInvalidArgumentException

*** setObjectForKey: key cannot be nil

Qualche idea su come posso risolvere questo problema? Sto eseguendo Mavericks 10.9.2.

Per richiesta, ecco una copia del registro degli arresti anomali di Sequel Pro:

NSInvalidArgumentException

*** setObjectForKey: key cannot be nil

(
    0   CoreFoundation                      0x00007fff8ec0a25c __exceptionPreprocess + 172
    1   libobjc.A.dylib                     0x00007fff92537e75 objc_exception_throw + 43
    2   CoreFoundation                      0x00007fff8eb052de -[__NSDictionaryM setObject:forKey:] + 1102
    3   FinderKit                           0x00007fff8da0832d _ZL29MakeSnowLeopardColumnSettingsP12NSDictionary + 524
    4   FinderKit                           0x00007fff8da07e41 +[FI_TListViewSettings settingsForNode:] + 110
    5   FinderKit                           0x00007fff8da02057 -[FI_TNodeViewSettings initWithNode:] + 307
    6   FinderKit                           0x00007fff8da008c4 +[FI_TNodeViewSettings settingsForNode:] + 48
    7   FinderKit                           0x00007fff8daac775 -[FI_TBrowserContainerController nodeViewSettings] + 353
    8   FinderKit                           0x00007fff8daabcc3 -[FI_TBrowserContainerController initWithWindowState:targetPath:containerDelegate:] + 280
    9   FinderKit                           0x00007fff8da2afb4 -[FIFinderViewGutsController _internalSetTargetPath:withViewStyle:] + 879
    10  FinderKit                           0x00007fff8da27d59 -[FIFinderViewGutsController forceContainerToExist] + 146
    11  FinderKit                           0x00007fff8da28836 -[FIFinderViewGutsController prepareToShow] + 135
    12  FinderKit                           0x00007fff8da30c2b -[FIFinderView viewWillMoveToWindow:] + 256
    13  AppKit                              0x00007fff954c289a -[NSView _setWindow:] + 205
    14  CoreFoundation                      0x00007fff8eb3e3a9 __53-[__NSArrayM enumerateObjectsWithOptions:usingBlock:]_block_invoke + 137
    15  CoreFoundation                      0x00007fff8eb3db4f -[__NSArrayM enumerateObjectsWithOptions:usingBlock:] + 319
    16  AppKit                              0x00007fff95c06c72 __21-[NSView _setWindow:]_block_invoke712 + 231
    17  AppKit                              0x00007fff954c32ef -[NSView _setWindow:] + 2850
    18  AppKit                              0x00007fff954c0964 -[NSView addSubview:] + 364
    19  AppKit                              0x00007fff9586dd3e -[NSBox setContentView:] + 81
    20  AppKit                              0x00007fff95ae0ff7 -[NSSavePanel(NSSavePanelLayout) _layoutViewsVerticallyAndResizeWindowToLastExpandedSize:accessoryViewHeight:] + 4674
    21  AppKit                              0x00007fff95acc814 -[NSSavePanel _initPanelCommon] + 425
    22  AppKit                              0x00007fff95acbc46 -[NSSavePanel initWithContentRect:styleMask:backing:defer:] + 578
    23  AppKit                              0x00007fff95acb49a +[NSSavePanel _crunchyRawUnbonedPanel] + 205
    24  Sequel Pro                          0x0000000100013e07 -[SPAppController openConnectionSheet:] + 56
    25  AppKit                              0x00007fff956ca340 -[NSApplication sendAction:to:from:] + 327
    26  AppKit                              0x00007fff956e52a8 -[NSMenuItem _corePerformAction] + 394
    27  AppKit                              0x00007fff956e4fe4 -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 117
    28  AppKit                              0x00007fff9573448d -[NSMenu _internalPerformActionForItemAtIndex:] + 35
    29  AppKit                              0x00007fff95734309 -[NSCarbonMenuImpl _carbonCommandProcessEvent:handlerCallRef:] + 104
    30  AppKit                              0x00007fff956db0d6 NSSLMMenuEventHandler + 716
    31  HIToolbox                           0x00007fff8cfc11d4 _ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec + 892
    32  HIToolbox                           0x00007fff8cfc0787 _ZL30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetRefP14HandlerCallRec + 385
    33  HIToolbox                           0x00007fff8cfd4880 SendEventToEventTarget + 40
    34  HIToolbox                           0x00007fff8d00a640 _ZL18SendHICommandEventjPK9HICommandjjhPKvP20OpaqueEventTargetRefS5_PP14OpaqueEventRef + 420
    35  HIToolbox                           0x00007fff8d03d238 SendMenuCommandWithContextAndModifiers + 59
    36  HIToolbox                           0x00007fff8d03d1e0 SendMenuItemSelectedEvent + 178
    37  HIToolbox                           0x00007fff8d03d0bf _ZL19FinishMenuSelectionP13SelectionDataP10MenuResultS2_ + 94
    38  HIToolbox                           0x00007fff8d045095 _ZL14MenuSelectCoreP8MenuData5PointdjPP13OpaqueMenuRefPt + 718
    39  HIToolbox                           0x00007fff8d044cc1 _HandleMenuSelection2 + 446
    40  AppKit                              0x00007fff9564d73c _NSHandleCarbonMenuEvent + 284
    41  AppKit                              0x00007fff954ac6be _DPSNextEvent + 2170
    42  AppKit                              0x00007fff954aba2b -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    43  AppKit                              0x00007fff9549fb2c -[NSApplication run] + 553
    44  AppKit                              0x00007fff9548a913 NSApplicationMain + 940
    45  Sequel Pro                          0x0000000100002084 start + 52
)
    
posta Dillie-O 07.05.2014 - 17:29
fonte

2 risposte

1

Ho avuto un problema simile. Ho spostato i file:

com.apple.finder.plist
com.apple.sidebarlists.plist

di

~/Library/preferences

E poi "spento e riacceso", es. riavviato. Questo ha risolto il problema per me.

La mia impressione di guardare il registro degli arresti anomali era che si stava soffocando in qualche modo sul Finder stesso (i registri in Console.app riportavano che la chiave trovata come null era "dateModified"), e che alcune delle impostazioni corrotte erano da biasimare .

    
risposta data 20.10.2015 - 18:27
fonte
0

Ho scoperto che la rimozione dei tag dei colori (etichette) nei file e nelle cartelle visualizzati nella finestra di dialogo FileOpen Finder risolve il problema.

Questo ha funzionato bene prima di Mavericks ...

    
risposta data 24.07.2014 - 10:03
fonte

Leggi altre domande sui tag