Crash on 'Select tracks' screen

Issue #391 resolved
Stefan Hubbauer created an issue

In version 1.4.3 subler is crashing if you hit enter on the 'select tracks' screen (→ screenshot).

0   CoreFoundation                      0x00007fff950dc452 __exceptionPreprocess + 178
1   libobjc.A.dylib                     0x00007fff8c92873c objc_exception_throw + 48
2   AppKit                              0x00007fffa0a325bf -[NSTableRowData rowViewAtRow:createIfNeeded:] + 668
3   AppKit                              0x00007fffa0b0b123 -[NSTableView viewAtColumn:row:makeIfNecessary:] + 28
4   AppKit                              0x00007fffa101973c -[NSTableView _viewBasedEditColumn:row:withEvent:select:] + 32
5   Subler                              0x0000000103c2ee5c Subler + 654940
6   Subler                              0x0000000103c2e538 Subler + 652600
7   AppKit                              0x00007fffa10e3b15 -[NSWindow _reallySendEvent:isDelayedEvent:] + 2108
8   AppKit                              0x00007fffa0b22539 -[NSWindow sendEvent:] + 517
9   AppKit                              0x00007fffa0aa316a -[NSApplication sendEvent:] + 4382
10  AppKit                              0x00007fffa0909df2 -[NSApplication run] + 796
11  AppKit                              0x00007fffa08d3368 NSApplicationMain + 1176
12  libdyld.dylib                       0x00007fff998d45ad start + 1
13  ???                                 0x0000000000000001 0x0 + 1

Comments (7)

  1. Damiano Galassi repo owner

    Does it happens every time? With all files or only with some? What's your macOS version?

  2. Stefan Hubbauer reporter

    OK, I tested once again: Subler is only crashing if you use the enter-button (⌤) on the numpad and not the return-button (↩), which works fine.

    Seems like Subler isn't treating them the same way ...

  3. Log in to comment