Uncaught Error

Issue #223 closed
Former user created an issue

Here's the trace of the error that popped up ...

0   CoreFoundation                      0x950baa69 __raiseError + 201
1   libobjc.A.dylib                     0x99716fd1 objc_exception_throw + 276
2   CoreFoundation                      0x9504f2da +[NSException raise:format:arguments:] + 138
3   Foundation                          0x994897e9 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 118
4   AppKit                              0x972dbff5 -[NSEvent associatedEventsMask] + 220
5   AppKit                              0x96f900ce -[NSDragEventTracker trackEvent:usingHandler:] + 791
6   AppKit                              0x96f8f8b7 -[NSCell trackMouse:inRect:ofView:untilMouseUp:] + 2062
7   AppKit                              0x96fdc003 -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 809
8   AppKit                              0x9708ce24 -[NSTableView _tryCellBasedMouseDown:atRow:column:withView:] + 1841
9   AppKit                              0x970161a9 -[NSTableView mouseDown:] + 4970
10  AppKit                              0x9758211b -[NSWindow _handleMouseDownEvent:isDelayedEvent:] + 6266
11  AppKit                              0x97583922 -[NSWindow _reallySendEvent:isDelayedEvent:] + 2303
12  AppKit                              0x96f1a7b7 -[NSWindow sendEvent:] + 567
13  AppKit                              0x96e95b45 -[NSApplication sendEvent:] + 2919
14  AppKit                              0x96ce8ba7 -[NSApplication run] + 1159
15  AppKit                              0x96caf469 NSApplicationMain + 1630
16  Subler                              0x0000296d Subler + 6509

Comments (6)

  1. Damiano Galassi repo owner

    What were you doing when it happened? The log is too generic to understand what caused it.

  2. Former user Account Deleted reporter

    ... because despite the fact that there is absolutely no visual indication that I should be able to (de)select all checkboxes at once, I attempted to do so anyway. Basically, I'm just here to remind you just how inept the end user can be. It's my small contribution to this project.

  3. Damiano Galassi repo owner

    I can't reproduce it, and I click everywhere :( Btw you can deselect multiple if you select multiple rows and use the contextual menu.

  4. Log in to comment