indragiek / INAppStoreWindow

NSWindow subclass with a highly customizable title bar and traffic lights
BSD 2-Clause "Simplified" License
1.06k stars 162 forks source link

crash, creating window from code inherit INAppStoreWindow 10.10.1 #197

Closed UXDart closed 9 years ago

UXDart commented 9 years ago
0   AppKit                              0x00007fff9693da9c -[NSThemeFrame addSubview:] + 107
1   AppKit                              0x00007fff9632ca3f -[NSView addSubview:positioned:relativeTo:] + 208
2   xxx                         0x000000010707d6e1 -[INAppStoreWindow _createTitlebarView] + 337
3   xxx                         0x000000010707b133 -[INAppStoreWindow _doInitialWindowSetup] + 1283
4   xxx                         0x0000000107077e67 -[INAppStoreWindow initWithContentRect:styleMask:backing:defer:] + 215

Hello. This code worked before, but now on 10.10.1 it crash. do I need to do anything special when creating the window from code?

TIA

UXDart commented 9 years ago

oh... is not a crash, just the exception. can I ignore it? Thx

massimobio commented 9 years ago

Issue already discussed here: https://github.com/indragiek/INAppStoreWindow/issues/169

indragiek commented 9 years ago

Closed as duplicate of #169