Crash dragging .srt over view controls on Yosemite

Issue #32 invalid
Devon Hubbard created an issue
  1. Launch Subler 0.30 on Yosemite
  2. Open an existing .m4v movie file.
  3. Drag-n-drop an .srt file from the Finder over the top of the 'Metadata, Artwork, Other Setttings' custom view controls

Result: Subler crashes.

Regression: Not new to recent Subler versions. This happens with Subler versions as far back as 0.16 on Yosemite.

Does not crash doing the same steps on Mavericks.

Comments (5)

  1. Devon Hubbard reporter

    Just notice in one of the crash logs that the crash is on this exception :

    Crashing on exception: -[NSDragDestination _isOnDemandSpringLoadingActivated]: unrecognized selector sent to instance

    Which makes sense given the crash happens during the drag-n-drop.

  2. Damiano Galassi repo owner

    I think it's an issue of the 10.10.2 beta. That's a crash inside the Apple's drag & drop framework.

  3. Devon Hubbard reporter

    You're right, Damiano. After reading your reply I started looking for other apps from Apple or anyone else that had customer tab view controllers that you could drag-n-drop into. Found one such place and it crashes too. System Preferences > Users & Groups. Drag-n-drop a file from the Finder across the top of the 'Password' and 'Login Items' controls and the resulting crashlog stack and exception code look the same (give or take base starting app info, offsets, etc).

    I've opened a bug with Apple, radar #19101193

    Thanks Damiano!

  4. Devon Hubbard reporter

    This drag-n-drop crash issue has since been resolved by Apple in a subsequent OS X 10.10.2 beta. :-)

  5. Log in to comment