djcas9 / komanda

The IRC Client For Developers
http://komanda.io
MIT License
1.78k stars 75 forks source link

Komanda not starting #172

Closed cryptiklemur closed 4 years ago

cryptiklemur commented 10 years ago

Running on OS x 10.10

2014-07-17 12:13:10.813 node-webkit[2503:86691] NSWindow warning: adding an unknown subview: <WebContentsViewCocoa: 0x78686230>
2014-07-17 12:13:10.814 node-webkit[2503:86691] Call stack:
(
    0   AppKit                              0x9a6b787d -[NSThemeFrame addSubview:] + 76
    1   node-webkit Framework               0x000782c5 ContentMain + 149813
    2   node-webkit Framework               0x00077fdc ContentMain + 149068
    3   node-webkit Framework               0x0007a3ad ContentMain + 158237
    4   node-webkit Framework               0x000759a5 ContentMain + 139285
    5   node-webkit Framework               0x000a9f60 ContentMain + 353744
    6   node-webkit Framework               0x000a981e ContentMain + 351886
    7   node-webkit Framework               0x000ae269 ContentMain + 370905
    8   node-webkit Framework               0x00070f45 ContentMain + 120245
    9   Foundation                          0x9b804033 __57-[NSNotificationCenter addObserver:selector:name:object:]_block_invoke + 50
    10  CoreFoundation                      0x94ddba74 __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 20
    11  CoreFoundation                      0x94cbcc01 _CFXNotificationPost + 3713
    12  Foundation                          0x9b7f20b4 -[NSNotificationCenter postNotificationName:object:userInfo:] + 92
    13  AppKit                              0x99f51888 -[NSApplication _postDidFinishNotification] + 365
    14  AppKit                              0x99f51538 -[NSApplication _sendFinishLaunchingNotification] + 239
    15  AppKit                              0x99f4dd4d -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] + 827
    16  AppKit                              0x99f4d61a -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 277
    17  libobjc.A.dylib                     0x98a5a119 -[NSObject performSelector:withObject:withObject:] + 84
    18  Foundation                          0x9b813447 __76-[NSAppleEventManager setEventHandler:andSelector:forEventClass:andEventID:]_block_invoke + 118
    19  Foundation                          0x9b812f7f -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 451
    20  Foundation                          0x9b812d74 _NSAppleEventManagerGenericHandler + 211
    21  AE                                  0x957bcbe2 _Z20aeDispatchAppleEventPK6AEDescPS_mPh + 583
    22  AE                                  0x957890c7 _ZL25dispatchEventAndSendReplyPK6AEDescPS_ + 44
    23  AE                                  0x95788fba aeProcessAppleEvent + 313
    24  HIToolbox                           0x96fe70d9 AEProcessAppleEvent + 55
    25  AppKit                              0x99f49c31 _DPSNextEvent + 2614
    26  AppKit                              0x99f48d43 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 124
    27  AppKit                              0x99f3b50c -[NSApplication run] + 907
    28  node-webkit Framework               0x000b5926 ContentMain + 401302
    29  node-webkit Framework               0x000b4d2c ContentMain + 398236
    30  node-webkit Framework               0x000f9132 ContentMain + 677794
    31  node-webkit Framework               0x00113b5e ContentMain + 786894
    32  node-webkit Framework               0x0293ee93 _CTFontManagerUnregisterFontForData + 35126259
    33  node-webkit Framework               0x0293ed6c _CTFontManagerUnregisterFontForData + 35125964
    34  node-webkit Framework               0x02941334 _CTFontManagerUnregisterFontForData + 35135636
    35  node-webkit Framework               0x000adc39 ContentMain + 369321
    36  node-webkit Framework               0x000b1ca3 ContentMain + 385811
    37  node-webkit Framework               0x02c2bf85 _CTFontManagerUnregisterFontForData + 38194405
    38  node-webkit Framework               0x02c2cd23 _CTFontManagerUnregisterFontForData + 38197891
    39  node-webkit Framework               0x02c2bce0 _CTFontManagerUnregisterFontForData + 38193728
    40  node-webkit Framework               0x000539b9 ContentMain + 41
    41  node-webkit                         0x0004ef75 node-webkit + 3957
)
2014-07-17 12:13:10.865 node-webkit Helper[2505:86755] Internals of CFAllocator not known; out-of-memory failures via CFAllocator will not result in termination. http://crbug.com/45650
[2503:0717/121556:WARNING:dns_config_service_posix.cc(289)] Failed to read DnsConfig.
djcas9 commented 10 years ago

Yea, that looks like the NotificationCenter patches that we added to node-webkit. I'll take a look and see if I can track this down.

eugene-bulkin commented 10 years ago

@mephux Do you think that may be related to the Notification issues in #173?