Office 04 - Word Spell checker

I don't think this is a Leopard problem but I have only noticed it since upgrading. I am using Office 04 and my spellchecker now has the Add button greyed out whenever I am doing a spellcheck which means I cannot add words to it. I am using Custom Dictionary and have been through all the preferences. Any ideas?
Thanks - Bruce

You might want to ask in the forum for Word:
http://www.microsoft.com/mac/community/community.aspx?pid=newsgroups

Similar Messages

  • Using Forms OLE builtin to access word spell check

    I am trying to find a way to utilize the Forms OLE built in for using MS Word spell check. We are upgrading our forms from 6 to 10g. In version 6 we were able to use OLE to open word and use it to pass in our string we wanted spell checked.
    Is there a similiar feature in forms 10g?

    Jim,
    the Forms9i demos have a PJC solution that does spell checking (http://download.oracle.com/otn/other/general/forms9iDemos9_0_0_1.zip). The Forms 10g version of the demo is not yet avaiable but will be soon. If time is short, then you can make the 9i sources work in Forms 10g with no extra work required.
    A viewlet demo can be accessed through the following link
    http://otn.oracle.com/sample_code/products/forms/demo/9i/javabeans_pjc_samples/spellcheck/viewlet/pjc_jspell_viewlet.html
    Frank

  • Windows 2008 Remote Desktop Services - Word Spell Check

    We are running Windows 2008 servers on our network with remote desktop services (terminal services). We currently experiencing a challenge with Word 2010. The spell check feature is not working, when you try and run it gives an error "Microsoft Word
    can't check the spelling or grammar in this document. An error occurred and this feature is no longer functioning properly." After about 5 clicks it comes up with Cannot find the proofing tools for English (Australia). It eventually it works, need to
    get it to work the first time. I have searched all around but can't seem to find the answer.

    I'd try them over here.
    Word
    2010 forum on Microsoft Answers
    Word IT Pro forum on TechNet
    Regards, Dave Patrick ....
    Microsoft Certified Professional
    Microsoft MVP [Windows]
    Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.

  • Word Spell Checker

    I am using Express 2.0 D0 and Forte 3.0 D0. I want to use Word's spell
    checker for a field on a window that I am using for notes. Does anyone
    have any suggestions on how I might implement such a task? Any help would
    greatly be appreciated.
    Thank you in advance.
    Regards,
    Ken Ackimenko
    Sentai Software Corporation - World Headquarters
    (403)423-3113 Ext. 30
    [email protected]
    ***************************************************************

    You might want to ask in the forum for Word:
    http://www.microsoft.com/mac/community/community.aspx?pid=newsgroups

  • Re: Word Spell Checker

    At 04:21 PM 9/11/97 -0600, Ken wrote:
    I am using Express 2.0 D0 and Forte 3.0 D0. I want to use Word's spell
    checker for a field on a window that I am using for notes. Does anyone
    have any suggestions on how I might implement such a task? Any help would
    greatly be appreciated.Or, as an alternative, has anyone done any work on creating a platform
    independent spell checker which would work on any Forte platform and not
    require the use of any external software. Seems like there should be some
    public domain dictionaries lying around; providing the ability to add to a
    personal dictionary sounds easy; a browser on near matches is easy. The
    only "interesting" parts that come to mind would be ways to avoid putting
    all variants of a word in the dictionary, e.g., to avoid having to store
    all plurals as separate words, and good algorithms for guessing at
    alternative words when the word is not found.
    Not only would this give you independence from what was installed on the
    client, but it would give you a possible server-side version for use with
    the Web.
    =========================================================================
    Thomas Mercer Hursh, Ph.D email: [email protected]
    Computing Integrity, Inc. sales: 510-233-9329
    550 Casey Drive - Cypress Point support: 510-233-9327
    Point Richmond, CA 94801-3751 fax: 510-233-6950

    You might want to ask in the forum for Word:
    http://www.microsoft.com/mac/community/community.aspx?pid=newsgroups

  • How to implement the spell check in oracle forms 10g or 6i...

    How to implement the spell check in oracle forms.
    Is there any different method is there.
    Please help me....
    Praveen.K

    Here is one different from Jspell..
    In 6i client/server you can call MS Word spell checker using OLE. Below sample code for 6i.
    For 10g you will need webutil to use same code. install webutil and just replace "OLE2." with "CLIENT_OLE2."
    PROCEDURE spell_check (item_name IN VARCHAR2)
    IS
       my_application   ole2.obj_type;
       my_documents     ole2.obj_type;
       my_document      ole2.obj_type;
       my_selection     ole2.obj_type;
       get_spell        ole2.obj_type;
       my_spell         ole2.obj_type;
       args             ole2.list_type;
       spell_checked    VARCHAR2 (4000);
       orig_text        VARCHAR2 (4000);
    BEGIN
       orig_text := NAME_IN (item_name);
       my_application := ole2.create_obj ('WORD.APPLICATION');
       ole2.set_property (my_application, 'VISIBLE', FALSE);
       my_documents := ole2.get_obj_property (my_application, 'DOCUMENTS');
       my_document := ole2.invoke_obj (my_documents, 'ADD');
       my_selection := ole2.get_obj_property (my_application, 'SELECTION');
       ole2.set_property (my_selection, 'TEXT', orig_text);
       get_spell :=ole2.get_obj_property (my_application, 'ACTIVEDOCUMENT');
       ole2.invoke (get_spell, 'CHECKSPELLING');
       ole2.invoke (my_selection, 'WholeStory');
       ole2.invoke (my_selection, 'Copy');
       spell_checked := ole2.get_char_property (my_selection, 'TEXT');
       spell_checked :=SUBSTR (REPLACE (spell_checked, CHR (13), CHR (10)),1,LENGTH (spell_checked));
       COPY (spell_checked, item_name);
       args := ole2.create_arglist;
       ole2.add_arg (args, 0);
       ole2.invoke (my_document, 'CLOSE', args);
       ole2.destroy_arglist (args);
       ole2.RELEASE_OBJ (my_selection);
       ole2.RELEASE_OBJ (get_spell);
       ole2.RELEASE_OBJ (my_document);
       ole2.RELEASE_OBJ (my_documents);
       ole2.invoke (my_application, 'QUIT');
       ole2.RELEASE_OBJ (my_application);
    END;Call it like this: SPELL_CHECK ('BLOCK.MY_TEXT_ITEM' );

  • Java BAdI implementation for Customer specific Spell check

    In IS-M/AMC, I am working on implementation of a Java BAdI, namely ICustSpellCheck, which enables Customer Specific Spell check instead of the standard MS-Word spell check. Could someone provide pointers on the java code that goes into different methods of this class?

    Hi Dharmendra,
      Check if this is your case..
    Note
    This Business Add-In is not suitable for checking individual field content in an installed base, or installed base component: To do this, see Business Add-In: Additional Checks When Modifying Installed Base Headers and Business Add-In: Additional Checks When Modifying Components.
    Regards.
    Manuel

  • Spell Checker Java BAdI Implementation

    In IS-M/AMC, I am working on implementation of a Java BAdI, namely ICustSpellCheck, which enables Customer Specific Spell check instead of the standard MS-Word spell check. Could someone provide pointers on the java code that goes into different methods of this class?

    I've been using JTidy for HTML syntax checking. It's a java port of Html Tidy, and it works pretty good. The documentation is pretty sparse, but I think they're intent was to have people refer to the HTML Tidy documentation anyway (JTidy mimics HTML tidy even down to the bugs). Also, it doesn't look like there's been much upkeep activity but....it's free. anyway, here's the link:
    http://sourceforge.net/projects/jtidy
    good luck.

  • Spell Check Not Working on Office 2011 for Mac (Word) from Today!

    Help please
    Jumped on my Mac tonight to right a report in Word (2011 for Mac), been using this before Xmas and in years past other Office for Mac versions. Never any problems with the spell check before i.e. red wiggly line appears so you can review or amend as necessary, but no red line tonight!
    I have being playing around with the settings > preferences > spelling - I leave the "Hide spelling errors in this document" unchecked, but still it dosent seem to work anymore.
    I am the only person who uses my Mac and I haven't changed any settings so I can not understand why this is happening now.
    If anyone can help, please do as I miss my reb wijgly anb mi speling is rudish without ip!
    Thanks John

    Since Office is Microsoft software, please post your question on MS' own forums for their Mac software, as Apple Discussions only provide support for Apple products: http://www.officeformac.com/productforums

  • Bug? Mailto: in combination with Office 2013 Spell Checking.

    Dear community,
    For one of our sollutions we use the mailto protocol to send a hyperlink which users can use to automatically open a predefined new-email-window.
    This works fine with Office Professional Plus 2010 [EN-US] (32bit) in combinatione with Microsoft Office Language Pack 2010 - Dutch/Nederlands (32bit).
    However, Office Professional Plus 2013 [EN-US] (32bit), in combination with Microsoft Office Language Pack 2013 - Dutch/Nederlands (32bit), crashes whenever the spellingcheck is started.
    The mailto-command we use to reproduce this problem is (enter command in Internet Explorer, open with Outlook):
    mailto:[email protected]?subject=%20Actie%20vereist&body=%5b2103162%2f335159076094968874376260057075247208793%5d
    During analyses we concluded:
    - Office Configuration Analyzer Tool 1.2 (Full Scan) did not find any related issues.
    - Spellchecker crashes while checking the text within the body.
    - Uninstalling Microsoft Office Language Pack 2013 - Dutch/Nederlands solves the problem, but obviosly, we want to keep the Dutch spelling check functionality.
    - Standard Englsh (U.S.) spellchecking functions without problems.
    - This problem is reproducable on any computer running Office Professional Plus 2013 [EN-US] in combination with the Dutch (Nederlands) spelling check. Tried multiple hardware configurations (Intel based) and multiple OS's (Windows 7 Enterprise
    (64bit), Windows 8.1 Enterprise (64bit), Windows 8.1 Pro (64bit). All with the same result.
    Is there way to solve this issue, without loosing Outlook 2013 as client and Dutch Spelling Check capabilities?
    Kind regards,
    Leon Kandelaars.

    Hi Steve,
    Thanks for your reaction.
    Q - Do you mean Outlook crashes when we click the Spelling & Grammar button under Review tab?
    A - Yeah, if you try to edit the mail and have 'check spelling as you type' activated, it wil crash as well.
    Q - If we copy the email body and paste it to a new email message, will this issue continue?
    Does this   issue happen with other Office 2013 programs? Please try to use 'spell check' in word and check if the same issue occurs.
    A - If you copy the generated body to a new email or Word 2013, the spelling check will in both cases crash the application.
    Q - In addition, we can also have a look at the event log to see if we can find anything useful.
    A - The crash generates an "Application" "Hang error". I've generated 2 (1 with Outlook, 1 with Word):
    Generated mail, spellcheck crashes Outlook:
    Log Name:      Application
    Source:        Application Hang
    Date:          10-3-2015 9:52:31
    Event ID:      1002
    Task Category: (101)
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      xxxx.xxxx.xxx.nl
    Description:
    The program OUTLOOK.EXE version 15.0.4693.1000 stopped interacting with Windows and was closed. To see if more information about the problem is available, check the problem history in the Action Center control panel.
    Process ID: 87c
    Start Time: 01d05b0effb4e6f8
    Termination Time: 0
    Application Path: C:\Program Files (x86)\Microsoft Office\Office15\OUTLOOK.EXE
    Report Id: bf3cde85-c702-11e4-a8c6-485ab6f00dbb
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Application Hang" />
        <EventID Qualifiers="0">1002</EventID>
        <Level>2</Level>
        <Task>101</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2015-03-10T08:52:31.000000000Z" />
        <EventRecordID>14242</EventRecordID>
        <Channel>Application</Channel>
        <Computer>xxxx.xxxx.xxx.nl</Computer>
        <Security />
      </System>
      <EventData>
        <Data>OUTLOOK.EXE</Data>
        <Data>15.0.4693.1000</Data>
        <Data>87c</Data>
        <Data>01d05b0effb4e6f8</Data>
        <Data>0</Data>
        <Data>C:\Program Files (x86)\Microsoft Office\Office15\OUTLOOK.EXE</Data>
        <Data>bf3cde85-c702-11e4-a8c6-485ab6f00dbb</Data>
        <Binary>55006E006B006E006F0077006E0000000000</Binary>
      </EventData>
    </Event>
    Copied body to Word, spellcheck crashes Word:
    Log Name:      Application
    Source:        Application Hang
    Date:          10-3-2015 9:57:15
    Event ID:      1002
    Task Category: (101)
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      xxxx.xxxx.xxx.nl
    Description:
    The program WINWORD.EXE version 15.0.4693.1000 stopped interacting with Windows and was closed. To see if more information about the problem is available, check the problem history in the Action Center control panel.
    Process ID: 964
    Start Time: 01d05b0fe8e683af
    Termination Time: 0
    Application Path: C:\Program Files (x86)\Microsoft Office\Office15\WINWORD.EXE
    Report Id: 6a7dd15f-c703-11e4-a8c6-485ab6f00dbb
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Application Hang" />
        <EventID Qualifiers="0">1002</EventID>
        <Level>2</Level>
        <Task>101</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2015-03-10T08:57:15.000000000Z" />
        <EventRecordID>14247</EventRecordID>
        <Channel>Application</Channel>
        <Computer>xxxx.xxxx.xxx.nl</Computer>
        <Security />
      </System>
      <EventData>
        <Data>WINWORD.EXE</Data>
        <Data>15.0.4693.1000</Data>
        <Data>964</Data>
        <Data>01d05b0fe8e683af</Data>
        <Data>0</Data>
        <Data>C:\Program Files (x86)\Microsoft Office\Office15\WINWORD.EXE</Data>
        <Data>6a7dd15f-c703-11e4-a8c6-485ab6f00dbb</Data>
        <Binary>55006E006B006E006F0077006E0000000000</Binary>
      </EventData>
    </Event>

  • Why does Apple charge for spell check while MS Word offers it for free?

    I have been using MS Office for Mac until recently when I could not open PowerPoint files sent to me. I bought iWork '08 to remedy that and right after I installed it, Spell Catcher said my trial period was up and that I could buy it. Of course, I'm NOT going to buy it! I tried running a spell check in Pages but it did not pick up on all of my purposely misspelled words. Do I really have to PAY for spell checking? I am not impressed with iWork '08!
    As a side note: Does anyone notice how difficult it is to get into Discussions recently? Is it beacause of iPhone traffic?

    Spell Catcher is not something that is installed with iWork as far as I am aware, I have spell check built in to Pages and keynote and I have never seen any mention of "spell catcher"
    This is the company that makes SpellCatcher: http://www.rainmakerinc.com/
    They are not affiliated with Apple. In fact, No development has occurred since last year.

  • Spell Check is not working in MS Office 2007

    Hi All,
    Spell Check option is not working in MS Office 2007 applications like Word and Outlook.
    Surprisingly, when we reply to any email, spell check is working fine, but when we are typing New email, Spell Check is not working.
    OS: Windows XP Service Pack 3
    Gone through Google and modified Registry keys, updated MS Office 2007 hot-fixes, reinstalled MS Office 2007, but nothing worked.
    Could anyone help us on this issue.
    Thanks.

    Step

    Go to Office Button > Word options > Proofing
    > Custome dictionary > Make
    sure CUSTOM.DIC is checked.
    Step

    Click on Office Button | Word Options | Proofing
    | check the 
    "Check spelling as you type" and "Check grammar with spelling" boxes | 
    uncheck the "Hide spelling errors in this document only" and "Hide 
    grammar errors in this document only" boxes | OK.
    Step

    Open a document that has this problem, press Ctrl+A
    to select all 
    of the text 
    Click on Review tab | Proofing: Set Language | 
    language> | uncheck the "Detect language automatically" and "Do not 
    check spelling or grammar" boxes | Default | OK. 
    Click on Office Button | Word Options | Proofing | check the 
    "Check spelling as you type" and "Check grammar with spelling" boxes | 
    uncheck the "Hide spelling errors in this document only" and "Hide 
    grammar errors in this document only" boxes | OK.
    Step
    4
    In your Windows registry, if the key
    "HKEY_CURRENT_USER\Software\Microsoft\Shared Tools\Proofing
    Tools\1.0\Override" exists, delete it.
    http://redfireworkz.blogspot.com/2010/10/spell-check-does-not-work-in-office.html

  • Word 2007 Spell check failure.

    Hi, I'm having trouble with getting the spellcheck to work in word 2007.
    All the settings are, indeed, correct. Everything is ticked like it should be for the spell check to work.
    I've tried using it with different users and even in local administrator and I couldn't get it to work.
    So I stayed in local admin and went to add remove programs and COULDN'T FIND OFFICE 07 IN THE LIST!
    So I installed it and presto, after opening up a word document it worked beautifully.
    BUT, As soon as I logged in the user that was experiencing the difficulty I had her open a word document and spellcheck ceased to function again.
    I'm guessing this is not an issue with office 07 and more of an issue with either registry or maybe even the global profile.
    Any input would be greatly appreciatted.
    I am running out of ideas FAST.
    Maybe even a nudge in the right direction would get me going.
    One things for sure. I need help.
    Thanks.

     
    Hi,
    Please try these steps:
    1.       Go to: Word Options > Add-ins, click the drop down arrow next to Manage and select disabled items and check if there is any file listed over there with the name of spell or en-us. If yes, then enable it and check if the spell checker works fine or not?
    2.       Also go to registry editor, and go to this location HKEY_CURRENT_USER\Software\Microsoft\Shared Tools\Proofing Tools
    And rename “Proofing Tools” to “Old Proofing Tools”
    Close the registry editor and try to use the spell checker once again.
    3.       If you are still facing the issue then try to repair office by going into control panel & then add/remove programs, click on Microsoft office and then click on change
    Harpreet

  • Office 2010 spell check not working

    Hi,
    I cant get my spell check to work or underline any incorrect words. I have tried reinstalling word, deleting normal.dotm also the suggestions here
    http://social.technet.microsoft.com/Forums/en-US/office2010/thread/eb94c560-9bc3-4b51-a2dc-bee5cef46bb0 and here
    http://support.microsoft.com/kb/970826 and still no joy.
    If I email a doc to somebody else their spell checker will also not pick up and wrong spellings in my doc
    Any ideas?
    Celtic

    Hi,
    Thank you for using
    Microsoft Office for IT Professionals Forums.
    From your description, please try the following methods:
    1.        
    Open the problem document.
    2.        
    Press the
    Ctrl+A keys to select the entire text.
    3.        
    From the
    Review tab, select Language then Set Proofing Language…
    4.        
    In the
    Language dialog make sure the correct language is selected.
    5.        
    Verify the checkbox
    Do not check spelling or grammar is unchecked.
    6.        
    Click
    OK.
    7.        
    Click the
    File tab.
    8.        
    Under
    Help, click Options.
    9.        
    Under
    Correcting spelling and grammar in Word, click Recheck Document.
    10.    
    To recheck the spelling and grammar, click
    Yes when you see the following message: This operation resets the spelling checker and the grammar checker so that Word will recheck words and grammar you previously checked and chose to ignore. Do you want to continue?
    11.    
    In the
    Word Options dialog box, click OK to get back to the document.
    12.    
    On the
    Review tab, in the Proofing group, click
    Spelling & Grammar.
    Please take your time to try the suggestions and let me know the results at your earliest convenience. If anything is unclear or if there is anything
    I can do for you, please feel free to let me know.
    Sincerely
    Rex Zhang
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.

  • Mac Word Crashing when saving or spell check

    I just got my macbook in January. I have been having this problem since then.
    Occasionally when I press command+s or optioncommnandl while in Mac Word the program shuts down entirely.
    This happens EVERY time I do spell check while typing a document when the langauge has been changed to Spanish. This also occurs when the language is in English.
    Can anyone help me? It is so frustrating!
    Message was edited by: jgurl228

    i updated everything yesterday. i just got the error again when trying to spell check when the language was set to spanish. here's what the error message said:
    Microsoft Error Reporting log version: 2.0
    Error Signature:
    Exception: EXCBADACCESS
    Date/Time: 2009-05-31 12:29:34 -0700
    Application Name: Microsoft Word
    Application Bundle ID: com.microsoft.Word
    Application Signature: MSWD
    Application Version: 12.1.7.090302
    Crashed Module Name: libSystem.B.dylib
    Crashed Module Version: unknown
    Crashed Module Offset: 0x0000b4ee
    Blame Module Name: libSystem.B.dylib
    Blame Module Version: unknown
    Blame Module Offset: 0x0000b4ee
    Application LCID: 1033
    Extra app info: Reg=en Loc=0x0409
    Thread 0 crashed:
    # 1 0x969f34ee in _signgam + 0x9684C5CA (libSystem.B.dylib + 0x0000b4ee)
    # 2 0x969eff46 in _signgam + 0x96849022 (libSystem.B.dylib + 0x00007f46)
    # 3 0x969ef38d in _signgam + 0x96848469 (libSystem.B.dylib + 0x0000738d)
    # 4 0x1fa52f5c in cSFile::mClose() + 0x0000021A (SpanishSpeller + 0x00005f5c)
    # 5 0x1fa6a050 in TUserDictionary::mLoadDictionary() + 0x00000D6E (SpanishSpeller + 0x0001d050)
    # 6 0x1fa5e256 in SpellOpenDic + 0x0000041C (SpanishSpeller + 0x00011256)
    # 7 0x1fa54949 in _SpellerOpenLex + 0x00000059 (SpanishSpeller + 0x00007949)
    # 8 0x016cfdb8 in _ProofInit + 0x000001A2 (MicrosoftComponentPlugin + 0x00136db8)
    # 9 0x009ca4cd in _wdGetApplicationObject + 0x002952E3 (Microsoft Word + 0x009c94cd)
    # 10 0x009ca797 in _wdGetApplicationObject + 0x002955AD (Microsoft Word + 0x009c9797)
    # 11 0x009cab01 in _wdGetApplicationObject + 0x00295917 (Microsoft Word + 0x009c9b01)
    # 12 0x009da1c9 in _wdGetApplicationObject + 0x002A4FDF (Microsoft Word + 0x009d91c9)
    # 13 0x006201fc in _wdCommandDispatch + 0x003034A0 (Microsoft Word + 0x0061f1fc)
    # 14 0x00625078 in _wdCommandDispatch + 0x0030831C (Microsoft Word + 0x00624078)
    # 15 0x006265b6 in _wdCommandDispatch + 0x0030985A (Microsoft Word + 0x006255b6)
    # 16 0x008bb860 in _wdGetApplicationObject + 0x00186676 (Microsoft Word + 0x008ba860)
    # 17 0x008bd9e3 in _wdGetApplicationObject + 0x001887F9 (Microsoft Word + 0x008bc9e3)
    # 18 0x008bdc8d in _wdGetApplicationObject + 0x00188AA3 (Microsoft Word + 0x008bcc8d)
    # 19 0x0038c92e in _wdCommandDispatch + 0x0006FBD2 (Microsoft Word + 0x0038b92e)
    # 20 0x00813b3b in _wdGetApplicationObject + 0x000DE951 (Microsoft Word + 0x00812b3b)
    # 21 0x0081401f in _wdGetApplicationObject + 0x000DEE35 (Microsoft Word + 0x0081301f)
    # 22 0x0210b5ae in _MsoFCreateToolbarSet + 0x000011BE (MicrosoftOffice + 0x0033d5ae)
    # 23 0x015c51ef in _McpFCreateIMcpMRFssOffice10 + 0x00000D47 (MicrosoftComponentPlugin + 0x0002c1ef)
    # 24 0x015c532f in _McpFCreateIMcpMRFssOffice10 + 0x00000E87 (MicrosoftComponentPlugin + 0x0002c32f)
    # 25 0x016639d7 in _McpEndCustomizeToolbar + 0x000008B3 (MicrosoftComponentPlugin + 0x000ca9d7)
    # 26 0x016624a6 in _McpFGetMFODirt + 0x00004DEC (MicrosoftComponentPlugin + 0x000c94a6)
    # 27 0x96d5e11d in .objcclass_nameIPMDFontRange + 0x96A334DD (HIToolbox + 0x0000811d)
    # 28 0x96d5d55b in .objcclass_nameIPMDFontRange + 0x96A3291B (HIToolbox + 0x0000755b)
    # 29 0x96d79eac in .objcclass_nameIPMDFontRange + 0x96A4F26C (HIToolbox + 0x00023eac)
    # 30 0x96dae1c7 in .objcclass_nameIPMDFontRange + 0x96A83587 (HIToolbox + 0x000581c7)
    # 31 0x96dd4939 in .objcclass_nameIPMDFontRange + 0x96AA9CF9 (HIToolbox + 0x0007e939)
    # 32 0x96dd48f4 in .objcclass_nameIPMDFontRange + 0x96AA9CB4 (HIToolbox + 0x0007e8f4)
    # 33 0x96e58b23 in .objcclass_nameIPMDFontRange + 0x96B2DEE3 (HIToolbox + 0x00102b23)
    # 34 0x96d5e629 in .objcclass_nameIPMDFontRange + 0x96A339E9 (HIToolbox + 0x00008629)
    # 35 0x96d5e11d in .objcclass_nameIPMDFontRange + 0x96A334DD (HIToolbox + 0x0000811d)
    # 36 0x96d5d55b in .objcclass_nameIPMDFontRange + 0x96A3291B (HIToolbox + 0x0000755b)
    # 37 0x96d5d3c0 in .objcclass_nameIPMDFontRange + 0x96A32780 (HIToolbox + 0x000073c0)
    # 38 0x96d8c2e7 in .objcclass_nameIPMDFontRange + 0x96A616A7 (HIToolbox + 0x000362e7)
    # 39 0x96d5e4d6 in .objcclass_nameIPMDFontRange + 0x96A33896 (HIToolbox + 0x000084d6)
    # 40 0x96d5d55b in .objcclass_nameIPMDFontRange + 0x96A3291B (HIToolbox + 0x0000755b)
    # 41 0x96d79eac in .objcclass_nameIPMDFontRange + 0x96A4F26C (HIToolbox + 0x00023eac)
    # 42 0x01686a59 in _McpFDispatchEventRef + 0x00000073 (MicrosoftComponentPlugin + 0x000eda59)
    # 43 0x01686fe9 in _McpRunApplicationEventLoop + 0x0000051B (MicrosoftComponentPlugin + 0x000edfe9)
    # 44 0x00ae70fb in _wdGetApplicationObject + 0x003B1F11 (Microsoft Word + 0x00ae60fb)
    # 45 0x00af01af in _wdGetApplicationObject + 0x003BAFC5 (Microsoft Word + 0x00aef1af)
    # 46 0x0227145c in __WlmMain + 0x00000047 (MicrosoftOffice + 0x004a345c)
    # 47 0x00ad554c in _wdGetApplicationObject + 0x003A0362 (Microsoft Word + 0x00ad454c)
    # 48 0x00002d42 in _mh_executeheader + 0x00001D42 (Microsoft Word + 0x00001d42)
    # 49 0x00002c69 in _mh_executeheader + 0x00001C69 (Microsoft Word + 0x00001c69)
    X86 Thread State:
    eax: 0x000002c0 ebx: 0x969f3473 ecx: 0xc0000003 edx:0x00000000
    edi: 0x04b2ec00 esi: 0x000000b0 ebp: 0xbfffc888 esp:0xbfffc840
    ss: 0x0000001f eip: 0x969f34ee cs: 0x00000017 ds:0x0000001f
    es: 0x0000001f fs: 0x00000000 gs: 0x00000037 eflags:0x00010246
    Thread 1:
    # 1 0x969e93a6 in _signgam + 0x96842482 (libSystem.B.dylib + 0x000013a6)
    # 2 0x96a70eab in _signgam + 0x968C9F87 (libSystem.B.dylib + 0x00088eab)
    # 3 0x01addd7d in _MerpCreateSession + 0x00000B07 (merp + 0x00002d7d)
    # 4 0x01add3e5 in _MerpCreateSession + 0x0000016F (merp + 0x000023e5)
    # 5 0x01add46c in _MerpCreateSession + 0x000001F6 (merp + 0x0000246c)
    # 6 0x01addf25 in _MerpCreateSession + 0x00000CAF (merp + 0x00002f25)
    # 7 0x96a1a155 in _signgam + 0x96873231 (libSystem.B.dylib + 0x00032155)
    # 8 0x96a1a012 in _signgam + 0x968730EE (libSystem.B.dylib + 0x00032012)
    X86 Thread State:
    eax: 0xffffffa6 ebx: 0x96a60287 ecx: 0xb00a0a5c edx:0x969e93a6
    edi: 0x0000334c esi: 0x985a86c8 ebp: 0xb00a0ac8 esp:0xb00a0a5c
    ss: 0x0000001f eip: 0x969e93a6 cs: 0x00000007 ds:0x0000001f
    es: 0x0000001f fs: 0x0000001f gs: 0x00000037 eflags:0x00000202
    Thread 2:
    # 1 0x969f046e in _signgam + 0x9684954A (libSystem.B.dylib + 0x0000846e)
    # 2 0x96a1adcd in _signgam + 0x96873EA9 (libSystem.B.dylib + 0x00032dcd)
    # 3 0x9294045c in __CMProfileID + 0x9286D338 (ColorSync + 0x0003345c)
    # 4 0x92952d8e in __CMProfileID + 0x9287FC6A (ColorSync + 0x00045d8e)
    # 5 0x96a1a155 in _signgam + 0x96873231 (libSystem.B.dylib + 0x00032155)
    # 6 0x96a1a012 in _signgam + 0x968730EE (libSystem.B.dylib + 0x00032012)
    X86 Thread State:
    eax: 0x0000014e ebx: 0x96a1aded ecx: 0xb0122e7c edx:0x969f046e
    edi: 0x04851da4 esi: 0xb0123000 ebp: 0xb0122ef8 esp:0xb0122e7c
    ss: 0x0000001f eip: 0x969f046e cs: 0x00000007 ds:0x0000001f
    es: 0x0000001f fs: 0x0000001f gs: 0x00000037 eflags:0x00000246
    Thread 3:
    # 1 0x96a47cfe in _signgam + 0x968A0DDA (libSystem.B.dylib + 0x0005fcfe)
    # 2 0x0170ce8e in _FWaitForConnection + 0x0000002A (MicrosoftComponentPlugin + 0x00173e8e)
    # 3 0x0161992c in _McpFInitNetworkPIDChecking + 0x0000111C (MicrosoftComponentPlugin + 0x0008092c)
    # 4 0x96756057 in __gTECMasterGlobals + 0x96470817 (CarbonCore + 0x00049057)
    # 5 0x96a1a155 in _signgam + 0x96873231 (libSystem.B.dylib + 0x00032155)
    # 6 0x96a1a012 in _signgam + 0x968730EE (libSystem.B.dylib + 0x00032012)
    X86 Thread State:
    eax: 0x000c0194 ebx: 0x016198db ecx: 0xb01add3c edx:0x96a47cfe
    edi: 0x04000000 esi: 0xb01adf24 ebp: 0xb01add58 esp:0xb01add3c
    ss: 0x0000001f eip: 0x96a47cfe cs: 0x00000007 ds:0x0000001f
    es: 0x0000001f fs: 0x0000001f gs: 0x00000037 eflags:0x00000282
    Thread 4:
    # 1 0x96a31b96 in _signgam + 0x9688AC72 (libSystem.B.dylib + 0x00049b96)
    # 2 0x0170cf19 in _FReceiveMessage + 0x00000077 (MicrosoftComponentPlugin + 0x00173f19)
    # 3 0x016195da in _McpFInitNetworkPIDChecking + 0x00000DCA (MicrosoftComponentPlugin + 0x000805da)
    # 4 0x96756057 in __gTECMasterGlobals + 0x96470817 (CarbonCore + 0x00049057)
    # 5 0x96a1a155 in _signgam + 0x96873231 (libSystem.B.dylib + 0x00032155)
    # 6 0x96a1a012 in _signgam + 0x968730EE (libSystem.B.dylib + 0x00032012)
    X86 Thread State:
    eax: 0x00000193 ebx: 0x0161954b ecx: 0xb022fcac edx:0x96a31b96
    edi: 0xb022fec4 esi: 0xb022ff34 ebp: 0xb022fcd8 esp:0xb022fcac
    ss: 0x0000001f eip: 0x96a31b96 cs: 0x00000007 ds:0x0000001f
    es: 0x0000001f fs: 0x0000001f gs: 0x00000037 eflags:0x00000282
    Thread 5:
    # 1 0x969e92da in _signgam + 0x968423B6 (libSystem.B.dylib + 0x000012da)
    # 2 0x01619cef in _McpFInitNetworkPIDChecking + 0x000014DF (MicrosoftComponentPlugin + 0x00080cef)
    # 3 0x96756057 in __gTECMasterGlobals + 0x96470817 (CarbonCore + 0x00049057)
    # 4 0x96a1a155 in _signgam + 0x96873231 (libSystem.B.dylib + 0x00032155)
    # 5 0x96a1a012 in _signgam + 0x968730EE (libSystem.B.dylib + 0x00032012)
    X86 Thread State:
    eax: 0xffffffda ebx: 0x96769413 ecx: 0xb02b1e5c edx:0x969e92da
    edi: 0xb02b1f36 esi: 0x00000000 ebp: 0xb02b1e88 esp:0xb02b1e5c
    ss: 0x0000001f eip: 0x969e92da cs: 0x00000007 ds:0x0000001f
    es: 0x0000001f fs: 0x0000001f gs: 0x00000037 eflags:0x00000246
    Thread 6:
    # 1 0x969e9286 in _signgam + 0x96842362 (libSystem.B.dylib + 0x00001286)
    # 2 0x92bfa04e in .objcclass_name__NSCFSet + 0x92AAF10E (CoreFoundation + 0x0007304e)
    # 3 0x92bfacd4 in .objcclass_name__NSCFSet + 0x92AAFD94 (CoreFoundation + 0x00073cd4)
    # 4 0x940ebe17 in _searchPaths.19040 + 0x9405DD9B (DesktopServicesPriv + 0x00001e17)
    # 5 0x96756057 in __gTECMasterGlobals + 0x96470817 (CarbonCore + 0x00049057)
    # 6 0x96a1a155 in _signgam + 0x96873231 (libSystem.B.dylib + 0x00032155)
    # 7 0x96a1a012 in _signgam + 0x968730EE (libSystem.B.dylib + 0x00032012)
    X86 Thread State:
    eax: 0xffffffe1 ebx: 0x92bf9967 ecx: 0xb034e8dc edx:0x969e9286
    edi: 0x00000000 esi: 0x00000000 ebp: 0xb034e918 esp:0xb034e8dc
    ss: 0x0000001f eip: 0x969e9286 cs: 0x00000007 ds:0x0000001f
    es: 0x0000001f fs: 0x0000001f gs: 0x00000037 eflags:0x00000206
    Thread 7:
    # 1 0x969e9286 in _signgam + 0x96842362 (libSystem.B.dylib + 0x00001286)
    # 2 0x92bfa04e in .objcclass_name__NSCFSet + 0x92AAF10E (CoreFoundation + 0x0007304e)
    # 3 0x92bfacd4 in .objcclass_name__NSCFSet + 0x92AAFD94 (CoreFoundation + 0x00073cd4)
    # 4 0x940ebf90 in _searchPaths.19040 + 0x9405DF14 (DesktopServicesPriv + 0x00001f90)
    # 5 0x96756057 in __gTECMasterGlobals + 0x96470817 (CarbonCore + 0x00049057)
    # 6 0x96a1a155 in _signgam + 0x96873231 (libSystem.B.dylib + 0x00032155)
    # 7 0x96a1a012 in _signgam + 0x968730EE (libSystem.B.dylib + 0x00032012)
    X86 Thread State:
    eax: 0xffffffe1 ebx: 0x92bf9967 ecx: 0xb03d08ac edx:0x969e9286
    edi: 0x00000000 esi: 0x00000000 ebp: 0xb03d08e8 esp:0xb03d08ac
    ss: 0x0000001f eip: 0x969e9286 cs: 0x00000007 ds:0x0000001f
    es: 0x0000001f fs: 0x0000001f gs: 0x00000037 eflags:0x00000206
    Thread 8:
    # 1 0x969f046e in _signgam + 0x9684954A (libSystem.B.dylib + 0x0000846e)
    # 2 0x96a1adcd in _signgam + 0x96873EA9 (libSystem.B.dylib + 0x00032dcd)
    # 3 0x96757e83 in __gTECMasterGlobals + 0x96472643 (CarbonCore + 0x0004ae83)
    # 4 0x96736d6a in __gTECMasterGlobals + 0x9645152A (CarbonCore + 0x00029d6a)
    # 5 0x96757b00 in __gTECMasterGlobals + 0x964722C0 (CarbonCore + 0x0004ab00)
    # 6 0x940f6f72 in _searchPaths.19040 + 0x94068EF6 (DesktopServicesPriv + 0x0000cf72)
    # 7 0x96756057 in __gTECMasterGlobals + 0x96470817 (CarbonCore + 0x00049057)
    # 8 0x96a1a155 in _signgam + 0x96873231 (libSystem.B.dylib + 0x00032155)
    # 9 0x96a1a012 in _signgam + 0x968730EE (libSystem.B.dylib + 0x00032012)
    X86 Thread State:
    eax: 0x0000014e ebx: 0x96a1aded ecx: 0xb0452d7c edx:0x969f046e
    edi: 0x272f4108 esi: 0xb0453000 ebp: 0xb0452df8 esp:0xb0452d7c
    ss: 0x0000001f eip: 0x969f046e cs: 0x00000007 ds:0x0000001f
    es: 0x0000001f fs: 0x0000001f gs: 0x00000037 eflags:0x00000246
    Thread 9:
    # 1 0x96a199c6 in _signgam + 0x96872AA2 (libSystem.B.dylib + 0x000319c6)
    # 2 0x96a1a155 in _signgam + 0x96873231 (libSystem.B.dylib + 0x00032155)
    # 3 0x96a1a012 in _signgam + 0x968730EE (libSystem.B.dylib + 0x00032012)
    X86 Thread State:
    eax: 0x0000016b ebx: 0x96a1a028 ecx: 0xb04e5ecc edx:0x96a199c6
    edi: 0x04000000 esi: 0xb04e6000 ebp: 0xb04e5f78 esp:0xb04e5ecc
    ss: 0x0000001f eip: 0x96a199c6 cs: 0x00000007 ds:0x0000001f
    es: 0x0000001f fs: 0x0000001f gs: 0x00000037 eflags:0x00000246
    Thread 10:
    # 1 0x96a386fa in _signgam + 0x968917D6 (libSystem.B.dylib + 0x000506fa)
    # 2 0x96a1a155 in _signgam + 0x96873231 (libSystem.B.dylib + 0x00032155)
    # 3 0x96a1a012 in _signgam + 0x968730EE (libSystem.B.dylib + 0x00032012)
    X86 Thread State:
    eax: 0x0014005d ebx: 0x92c0521b ecx: 0xb04f6d6c edx:0x96a386fa
    edi: 0x00000008 esi: 0x00000040 ebp: 0xb04f6f78 esp:0xb04f6d6c
    ss: 0x0000001f eip: 0x96a386fa cs: 0x00000007 ds:0x0000001f
    es: 0x0000001f fs: 0x0000001f gs: 0x00000037 eflags:0x00000246
    Thread 11:
    # 1 0x969e92e6 in _signgam + 0x968423C2 (libSystem.B.dylib + 0x000012e6)
    # 2 0x96a1cb33 in _signgam + 0x96875C0F (libSystem.B.dylib + 0x00034b33)
    # 3 0x94832dcc in .objcclass_nameNSScriptSynonymDescription + 0x9459BBCC (Foundation + 0x00050dcc)
    # 4 0x94832be0 in .objcclass_nameNSScriptSynonymDescription + 0x9459B9E0 (Foundation + 0x00050be0)
    # 5 0x94832b45 in .objcclass_nameNSScriptSynonymDescription + 0x9459B945 (Foundation + 0x00050b45)
    # 6 0x92d71d20 in .objcclass_nameHICocoaWindowContentView + 0x9250D7C0 (AppKit + 0x000a6d20)
    # 7 0x947ece0d in .objcclass_nameNSScriptSynonymDescription + 0x94555C0D (Foundation + 0x0000ae0d)
    # 8 0x947ec9b4 in .objcclass_nameNSScriptSynonymDescription + 0x945557B4 (Foundation + 0x0000a9b4)
    # 9 0x96a1a155 in _signgam + 0x96873231 (libSystem.B.dylib + 0x00032155)
    # 10 0x96a1a012 in _signgam + 0x968730EE (libSystem.B.dylib + 0x00032012)
    X86 Thread State:
    eax: 0xffffffd9 ebx: 0x96a1aded ecx: 0xb05c2b0c edx:0x969e92e6
    edi: 0x1e0d3448 esi: 0x1e0d3418 ebp: 0xb05c2b88 esp:0xb05c2b0c
    ss: 0x0000001f eip: 0x969e92e6 cs: 0x00000007 ds:0x0000001f
    es: 0x0000001f fs: 0x0000001f gs: 0x00000037 eflags:0x00000286
    Thread 12:
    # 1 0x969e92e6 in _signgam + 0x968423C2 (libSystem.B.dylib + 0x000012e6)
    # 2 0x96a1cb33 in _signgam + 0x96875C0F (libSystem.B.dylib + 0x00034b33)
    # 3 0x96736d96 in __gTECMasterGlobals + 0x96451556 (CarbonCore + 0x00029d96)
    # 4 0x96757b00 in __gTECMasterGlobals + 0x964722C0 (CarbonCore + 0x0004ab00)
    # 5 0x940f8ebc in _searchPaths.19040 + 0x9406AE40 (DesktopServicesPriv + 0x0000eebc)
    # 6 0x96756057 in __gTECMasterGlobals + 0x96470817 (CarbonCore + 0x00049057)
    # 7 0x96a1a155 in _signgam + 0x96873231 (libSystem.B.dylib + 0x00032155)
    # 8 0x96a1a012 in _signgam + 0x968730EE (libSystem.B.dylib + 0x00032012)
    X86 Thread State:
    eax: 0xffffffd9 ebx: 0x96a1aded ecx: 0xb04d4d9c edx:0x969e92e6
    edi: 0x202728c8 esi: 0xa0812a40 ebp: 0xb04d4e18 esp:0xb04d4d9c
    ss: 0x0000001f eip: 0x969e92e6 cs: 0x00000007 ds:0x0000001f
    es: 0x0000001f fs: 0x0000001f gs: 0x00000037 eflags:0x00000282
    Loaded modules:
    0: Microsoft Word (12.1.7.090302 Reg=en Loc=0x0409): /Applications/Microsoft Office 2008/Microsoft Word.app/Contents/MacOS/Microsoft Word
    1: MicrosoftComponentPlugin: /Applications/Microsoft Office 2008/Microsoft Word.app/Contents/MacOS/../Frameworks/MicrosoftComponentPlugin.framework/Versio ns/12/MicrosoftComponentPlugin
    2: Netlib: /Applications/Microsoft Office 2008/Microsoft Word.app/Contents/MacOS/../Frameworks/Netlib.framework/Versions/12/Netlib
    3: StdUrlMoniker: /Applications/Microsoft Office 2008/Microsoft Word.app/Contents/MacOS/../Frameworks/StdUrlMoniker.framework/Versions/12/StdUr lMoniker
    4: MicrosoftOLE: /Applications/Microsoft Office 2008/Microsoft Word.app/Contents/MacOS/../Frameworks/MicrosoftOLE.framework/Versions/12/Micros oftOLE
    5: MicrosoftOLEAutomation: /Applications/Microsoft Office 2008/Microsoft Word.app/Contents/MacOS/../Frameworks/MicrosoftOLEAutomation.framework/Versions /12/MicrosoftOLEAutomation
    6: MSLS3: /Applications/Microsoft Office 2008/Microsoft Word.app/Contents/MacOS/../Frameworks/MSLS3.framework/Versions/12/MSLS3
    7: merp: /Applications/Microsoft Office 2008/Microsoft Word.app/Contents/MacOS/../Frameworks/merp.framework/Versions/12/merp
    8: MSXML: /Applications/Microsoft Office 2008/Microsoft Word.app/Contents/MacOS/../Frameworks/MSXML.framework/Versions/12/MSXML
    9: PowerPlantCore: /Applications/Microsoft Office 2008/Microsoft Word.app/Contents/MacOS/../Frameworks/PowerPlantCore.framework/Versions/12/Powe rPlantCore
    10: MicrosoftOffice: /Applications/Microsoft Office 2008/Microsoft Word.app/Contents/MacOS/../Frameworks/MicrosoftOffice.framework/Versions/12/Mic rosoftOffice
    11: PowerPlant: /Applications/Microsoft Office 2008/Microsoft Word.app/Contents/MacOS/../Frameworks/PowerPlant.framework/Versions/12/PowerPla nt
    12: OfficeArt: /Applications/Microsoft Office 2008/Microsoft Word.app/Contents/MacOS/../Frameworks/OfficeArt.framework/Versions/12/OfficeArt
    13: MicrosoftOleo: /Applications/Microsoft Office 2008/Microsoft Word.app/Contents/MacOS/../Frameworks/MicrosoftOleo.framework/Versions/12/Micro softOleo
    14: SmartArt: /Applications/Microsoft Office 2008/Microsoft Word.app/Contents/MacOS/../Frameworks/SmartArt.framework/Versions/12/SmartArt
    15: MicrosoftChartPlugin: /Applications/Microsoft Office 2008/Microsoft Word.app/Contents/MacOS/../Frameworks/MicrosoftChartPlugin.framework/Versions/1 2/MicrosoftChartPlugin
    16: OpenTransport: /System/Library/PrivateFrameworks/OpenTransport.framework/OpenTransport
    17: RawCamera (436 Reg=English Loc=0x0000): /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    18: ATSHI.dylib: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib
    19: libTraditionalChineseConverter.dylib: /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    20: libSimplifiedChineseConverter.dylib: /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    21: EnglishSpeller (12.1.7.090302 Reg=English Loc=0x0000): /Applications/Microsoft Office 2008/Office/Shared Applications/Proofing Tools/EnglishSpeller.proofingtool/Contents/MacOS/EnglishSpeller
    22: URLMount: /System/Library/PrivateFrameworks/URLMount.framework/URLMount
    23: EnglishGrammar (12.1.7.090302 Reg=English Loc=0x0000): /Applications/Microsoft Office 2008/Office/Shared Applications/Proofing Tools/EnglishGrammar.proofingtool/Contents/MacOS/EnglishGrammar
    24: JapaneseProofing (12.1.7.090302 Reg= English Loc=0x0000): /Applications/Microsoft Office 2008/Office/Shared Applications/Proofing Tools/JapaneseProofing.proofingtool/Contents/MacOS/JapaneseProofing
    25: libCGXCoreImage.A.dylib: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    26: libPDFRIP.A.dylib: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libPDFRIP.A.dylib
    27: libFontStreams.A.dylib: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libFontStreams.A.dylib
    28: SpanishSpeller (12.0.0.5.061005 Reg=Spanish Loc=0x0000): /Applications/Microsoft Office 2008/Office/Shared Applications/Proofing Tools/SpanishSpeller.proofingtool/Contents/MacOS/SpanishSpeller
    29: EntourageCore: /Applications/Microsoft Office 2008/Office/EntourageCore.framework/EntourageCore
    30: EntourageLegacy: /Applications/Microsoft Office 2008/Office/EntourageLegacy.framework/EntourageLegacy
    31: Ink: /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    32: libcrypto.0.9.7.dylib: /usr/lib/libcrypto.0.9.7.dylib
    33: IOKit: /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    34: libTIFF.dylib: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    35: libvMisc.dylib: /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    36: CommonPanels: /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    37: libobjc.A.dylib: /usr/lib/libobjc.A.dylib
    38: QuartzCore: /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    39: libPng.dylib: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    40: libGLProgrammability.dylib: /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    41: SearchKit: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    42: OpenScripting: /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    43: CoreGraphics: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    44: libauto.dylib: /usr/lib/libauto.dylib
    45: QuickTime: /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    46: libcups.2.dylib: /usr/lib/libcups.2.dylib
    47: SecurityHI: /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    48: DictionaryServices: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    49: Help: /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    50: CFNetwork: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    51: libBLAS.dylib: /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    52: ImageCapture: /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    53: LangAnalysis: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    54: libicucore.A.dylib: /usr/lib/libicucore.A.dylib
    55: HTMLRendering: /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    56: PrintCore: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    57: OpenGL: /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    58: Cocoa: /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    59: Accelerate: /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    60: libGL.dylib: /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    61: DiskArbitration: /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    62: Kerberos: /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    63: HIServices: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    64: ATS: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    65: Print: /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    66: CoreText: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    67: SystemConfiguration: /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    68: libRadiance.dylib: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    69: AE: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    70: libxslt.1.dylib: /usr/lib/libxslt.1.dylib
    71: HelpData: /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    72: libCSync.A.dylib: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    73: libRIP.A.dylib: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    74: ColorSync: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    75: CoreServices: /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    76: NavigationServices: /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    77: ImageIO: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    78: CoreFoundation: /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    79: AppKit: /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    80: SpeechRecognition: /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    81: CoreAudio: /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    82: libCGATS.A.dylib: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    83: CarbonSound: /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    84: AudioUnit: /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    85: InstallServer: /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    86: libz.1.dylib: /usr/lib/libz.1.dylib
    87: SecurityInterface: /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    88: libgcc_s.1.dylib: /usr/lib/libgcc_s.1.dylib
    89: vecLib: /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    90: Security: /System/Library/Frameworks/Security.framework/Versions/A/Security
    91: ApplicationServices: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    92: libsqlite3.0.dylib: /usr/lib/libsqlite3.0.dylib
    93: AudioToolbox: /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    94: libGLImage.dylib: /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    95: libxml2.2.dylib: /usr/lib/libxml2.2.dylib
    96: DesktopServicesPriv: /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    97: libLAPACK.dylib: /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    98: SecurityFoundation: /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    99: Foundation: /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    100: libGIF.dylib: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    101: LaunchServices: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    102: libJPEG.dylib: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    103: vImage: /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    104: libbsm.dylib: /usr/lib/libbsm.dylib
    105: libmathCommon.A.dylib: /usr/lib/system/libmathCommon.A.dylib
    106: libGLU.dylib: /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    107: libffi.dylib: /usr/lib/libffi.dylib
    108: vecLib: /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    109: libresolv.9.dylib: /usr/lib/libresolv.9.dylib
    110: Carbon: /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    111: OSServices: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    112: Shortcut: /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    113: CoreVideo: /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    114: QD: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    115: CarbonCore: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    116: libSystem.B.dylib: /usr/lib/libSystem.B.dylib
    117: libvDSP.dylib: /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    118: CoreUI: /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    119: HIToolbox: /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    120: AGL: /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    121: libstdc++.6.dylib: /usr/lib/libstdc++.6.dylib
    122: CoreData: /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    123: Metadata: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    124: SpeechSynthesis: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    125: libJapaneseConverter.dylib: /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    126: libKoreanConverter.dylib: /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
    127: libConverter.dylib: /System/Library/Printers/Libraries/libConverter.dylib
    Operating System Information
    Operating System: Mac OS X 10.5.7 (Build 9J61)
    CPU: Intel Core Duo, Number: 2, Speed: 2000 MHz
    gestaltPhysicalRAMSize err = 0, result = 2047 MB
    gestaltSystemVersion err = 0, result = 0x1057
    Screen: 1280 x 800, depth = 32, ltbr = 0, 0, 800, 1280
    Microsoft Application Information:
    Error Reporting UUID: 484C37AB-AC93-4934-9B12-F645A51AD0D3
    Time from launch: 4 hours, 9 minutes, 50 seconds
    Total errors on this client: 23

Maybe you are looking for

  • Credit Note in Fixed Assets add-on

    Hi experts, I really do not understand how Credit Note is working in this add-on. Depreciation(accounting impact): Dr                                                                                Cr 510000 - Depreciation (Personal Computers)       

  • Local client copy cancelled

    hi experts i installed ECC-6.0 with oracle10.2.0.1.after installation i applied all patches (basis-14,abap-14,bw-16,appl-12fin_basis12)then i scheduled client copy 000 to 101 some time it was canceled the corresponding log is  Client copy from 29.10.

  • When trying to open bridge im getting an error that says a parent application must be run first, why is this happening

    How can I fix this

  • Buying TV shows from Canada

    Hiya, I am in Canada and have created an iTunrs store account. I cannot see the TV show option unless I change the country to the US. When I try to buy a TV show I get a message telling me that my Canadian account is no good for US. So my dilemna is

  • What is a Dynamic Proxy Class or Method for?

    I only recently "discovered" proxy classes/methods. Im rather curious about them because I still cant manage to understand what they do or what theyre for. Can anyone give a simple and practical use for this language feature? I read this: http://java