jcm93 / jmc

jmc - a new macOS media organizer
Other
493 stars 21 forks source link

No main library window on start of app #5

Closed colin-marshall closed 6 years ago

colin-marshall commented 6 years ago

I get no GUI on startup of the app. I only get the menus in the top menubar. I can open preferences and edit those but there's no main window displaying an empty library.

macOS version: El Capitan 10.11.6

jcm93 commented 6 years ago

This bug was caused by an issue with Core Data's autogenerated accessors for mutating ordered sets, which the program does on startup with library organization templates and source list items. For some reason the issue only appears on 10.11.

Commits 4d8a784 and 10742f9 fix the issue. A new build incorporating these changes will be out soon.

Also, 1241b84 implements a proper window manager for when the main window is otherwise closed/lost.