iSoul icon indicating copy to clipboard operation
iSoul copied to clipboard

After reconnect, side issues can't be removed.

Open artelse opened this issue 12 years ago • 0 comments

Title says it all and below log points an observer not being connected.

Hope someone can fix it. Perhaps a related issue, sometimes when you remove an upload item and switch to downloads and back again to uploads, the deleted item reappears.. might file a separate issue for this.

ae

2012-07-05 11:39:38.696 iSoul[23135:60b] -[MainWindowController removeSideItem:]@987: Removing side item 2012-07-05 11:39:38.697 iSoul[23135:60b] Cannot remove an observer <ChatViewController 0x100367850> for the key path "messages" from <Room 0x107c18000> because it is not registered as an observer. 2012-07-05 11:39:38.698 iSoul[23135:60b](0 CoreFoundation 0x00007fff975cff56 __exceptionPreprocess + 198 1 libobjc.A.dylib 0x00007fff8ba7bd5e objc_exception_throw + 43 2 CoreFoundation 0x00007fff975cfd8a +[NSException raise:format:arguments:] + 106 3 CoreFoundation 0x00007fff975cfd14 +[NSException raise:format:] + 116 4 Foundation 0x00007fff90e52eca -[NSObject%28NSKeyValueObserverRegistration%29 _removeObserver:forProperty:] + 619 5 Foundation 0x00007fff90e52c08 -[NSObject%28NSKeyValueObserverRegistration%29 removeObserver:forKeyPath:] + 121 6 iSoul 0x000000010000bb94 -[ChatViewController leaveRoom:private:] + 149 7 iSoul 0x00000001000164ec -[MainWindowController removeSideItem:] + 686 8 CoreFoundation 0x00007fff975bf70d -[NSObject performSelector:withObject:] + 61 9 AppKit 0x00007fff91a37f7e -[NSApplication sendAction:to:from:] + 139 10 AppKit 0x00007fff91a37eb2 -[NSControl sendAction:to:] + 88 11 AppKit 0x00007fff91a37ddd -[NSCell _sendActionFrom:] + 137 12 AppKit 0x00007fff91a372a0 -[NSCell trackMouse:inRect:ofView:untilMouseUp:] + 2014 13 AppKit 0x00007fff91ab6fc4 -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 489 14 AppKit 0x00007fff91a35eaa -[NSControl mouseDown:] + 786 15 AppKit 0x00007fff91a01348 -[NSWindow sendEvent:] + 6306 16 AppKit 0x00007fff9199aa55 -[NSApplication sendEvent:] + 5593 17 AppKit 0x00007fff919310c6 -[NSApplication run] + 555 18 AppKit 0x00007fff91bad244 NSApplicationMain + 867 19 iSoul 0x0000000100001324 start + 52 20 ??? 0x0000000000000002 0x0 + 2) 2012-07-05 11:39:57.814 iSoul[23135:60b] -[MainWindowController changeView:] [Line 1213] switching view to Transfers 2012-07-05 11:40:11.308 iSoul[23135:60b] -[DownloadViewController updateQueuePositions:] [Line 193] requesting 0 queue updates 2012-07-05 11:40:14.727 iSoul[23135:60b] -[MainWindowController changeView:] [Line 1213] switching view to Transfers 2012-07-05 11:40:28.896 iSoul[23135:60b] -[DataStore addMessage:toRoom:forUser:isPrivate:isEvent:]@462: iSoul 2012-07-05 11:40:28.896 iSoul[23135:60b] -[MuseekdConnectionController userJoinedRoom:] [Line 1360] user bleble joined room iSoul 2012-07-05 11:40:34.641 iSoul[23135:60b] -[MainWindowController changeView:] [Line 1213] switching view to Transfers

artelse avatar Jul 05 '12 09:07 artelse