Ignore the {{{NSInternalInconsistencyException}}} (reason: {{{Error (1007) creating...
commit5b0a38992dc0249971b846662d18724e685b7ad0
authorEvan Schoenberg <evan@adiumx.com>
Fri, 5 Jan 2007 00:35:38 +0000 (5 00:35 +0000)
committerEvan Schoenberg <evan@adiumx.com>
Fri, 5 Jan 2007 00:35:38 +0000 (5 00:35 +0000)
tree5dfbb84d949d7788ed4114020299d723d131113b
parent9d663e9f4fb2b904b4cccc27cee7a6a8f24c1169
Ignore the {{{NSInternalInconsistencyException}}} (reason: {{{Error (1007) creating CGSWindow}}}) exception which NSImage can throw.  I have no idea why or when it does it, but I don't think it's our fault so better to Console log it and hope that things continue to work than to crash.

http://www.visualdistortion.org/crash/view.jsp?crash=250007 :
{{{
OS Version: Version 10.4.8 (Build 8L127)
Language: en
Exception: NSInternalInconsistencyException
Reason: Error (1007) creating CGSWindow
Stack trace:
     1
     2  [NSException raise:format:] (in Foundation)
     3
     4 __NXCreateWindow (in AppKit)
     5
     6 _CreateWindowNamed (in AppKit)
     7
     8 _CreateCacheWindow (in AppKit)
     9
    10 _NewCacheWindowInfo (in AppKit)
    11
    12 _GetSharedSpaceFor (in AppKit)
    13
    14 __NXAllocateImageCache (in AppKit)
    15
    16 -[NSCachedImageRep _initWithSize:depth:separate:alpha:allowDeep:] (in AppKit)
    17
    18 -[NSImage _focusOnCache:] (in AppKit)
    19
    20 -[NSImage _cacheRepresentation:stayFocused:] (in AppKit)
    21
    22 -[NSImage _lockFocusOnRep:] (in AppKit)
    23
    24 -[NSImage lockFocus] (in AppKit)
    25
}}}

git-svn-id: svn://svn.adiumx.com/adium/branches/adium-1.0@18595 1c916fce-81e2-0310-a464-8ca513f45935
Source/AIExceptionController.m