MFC80U.DLL headache

Hi,
I'm having trouble resolving an APPCRASH issue involving MFC80U.DLL
Have scoured the internet and it so far appears that my only route to resolution is to pay £199 for MS to fix it for me (or send me the hotfix, however it works).  I've also called MS and was told to visit the same support site that is asking for money.
Since this appears to be an issue created by MS, I resent being charged for a fix - but since I'm not 100% sure that this is required, I thought I'd ask here if anyone can offer any assistance.
I've pasted the error log below.  Please let me know if any other info is needed.
Cheers for any help.
Rich
Problem signature:
  Problem Event Name:    APPCRASH
  Application Name:    inspHire.exe
  Application Version:    1.461.0.460
  Application Timestamp:    546ddded
  Fault Module Name:    MFC80U.DLL
  Fault Module Version:    8.0.50727.6229
  Fault Module Timestamp:    4ec36926
  Exception Code:    c0000005
  Exception Offset:    000c374a
  OS Version:    6.2.9200.2.0.0.16.7
  Locale ID:    2057
  Additional Information 1:    5861
  Additional Information 2:    5861822e1919d7c014bbb064c64908b2
  Additional Information 3:    1a2a
  Additional Information 4:    1a2aa8e38ac8adbb6fe1e594fa623c2e
Notes:
HP Proliant ML350e Gen8 V2
OS:
- Server 2012 Standard
Visual Studio installed:
- 2005 Remote Debugger Light (x64) - ENU
- 2010 SP1
- 2010 Shell (isolated) - ENU
- Tools for Office Runtime (x64)
- Tools for Applications 2.0 - ENU
Visual C++ installed:
- 2005 Express Edition - ENU
- 2005 Redistributable
- 2005 Redistributable (x64) [two copies of this show in the list?]
- 2008 Redist - x86 9.0.30729.4974
- 2008 Redist - x86 9.0.30729.6161
- 2010 x64 Redist - 10.0.40219
- 2010 x64 Runtime - 10.0.40219
- 2010 x86 Redist - 10.0.40219
- 2010 x86 Runtime - 10.0.40219

Hi Ahmed,
Thanks for your reply. I tried sfc /scannow earlier and it came back clean.
The main support link for this issue seems to be https://support.microsoft.com/kb/961894/en-gb?wa=wsignin1.0 and includes a link to a hotfix (http://code.msdn.microsoft.com/KB961894) but this returns a retired archive page.
Subsequent searches eventually lead me to http://support.microsoft.com/oas and finally to a page asking for money. This support address is also the one given to me by the chap on the tech support line and  elsewhere I've seen mention
of a need to call MS to obtain the hotfix.
I've looked in many other places at the usual assortment of suggested solutions but have thus far failed to find one that fills me with any confidence.

Similar Messages

  • MFC80U.dll

    I have installed CS4 - twice now - and still get an error that MFC80U.dll is missing. What should I do next?

    You have wandered into the photoshop room. The lightroom room is down the hall and to the left just past the watercooler marked contaminated with a skull and crossbones. Follow this link.
    http://forums.adobe.com/community/lightroom

  • T215D-S116​0 missing MCD.dll files

    Missing Mfc80u.dll/mfc80.dll files.
    Get messages when booting laptop - specifies the webcamera program.
    Reinstalled webcam program from toshiba site - did not resolve issue.
    Copied mcd files from another laptop into recommended directory - did not resolve issue.
    Ran registry and virus scans - no issues found.
    Any other ideas?
    Thanks

    Satellite T215D-S1160
    Many applications use those dynamic link libraries.
    Have you uninstalled any applications recently? Do you have any applications that don't work properly?
    Please attach pictures of the messages.
    -Jerry

  • Xcelsius 2008 crash / drwatson when trying to preview... hacky solution.

    Been having a bit of a headache (more than usual) with the pain in the [arse/butt/fanny] we know and love as Xcelsius '08.
    On a few of our XLF's, the files were opening perfectly, but when you click preview it either just simply died with a Xcelsius error (leaving a couple of excel.exes's in its wake) or Mr Watson makes an appearance and tries to do some debugging.  Either way the file is all but useless.
    One simple(ish) workaround is to create a new blank XLF and export import your spreadsheet and copy/paste your components across from old to new.  This seems to do the trick - though itu2019s not quite as simple as youu2019d like as some components tend to forget colours on copy paste and images tend to screw up.  Also your layout is off set by ten or so pixels on each axis which is all rather annoying and time consuming.
    A bit of hacking the XLF file has turned up the cause of the Bug.  It seems that if components are sourced from other files (again with copy paste action) they can become corrupt over time (no idea why!) and basically corrupt the XML structure of your XLF file in a really simple way - the change the components colour scheme to one that does not match the overall XLF file - this exception is handled in typical bad grace weu2019ve come to love in 2008 and it bombs out.
    So if youu2019re feeling brave and want to get around the bug without recreating your work or copy/pasting as above here's the workaround...
    Make a backup of your XLF. Please!
    Rick click you .XLF and click Send To.
    Select Winzip (browse for it if not a default).
    Youu2019ll be presented with a list of files.  document.xml is the one we are interested in.
    Youu2019ll also see a version of you XLS file (xldoc) and images youu2019ve put in image components and selected "embed".
    Right click document.xml and select Edit with NOTEPAD.EXE (you may need to be patient here depending on number of components!)
    What youre after is the <colorScheme> tag at the highest level of the XML structure.  Near the top for me   hereu2019s the first few lines from one of my filesu2026
    <?xml version="1.0" encoding="utf-8"?>
    <CXCanvas guid="511745753-25300-4573-188-201-412442191122451" width="1000" height="600"><component id="BOA7690C68EC7741B0956C3096FB1214E5" className="xcelsius.display.BackgroundComponent" styleName="background04Skin" displayName="Background 1"><colorScheme>BOF04E18CD488C482CA442FDFD0B286C59</colorScheme><properties>
    Copy the long string between the <colorScheme> and </colorScheme> tags.  These are of course hex colour codes. 
    Next do a find in your document for u201C</colourScheme>u201D check the string before it is the same as the first one you found.  Keep doing this all the way through the document.  If you find any that differ you probably have the same problem I had u2013 if not back to the drawing board u2013 sorry!
    Any you find different change to the proper value.
    When your done save and close notepad.
    Then click in the winzip window u2013 it should say some thing like u201CFile C:\testcrap\document.xml has changed since it was last extracted. Update archive with this file?u201D
    Say yes, and close the winzip.
    Now open your XLF in Xcelsius and preview u2013 hopefully no more crash.
    Hope thatu2019s of some useu2026 and remember, hacking XML is not at all part of the Xcelsius supported workflow u2013 but crappy parsers call for crappy hacks
    Keep a backup,
    Cheers,
    Jez.
    Jez Braker
    LearnBI.co.uk
    Edited by: Jez Braker on Sep 16, 2008 5:59 PM

    Javier,
    I would like to think the problem is with the machine as well, but it has ocurred on Windows XP and Windows Vista.
    My Windows Vista is a brand new computer, with nothing but the OS (and whatever Toshiba has put in it), Office and Xcelsius.
    Right now I am building a Virtual PC machine with only Windows 2K3 and Office 2K3 installed on it. I will download all the patches and all the updates from Microsoft for it, but nothing else. I will then install Xcelsius and see if the problem persists.
    I have run Xcelsius logged as the admin and as a user and the problem happens regardles.
    Do you think it could be with the free trial version of the software? What is the version of the MFC80U.DLL you use? My version is 8.0.50727.1833
    I have been impressed with what the software can do, but I am not too impressed with the way the software works.

  • Crw32.exe has encountered a problem and needs to close during table link

    I am in the process of evaluating the Crystal Reports 2008 product to create reports on data stored on our IBM AS400 system. When I select two or more tables on the Database Expert window; then click on the Links tab I receive the error message. If you only select one table the product does not crash. u201CCrw32.exe has encountered a problem and needs to close.u201D
    Error signature
    AppName: crw32.exe
    AppVer 12.2.0.290
    ModName: mfc80u.dll
    ModVer: 8.0.50727.762
    Offset: 0005ad30
    Installed applications
    Microsoft Windows XP Service Pack 2
    IBM System i Access for Windows, Version 6 Release 1 Modification level 0 Service level SI31390
    Crystal Reports 2008, CR Developer, Version 12.2.0.290, Evaluation Version
    ODBC Data Source to the iSeries using the iSeries Access ODBC driver

    RESULTS
    Report for crw32__PID__932__Date__05_04_2010__Time_04_17_34PM__453__Second_Chance_Exception_C0000005.dmp
    Type of Analysis Performed   Crash Analysis
    Machine Name   TST100
    Operating System   Windows XP Service Pack 3
    Number Of Processors   1
    Process ID   932
    Process Image   C:Program FilesBusiness ObjectsBusinessObjects Enterprise 12.0win32_x86crw32.exe
    System Up-Time   1 day(s) 06:15:05
    Process Up-Time   00:01:40
    Thread 0 - System ID 492
    Entry point   crw32+83c818
    Create time   5/4/2010 4:15:55 PM
    Time spent in user mode   0 Days 0:0:0.328
    Time spent in kernel mode   0 Days 0:0:3.46
    Function     Arg 1     Arg 2     Arg 3   Source
    mfc80u!CWnd::SetWindowPos+3     00000000     00000000     0000003c   
    crw32+637594     0015c438     030161d0     0000004e   
    mfc80u!CPropertyPage::OnNotify+94     00000000     0012ef18     0012ebc0   
    mfc80u!CWnd::OnWndMsg+9c     0000004e     00000000     0012ef18   
    mfc80u!CWnd::WindowProc+22     0000004e     00000000     0012ef18   
    mfc80u!AfxCallWndProc+a3     00000000     001f02a2     0000004e   
    mfc80u!AfxWndProc+35     001f02a2     0000004e     00000000   
    mfc80u!AfxWndProcBase+54     001f02a2     0000004e     00000000   
    user32!InternalCallWinProc+28     7830fe2f     001f02a2     0000004e   
    user32!UserCallWinProcCheckWow+150     0015c268     7830fe2f     001f02a2   
    user32!SendMessageWorker+4a5     00723d68     02711a58     00000000   
    user32!SendMessageW+7f     001f02a2     0000004e     00000000   
    comctl32!CCSendNotify+748     0012eed8     ffffff38     0012ef18   
    comctl32!SendNotifyEx+57     001f02a2     0017020e     ffffff38   
    comctl32!_Ppd_SendNotify+2b     064172c8     00000001     ffffff38   
    comctl32!PageChange+2e7     064172c8     00000001     0012f21c   
    comctl32!PropSheetDlgProc+2b3     0017020e     0000004e     00003020   
    user32!InternalCallWinProc+28     773dc1ca     0017020e     0000004e   
    user32!UserCallDlgProcCheckWow+146     0015b1b0     773dc1ca     0017020e   
    user32!DefDlgProcWorker+a8     00000000     0000004e     00003020   
    user32!DefDlgProcW+22     0017020e     0000004e     00003020   
    user32!InternalCallWinProc+28     7e423d3a     0017020e     0000004e   
    user32!UserCallWinProcCheckWow+150     0015b1b0     7e423d3a     0017020e   
    user32!CallWindowProcAorW+98     7e423d3a     0017020e     0000004e   
    user32!CallWindowProcW+1b     7e423d3a     0017020e     0000004e   
    mfc80u!CWnd::DefWindowProcW+42     0000004e     00003020     0012f5b8   
    mfc80u!CWnd::WindowProc+39     0000004e     00003020     0012f5b8   
    mfc80u!AfxCallWndProc+a3     00000000     0017020e     0000004e   
    mfc80u!AfxWndProc+35     0017020e     0000004e     00003020   
    mfc80u!AfxWndProcBase+54     0017020e     0000004e     00003020   
    user32!InternalCallWinProc+28     7830fe2f     0017020e     0000004e   
    user32!UserCallWinProcCheckWow+150     0015b1b0     7830fe2f     0017020e   
    user32!SendMessageWorker+4a5     0070ab90     02711a58     00003020   
    user32!SendMessageW+7f     0017020e     0000004e     00003020   
    comctl32!CCSendNotify+c20     0012f644     fffffdd9     00000000   
    comctl32!SendNotifyEx+57     00000000     001201e2     fffffdd9   
    comctl32!ChangeSel+208     001201e2     00000001     00000001   
    comctl32!Tab_OnLButtonDown+cf     063ab958     00000049     0000000a   
    comctl32!Tab_WndProc+4c8     001201e2     00000201     00000001   
    user32!InternalCallWinProc+28     7740f03f     001201e2     00000201   
    user32!UserCallWinProcCheckWow+150     0015b1b0     7740f03f     001201e2   
    user32!DispatchMessageWorker+306     0015c468     00000000     0012f874   
    user32!DispatchMessageW+f     0015c468     00000000     0012f954   
    user32!IsDialogMessageW+572     0017020e     02720400     0012f954   
    mfc80u!CWnd::IsDialogMessageW+2e     0015c468     7832e88c     0015c468   
    mfc80u!CWnd::PreTranslateInput+29     0015c468     0015c468     0015c468   
    mfc80u!CPropertySheet::PreTranslateMessage+ca     0015c468     0015c468     02f91008   
    mfc80u!CWnd::WalkPreTranslateTree+1f     000f019c     0015c468     0015c468   
    mfc80u!AfxInternalPreTranslateMessage+3b     0015c468     78348336     0015c468   
    mfc80u!CWinThread::PreTranslateMessage+9     0015c468     7834824b     0015c468   
    mfc80u!AfxPreTranslateMessage+15     0015c468     00000000     0012f954   
    mfc80u!AfxInternalPumpMessage+2b     508aafcf     0300d458     00000000   
    crw32+52530e     0300d458     00000000     00000001   
    0x508aafcf     00000000     00000001     00df598c   
    0x0300d458     00000001     00df598c     00000001   
    MFC80U!CWND::SETWINDOWPOS3In crw32__PID__932__Date__05_04_2010__Time_04_17_34PM__453__Second_Chance_Exception_C0000005.dmp the assembly instruction at mfc80u!CWnd::SetWindowPos3 in C:WINDOWSWinSxSx86_Microsoft.VC80.MFC_1fc8b3b9a1e18e3b_8.0.50727.4053_x-ww_b77cec8emfc80u.dll from Microsoft Corporation has caused an access violation exception (0xC0000005) when trying to read from memory location 0x00000050 on thread 0
    Module Information
    Image Name: C:WINDOWSWinSxSx86_Microsoft.VC80.MFC_1fc8b3b9a1e18e3b_8.0.50727.4053_x-ww_b77cec8emfc80u.dll   Symbol Type:  PDB
    Base address: 0x782e0000   Time Stamp:  Sat Jul 11 22:31:52 2009 
    Checksum: 0x00114d13   Comments:  
    COM DLL: False   Company Name:  Microsoft Corporation
    ISAPIExtension: False   File Description:  MFCDLL Shared Library - Retail Version
    ISAPIFilter: False   File Version:  8.00.50727.4053
    Managed DLL: False   Internal Name:  MFC80U.DLL
    VB DLL: False   Legal Copyright:  © Microsoft Corporation. All rights reserved.
    Loaded Image Name:  mfc80u.dll   Legal Trademarks:  
    Mapped Image Name:     Original filename:  MFC80U.DLL
    Module name:  mfc80u   Private Build:  
    Single Threaded:  False   Product Name:  Microsoft® Visual Studio® 2005
    Module Size:  1.06 MBytes   Product Version:  8.00.50727.4053
    Symbol File Name:  c:symcacheMFC80U.i386.pdb7C831002AB274BF6938D1DEC58BF11A1dMFC80U.i386.pdb   Special Build:  &

  • Lightroom crashes when rendering Develop preview under Vista 64-bit

    I'm running Windows Vista Ultimate 64-bit and Lightroom 1.1 crashes every time I click the "Develop" pane. My images are DNG files without the original RAW embedded.
    Lightroom ONLY crashes when I load an image in Develop. If I open Develop without any image selected, it's fine (no image is displayed). I can zoom in to 100% in Library and it works fine. Exporting images to JPG works fine. Editing photos in the Library pane is fine. The crash data is:
    Problem signature:
    Problem Event Name: APPCRASH
    Application Name: lightroom.exe
    Application Version: 1.1.0.0
    Application Timestamp: 4677e8e1
    Fault Module Name: MFC80U.DLL
    Fault Module Version: 8.0.50727.163
    Fault Module Timestamp: 4484afec
    Exception Code: c0000005
    Exception Offset: 0002511c
    OS Version: 6.0.6000.2.0.0.256.1
    Locale ID: 1033
    I've uninstalled LR 1.1 and reinstalled and it does the same thing. When I uninstall LR 1.1 and the install LR 1.0 (the previous version) Develop does open, but it doesn't render the images correctly - it looks like it misinterprets the white balance by about 1,500k degrees (very ugly), but Library shows the correct image/white-balance.
    I've updated my nVidia 7900 graphics drivers to the latest version, appropriate to my OS and architecture. I've disabled XMP creation and Adobe Photo Downloader, as well as all other running applications (Antivirus, spyware, itunes, etc).
    This USED to work fine in Vista and I did not make any significant changes, but I expect it's an issue with WindowsUpdate causing an incompatibility. I can't roll-back to my Vista state when it worked a month ago (that's another Vista frustration).
    Anyway advice or comments would be GREATLY appreciated since this is an integral part of my professional workflow. I own a legitimate, licensed copy of both Lightroom and Vista, yet neither company is willing to talk to me unless I pay them money, which I think is complete extortion, but I digress.
    Thanks in advance for your help.

    Has anyone got a resolution on this? I have the same issue. Lightroom crashes when I click develop and the develop module begins to render the image. Clicking develop with no image selected allows the develop module to load however selecting develop on the menu bar and choosing either previous photo or next photo causes lightroom to crash while rendering an image.
    I have a 64 bit capable HP XW8400 workstation with 2 dual core Xeon processors, 4 GB RAM, and a nVidia FX 4400 graphics card. This video card was put in as a test. the original video card was an nVidia quadra NVS something. When I ran the NVS card I used the drivers certified for Adobe CS2. I am running 32 bit Windows XP SP2 with all current updates. I do not have any MS office components installed on this system.
    I read of some troubles around the Realtek HD audio driver and some Adobe applications (not Lightroom). Since I have this sound device I disabled it and removed the drivers...still crashes.
    I also disabled the Intel VT in the system bios (I believe this is required to run 64 bit XP or Vista)... no change. Also disabled the NX feature...no change.
    I also loaded VMware workstation 6.0 and installed Lightroom in a 32bit Windows XP SP2 VM. In the VM Lightroom works perfectly on the same machine...just not as snappy...
    This stinks...Lightroom works perfectly on my poky laptop.

  • Photoshop CS4, Win XP Pro, NVidia 9800GT

    Be forewarned!!!
    If you have the above stated system you will have a problem from day one with the installation. After trouble shooting with Adobe using their infernal email system the end result is that Adobe's install routine for Photoshop is corrupted.
    IF at a view scale of 100% of a graphic, say 20meg or so, you have slow response using the Marquee tool AND you use or do not use the OpenGL settings (it really does not matter) it is because of a bad install of PS CS4.
    You will know this is occurring if you have Norton Systemworks' WinDoctor (or some other program) and it reports problems with various Adobe installed programs. AND these problems are not repairable by your utility.
    The reported files that are missing are msvcr80.dll, msvcp80.dll, mfc80u.dll, and one other. They were utilized in CS2 and in CS4. And if you think you can just copy them over this does not work. The CS4 install utilizes newer versions of these files specifically written by them. Older Adobe versions do not repair the problem nor versions from other vendors.
    Adobe's Expert Support Staff reported the following to fix the problem.
    1. Backup my 500gig hard drive to an online paid backup site.
    2. Format the hard drive. (I did this just before I installed CS4 as part of my standard install routine).
    3. Install Win XP Pro and all the Service Packs and everything else for Windows.
    4. Install Photoshop 6 and migrate up through the version of Creative Suite.
    5. Install the other 70 or so programs on my main system. And of course five of them are no longer supported by the vendors so I would have to pay for their Tech Support once again since it has been 30 days. Damn Copyright Issues!
    6. After the 2 to 3 days of backing up to the Internet (or purchasing another larger drive, AND spending the week to install all the software packages, proceed to the next step.
    7. Test the install to see if it fixed the Photoshop CS4 problem with the marquee tool.
    All because of a poor install routine. You may notice this problem also if you double click on a PSD file, or other graphic file, and nothing happens or an older install of Photoshop starts. This was the clue as to what the initial problem was the bad install routine.
    And I did not even go into the software bugs, reported to and known by Adobe, for Dreamweaver I discovered. They will fix them when they release Creative Suite 5(possibly) after I pay for the upgrade! NEVER!!!
    Wayne Webb
    No Longer a Trusted Adobe User!
    Give me back CS2 that ran!!! Oops. Copyright Issues Once Again.

    nice rant, i only have one issue:<br /><br />>The CS4 install utilizes newer versions of these files specifically written by them. <br /><br />no. i can pretty much guarantee you adobe is not re-writing microsoft's mfc or visual c++ runtime distributable libraries. <br /><br />>1. Backup my 500gig hard drive to an online paid backup site. <br /><br />online paid back up eh? <rolling eyes><br /><br />ok, that was 2... :)

  • Photoshop CS4 Is Not Showing all Formats/Extensions when saving. [was: Please Help]

    My Adobe Photoshop Cs4 Is Not Showing all Formats/Extensions.
    when i edit a picture and wants to save in .png or .bmp or in any other format ...
    there is no .png In the Save As List, There are only Some Extenstions in that list like Jpeg-Psd-Tif etc...
    I Made The Picture in RGB mode..
    And I have Png.8bi Present In my AdobePhotoshop/Plugins/File Formats
    But It Is Still Not Showing Can you guys help

    Thanks For The Reply ... Let Me Answer your questions
    Os = Windows ( windows xp )
    Bits = 8 bits / Channel
    I didn't Understand your this question
    => If On Windows is it the same in both the 32 and 64 bit versions of Photoshop cs4?
    System Info :-
    Adobe Photoshop Version: 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
    Operating System: Windows XP 32-bit
    Version: 5.1 Service Pack 3
    System architecture: Intel CPU Family:15, Model:2, Stepping:9 with MMX, SSE Integer, SSE FP, SSE2
    Physical processor count: 1
    Processor speed: 1394 MHz
    Video Card: Intel(R) 82845G Graphics Controller
    Video Mode: 1152 x 864 x 4294967296 colors
    Video Card Driver: ialmrnt5.dll
    Driver Version: 6.13.01.3264
    Built-in memory: 2046 MB
    Free memory: 1497 MB
    Memory available to Photoshop: 1586 MB
    Memory used by Photoshop: 70 %
    Image cache levels: 4
    Serial number: 92628791954238016438
    Application folder: D:\CS4\Photoshop CS4\
    Temporary file path: C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\
    Photoshop scratch has async I/O enabled
    Scratch volume(s):
      Startup, 39.1G, 32.0G free
    Primary Plug-ins folder: D:\CS4\Photoshop CS4\Plug-ins\
    Additional Plug-ins folder: not set
    Installed components:
       ACE.dll   ACE 2008/08/27-18:10:41   53.355610   53.355610
       AdobeLinguistic.dll   Adobe Linguisitc Library   4.0.0  
       AdobeLM.dll   AdobeLM   3.0.11.10077 (BuildVersion: 53.352460; BuildDate: Tue Jul 29 2008 16:47:08)   53.352460
       AdobeLM_libFNP.dll   FLEXnet Publisher (32 bit)   11.5.0.1 build 57427  
       AdobeOwl.dll   Adobe Owl 2008/08/14-18:38:42   2.0.70   53.354161
       AdobeOwlCanvas.dll   Adobe Owl Canvas   2.0.70   53.354161
       AdobePDFL.dll   PDFL 2008/08/20-20:15:08   53.204060   53.204060
       AdobeUpdater.dll   Adobe Updater Library   6.0.0.1452 (BuildVersion: 52.338651; BuildDate: Wed Apr 16 2008 19:28:20)   52.338651
       AdobeXMP.dll   Adobe XMP Core   4.2.2   53.352624
       AdobeXMPFiles.dll   Adobe XMP Files   4.2.2   53.352624
       AdobeXMPScript.dll   Adobe XMP Script   4.2.2   53.352624
       adobe_caps.dll   Adobe CAPS   2,0,99,0   2.135373
       AFlamingo.dll   AFlamingo 2008/07/09-11:28:44   53.350580   53.350580
       AGM.dll   AGM 2008/08/27-18:10:41   53.355610   53.355610
       ahclient.dll    AdobeHelp Dynamic Link Library   1, 3, 12, 0  
       aif_core.dll   AIF   1.0   53.352475
       aif_ogl.dll   AIF   1.0   53.352475
       amtlib.dll   AMTLib   2.0.1.10077 (BuildVersion: 53.352460; BuildDate: Tue Jul 29 2008 16:47:08)   53.352460
       amtservices.dll   AMTServices   2.0.1.10077 (BuildVersion: 53.352460; BuildDate: Tue Jul 29 2008 16:47:08)   53.352460
       ARE.dll   ARE 2008/08/27-18:10:41   53.355610   53.355610
       asneu.dll    AsnEndUser Dynamic Link Library   1, 6, 0, 8  
       ATL80.dll   Microsoft® Visual Studio® 2005   8.00.50727.762  
       authplay.dll        
       AXE8SharedExpat.dll   AXE8SharedExpat 2008/06/11-20:19:53   NFR 53.348206   53.348206
       AXEDOMCore.dll   AXEDOMCore 2008/06/11-20:19:53   53.348206   53.348206
       Bib.dll   BIB 2008/08/27-18:10:41   53.355610   53.355610
       BIBUtils.dll   BIBUtils 2008/08/27-18:10:41   53.355610   53.355610
       cg.dll   NVIDIA Cg Runtime   2.0.0015  
       cgGL.dll   NVIDIA Cg Runtime   2.0.0015  
       CoolType.dll   CoolType 2008/08/27-18:10:41   53.355610   53.355610
       data_flow.dll   AIF   1.0   53.352475
       ExtendScript.dll   ExtendScript 2008/07/17-13:28:24   53.351316   53.351316
       FileInfo.dll   Adobe XMP FileInfo   4.2.2   53.352624
       FNP_Act_Installer.dll   FLEXnet Publisher (32 bit)   11.6.0.1 build 60959  
       icucnv36.dll   International Components for Unicode 2008/03/20-16:33:10    Build gtlib_1.1 CL#7223  
       icudt36.dll   International Components for Unicode 2008/03/20-16:33:10    Build gtlib_1.1 CL#7223  
       image_flow.dll   AIF   1.0   53.352475
       image_runtime.dll   AIF   1.0   53.352475
       JP2KLib.dll   JP2KLib 2008/06/11-20:19:53   53.100857   53.100857
       libifcoremd.dll   Intel(r) Visual Fortran Compiler   10.0 (Update A)  
       libmmd.dll   Intel(r) C Compiler, Intel(r) C++ Compiler, Intel(r) Fortran Compiler   10.0  
       mfc80.dll   Microsoft® Visual Studio® 2005   8.00.50727.762  
       mfc80CHS.dll   Microsoft® Visual Studio® 2005   8.00.50727.762  
       mfc80CHT.dll   Microsoft® Visual Studio® 2005   8.00.50727.762  
       mfc80DEU.dll   Microsoft® Visual Studio® 2005   8.00.50727.762  
       mfc80ENU.dll   Microsoft® Visual Studio® 2005   8.00.50727.762  
       mfc80ESP.dll   Microsoft® Visual Studio® 2005   8.00.50727.762  
       mfc80FRA.dll   Microsoft® Visual Studio® 2005   8.00.50727.762  
       mfc80ITA.dll   Microsoft® Visual Studio® 2005   8.00.50727.762  
       mfc80JPN.dll   Microsoft® Visual Studio® 2005   8.00.50727.762  
       mfc80KOR.dll   Microsoft® Visual Studio® 2005   8.00.50727.762  
       mfc80u.dll   Microsoft® Visual Studio® 2005   8.00.50727.762  
       mfcm80.dll   Microsoft® Visual Studio® 2005   8.00.50727.762  
       mfcm80u.dll   Microsoft® Visual Studio® 2005   8.00.50727.762  
       MPS.dll   MPS 2008/07/07-10:33:04   53.350311   53.350311
       msvcm80.dll   Microsoft® Visual Studio® 2005   8.00.50727.762  
       msvcp71.dll   Microsoft® Visual Studio .NET   7.10.3077.0  
       msvcp80.dll   Microsoft® Visual Studio® 2005   8.00.50727.762  
       msvcr71.dll   Microsoft® Visual Studio .NET   7.10.3052.4  
       msvcr80.dll   Microsoft® Visual Studio® 2005   8.00.50727.762  
       pdfsettings.dll   Adobe PDFSettings   1.04  
       Photoshop.dll   Adobe Photoshop CS4   CS4  
       Plugin.dll   Adobe Photoshop CS4   CS4  
       PlugPlug.dll   Adobe(R) CSXS PlugPlug Standard Dll (32 bit)   1.0.0.73  
       PSArt.dll   Adobe Photoshop CS4   CS4  
       PSViews.dll   Adobe Photoshop CS4   CS4  
       registration.dll   Registration   2.0.1.10077 (BuildVersion: 53.352460; BuildDate: Tue Jul 29 2008 16:47:08)   53.352460
       SCCore.dll   ScCore 2008/07/17-13:28:24   53.351316   53.351316
       shfolder.dll   Microsoft(R) Windows (R) 2000 Operating System   5.50.4027.300  
       VersionCue.dll   Adobe VersionCue   4.0.0.0client1  
       WRServices.dll   WRServices Friday May 30 2008 7:18:42   Build 0.7713   0.7713
    Installed plug-ins:
       ADM 3.11x01
       Accented Edges 11.0
       Angled Strokes 11.0
       Bas Relief 11.0
       Chalk & Charcoal 11.0
       Charcoal 11.0
       Chrome 11.0
       Colored Pencil 11.0
       Conté Crayon 11.0
       Craquelure 11.0
       Crosshatch 11.0
       Cutout 11.0
       Dark Strokes 11.0
       Diffuse Glow 11.0
       Dry Brush 11.0
       Embed Watermark 3.0
       Film Grain 11.0
       Filter Gallery 11.0
       Fresco 11.0
       Glass 11.0
       Glowing Edges 11.0
       Grain 11.0
       Graphic Pen 11.0
       HDRMergeUI 11.0
       Halftone Pattern 11.0
       Ink Outlines 11.0
       Lens Blur 11.0
       Lens Correction 11.0
       Liquify 11.0
       Mosaic Tiles 11.0
       Neon Glow 11.0
       Note Paper 11.0
       Ocean Ripple 11.0
       Paint Daubs 11.0
       Palette Knife 11.0
       Patchwork 11.0
       Photocopy 11.0
       Plaster 11.0
       Plastic Wrap 11.0
       Poster Edges 11.0
       Read Watermark 3.0
       Reticulation 11.0
       Rough Pastels 11.0
       Save for Web & Devices 11.0
       ScriptingSupport 11.0
       Smudge Stick 11.0
       Spatter 11.0
       Sponge 11.0
       Sprayed Strokes 11.0
       Stained Glass 11.0
       Stamp 11.0
       Sumi-e 11.0
       SuperPNG 2.0
       Texturizer 11.0
       Torn Edges 11.0
       Underpainting 11.0
       Vanishing Point 11.0
       Variations 11.0 (11.0x001)
       Water Paper 11.0
       Watercolor 11.0
    Plug-ins that failed to load: NONE
    Flash: 0
    Installed TWAIN devices: NONE

  • Bridge CS6 crashes when I apply metadata

    Similar problem to this: http://forums.adobe.com/message/5025995
    The problem started suddenly last week. If I try to apply metadata or keywords to an image, Bridge closes. Sometimes I can apply one or two keywords before this happens, but not many and it always closes after applying more than a few keywords. Before this started, I had no problems with Bridge CS6.
    Have tried updating graphics card drivers, resetting preferences, rebooting, changing the locatioon  of the photos, with no luck.
    Win7-64 bit, 3GB RAM
    Version=1
    EventType=APPCRASH
    EventTime=130075875636681628
    ReportType=2
    Consent=1
    UploadTime=130075875638241658
    ReportIdentifier=164771e9-8b45-11e2-84ee-002186f773e8
    IntegratorReportIdentifier=164771e8-8b45-11e2-84ee-002186f773e8
    Response.BucketId=91441965
    Response.BucketTable=4
    Response.type=4
    Sig[0].Name=Application Name
    Sig[0].Value=Bridge.exe
    Sig[1].Name=Application Version
    Sig[1].Value=5.0.2.4
    Sig[2].Name=Application Timestamp
    Sig[2].Value=50d9a019
    Sig[3].Name=Fault Module Name
    Sig[3].Value=StackHash_616b
    Sig[4].Name=Fault Module Version
    Sig[4].Value=6.1.7601.17725
    Sig[5].Name=Fault Module Timestamp
    Sig[5].Value=4ec4aa8e
    Sig[6].Name=Exception Code
    Sig[6].Value=c0000374
    Sig[7].Name=Exception Offset
    Sig[7].Value=00000000000c40f2
    DynamicSig[1].Name=OS Version
    DynamicSig[1].Value=6.1.7601.2.1.0.256.4
    DynamicSig[2].Name=Locale ID
    DynamicSig[2].Value=1033
    DynamicSig[22].Name=Additional Information 1
    DynamicSig[22].Value=616b
    DynamicSig[23].Name=Additional Information 2
    DynamicSig[23].Value=616b82bd806673b43f5b3a110bcea586
    DynamicSig[24].Name=Additional Information 3
    DynamicSig[24].Value=dd62
    DynamicSig[25].Name=Additional Information 4
    DynamicSig[25].Value=dd6240926115030fc2df7dbe321d314b
    UI[2]=C:\Program Files\Adobe\Adobe Bridge CS6 (64 Bit)\Bridge.exe
    UI[3]=Adobe Bridge CS6 has stopped working
    UI[4]=Windows can check online for a solution to the problem.
    UI[5]=Check online for a solution and close the program
    UI[6]=Check online for a solution later and close the program
    UI[7]=Close the program
    LoadedModule[0]=C:\Program Files\Adobe\Adobe Bridge CS6 (64 Bit)\Bridge.exe
    LoadedModule[1]=C:\Windows\SYSTEM32\ntdll.dll
    LoadedModule[2]=C:\Windows\system32\kernel32.dll
    LoadedModule[3]=C:\Windows\system32\KERNELBASE.dll
    LoadedModule[4]=C:\Windows\system32\SHLWAPI.dll
    LoadedModule[5]=C:\Windows\system32\GDI32.dll
    LoadedModule[6]=C:\Windows\system32\USER32.dll
    LoadedModule[7]=C:\Windows\system32\LPK.dll
    LoadedModule[8]=C:\Windows\system32\USP10.dll
    LoadedModule[9]=C:\Windows\system32\msvcrt.dll
    LoadedModule[10]=C:\Windows\WinSxS\amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.76 01.17825_none_2b253c8271ec7765\gdiplus.dll
    LoadedModule[11]=C:\Windows\system32\ole32.dll
    LoadedModule[12]=C:\Windows\system32\RPCRT4.dll
    LoadedModule[13]=C:\Program Files\Adobe\Adobe Bridge CS6 (64 Bit)\icuuc40.dll
    LoadedModule[14]=C:\Windows\system32\ADVAPI32.dll
    LoadedModule[15]=C:\Windows\SYSTEM32\sechost.dll
    LoadedModule[16]=C:\Program Files\Adobe\Adobe Bridge CS6 (64 Bit)\icudt40.dll
    LoadedModule[17]=C:\Program Files\Adobe\Adobe Bridge CS6 (64 Bit)\MSVCR100.dll
    LoadedModule[18]=C:\Program Files\Adobe\Adobe Bridge CS6 (64 Bit)\icuin40.dll
    LoadedModule[19]=C:\Program Files\Adobe\Adobe Bridge CS6 (64 Bit)\Symlib.dll
    LoadedModule[20]=C:\Program Files\Adobe\Adobe Bridge CS6 (64 Bit)\amtlib.dll
    LoadedModule[21]=C:\Windows\system32\WINHTTP.dll
    LoadedModule[22]=C:\Windows\system32\webio.dll
    LoadedModule[23]=C:\Windows\system32\SETUPAPI.dll
    LoadedModule[24]=C:\Windows\system32\CFGMGR32.dll
    LoadedModule[25]=C:\Windows\system32\OLEAUT32.dll
    LoadedModule[26]=C:\Windows\system32\DEVOBJ.dll
    LoadedModule[27]=C:\Windows\system32\IPHLPAPI.DLL
    LoadedModule[28]=C:\Windows\system32\NSI.dll
    LoadedModule[29]=C:\Windows\system32\WINNSI.DLL
    LoadedModule[30]=C:\Windows\system32\SHELL32.dll
    LoadedModule[31]=C:\Program Files\Adobe\Adobe Bridge CS6 (64 Bit)\BIB.dll
    LoadedModule[32]=C:\Program Files\Adobe\Adobe Bridge CS6 (64 Bit)\ExtendScript.dll
    LoadedModule[33]=C:\Program Files\Adobe\Adobe Bridge CS6 (64 Bit)\ScCore.dll
    LoadedModule[34]=C:\Windows\system32\WS2_32.dll
    LoadedModule[35]=C:\Windows\system32\d3d9.dll
    LoadedModule[36]=C:\Windows\system32\VERSION.dll
    LoadedModule[37]=C:\Windows\system32\d3d8thk.dll
    LoadedModule[38]=C:\Windows\system32\dwmapi.dll
    LoadedModule[39]=C:\Program Files\Adobe\Adobe Bridge CS6 (64 Bit)\d3dx9_43.dll
    LoadedModule[40]=C:\Program Files\Adobe\Adobe Bridge CS6 (64 Bit)\AXEDOMCore.dll
    LoadedModule[41]=C:\Windows\system32\UxTheme.dll
    LoadedModule[42]=C:\Windows\system32\MSIMG32.dll
    LoadedModule[43]=C:\Windows\system32\WINMM.dll
    LoadedModule[44]=C:\Program Files\Adobe\Adobe Bridge CS6 (64 Bit)\AdobeXMP.dll
    LoadedModule[45]=C:\Program Files\Adobe\Adobe Bridge CS6 (64 Bit)\MSVCP100.dll
    LoadedModule[46]=C:\Program Files\Adobe\Adobe Bridge CS6 (64 Bit)\AdobeXMPFiles.dll
    LoadedModule[47]=C:\Program Files\Adobe\Adobe Bridge CS6 (64 Bit)\ACE.dll
    LoadedModule[48]=C:\Program Files\Adobe\Adobe Bridge CS6 (64 Bit)\BIBUtils.dll
    LoadedModule[49]=C:\Program Files\Adobe\Adobe Bridge CS6 (64 Bit)\AXE8SharedExpat.dll
    LoadedModule[50]=C:\Program Files\Adobe\Adobe Bridge CS6 (64 Bit)\CoolType.dll
    LoadedModule[51]=C:\Windows\system32\IMM32.DLL
    LoadedModule[52]=C:\Windows\system32\MSCTF.dll
    LoadedModule[53]=C:\Windows\system32\CRYPTBASE.dll
    LoadedModule[54]=C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1d f_6.0.7601.17514_none_fa396087175ac9ac\Comctl32.dll
    LoadedModule[55]=C:\Program Files\Adobe\Adobe Bridge CS6 (64 Bit)\adobe_caps.dll
    LoadedModule[56]=C:\Windows\system32\CLBCatQ.DLL
    LoadedModule[57]=C:\Windows\system32\propsys.dll
    LoadedModule[58]=C:\Windows\system32\ntmarta.dll
    LoadedModule[59]=C:\Windows\system32\WLDAP32.dll
    LoadedModule[60]=C:\Windows\system32\profapi.dll
    LoadedModule[61]=C:\Program Files\Adobe\Adobe Bridge CS6 (64 Bit)\AGM.dll
    LoadedModule[62]=C:\Windows\System32\msxml6.dll
    LoadedModule[63]=C:\Program Files\Adobe\Adobe Bridge CS6 (64 Bit)\Required\PhotoshopAdapter.apl
    LoadedModule[64]=C:\Program Files\Common Files\Adobe\Plug-Ins\CS6\File Formats\Camera Raw.8bi
    LoadedModule[65]=C:\Windows\system32\PSAPI.DLL
    LoadedModule[66]=C:\Windows\system32\OPENGL32.dll
    LoadedModule[67]=C:\Windows\system32\GLU32.dll
    LoadedModule[68]=C:\Windows\system32\DDRAW.dll
    LoadedModule[69]=C:\Windows\system32\DCIMAN32.dll
    LoadedModule[70]=C:\Windows\system32\mscms.dll
    LoadedModule[71]=C:\Windows\system32\USERENV.dll
    LoadedModule[72]=C:\Windows\system32\icm32.dll
    LoadedModule[73]=C:\Windows\system32\WindowsCodecs.dll
    LoadedModule[74]=C:\Windows\system32\apphelp.dll
    LoadedModule[75]=C:\PROGRA~1\OpenAFS\Client\Program\AFS_SH~1.DLL
    LoadedModule[76]=C:\Program Files\OpenAFS\Common\afsrpc.dll
    LoadedModule[77]=C:\Program Files\OpenAFS\Common\afspthread.dll
    LoadedModule[78]=C:\Windows\WinSxS\amd64_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.619 5_none_88e41e092fab0294\MSVCR80.dll
    LoadedModule[79]=C:\Program Files\OpenAFS\Common\afshcrypto.dll
    LoadedModule[80]=C:\Program Files\OpenAFS\Common\afsroken.dll
    LoadedModule[81]=C:\Program Files\OpenAFS\Common\afsauthent.dll
    LoadedModule[82]=C:\Program Files\OpenAFS\Common\afsprocmgmt.dll
    LoadedModule[83]=C:\Windows\system32\NETAPI32.dll
    LoadedModule[84]=C:\Windows\system32\netutils.dll
    LoadedModule[85]=C:\Windows\system32\srvcli.dll
    LoadedModule[86]=C:\Windows\system32\wkscli.dll
    LoadedModule[87]=C:\Program Files\OpenAFS\Common\libafsconf.dll
    LoadedModule[88]=C:\Windows\system32\DNSAPI.dll
    LoadedModule[89]=C:\Windows\system32\MPR.dll
    LoadedModule[90]=C:\Windows\system32\Secur32.dll
    LoadedModule[91]=C:\Windows\system32\SSPICLI.DLL
    LoadedModule[92]=C:\Windows\WinSxS\amd64_microsoft.vc80.mfc_1fc8b3b9a1e18e3b_8.0.50727.619 5_none_8448b2bd328df189\MFC80U.DLL
    LoadedModule[93]=C:\Windows\WinSxS\amd64_microsoft.vc80.mfcloc_1fc8b3b9a1e18e3b_8.0.50727. 6195_none_bc20f59b0bdd1acd\MFC80ENU.DLL
    LoadedModule[94]=C:\PROGRA~1\OpenAFS\Client\Program\afs_shl_ext_1033.dll
    LoadedModule[95]=C:\Users\rmunde.AD\AppData\Roaming\Dropbox\bin\DropboxExt64.17.dll
    LoadedModule[96]=C:\Windows\system32\dbghelp.dll
    LoadedModule[97]=C:\Windows\WinSxS\amd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.616 1_none_08e61857a83bc251\MSVCP90.dll
    LoadedModule[98]=C:\Windows\WinSxS\amd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.616 1_none_08e61857a83bc251\MSVCR90.dll
    LoadedModule[99]=C:\Windows\system32\EhStorShell.dll
    LoadedModule[100]=C:\Windows\System32\cscui.dll
    LoadedModule[101]=C:\Windows\System32\CSCDLL.dll
    LoadedModule[102]=C:\Windows\system32\CSCAPI.dll
    LoadedModule[103]=C:\Program Files (x86)\DisplayFusion\Hooks\AppHookx64_A8B98FDD-7B80-43AA-B9C7-82B660068E89.dll
    LoadedModule[104]=C:\Windows\system32\CRYPTSP.dll
    LoadedModule[105]=C:\Windows\system32\rsaenh.dll
    LoadedModule[106]=C:\Windows\system32\RpcRtRemote.dll
    LoadedModule[107]=C:\Windows\system32\mssprxy.dll
    LoadedModule[108]=C:\Windows\system32\SnacNp.dll
    LoadedModule[109]=C:\Windows\System32\drprov.dll
    LoadedModule[110]=C:\Windows\System32\WINSTA.dll
    LoadedModule[111]=C:\Windows\system32\AFSRDFSProvider.dll
    LoadedModule[112]=C:\Windows\System32\ntlanman.dll
    LoadedModule[113]=C:\Windows\System32\davclnt.dll
    LoadedModule[114]=C:\Windows\System32\DAVHLPR.dll
    LoadedModule[115]=C:\Windows\system32\dlumd64.dll
    LoadedModule[116]=C:\Windows\system32\wtsapi32.dll
    LoadedModule[117]=C:\Windows\system32\nvd3dumx.dll
    LoadedModule[118]=C:\Windows\system32\powrprof.dll
    LoadedModule[119]=C:\Program Files (x86)\NVIDIA Corporation\3D Vision\nvSCPAPI64.dll
    LoadedModule[120]=C:\Program Files\Adobe\Adobe Bridge CS6 (64 Bit)\FileInfo.dll
    LoadedModule[121]=C:\Windows\system32\OLEACC.dll
    LoadedModule[122]=C:\Program Files\Adobe\Adobe Bridge CS6 (64 Bit)\adbeape.dll
    LoadedModule[123]=C:\Windows\system32\WINSPOOL.DRV
    LoadedModule[124]=C:\Windows\system32\COMDLG32.dll
    LoadedModule[125]=C:\Program Files\Adobe\Adobe Bridge CS6 (64 Bit)\WinFeatures.dll
    LoadedModule[126]=C:\Windows\system32\XmlLite.dll
    LoadedModule[127]=C:\Windows\system32\LINKINFO.dll
    LoadedModule[128]=C:\Windows\system32\SearchFolder.dll
    LoadedModule[129]=C:\Windows\System32\cscobj.dll
    LoadedModule[130]=C:\Windows\system32\tquery.dll
    LoadedModule[131]=C:\Windows\System32\StructuredQuery.dll
    LoadedModule[132]=C:\Program Files\Adobe\Adobe Bridge CS6 (64 Bit)\SwitchBoardClient.dll
    LoadedModule[133]=C:\Program Files\Common Files\Adobe\APE\3.3\adbeapecore.dll
    LoadedModule[134]=C:\Program Files\Common Files\Adobe\APE\3.3\adbeapeengine.dll
    LoadedModule[135]=C:\Windows\system32\CRYPT32.dll
    LoadedModule[136]=C:\Windows\system32\MSASN1.dll
    LoadedModule[137]=C:\Windows\system32\WININET.dll
    LoadedModule[138]=C:\Windows\system32\Normaliz.dll
    LoadedModule[139]=C:\Windows\system32\iertutil.dll
    LoadedModule[140]=C:\Windows\system32\urlmon.dll
    LoadedModule[141]=C:\Windows\system32\msi.dll
    LoadedModule[142]=C:\Windows\system32\DSOUND.dll
    LoadedModule[143]=C:\Windows\system32\mlang.dll
    LoadedModule[144]=C:\Windows\system32\credssp.dll
    LoadedModule[145]=C:\Windows\system32\schannel.DLL
    LoadedModule[146]=C:\Program Files\Adobe\Adobe Bridge CS6 (64 Bit)\AdobePSL.dll
    LoadedModule[147]=C:\Program Files\Adobe\Adobe Bridge CS6 (64 Bit)\tbb.dll
    LoadedModule[148]=C:\Program Files\Adobe\Adobe Bridge CS6 (64 Bit)\tbbmalloc.dll
    LoadedModule[149]=C:\Windows\system32\wbem\wbemprox.dll
    LoadedModule[150]=C:\Windows\system32\wbemcomn.dll
    LoadedModule[151]=C:\Windows\system32\wbem\wbemsvc.dll
    LoadedModule[152]=C:\Windows\system32\wbem\fastprox.dll
    LoadedModule[153]=C:\Windows\system32\NTDSAPI.dll
    LoadedModule[154]=C:\Program Files\Adobe\Adobe Bridge CS6 (64 Bit)\Plug-Ins\FastCore.8BX
    LoadedModule[155]=C:\Program Files\Adobe\Adobe Bridge CS6 (64 Bit)\Plug-Ins\MMXCore.8BX
    LoadedModule[156]=C:\Program Files\Adobe\Adobe Bridge CS6 (64 Bit)\libmmd.dll
    LoadedModule[157]=C:\Program Files\Adobe\Adobe Bridge CS6 (64 Bit)\Plug-Ins\MultiProcessor Support.8BX
    LoadedModule[158]=C:\Program Files\Adobe\Adobe Bridge CS6 (64 Bit)\PLUGIN.dll
    LoadedModule[159]=C:\Windows\system32\MMDevAPI.DLL
    LoadedModule[160]=C:\Windows\system32\wdmaud.drv
    LoadedModule[161]=C:\Windows\system32\ksuser.dll
    LoadedModule[162]=C:\Windows\system32\AVRT.dll
    LoadedModule[163]=C:\Windows\system32\AUDIOSES.DLL
    LoadedModule[164]=C:\Windows\system32\msacm32.drv
    LoadedModule[165]=C:\Windows\system32\MSACM32.dll
    LoadedModule[166]=C:\Windows\system32\midimap.dll
    LoadedModule[167]=C:\Windows\System32\shdocvw.dll
    LoadedModule[168]=C:\Windows\system32\slc.dll
    LoadedModule[169]=C:\Windows\System32\ieframe.dll
    LoadedModule[170]=C:\Program Files\Adobe\Adobe Bridge CS6 (64 Bit)\AdobePIP.dll
    LoadedModule[171]=C:\Program Files\Adobe\Adobe Bridge CS6 (64 Bit)\LogSession.dll
    State[0].Key=Transport.DoneStage1
    State[0].Value=1
    FriendlyEventName=Stopped working
    ConsentKey=APPCRASH
    AppName=Adobe Bridge CS6
    AppPath=C:\Program Files\Adobe\Adobe Bridge CS6 (64 Bit)\Bridge.exe

    Here is the report that includes the faulting module. Is this what you meant?
    Description:
    Faulting application name: Bridge.exe, version: 5.0.2.4, time stamp: 0x50d9a019
    Faulting module name: ntdll.dll, version: 6.1.7601.17725, time stamp: 0x4ec4aa8e
    Exception code: 0xc0000374
    Fault offset: 0x00000000000c40f2
    Faulting process id: 0x64c
    Faulting application start time: 0x01ce1f655f6c8caf
    Faulting application path: C:\Program Files\Adobe\Adobe Bridge CS6 (64 Bit)\Bridge.exe
    Faulting module path: C:\Windows\SYSTEM32\ntdll.dll
    Report Id: 130d23f2-8b59-11e2-84ee-002186f773e8

  • Problem in Form builder when calling layout tabstrip

    Hello @all,
    The last days all work great, but since today when i call the layout tabstrip in transaction. There comes the error message popup :
    Adobe LiveCycle Designer ES has encountered a problem and needs to close.  We are sorry for the inconvenience.
    Error Signature AppName: formde~1.exe      AppVer: 8.2.3.4195      ModName: mfc80u.dll
    ModVer: 8.0.50727.4053      Offset: 0002ed52.
    I dont know, why i hab this problem now.
    i have reinstall SAP Gui , but the problem still exists. It also give a short dump message type X
    Why do I have the problem, although everything worked all the time wonderfully,
    Can anybody helps?
    Regards

    Hello Christoper,
    I'm experiencing the same problem when displaying the Layout in the Form Builder, it was working fine until today. The error message is similar to what you have reported. I wonder how you fix it, appreciate if you could share your resolution, thank you..
    Below are the message I got:
    Error Message:
    Adobe LiveCycle Designer has encountered a problem and needs to close.  We are sorry for the inconvenience.
    AppName: formde~1.exe      AppVer: 7.1.5020.1      ModName: mfc71u.dll
    ModVer: 7.10.3077.0      Offset: 0002dc12
    Another popup message after the above error:
    FORMDE~1.EXE - Application Error
    The instruction at "0x01684ce4" referenced memory at "0x03c00b08". the memory could not be "written"...
    Rgds, WH

  • BizTalk 2009 WCF-SAP Adapter Could not load file or assembly 'Microsoft.Adapters.SAP.SAPGInvoker...' one of its dependencies error

    Hello,
    I have a BizTalk Server 2009 running on Windows Server 2003 x64. I am installing WCF-SAP adapter and have done the following for the same. However, I am getting an error as mentioned below when I click on the Configure button of WCF-SAP adapter in send
    port. I would appreciate if anyone could let me know how to fix this error and make the WCF-SAP adapter working.
    TITLE: BizTalk Server 2009 Administration Console
    Exception has been thrown by the target of an invocation. (mscorlib)
    ADDITIONAL INFORMATION:
    Exception has been thrown by the target of an invocation. (mscorlib)
    Could not load file or assembly 'Microsoft.Adapters.SAP.SAPGInvoker, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. This application has failed to start because the application configuration is incorrect. Reinstalling
    the application may fix this problem. (Exception from HRESULT: 0x800736B1) (Microsoft.Adapters.SAP)
    This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem. (Exception from HRESULT: 0x800736B1)
    I have copied the following 32 bit & 64 bit unicode DLLs in SysWOW64 and System32 folders respectively.
    icudt30.dll
    icuin30.dll
    icuuc30.dll
    librfc32u.dll
    libsapu16vc71.dll
    libsapucum.dll
    Following r3dllinst DLLs are there in System32 folder.
    mfc42.dll
    mfc42u.dll
    mfc71.dll
    mfc71u.dll
    msvcp60.dll
    msvcp71.dll
    msvcp80.dll
    msvcr71.dll
    msvcr80.dll
    Following r3dllinst DLLs are there in SysWOW64 folder.
    mfc40.dll
    mfc40u.dll
    mfc42.dll
    mfc42u.dll
    mfc71.dll
    mfc71u.dll
    mfc80.dll
    mfc80u.dll
    msvcp50.dll
    msvcp60.dll
    msvcp71.dll
    msvcp80.dll
    msvcr71.dll
    msvcr80.dll
    I have the following softwares installed on the server.
    Microsoft Visual C++ 2008 Redistributable x64
    Microsoft Visual C++ 2008 Redistributable x86
    WCF LOB Adapter SDK (64-bit)
    BizTalk Adapter Pack 2.0 (64-bit)
    BizTalk Adapter Pack 2.0 (32-bit)
    The following bindings are also present in the machine.config under Framework\v2.0.50727\CONFIG and Framework64\v2.0.50727\CONFIG
    <system.serviceModel>
    <extensions>
    <bindingElementExtensions>
    <add name="sapAdapter" type="Microsoft.Adapters.SAP.SAPAdapterExtensionElement, Microsoft.Adapters.SAP, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
    </bindingElementExtensions>
    </extensions>
    <client>
    <endpoint binding="sapBinding" contract="IMetadataExchange" name="sap" />
    </client>
    </system.serviceModel>
    Thanks,
    Tarun

    Have you tried this?
    http://geekswithblogs.net/MoonWalker/archive/2013/07/17/could-not-load-file-or-assembly-microsoft.adapters.sap.sapginvoker.dll.aspx
    Morten la Cour

  • Agent desktop keeps logging out.

    Hello guys I have a problem with an agent desktop that keeps logging out on UCCX version 5.1. I think it is a problem with the ‘ non-activity logout timer. Guys can someone tell me how to change it.?
    Thanks

    here is the log
    VERSION INFO: Environment: Platform .
    VERSION INFO: Environment: Working Dir: .
    VERSION INFO: Environment: User Dir: .
    VERSION INFO: Environment: Hostname .
    VERSION INFO: Environment: Timezone , DST Zone .
    VERSION INFO: Environment: Current time <2012-02-03 15:53:31.863>.
    VERSION INFO: Debug threshold .
    VERSION INFO: Max file size <3000000>.
    VERSION INFO: Max file count <1>.
    VERSION INFO: Module: agent.exe: Product Version <6.6.1.54> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: ntdll.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: kernel32.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: KERNELBASE.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: SplkStd.dll: Product Version <2.0.0.31> Pri Build Special Build <>.
    VERSION INFO: Module: WS2_32.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: msvcrt.dll: Product Version <7.0.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: RPCRT4.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: NSI.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: VERSION.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: SHLWAPI.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: GDI32.dll: Product Version <6.1.7601.17514> Pri Build <> Special Build <>.
    VERSION INFO: Module: USER32.dll: Product Version <6.1.7601.17514> Pri Build <> Special Build <>.
    VERSION INFO: Module: LPK.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: USP10.dll: Product Version <1.0626.7601.17561> Pri Build <> Special Build <>.
    VERSION INFO: Module: pthreadVC2.dll: Product <> Version <2, 8, 0, 0> Pri Build <> Special Build <>.
    VERSION INFO: Module: WSOCK32.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: MSVCR80.dll: Product Version <8.00.50727.4940> Pri Build <> Special Build <>.
    VERSION INFO: Module: xerces-c_2_7.dll: Product Version <2, 7, 0> Pri Build <> Special Build <>.
    VERSION INFO: Module: ADVAPI32.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: sechost.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: PSAPI.DLL: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: MSVCP80.dll: Product Version <8.00.50727.4940> Pri Build <> Special Build <>.
    VERSION INFO: Module: FCRasClient.dll: Product Version <6.6.1.54> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: omniDynamic410_vc8_rt.dll: Product <> Version <> Pri Build <> Special Build <>.
    VERSION INFO: Module: omniORB410_vc8_rt.dll: Product <> Version <> Pri Build <> Special Build <>.
    VERSION INFO: Module: omnithread33_vc8_rt.dll: Product <> Version <> Pri Build <> Special Build <>.
    VERSION INFO: Module: LRMClient.dll: Product Version <6.6.1.54> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: LDAPClientDLL.dll: Product Version <6.6.1.54> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: SplkSecurity.dll: Product Version <2.0.0.32> Pri Build Special Build <>.
    VERSION INFO: Module: LIBEAY32.dll: Product Version <0.9.8f> Pri Build <> Special Build <>.
    VERSION INFO: Module: libsasl.dll: Product Version Pri Build Special Build .
    VERSION INFO: Module: SplkSocket.dll: Product Version <1.0.0.40> Pri Build <> Special Build <>.
    VERSION INFO: Module: SplkMisc.dll: Product Version <6.6.1.54> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: RecordingClient.dll: Product Version <6.6.1.54> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: FCVoIPMonClientRec.dll: Product Version <6.6.1.54> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: OpenH323Wrapper.dll: Product Version <6.6.1.54> Pri Build <> Special Build <>.
    VERSION INFO: Module: ptlib.dll: Product <> Version <> Pri Build <> Special Build <>.
    VERSION INFO: Module: comdlg32.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: COMCTL32.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: SHELL32.dll: Product Version <6.1.7601.17514> Pri Build <> Special Build <>.
    VERSION INFO: Module: ole32.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: ODBC32.dll: Product <> Version <> Pri Build <> Special Build <>.
    VERSION INFO: Module: DNSAPI.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: WINMM.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: snmpapi.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: AVICAP32.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: MSVFW32.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: MPR.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: MobileAgentMonitor.dll: Product <> Version <> Pri Build <> Special Build <>.
    VERSION INFO: Module: FCCClient.dll: Product Version <6.6.1.54> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: CadSplkStd.dll: Product Version <6.6.1.54> Pri Build <6.6(1)> Special Build <>.
    VERSION INFO: Module: SAW.dll: Product Version <6.6.1.54> Pri Build <> Special Build <>.
    VERSION INFO: Module: CSI.dll: Product Version <6.6.1.54> Pri Build <> Special Build <>.
    VERSION INFO: Module: SSLEAY32.dll: Product Version <0.9.8f> Pri Build <> Special Build <>.
    VERSION INFO: Module: iphlpapi.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: WINNSI.DLL: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: SPLKTSSP.dll: Product Version <6.6.1.54> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: FCHooker.dll: Product Version <6.6.1.54> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: PhoneDev.dll: Product Version <6.6.1.54> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: AcmiClient.dll: Product Version <6.6.1.54> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: MFC80.DLL: Product Version <8.00.50727.4053> Pri Build <> Special Build <>.
    VERSION INFO: Module: OLEAUT32.dll: Product <> Version <> Pri Build <> Special Build <>.
    VERSION INFO: Module: DesktopMonitor.dll: Product Version <6.6.1.54> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: SplkWinPcap.dll: Product Version <6.6.1.54> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: shlapi.dll: Product Version <7, 0, 0, 0> Pri Build <> Special Build <>.
    VERSION INFO: Module: sllapi.dll: Product Version <7, 0, 0, 0> Pri Build <> Special Build <>.
    VERSION INFO: Module: XTP9510Libu.dll: Product Version <9, 5, 1, 0> Pri Build <> Special Build <>.
    VERSION INFO: Module: MFC80U.DLL: Product Version <8.00.50727.4053> Pri Build <> Special Build <>.
    VERSION INFO: Module: SplkUpdate.dll: Product Version <6.6.1.54> Pri Build <> Special Build <>.
    VERSION INFO: Module: EEMServerClient.dll: Product <> Version <6.6.1.54> Pri Build <> Special Build < >.
    VERSION INFO: Module: CADEEMConnector.dll: Product Version <6.6.1.54> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: MSIMG32.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: IMM32.DLL: Product Version <6.1.7601.17514> Pri Build <> Special Build <>.
    VERSION INFO: Module: MSCTF.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: odbcint.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: ICMP.DLL: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: RASAPI32.DLL: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: rasman.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: MFC80ENU.DLL: Product Version <8.00.50727.4053> Pri Build <> Special Build <>.
    VERSION INFO: Module: AgentResDLL.dll: Product <> Version <> Pri Build <> Special Build <>.
    VERSION INFO: Module: NLAapi.dll: Product Version <6.1.7601.17514> Pri Build <> Special Build <>.
    VERSION INFO: Module: napinsp.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: pnrpnsp.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: mswsock.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: winrnr.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: wshbth.dll: Product Version <6.1.7601.17514> Pri Build <> Special Build <>.
    VERSION INFO: Module: WLIDNSP.DLL: Product Version <7.250.4225.0> Pri Build Special Build <>.
    2012-02-03 15:53:32:081 INFO LC0007 Invalid Value.
    2012-02-03 15:53:32:081 INFO LC0007 Invalid Value.
    2012-02-03 15:53:32:081 INFO LC0007 Invalid Value.
    2012-02-03 15:53:32:081 INFO LC0007 Invalid Value.
    2012-02-03 15:53:32:081 INFO LC0007 Invalid Value.
    2012-02-03 15:53:32:081 INFO LC0007 Invalid Value.
    2012-02-03 15:53:32:081 INFO STD0000 Starting preference change event dispatch thread.
    2012-02-03 15:53:32:097 WARN STD3000 Get registry key under path . Object not found: <2:The system cannot find the file specified.>.
    2012-02-03 15:53:32:721 INFO LC0000 Connected to Calabrio LDAP server on .
    2012-02-03 15:53:32:721 WARN STD3000 Get registry key under path . Object not found: <2:The system cannot find the file specified.>.
    2012-02-03 15:53:32:721 WARN STD3000 Get registry key under path . Object not found: <2:The system cannot find the file specified.>.
    2012-02-03 15:53:33:688 INFO DAGT0000 Get Update Flag from LDAP successfully.
    2012-02-03 15:53:33:719 INFO SPUD0000 Successfully launched update from .
    VERSION INFO: Environment: Platform .
    VERSION INFO: Environment: Working Dir: .
    VERSION INFO: Environment: User Dir: .
    VERSION INFO: Environment: Hostname .
    VERSION INFO: Environment: Timezone , DST Zone .
    VERSION INFO: Environment: Current time <2012-02-06 14:25:58.318>.
    VERSION INFO: Debug threshold .
    VERSION INFO: Max file size <3000000>.
    VERSION INFO: Max file count <1>.
    VERSION INFO: Module: agent.exe: Product Version <6.6.1.400> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: ntdll.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: kernel32.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: KERNELBASE.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: SplkStd.dll: Product <> Version <2.0.0.32> Pri Build <> Special Build <>.
    VERSION INFO: Module: WS2_32.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: msvcrt.dll: Product Version <7.0.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: RPCRT4.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: NSI.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: VERSION.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: SHLWAPI.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: GDI32.dll: Product Version <6.1.7601.17514> Pri Build <> Special Build <>.
    VERSION INFO: Module: USER32.dll: Product Version <6.1.7601.17514> Pri Build <> Special Build <>.
    VERSION INFO: Module: LPK.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: USP10.dll: Product Version <1.0626.7601.17561> Pri Build <> Special Build <>.
    VERSION INFO: Module: pthreadVC2.dll: Product <> Version <2, 8, 0, 0> Pri Build <> Special Build <>.
    VERSION INFO: Module: WSOCK32.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: MSVCR80.dll: Product Version <8.00.50727.4940> Pri Build <> Special Build <>.
    VERSION INFO: Module: xerces-c_2_7.dll: Product Version <2, 7, 0> Pri Build <> Special Build <>.
    VERSION INFO: Module: ADVAPI32.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: sechost.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: PSAPI.DLL: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: MSVCP80.dll: Product Version <8.00.50727.4940> Pri Build <> Special Build <>.
    VERSION INFO: Module: FCRasClient.dll: Product Version <6.6.1.400> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: omniDynamic410_vc8_rt.dll: Product <> Version <> Pri Build <> Special Build <>.
    VERSION INFO: Module: omniORB410_vc8_rt.dll: Product <> Version <> Pri Build <> Special Build <>.
    VERSION INFO: Module: omnithread33_vc8_rt.dll: Product <> Version <> Pri Build <> Special Build <>.
    VERSION INFO: Module: LRMClient.dll: Product Version <6.6.1.400> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: LDAPClientDLL.dll: Product Version <6.6.1.400> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: SplkSecurity.dll: Product Version <2.0.0.32> Pri Build Special Build <>.
    VERSION INFO: Module: LIBEAY32.dll: Product Version <0.9.8f> Pri Build <> Special Build <>.
    VERSION INFO: Module: libsasl.dll: Product Version Pri Build Special Build .
    VERSION INFO: Module: SplkSocket.dll: Product <> Version <1.0.0.44> Pri Build <> Special Build <>.
    VERSION INFO: Module: SplkMisc.dll: Product Version <6.6.1.54> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: RecordingClient.dll: Product Version <6.6.1.400> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: FCVoIPMonClientRec.dll: Product Version <6.6.1.54> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: OpenH323Wrapper.dll: Product Version <6.6.1.54> Pri Build <> Special Build <>.
    VERSION INFO: Module: ptlib.dll: Product <> Version <> Pri Build <> Special Build <>.
    VERSION INFO: Module: comdlg32.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: COMCTL32.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: SHELL32.dll: Product Version <6.1.7601.17514> Pri Build <> Special Build <>.
    VERSION INFO: Module: ole32.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: ODBC32.dll: Product <> Version <> Pri Build <> Special Build <>.
    VERSION INFO: Module: DNSAPI.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: WINMM.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: snmpapi.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: AVICAP32.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: MSVFW32.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: MPR.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: MobileAgentMonitor.dll: Product <> Version <> Pri Build <> Special Build <>.
    VERSION INFO: Module: FCCClient.dll: Product Version <6.6.1.54> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: CadSplkStd.dll: Product Version <6.6.1.54> Pri Build <6.6(1)> Special Build <>.
    VERSION INFO: Module: SAW.dll: Product Version <6.6.1.400> Pri Build <> Special Build <>.
    VERSION INFO: Module: CSI.dll: Product Version <6.6.1.400> Pri Build <> Special Build <>.
    VERSION INFO: Module: SSLEAY32.dll: Product Version <0.9.8f> Pri Build <> Special Build <>.
    VERSION INFO: Module: iphlpapi.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: WINNSI.DLL: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: SPLKTSSP.dll: Product Version <6.6.1.54> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: FCHooker.dll: Product Version <6.6.1.54> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: PhoneDev.dll: Product Version <6.6.1.400> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: AcmiClient.dll: Product Version <6.6.1.400> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: MFC80.DLL: Product Version <8.00.50727.4053> Pri Build <> Special Build <>.
    VERSION INFO: Module: OLEAUT32.dll: Product <> Version <> Pri Build <> Special Build <>.
    VERSION INFO: Module: DesktopMonitor.dll: Product Version <6.6.1.54> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: SplkWinPcap.dll: Product Version <6.6.1.54> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: shlapi.dll: Product Version <7, 0, 0, 0> Pri Build <> Special Build <>.
    VERSION INFO: Module: sllapi.dll: Product Version <7, 0, 0, 0> Pri Build <> Special Build <>.
    VERSION INFO: Module: XTP9510Libu.dll: Product Version <9, 5, 1, 0> Pri Build <> Special Build <>.
    VERSION INFO: Module: MFC80U.DLL: Product Version <8.00.50727.4053> Pri Build <> Special Build <>.
    VERSION INFO: Module: SplkUpdate.dll: Product Version <6.6.1.54> Pri Build <> Special Build <>.
    VERSION INFO: Module: EEMServerClient.dll: Product <> Version <6.6.1.400> Pri Build <> Special Build < >.
    VERSION INFO: Module: CADEEMConnector.dll: Product Version <6.6.1.400> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: MSIMG32.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: IMM32.DLL: Product Version <6.1.7601.17514> Pri Build <> Special Build <>.
    VERSION INFO: Module: MSCTF.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: SOPHOS~1.DLL: Product Version <9.5.5> Pri Build <> Special Build <>.
    VERSION INFO: Module: odbcint.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: ICMP.DLL: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: RASAPI32.DLL: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: rasman.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: MFC80ENU.DLL: Product Version <8.00.50727.4053> Pri Build <> Special Build <>.
    VERSION INFO: Module: AgentResDLL.dll: Product <> Version <> Pri Build <> Special Build <>.
    VERSION INFO: Module: NLAapi.dll: Product Version <6.1.7601.17514> Pri Build <> Special Build <>.
    VERSION INFO: Module: napinsp.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: pnrpnsp.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: mswsock.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: winrnr.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: wshbth.dll: Product Version <6.1.7601.17514> Pri Build <> Special Build <>.
    VERSION INFO: Module: WLIDNSP.DLL: Product Version <7.250.4225.0> Pri Build Special Build <>.
    2012-02-06 14:25:58:779 INFO LC0007 Invalid Value.
    2012-02-06 14:25:58:789 INFO LC0007 Invalid Value.
    2012-02-06 14:25:58:789 INFO LC0007 Invalid Value.
    2012-02-06 14:25:58:789 INFO LC0007 Invalid Value.
    2012-02-06 14:25:58:789 INFO LC0007 Invalid Value.
    2012-02-06 14:25:58:789 INFO LC0007 Invalid Value.
    2012-02-06 14:25:58:822 INFO STD0000 Starting preference change event dispatch thread.
    2012-02-06 14:25:58:832 WARN STD3000 Get registry key under path . Object not found: <2:The system cannot find the file specified.>.
    2012-02-06 14:25:59:532 WARN STD3000 Get registry key under path . Object not found: <2:The system cannot find the file specified.>.
    2012-02-06 14:25:59:532 WARN STD3000 Get registry key under path . Object not found: <2:The system cannot find the file specified.>.
    2012-02-06 14:26:00:478 INFO DAGT0000 Get Update Flag from LDAP successfully.
    2012-02-06 14:26:01:058 INFO SPUD0000 Successfully launched update from .
    2012-02-06 14:26:01:400 INFO VOIP4020 Created the LDAP recovery thread.
    2012-02-06 14:26:01:418 INFO Agent ACM0325  Load the agent profile
    2012-02-06 14:26:23:334 INFO DAGT0000 Verify agent license.
    2012-02-06 14:26:23:765 INFO DAGT0000 Load the agent configuration.
    2012-02-06 14:26:23:796 INFO Agent CC1038 Package type is: Premium Version
    2012-02-06 14:26:25:470 INFO DAGT1020 Login to telephony server.
    2012-02-06 14:26:25:590 INFO AcmiClnt0000 Begin invokeId(2) clientID(DayP) clientSignature() heartBeat(30) idleTimeOut(120) agentID(DayP) agentExt(1176) agentInst(1176), peripheralID(1)
    2012-02-06 14:26:28:896 INFO DAGT0000 Login to chat server.
    2012-02-06 14:26:28:897 WARN STD3000 Create registry key Access denied: <5:Access is denied.>.
    2012-02-06 14:26:28:898 WARN STD3000 Create registry key Access denied: <5:Access is denied.>.
    2012-02-06 14:26:28:898 WARN STD3000 Open registry key Object not found: <2:The system cannot find the file specified.>.
    2012-02-06 14:26:28:898 WARN STD3000 Open registry key Object not found: <2:The system cannot find the file specified.>.
    2012-02-06 14:26:28:899 WARN STD3000 Open registry key Object not found: <2:The system cannot find the file specified.>.
    2012-02-06 14:26:29:398 WARN STD3000 Open registry key Object not found: <2:The system cannot find the file specified.>.
    2012-02-06 14:26:29:479 INFO FCCC0000 CORBA server started. Local server IOR is IOR:010000001200000049444c3a464343436c69656e743a312e30000000010000000000000064000000010102000f0000003135322e3134362e3132392e323900008ce600000c0000004f2fe3150000114f000000010200000000000000080000000100000000545441010000001c00000001000000010001000100000001000105090101000100000009010100.
    2012-02-06 14:26:29:491 INFO FCCC0000 Successfully connected to the Desktop Chat Service.
    2012-02-06 14:26:29:491 INFO DAGT0000 Call Chat auto-recovery message received.
    2012-02-06 14:26:29:599 INFO DAGT0000 Login to RASCAL server.
    2012-02-06 14:26:29:654 INFO DAGT0000 RASCAL auto-recovery message received.
    2012-02-06 14:26:29:963 INFO DAGT0000 RASCAL auto-recovery message received.
    2012-02-06 14:26:29:963 INFO DAGT0000 RASCAL Server Feature auto-recovery message received.
    2012-02-06 14:26:29:963 INFO DAGT0000 RASCAL Server Feature auto-recovery message received.
    2012-02-06 14:26:29:963 INFO DAGT0000 RASCAL Server Feature auto-recovery message received.
    2012-02-06 14:26:29:963 INFO DAGT0000 RASCAL auto-recovery message received.
    2012-02-06 14:26:29:963 INFO DAGT0000 RASCAL Server Feature auto-recovery message received.
    2012-02-06 14:26:29:963 INFO DAGT0000 RASCAL Server Feature auto-recovery message received.
    2012-02-06 14:26:30:083 INFO DAGT0000 Login to enterprise server.
    2012-02-06 14:26:30:107 INFO DAGT0000 Enterprise auto-recovery message received.
    2012-02-06 14:26:30:107 INFO DAGT0000 Enterprise-SupervisorWorkflow auto-recovery message received.
    2012-02-06 14:26:30:108 INFO DAGT3007 Unable to retrieve data from Enterprise Database.
    2012-02-06 14:26:30:208 INFO DAGT0000 RASCAL auto-recovery message received.
    2012-02-06 14:26:30:211 INFO DAGT1021 Login to Desktop Monitoring.
    2012-02-06 14:26:30:212 WARN STD3000 Create registry key Access denied: <5:Access is denied.>.
    2012-02-06 14:26:30:212 WARN STD3000 Create registry key Access denied: <5:Access is denied.>.
    2012-02-06 14:26:30:212 WARN STD3000 Open registry key Object not found: <2:The system cannot find the file specified.>.
    2012-02-06 14:26:30:212 WARN STD3000 Open registry key Object not found: <2:The system cannot find the file specified.>.
    2012-02-06 14:26:30:212 INFO VOIP4000 The Desktop Monitor adapter name is [\Device\Splkpc_{C01D5D56-67FC-4F67-90FE-E47803A71AE1}].
    2012-02-06 14:26:30:217 INFO DAGT0000 Enterprise auto-recovery message received.
    2012-02-06 14:26:30:217 INFO DAGT0000 Enterprise-SupervisorWorkflow auto-recovery message received.
    2012-02-06 14:26:30:231 INFO DAGT0000 RASCAL auto-recovery message received.
    2012-02-06 14:26:30:250 INFO LRM4000 SLRMMgr object created.
    2012-02-06 14:26:30:250 INFO LRM4003 SLRMMgr object initialized.
    2012-02-06 14:26:30:250 INFO LRM4008 LRM thread starting.
    2012-02-06 14:26:30:250 INFO LRM4004 LRM interface has become available.
    2012-02-06 14:26:30:251 INFO LRM4006 Reacquire thread starting.
    2012-02-06 14:26:30:366 INFO VOIP4009 Adding the VoIP service [BYFWSRUCCXB] to the list of active VoIP services.
    2012-02-06 14:26:30:366 INFO VOIP4002 The Corba listening process has been successfully started.
    2012-02-06 14:26:30:367 INFO VOIP4001 The Desktop Monitoring module on the local host has been successfully initialized.
    2012-02-06 14:26:30:368 WARN STD3000 Open registry key Object not found: <2:The system cannot find the file specified.>.
    2012-02-06 14:26:31:063 ERROR VOIP2021 Desktop monitoring enabled for extension [1176].
    2012-02-06 16:12:37:861 INFO DAGT3007 Unable to retrieve data from Enterprise Database.
    2012-02-06 17:56:54:460 INFO VOIP4005 Desktop monitoring disabled for extension [1176].
    2012-02-06 17:56:55:644 ERROR DAGT3051 Chat DropUser failed.
    2012-02-06 17:56:55:645 INFO Agent MF2095 OnUpdateAcdLoginLogout: Remaining time 1999
    2012-02-06 17:56:55:645 INFO Agent MF2098 OnUpdateAcdLoginLogout: We receive AS_LOGOUT so close CAD window
    VERSION INFO: Environment: Platform .
    VERSION INFO: Environment: Working Dir: .
    VERSION INFO: Environment: User Dir: .
    VERSION INFO: Environment: Hostname .
    VERSION INFO: Environment: Timezone , DST Zone .
    VERSION INFO: Environment: Current time <2012-02-07 09:36:27.341>.
    VERSION INFO: Debug threshold .
    VERSION INFO: Max file size <3000000>.
    VERSION INFO: Max file count <1>.
    VERSION INFO: Module: agent.exe: Product Version <6.6.1.400> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: ntdll.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: kernel32.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: KERNELBASE.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: SplkStd.dll: Product <> Version <2.0.0.32> Pri Build <> Special Build <>.
    VERSION INFO: Module: WS2_32.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: msvcrt.dll: Product Version <7.0.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: RPCRT4.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: NSI.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: VERSION.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: SHLWAPI.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: GDI32.dll: Product Version <6.1.7601.17514> Pri Build <> Special Build <>.
    VERSION INFO: Module: USER32.dll: Product Version <6.1.7601.17514> Pri Build <> Special Build <>.
    VERSION INFO: Module: LPK.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: USP10.dll: Product Version <1.0626.7601.17561> Pri Build <> Special Build <>.
    VERSION INFO: Module: pthreadVC2.dll: Product <> Version <2, 8, 0, 0> Pri Build <> Special Build <>.
    VERSION INFO: Module: WSOCK32.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: MSVCR80.dll: Product Version <8.00.50727.4940> Pri Build <> Special Build <>.
    VERSION INFO: Module: xerces-c_2_7.dll: Product Version <2, 7, 0> Pri Build <> Special Build <>.
    VERSION INFO: Module: ADVAPI32.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: sechost.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: PSAPI.DLL: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: MSVCP80.dll: Product Version <8.00.50727.4940> Pri Build <> Special Build <>.
    VERSION INFO: Module: FCRasClient.dll: Product Version <6.6.1.400> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: omniDynamic410_vc8_rt.dll: Product <> Version <> Pri Build <> Special Build <>.
    VERSION INFO: Module: omniORB410_vc8_rt.dll: Product <> Version <> Pri Build <> Special Build <>.
    VERSION INFO: Module: omnithread33_vc8_rt.dll: Product <> Version <> Pri Build <> Special Build <>.
    VERSION INFO: Module: LRMClient.dll: Product Version <6.6.1.400> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: LDAPClientDLL.dll: Product Version <6.6.1.400> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: SplkSecurity.dll: Product Version <2.0.0.32> Pri Build Special Build <>.
    VERSION INFO: Module: LIBEAY32.dll: Product Version <0.9.8f> Pri Build <> Special Build <>.
    VERSION INFO: Module: libsasl.dll: Product Version Pri Build Special Build .
    VERSION INFO: Module: SplkSocket.dll: Product <> Version <1.0.0.44> Pri Build <> Special Build <>.
    VERSION INFO: Module: SplkMisc.dll: Product Version <6.6.1.54> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: RecordingClient.dll: Product Version <6.6.1.400> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: FCVoIPMonClientRec.dll: Product Version <6.6.1.54> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: OpenH323Wrapper.dll: Product Version <6.6.1.54> Pri Build <> Special Build <>.
    VERSION INFO: Module: ptlib.dll: Product <> Version <> Pri Build <> Special Build <>.
    VERSION INFO: Module: comdlg32.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: COMCTL32.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: SHELL32.dll: Product Version <6.1.7601.17514> Pri Build <> Special Build <>.
    VERSION INFO: Module: ole32.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: ODBC32.dll: Product <> Version <> Pri Build <> Special Build <>.
    VERSION INFO: Module: DNSAPI.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: WINMM.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: snmpapi.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: AVICAP32.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: MSVFW32.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: MPR.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: MobileAgentMonitor.dll: Product <> Version <> Pri Build <> Special Build <>.
    VERSION INFO: Module: FCCClient.dll: Product Version <6.6.1.54> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: CadSplkStd.dll: Product Version <6.6.1.54> Pri Build <6.6(1)> Special Build <>.
    VERSION INFO: Module: SAW.dll: Product Version <6.6.1.400> Pri Build <> Special Build <>.
    VERSION INFO: Module: CSI.dll: Product Version <6.6.1.400> Pri Build <> Special Build <>.
    VERSION INFO: Module: SSLEAY32.dll: Product Version <0.9.8f> Pri Build <> Special Build <>.
    VERSION INFO: Module: iphlpapi.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: WINNSI.DLL: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: SPLKTSSP.dll: Product Version <6.6.1.54> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: FCHooker.dll: Product Version <6.6.1.54> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: PhoneDev.dll: Product Version <6.6.1.400> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: AcmiClient.dll: Product Version <6.6.1.400> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: MFC80.DLL: Product Version <8.00.50727.4053> Pri Build <> Special Build <>.
    VERSION INFO: Module: OLEAUT32.dll: Product <> Version <> Pri Build <> Special Build <>.
    VERSION INFO: Module: DesktopMonitor.dll: Product Version <6.6.1.54> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: SplkWinPcap.dll: Product Version <6.6.1.54> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: shlapi.dll: Product Version <7, 0, 0, 0> Pri Build <> Special Build <>.
    VERSION INFO: Module: sllapi.dll: Product Version <7, 0, 0, 0> Pri Build <> Special Build <>.
    VERSION INFO: Module: XTP9510Libu.dll: Product Version <9, 5, 1, 0> Pri Build <> Special Build <>.
    VERSION INFO: Module: MFC80U.DLL: Product Version <8.00.50727.4053> Pri Build <> Special Build <>.
    VERSION INFO: Module: SplkUpdate.dll: Product Version <6.6.1.54> Pri Build <> Special Build <>.
    VERSION INFO: Module: EEMServerClient.dll: Product <> Version <6.6.1.400> Pri Build <> Special Build < >.
    VERSION INFO: Module: CADEEMConnector.dll: Product Version <6.6.1.400> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: MSIMG32.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: IMM32.DLL: Product Version <6.1.7601.17514> Pri Build <> Special Build <>.
    VERSION INFO: Module: MSCTF.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: SOPHOS~1.DLL: Product Version <9.5.5> Pri Build <> Special Build <>.
    VERSION INFO: Module: odbcint.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: ICMP.DLL: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: RASAPI32.DLL: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: rasman.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: MFC80ENU.DLL: Product Version <8.00.50727.4053> Pri Build <> Special Build <>.
    VERSION INFO: Module: AgentResDLL.dll: Product <> Version <> Pri Build <> Special Build <>.
    VERSION INFO: Module: NLAapi.dll: Product Version <6.1.7601.17514> Pri Build <> Special Build <>.
    VERSION INFO: Module: napinsp.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: pnrpnsp.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: mswsock.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: winrnr.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: wshbth.dll: Product Version <6.1.7601.17514> Pri Build <> Special Build <>.
    VERSION INFO: Module: WLIDNSP.DLL: Product Version <7.250.4225.0> Pri Build Special Build <>.
    2012-02-07 09:36:29:729 INFO LC0007 Invalid Value.
    2012-02-07 09:36:29:747 INFO LC0007 Invalid Value.
    2012-02-07 09:36:29:748 INFO LC0007 Invalid Value.
    2012-02-07 09:36:29:748 INFO LC0007 Invalid Value.
    2012-02-07 09:36:29:748 INFO LC0007 Invalid Value.
    2012-02-07 09:36:29:748 INFO LC0007 Invalid Value.
    2012-02-07 09:36:29:814 INFO STD0000 Starting preference change event dispatch thread.
    2012-02-07 09:36:29:824 WARN STD3000 Get registry key under path . Object not found: <2:The system cannot find the file specified.>.
    2012-02-07 09:36:30:533 WARN STD3000 Get registry key under path . Object not found: <2:The system cannot find the file specified.>.
    2012-02-07 09:36:30:533 WARN STD3000 Get registry key under path . Object not found: <2:The system cannot find the file specified.>.
    2012-02-07 09:36:31:399 INFO DAGT0000 Get Update Flag from LDAP successfully.
    2012-02-07 09:36:32:086 INFO SPUD0000 Successfully launched update from .
    2012-02-07 09:36:32:773 INFO VOIP4020 Created the LDAP recovery thread.
    2012-02-07 09:36:32:796 INFO Agent ACM0325  Load the agent profile
    2012-02-07 09:36:39:117 INFO DAGT0000 Verify agent license.
    2012-02-07 09:36:39:540 INFO DAGT0000 Load the agent configuration.
    2012-02-07 09:36:39:565 INFO Agent CC1038 Package type is: Premium Version
    2012-02-07 09:36:41:110 INFO DAGT1020 Login to telephony server.
    2012-02-07 09:36:41:227 INFO AcmiClnt0000 Begin invokeId(2) clientID(DayP) clientSignature() heartBeat(30) idleTimeOut(120) agentID(DayP) agentExt(1176) agentInst(1176), peripheralID(1)
    2012-02-07 09:36:44:432 INFO DAGT0000 Login to chat server.
    2012-02-07 09:36:44:433 WARN STD3000 Create registry key Access denied: <5:Access is denied.>.
    2012-02-07 09:36:44:433 WARN STD3000 Create registry key Access denied: <5:Access is denied.>.
    2012-02-07 09:36:44:434 WARN STD3000 Open registry key Object not found: <2:The system cannot find the file specified.>.
    2012-02-07 09:36:44:434 WARN STD3000 Open registry key Object not found: <2:The system cannot find the file specified.>.
    2012-02-07 09:36:44:434 WARN STD3000 Open registry key Object not found: <2:The system cannot find the file specified.>.
    2012-02-07 09:36:44:870 WARN STD3000 Open registry key Object not found: <2:The system cannot find the file specified.>.
    2012-02-07 09:36:44:927 INFO FCCC0000 CORBA server started. Local server IOR is IOR:010000001200000049444c3a464343436c69656e743a312e30000000010000000000000064000000010102000f0000003135322e3134362e3132392e323900008ce600000c0000004f30f0ac000015bb000000010200000000000000080000000100000000545441010000001c00000001000000010001000100000001000105090101000100000009010100.
    2012-02-07 09:36:44:929 INFO FCCC0000 Successfully connected to the Desktop Chat Service.
    2012-02-07 09:36:44:929 INFO DAGT0000 Call Chat auto-recovery message received.
    2012-02-07 09:36:45:034 INFO DAGT0000 Login to RASCAL server.
    2012-02-07 09:36:45:177 INFO DAGT0000 RASCAL auto-recovery message received.
    2012-02-07 09:36:45:590 INFO DAGT0000 RASCAL auto-recovery message received.
    2012-02-07 09:36:45:590 INFO DAGT0000 RASCAL Server Feature auto-recovery message received.
    2012-02-07 09:36:45:590 INFO DAGT0000 RASCAL Server Feature auto-recovery message received.
    2012-02-07 09:36:45:590 INFO DAGT0000 RASCAL Server Feature auto-recovery message received.
    2012-02-07 09:36:45:590 INFO DAGT0000 RASCAL auto-recovery message received.
    2012-02-07 09:36:45:590 INFO DAGT0000 RASCAL Server Feature auto-recovery message received.
    2012-02-07 09:36:45:590 INFO DAGT0000 RASCAL Server Feature auto-recovery message received.
    2012-02-07 09:36:45:705 INFO DAGT0000 Login to enterprise server.
    2012-02-07 09:36:45:746 INFO DAGT0000 Enterprise auto-recovery message received.
    2012-02-07 09:36:45:746 INFO DAGT0000 Enterprise-SupervisorWorkflow auto-recovery message received.
    2012-02-07 09:36:45:746 INFO DAGT3007 Unable to retrieve data from Enterprise Database.
    2012-02-07 09:36:45:788 INFO DAGT0000 Enterprise auto-recovery message received.
    2012-02-07 09:36:45:788 INFO DAGT0000 Enterprise-SupervisorWorkflow auto-recovery message received.
    2012-02-07 09:36:45:789 INFO DAGT0000 RASCAL auto-recovery message received.
    2012-02-07 09:36:45:851 INFO DAGT1021 Login to Desktop Monitoring.
    2012-02-07 09:36:45:851 WARN STD3000 Create registry key Access denied: <5:Access is denied.>.
    2012-02-07 09:36:45:851 WARN STD3000 Create registry key Access denied: <5:Access is denied.>.
    2012-02-07 09:36:45:851 WARN STD3000 Open registry key Object not found: <2:The system cannot find the file specified.>.
    2012-02-07 09:36:45:851 WARN STD3000 Open registry key Object not found: <2:The system cannot find the file specified.>.
    2012-02-07 09:36:45:852 INFO VOIP4000 The Desktop Monitor adapter name is [\Device\Splkpc_{C01D5D56-67FC-4F67-90FE-E47803A71AE1}].
    2012-02-07 09:36:45:856 INFO DAGT0000 RASCAL auto-recovery message received.
    2012-02-07 09:36:45:891 INFO LRM4000 SLRMMgr object created.
    2012-02-07 09:36:45:891 INFO LRM4003 SLRMMgr object initialized.
    2012-02-07 09:36:45:891 INFO LRM4008 LRM thread starting.
    2012-02-07 09:36:45:891 INFO LRM4004 LRM interface has become available.
    2012-02-07 09:36:45:891 INFO LRM4006 Reacquire thread starting.
    2012-02-07 09:36:45:997 INFO VOIP4009 Adding the VoIP service [BYFWSRUCCXB] to the list of active VoIP services.
    2012-02-07 09:36:45:997 INFO VOIP4002 The Corba listening process has been successfully started.
    2012-02-07 09:36:45:999 INFO VOIP4001 The Desktop Monitoring module on the local host has been successfully initialized.
    2012-02-07 09:36:45:999 WARN STD3000 Open registry key Object not found: <2:The system cannot find the file specified.>.
    2012-02-07 09:36:46:729 ERROR VOIP2021 Desktop monitoring enabled for extension [1176].
    2012-02-07 09:39:55:350 INFO DAGT3007 Unable to retrieve data from Enterprise Database.
    2012-02-07 09:39:55:354 INFO DAGT3007 Unable to retrieve data from Enterprise Database.
    2012-02-07 12:40:57:129 INFO DAGT3007 Unable to retrieve data from Enterprise Database.
    2012-02-07 12:40:57:133 INFO DAGT3007 Unable to retrieve data from Enterprise Database.
    2012-02-07 12:52:56:407 INFO DAGT3007 Unable to retrieve data from Enterprise Database.
    2012-02-07 12:52:56:411 INFO DAGT3007 Unable to retrieve data from Enterprise Database.
    2012-02-07 13:41:56:617 INFO AcmiClnt0004 Error receiving sockets message header. Error(15:failed to read from socket).
    2012-02-07 13:41:57:298 ERROR LRM2014 A sockets error occurred. Error: (15:failed to read from socket).
    2012-02-07 13:41:57:299 INFO LRM4005 LRM interface has become unavailable.
    2012-02-07 13:41:57:299 INFO DAGT0000 Enterprise auto-recovery message received.
    2012-02-07 13:41:57:299 INFO DAGT0000 Enterprise auto-recovery message received.
    2012-02-07 13:41:57:299 INFO DAGT0000 Enterprise-SupervisorWorkflow auto-recovery message received.
    2012-02-07 13:41:57:299 WARN DAGT2048 LRM Inactive Message received.
    2012-02-07 13:41:57:300 ERROR LRM2014 A sockets error occurred. Error: (17:socket connection closed by remote party).
    2012-02-07 13:41:58:629 INFO DAGT0000 LDAP auto-recovery message received.
    2012-02-07 13:41:58:629 INFO VOIP4004 The LDAP connection has gone down.
    2012-02-07 13:41:58:632 INFO DAGT0000 LDAP auto-recovery message received.
    2012-02-07 13:41:58:632 INFO VOIP4003 The LDAP connection has come up.
    2012-02-07 13:42:01:839 INFO LRM4004 LRM interface has become available.
    2012-02-07 13:42:01:979 INFO DAGT0000 Verify agent license.
    2012-02-07 13:42:02:057 INFO DAGT0000 Enterprise auto-recovery message received.
    2012-02-07 13:42:02:057 INFO DAGT0000 Enterprise-SupervisorWorkflow auto-recovery message received.
    2012-02-07 13:42:02:291 ERROR AcmiClnt2004 Error occured when receiving message from cti server. Error(15:failed to read from socket).
    2012-02-07 13:42:02:743 INFO DAGT0000 RASCAL auto-recovery message received.
    2012-02-07 13:42:02:743 INFO DAGT0000 RASCAL Server Feature auto-recovery message received.
    2012-02-07 13:42:02:743 INFO DAGT0000 RASCAL Server Feature auto-recovery message received.
    2012-02-07 13:42:02:743 INFO DAGT0000 RASCAL Server Feature auto-recovery message received.
    2012-02-07 13:42:02:743 INFO DAGT0000 RASCAL auto-recovery message received.
    2012-02-07 13:42:02:743 INFO DAGT0000 RASCAL Server Feature auto-recovery message received.
    2012-02-07 13:42:02:743 INFO DAGT0000 RASCAL Server Feature auto-recovery message received.
    2012-02-07 13:42:02:743 INFO DAGT0000 RASCAL Server Feature auto-recovery message received.
    2012-02-07 13:42:02:743 INFO DAGT0000 RASCAL auto-recovery message received.
    2012-02-07 13:42:02:743 INFO DAGT0000 RASCAL auto-recovery message received.
    2012-02-07 13:42:02:743 INFO DAGT0000 RASCAL auto-recovery message received.
    2012-02-07 13:42:02:743 INFO DAGT0000 RASCAL auto-recovery message received.
    2012-02-07 13:42:02:743 INFO DAGT0000 RASCAL auto-recovery message received.
    2012-02-07 13:42:02:743 INFO DAGT0000 RASCAL auto-recovery message received.
    2012-02-07 13:42:02:759 INFO DAGT0000 RASCAL auto-recovery message received.
    2012-02-07 13:42:02:759 INFO DAGT0000 RASCAL Server Feature auto-recovery message received.
    2012-02-07 13:42:02:759 INFO DAGT0000 RASCAL Server Feature auto-recovery message received.
    2012-02-07 13:42:02:759 INFO DAGT0000 RASCAL Server Feature auto-recovery message received.
    2012-02-07 13:42:02:759 INFO DAGT0000 RASCAL auto-recovery message received.
    2012-02-07 13:42:02:759 INFO DAGT0000 RASCAL Server Feature auto-recovery message received.
    2012-02-07 13:42:02:759 INFO DAGT0000 RASCAL Server Feature auto-recovery message received.
    2012-02-07 13:42:02:759 INFO DAGT0000 RASCAL auto-recovery message received.
    2012-02-07 13:42:02:759 INFO DAGT0000 RASCAL Server Feature auto-recovery message received.
    2012-02-07 13:42:02:759 INFO DAGT0000 RASCAL Server Feature auto-recovery message received.
    2012-02-07 13:42:02:759 INFO DAGT0000 RASCAL Server Feature auto-recovery message received.
    2012-02-07 13:42:02:806 ERROR FCCC2005 Network communication error (COMM_FAILURE).
    2012-02-07 13:42:02:806 ERROR FCCC2015 The connection to the Desktop Chat Service has been lost. The program will attempt to reconnect automatically.
    2012-02-07 13:42:02:806 INFO DAGT0000 Call Chat auto-recovery message received.
    2012-02-07 13:42:02:806 ERROR FCCC2015 The connection to the Desktop Chat Service has been lost. The program will attempt to reconnect automatically.
    2012-02-07 13:42:02:806 INFO DAGT0000 Call Chat auto-recovery message received.
    2012-02-07 13:42:02:806 ERROR DAGT3062 Chat SetAgentAcdState failed.
    2012-02-07 13:42:02:806 INFO DAGT0000 Call Chat auto-recovery message received.
    2012-02-07 13:42:02:821 INFO FCCC0000 Successfully connected to the Desktop Chat Service.
    2012-02-07 13:42:02:821 INFO DAGT0000 Call Chat auto-recovery message received.
    2012-02-07 13:42:02:946 INFO AcmiClnt0001 Failed to send message to the cti server. Error(failed to send message to cti server).
    2012-02-07 13:42:13:293 INFO VOIP4005 Desktop monitoring disabled for extension [1176].
    2012-02-07 14:05:01:184 INFO Agent MF2095 OnUpdateAcdLoginLogout: Remaining time 1999
    2012-02-07 14:05:01:184 INFO Agent MF2098 OnUpdateAcdLoginLogout: We receive AS_LOGOUT so close CAD window
    VERSION INFO: Environment: Platform .
    VERSION INFO: Environment: Working Dir: .
    VERSION INFO: Environment: User Dir: .
    VERSION INFO: Environment: Hostname .
    VERSION INFO: Environment: Timezone , DST Zone .
    VERSION INFO: Environment: Current time <2012-02-07 14:05:02.839>.
    VERSION INFO: Debug threshold .
    VERSION INFO: Max file size <3000000>.
    VERSION INFO: Max file count <1>.
    VERSION INFO: Module: agent.exe: Product Version <6.6.1.400> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: ntdll.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: kernel32.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: KERNELBASE.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: SplkStd.dll: Product <> Version <2.0.0.32> Pri Build <> Special Build <>.
    VERSION INFO: Module: WS2_32.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: msvcrt.dll: Product Version <7.0.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: RPCRT4.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: NSI.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: VERSION.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: SHLWAPI.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: GDI32.dll: Product Version <6.1.7601.17514> Pri Build <> Special Build <>.
    VERSION INFO: Module: USER32.dll: Product Version <6.1.7601.17514> Pri Build <> Special Build <>.
    VERSION INFO: Module: LPK.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: USP10.dll: Product Version <1.0626.7601.17561> Pri Build <> Special Build <>.
    VERSION INFO: Module: pthreadVC2.dll: Product <> Version <2, 8, 0, 0> Pri Build <> Special Build <>.
    VERSION INFO: Module: WSOCK32.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: MSVCR80.dll: Product Version <8.00.50727.4940> Pri Build <> Special Build <>.
    VERSION INFO: Module: xerces-c_2_7.dll: Product Version <2, 7, 0> Pri Build <> Special Build <>.
    VERSION INFO: Module: ADVAPI32.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: sechost.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: PSAPI.DLL: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: MSVCP80.dll: Product Version <8.00.50727.4940> Pri Build <> Special Build <>.
    VERSION INFO: Module: FCRasClient.dll: Product Version <6.6.1.400> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: omniDynamic410_vc8_rt.dll: Product <> Version <> Pri Build <> Special Build <>.
    VERSION INFO: Module: omniORB410_vc8_rt.dll: Product <> Version <> Pri Build <> Special Build <>.
    VERSION INFO: Module: omnithread33_vc8_rt.dll: Product <> Version <> Pri Build <> Special Build <>.
    VERSION INFO: Module: LRMClient.dll: Product Version <6.6.1.400> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: LDAPClientDLL.dll: Product Version <6.6.1.400> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: SplkSecurity.dll: Product Version <2.0.0.32> Pri Build Special Build <>.
    VERSION INFO: Module: LIBEAY32.dll: Product Version <0.9.8f> Pri Build <> Special Build <>.
    VERSION INFO: Module: libsasl.dll: Product Version Pri Build Special Build .
    VERSION INFO: Module: SplkSocket.dll: Product <> Version <1.0.0.44> Pri Build <> Special Build <>.
    VERSION INFO: Module: SplkMisc.dll: Product Version <6.6.1.54> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: RecordingClient.dll: Product Version <6.6.1.400> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: FCVoIPMonClientRec.dll: Product Version <6.6.1.54> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: OpenH323Wrapper.dll: Product Version <6.6.1.54> Pri Build <> Special Build <>.
    VERSION INFO: Module: ptlib.dll: Product <> Version <> Pri Build <> Special Build <>.
    VERSION INFO: Module: comdlg32.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: COMCTL32.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: SHELL32.dll: Product Version <6.1.7601.17514> Pri Build <> Special Build <>.
    VERSION INFO: Module: ole32.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: ODBC32.dll: Product <> Version <> Pri Build <> Special Build <>.
    VERSION INFO: Module: DNSAPI.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: WINMM.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: snmpapi.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: AVICAP32.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: MSVFW32.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: MPR.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: MobileAgentMonitor.dll: Product <> Version <> Pri Build <> Special Build <>.
    VERSION INFO: Module: FCCClient.dll: Product Version <6.6.1.54> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: CadSplkStd.dll: Product Version <6.6.1.54> Pri Build <6.6(1)> Special Build <>.
    VERSION INFO: Module: SAW.dll: Product Version <6.6.1.400> Pri Build <> Special Build <>.
    VERSION INFO: Module: CSI.dll: Product Version <6.6.1.400> Pri Build <> Special Build <>.
    VERSION INFO: Module: SSLEAY32.dll: Product Version <0.9.8f> Pri Build <> Special Build <>.
    VERSION INFO: Module: iphlpapi.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: WINNSI.DLL: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: SPLKTSSP.dll: Product Version <6.6.1.54> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: FCHooker.dll: Product Version <6.6.1.54> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: PhoneDev.dll: Product Version <6.6.1.400> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: AcmiClient.dll: Product Version <6.6.1.400> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: MFC80.DLL: Product Version <8.00.50727.4053> Pri Build <> Special Build <>.
    VERSION INFO: Module: OLEAUT32.dll: Product <> Version <> Pri Build <> Special Build <>.
    VERSION INFO: Module: DesktopMonitor.dll: Product Version <6.6.1.54> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: SplkWinPcap.dll: Product Version <6.6.1.54> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: shlapi.dll: Product Version <7, 0, 0, 0> Pri Build <> Special Build <>.
    VERSION INFO: Module: sllapi.dll: Product Version <7, 0, 0, 0> Pri Build <> Special Build <>.
    VERSION INFO: Module: XTP9510Libu.dll: Product Version <9, 5, 1, 0> Pri Build <> Special Build <>.
    VERSION INFO: Module: MFC80U.DLL: Product Version <8.00.50727.4053> Pri Build <> Special Build <>.
    VERSION INFO: Module: SplkUpdate.dll: Product Version <6.6.1.54> Pri Build <> Special Build <>.
    VERSION INFO: Module: EEMServerClient.dll: Product <> Version <6.6.1.400> Pri Build <> Special Build < >.
    VERSION INFO: Module: CADEEMConnector.dll: Product Version <6.6.1.400> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: MSIMG32.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: IMM32.DLL: Product Version <6.1.7601.17514> Pri Build <> Special Build <>.
    VERSION INFO: Module: MSCTF.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: SOPHOS~1.DLL: Product Version <9.5.5> Pri Build <> Special Build <>.
    VERSION INFO: Module: odbcint.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: ICMP.DLL: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: RASAPI32.DLL: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: rasman.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: MFC80ENU.DLL: Product Version <8.00.50727.4053> Pri Build <> Special Build <>.
    VERSION INFO: Module: AgentResDLL.dll: Product <> Version <> Pri Build <> Special Build <>.
    VERSION INFO: Module: NLAapi.dll: Product Version <6.1.7601.17514> Pri Build <> Special Build <>.

  • Trying again; Excel 2013 error 0xC0000005 when printing.

    Hi, I have a problem in excel 2013 where some excel documents give my co-workers this error:
    -<Eventxmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    -<System>
    <ProviderName="Application
    Error" />
    <EventID
    Qualifiers="0">1000</EventID>
    <Level>2</Level>
    <Task>100</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreatedSystemTime="2014-01-21T09:57:07.000000000Z"
    />
    <EventRecordID>8110</EventRecordID>
    <Channel>Application</Channel>
    <Computer>*******</Computer>
    <Security/>
    </System>
    -<EventData>
    <Data>EXCEL.EXE</Data>
    <Data>15.0.4517.1506</Data>
    <Data>51c9a403</Data>
    <Data>EXCEL.EXE</Data>
    <Data>15.0.4517.1506</Data>
    <Data>51c9a403</Data>
    <Data>c0000005</Data>
    <Data>0001edef</Data>
    <Data>18a0</Data>
    <Data>01cf168f089f7ce5</Data>
    <Data>C:\Program
    Files\Microsoft Office 15\Root\Office15\EXCEL.EXE</Data>
    <Data>C:\Program
    Files\Microsoft Office 15\Root\Office15\EXCEL.EXE</Data>
    <Data>626f5480-8282-11e3-9716-f0def14aeae3</Data>
    </EventData>
    </Event>
    Sometimes updating the excel document will give the same error. This could for example be a macro that updates the fields from our databases. I got around this problem by giving the user full control in security settings, but that is not a good solution.
    Running as admin or in safemode still crashes excel.
    Funny thing is that if we use excel 2010 then there are no problems at all. We use no special add-ins in these excel documents.

    We use a Olivetti d-Color MF280 Printer and we are running Microsoft SQL Server 2012.
    I think i mentioned in my other point that I found out that the problem wasn't native to windows 8.1. I get the crash on all users, on all operation systems when they try to print in excel 2013 on certain documents. I haven't experienced any similar issues
    in any other office applications.
    The dump file reg file doesn't seem to work at all atleast I can't find any dump files anywhere. I've pulled out the WER file, I hope that can help. Sorry for the danish bits, hope the context isn't lost.
    Version=1
    EventType=APPCRASH
    EventTime=130359756334762160
    ReportType=2
    Consent=1
    UploadTime=130359756340270025
    ReportIdentifier=36e85d75-8d75-11e3-9716-ddc64bab9718
    IntegratorReportIdentifier=36e85d74-8d75-11e3-9716-ddc64bab9718
    WOW64=1
    Response.type=4
    Sig[0].Name=Programnavn
    Sig[0].Value=EXCEL.EXE
    Sig[1].Name=Programversion
    Sig[1].Value=15.0.4517.1506
    Sig[2].Name=Tidsstempel for program
    Sig[2].Value=51c9a403
    Sig[3].Name=Fejlmodulnavn
    Sig[3].Value=EXCEL.EXE
    Sig[4].Name=Fejlmodulversion
    Sig[4].Value=15.0.4517.1506
    Sig[5].Name=Tidsstempel for fejlmodul
    Sig[5].Value=51c9a403
    Sig[6].Name=Undtagelseskode
    Sig[6].Value=c0000005
    Sig[7].Name=Undtagelsesforskydning
    Sig[7].Value=0001edef
    DynamicSig[1].Name=OS-version
    DynamicSig[1].Value=6.1.7601.2.1.0.256.48
    DynamicSig[2].Name=Landestandard-id
    DynamicSig[2].Value=1030
    UI[2]=C:\Program Files\Microsoft Office 15\Root\Office15\EXCEL.EXE
    UI[3]=Microsoft Excel er holdt op med at fungere
    UI[4]=Windows kan søge online efter en løsning på problemet og forsøge at gendanne dine oplysninger.
    UI[5]=Søg efter en løsning på internettet, og luk programmet
    UI[6]=Søg online efter en løsning senere, og luk programmet
    UI[7]=Luk programmet
    LoadedModule[0]=C:\Program Files\Microsoft Office 15\Root\Office15\EXCEL.EXE
    LoadedModule[1]=C:\Windows\SysWOW64\ntdll.dll
    LoadedModule[2]=C:\Windows\syswow64\kernel32.dll
    LoadedModule[3]=C:\Windows\syswow64\KERNELBASE.dll
    LoadedModule[4]=C:\Program Files\Microsoft Office 15\Root\Office15\AppVIsvSubsystems32.dll
    LoadedModule[5]=C:\Program Files\Microsoft Office 15\Root\Office15\AppVIsvStream32.dll
    LoadedModule[6]=C:\Program Files\Microsoft Office 15\Root\Office15\c2r32.dll
    LoadedModule[7]=C:\Windows\syswow64\ADVAPI32.dll
    LoadedModule[8]=C:\Windows\syswow64\msvcrt.dll
    LoadedModule[9]=C:\Windows\SysWOW64\sechost.dll
    LoadedModule[10]=C:\Windows\syswow64\RPCRT4.dll
    LoadedModule[11]=C:\Windows\syswow64\SspiCli.dll
    LoadedModule[12]=C:\Windows\syswow64\CRYPTBASE.dll
    LoadedModule[13]=C:\Windows\syswow64\ole32.dll
    LoadedModule[14]=C:\Windows\syswow64\GDI32.dll
    LoadedModule[15]=C:\Windows\syswow64\USER32.dll
    LoadedModule[16]=C:\Windows\syswow64\LPK.dll
    LoadedModule[17]=C:\Windows\syswow64\USP10.dll
    LoadedModule[18]=C:\Windows\system32\USERENV.dll
    LoadedModule[19]=C:\Windows\system32\profapi.dll
    LoadedModule[20]=C:\Windows\syswow64\SHELL32.dll
    LoadedModule[21]=C:\Windows\syswow64\SHLWAPI.dll
    LoadedModule[22]=C:\Program Files\Microsoft Office 15\Root\Office15\MSVCR100.dll
    LoadedModule[23]=C:\Program Files\Microsoft Office 15\Root\Office15\oart.dll
    LoadedModule[24]=C:\Windows\WinSxS\x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.7601.18120_none_72d2e82386681b36\gdiplus.dll
    LoadedModule[25]=C:\Program Files\Microsoft Office 15\Root\Office15\MSVCP100.dll
    LoadedModule[26]=C:\Windows\system32\d2d1.dll
    LoadedModule[27]=C:\Windows\system32\IMM32.DLL
    LoadedModule[28]=C:\Windows\syswow64\MSCTF.dll
    LoadedModule[29]=C:\Windows\syswow64\oleaut32.dll
    LoadedModule[30]=C:\Program Files (x86)\Common Files\Microsoft Shared\Office15\mso.dll
    LoadedModule[31]=C:\Windows\system32\MSIMG32.dll
    LoadedModule[32]=C:\Windows\system32\uxtheme.dll
    LoadedModule[33]=C:\Windows\system32\WTSAPI32.dll
    LoadedModule[34]=C:\Windows\system32\WINSTA.dll
    LoadedModule[35]=C:\Windows\system32\dxgi.dll
    LoadedModule[36]=C:\Windows\system32\VERSION.dll
    LoadedModule[37]=C:\Windows\system32\dwmapi.dll
    LoadedModule[38]=C:\Windows\syswow64\WINTRUST.dll
    LoadedModule[39]=C:\Windows\syswow64\CRYPT32.dll
    LoadedModule[40]=C:\Windows\syswow64\MSASN1.dll
    LoadedModule[41]=C:\Windows\system32\msi.dll
    LoadedModule[42]=C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_41e6975e2bd6f2b2\Comctl32.dll
    LoadedModule[43]=C:\Windows\system32\d3d10_1.dll
    LoadedModule[44]=C:\Windows\system32\d3d10_1core.dll
    LoadedModule[45]=C:\Windows\syswow64\PSAPI.DLL
    LoadedModule[46]=C:\Windows\system32\D3D10Warp.dll
    LoadedModule[47]=C:\Windows\system32\d3d11.dll
    LoadedModule[48]=C:\Windows\system32\igd10umd32.dll
    LoadedModule[49]=C:\Windows\system32\mscoree.dll
    LoadedModule[50]=C:\Windows\Microsoft.NET\Framework\v4.0.30319\mscoreei.dll
    LoadedModule[51]=C:\Windows\syswow64\CLBCatQ.DLL
    LoadedModule[52]=C:\Windows\System32\netprofm.dll
    LoadedModule[53]=C:\Windows\syswow64\NSI.dll
    LoadedModule[54]=C:\Windows\System32\nlaapi.dll
    LoadedModule[55]=C:\Windows\syswow64\WS2_32.dll
    LoadedModule[56]=C:\Windows\system32\CRYPTSP.dll
    LoadedModule[57]=C:\Windows\system32\rsaenh.dll
    LoadedModule[58]=C:\Windows\system32\RpcRtRemote.dll
    LoadedModule[59]=C:\Windows\System32\npmproxy.dll
    LoadedModule[60]=C:\Program Files (x86)\Common Files\Microsoft Shared\Office15\riched20.dll
    LoadedModule[61]=C:\Windows\system32\Secur32.dll
    LoadedModule[62]=C:\Program Files (x86)\Common Files\Microsoft Shared\OfficeSoftwareProtectionPlatform\osppc.dll
    LoadedModule[63]=C:\Windows\system32\DWrite.dll
    LoadedModule[64]=C:\Windows\syswow64\Normaliz.dll
    LoadedModule[65]=C:\Windows\system32\WINHTTP.dll
    LoadedModule[66]=C:\Windows\system32\webio.dll
    LoadedModule[67]=C:\Windows\system32\IPHLPAPI.DLL
    LoadedModule[68]=C:\Windows\system32\WINNSI.DLL
    LoadedModule[69]=C:\Windows\system32\dhcpcsvc.DLL
    LoadedModule[70]=C:\Windows\system32\dhcpcsvc6.DLL
    LoadedModule[71]=C:\Windows\system32\credssp.dll
    LoadedModule[72]=C:\Windows\syswow64\CFGMGR32.dll
    LoadedModule[73]=C:\Windows\system32\WindowsCodecs.dll
    LoadedModule[74]=C:\Program Files\ThinkPad\Bluetooth Software\SysWOW64\btsendto_office.dll
    LoadedModule[75]=C:\Program Files\ThinkPad\Bluetooth Software\SysWOW64\btosif.dll
    LoadedModule[76]=C:\Windows\WinSxS\x86_microsoft.vc80.mfc_1fc8b3b9a1e18e3b_8.0.50727.762_none_0c178a139ee2a7ed\MFC80.DLL
    LoadedModule[77]=C:\Windows\WinSxS\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.4940_none_d08cc06a442b34fc\MSVCR80.dll
    LoadedModule[78]=C:\Program Files\ThinkPad\Bluetooth Software\SysWOW64\BTChooser.dll
    LoadedModule[79]=C:\Program Files\ThinkPad\Bluetooth Software\SysWOW64\btwapi.dll
    LoadedModule[80]=C:\Windows\syswow64\SETUPAPI.dll
    LoadedModule[81]=C:\Windows\syswow64\DEVOBJ.dll
    LoadedModule[82]=C:\Program Files\ThinkPad\Bluetooth Software\SysWOW64\BtWdSdk.dll
    LoadedModule[83]=C:\Windows\system32\WINSPOOL.DRV
    LoadedModule[84]=C:\Program Files\ThinkPad\Bluetooth Software\SysWOW64\btsendto.dll
    LoadedModule[85]=C:\Windows\syswow64\WININET.dll
    LoadedModule[86]=C:\Windows\syswow64\iertutil.dll
    LoadedModule[87]=C:\Windows\syswow64\urlmon.dll
    LoadedModule[88]=C:\Windows\WinSxS\x86_microsoft.vc80.mfc_1fc8b3b9a1e18e3b_8.0.50727.762_none_0c178a139ee2a7ed\MFC80U.DLL
    LoadedModule[89]=C:\Windows\WinSxS\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.4940_none_d08cc06a442b34fc\MSVCP80.dll
    LoadedModule[90]=C:\Windows\system32\irprops.cpl
    LoadedModule[91]=C:\Windows\system32\WSOCK32.dll
    LoadedModule[92]=C:\Windows\system32\bthprops.cpl
    LoadedModule[93]=C:\Windows\system32\SXS.DLL
    LoadedModule[94]=C:\Windows\System32\msxml6.dll
    LoadedModule[95]=C:\Windows\system32\propsys.dll
    LoadedModule[96]=C:\Windows\system32\ntmarta.dll
    LoadedModule[97]=C:\Windows\syswow64\WLDAP32.dll
    LoadedModule[98]=C:\Windows\system32\mswsock.dll
    LoadedModule[99]=C:\Windows\System32\wshtcpip.dll
    LoadedModule[100]=C:\Windows\System32\wship6.dll
    LoadedModule[101]=C:\Windows\system32\DNSAPI.dll
    LoadedModule[102]=C:\Windows\system32\rasadhlp.dll
    LoadedModule[103]=C:\Windows\System32\fwpuclnt.dll
    LoadedModule[104]=C:\Windows\system32\MPR.DLL
    LoadedModule[105]=C:\Windows\SysWOW64\schannel.dll
    LoadedModule[106]=C:\Windows\system32\apphelp.dll
    LoadedModule[107]=C:\Windows\system32\ncrypt.dll
    LoadedModule[108]=C:\Windows\system32\bcrypt.dll
    LoadedModule[109]=C:\Windows\SysWOW64\bcryptprimitives.dll
    LoadedModule[110]=C:\Windows\system32\GPAPI.dll
    LoadedModule[111]=C:\Windows\system32\webservices.dll
    LoadedModule[112]=C:\Program Files (x86)\Common Files\Microsoft Shared\Office15\MSOIDCLIL.DLL
    LoadedModule[113]=C:\Windows\system32\SensApi.dll
    LoadedModule[114]=C:\Program Files (x86)\Common Files\Microsoft Shared\VBA\VBA7.1\VBE7.DLL
    LoadedModule[115]=C:\Program Files (x86)\Common Files\Microsoft Shared\VBA\VBA7.1\VBEUI.DLL
    LoadedModule[116]=C:\Windows\system32\cryptnet.dll
    LoadedModule[117]=C:\Program Files (x86)\Common Files\Microsoft Shared\VBA\VBA7.1\1053\VBE7INTL.DLL
    LoadedModule[118]=C:\Windows\SysWOW64\FM20.DLL
    LoadedModule[119]=C:\Windows\system32\WINMM.dll
    LoadedModule[120]=C:\Windows\SysWOW64\ieframe.dll
    LoadedModule[121]=C:\Windows\SysWOW64\OLEACC.dll
    LoadedModule[122]=C:\Windows\system32\LINKINFO.dll
    LoadedModule[123]=C:\Windows\system32\ntshrui.dll
    LoadedModule[124]=C:\Windows\system32\srvcli.dll
    LoadedModule[125]=C:\Windows\system32\cscapi.dll
    LoadedModule[126]=C:\Windows\system32\slc.dll
    LoadedModule[127]=C:\Program Files (x86)\Common Files\Microsoft Shared\Office15\MSPTLS.DLL
    LoadedModule[128]=C:\Windows\system32\XmlLite.dll
    LoadedModule[129]=C:\Windows\system32\msimtf.dll
    LoadedModule[130]=C:\Program Files\Microsoft Office 15\Root\Office15\MSOSTYLE.DLL
    LoadedModule[131]=C:\Program Files (x86)\Common Files\Microsoft Shared\Office15\csi.dll
    LoadedModule[132]=C:\Windows\system32\PeerDist.dll
    LoadedModule[133]=C:\Windows\system32\AUTHZ.dll
    Sec[0].Key=LCID
    Sec[0].Value=1030
    Sec[1].Key=skulcid
    Sec[1].Value=1053
    State[0].Key=Transport.DoneStage1
    State[0].Value=1
    FriendlyEventName=Handlingen blev afbrudt
    ConsentKey=APPCRASH
    AppName=Microsoft Excel
    AppPath=C:\Program Files\Microsoft Office 15\root\office15\EXCEL.EXE

  • LR 1.3.1 & 1.4.1 Develop Module Crashes

    Lightroom 1.3.1 & 1.4.1 Develop Module Crashes Program Need Help / Fix:
    Problem: Lightroom loads to the Library Module just fine and images can be imported, exported, modified etc., everything seams to be functional. Switching to Develop the LR program crashes when attempting to bring an image from Library into Develop.
    Since January 1, 2008 have been running on Vista Ultimate 64 on this home built machine, specs below. This is a freestanding desk machine not connected to the Internet. This problem started on August 30, 2008. There were no software up-dates, new programs installed or configuration changes to the hardware or software to this computer prior to this problem occurring.
    Following are the Problem signature and Event Viewer Log data concerning the LR Developcrash:
    Problem signature:
    Problem Event Name: APPCRASH
    Application Name: lightroom.exe
    Application Version: 1.4.1.0
    Application Timestamp: 47f283d7
    Fault Module Name: MFC80U.DLL
    Fault Module Version: 8.0.50727.762
    Fault Module Timestamp: 45713438
    Exception Code: c0000005
    Exception Offset: 00025587
    OS Version: 6.0.6000.2.0.0.256.1
    Locale ID: 1033
    Additional Information 1: 8d13
    Additional Information 2: cdca9b1d21d12b77d84f02df48e34311
    Additional Information 3: 8d13
    Additional Information 4: cdca9b1d21d12b77d84f02df48e34311
    Read our privacy statement:
    http://go.microsoft.com/fwlink/?l
    Activation context generation failed for "C:\Program Files (x86)\Adobe\Adobe Photoshop Lightroom 1.4\Microsoft.VC80.MFC\MFC80.DLL".Error in manifest or policy file "C:\Program Files (x86)\Adobe\Adobe Photoshop Lightroom 1.4\Microsoft.VC80.MFC\Microsoft.VC80.MFCLOC\Microsoft.VC80.MFCLOC.MANIFEST" on line 5. Component identity found in manifest does not match the identity of the component requested. Reference is Microsoft.VC80.MFCLOC,processorArchitecture="x86",publicKeyToken="1fc8b3b9a1e18e3b",type= "win32",version="8.0.50608.0". Definition is Microsoft.VC80.MFCLOC,processorArchitecture="x86",publicKeyToken="1fc8b3b9a1e18e3b",type= "win32",version="8.0.50727.42". Please use sxstrace.exe for detailed diagnosis.
    Error 8/31/2008 12:30:26 PM SideBySide 35 None
    Error 8/31/2008 12:30:26 PM SideBySide 35 None
    Error 8/31/2008 12:30:26 PM SideBySide 35 None
    Error 8/31/2008 12:30:26 PM SideBySide 35 None
    Error 8/31/2008 12:30:26 PM SideBySide 35 None
    Error 8/30/2008 2:24:32 PM SideBySide 35 None
    Error 8/30/2008 2:24:32 PM SideBySide 35 None
    Error 8/30/2008 2:24:32 PM SideBySide 35 None
    Error 8/30/2008 2:24:32 PM SideBySide 35 None
    Error 8/30/2008 2:24:32 PM SideBySide 35 None
    Error 8/30/2008 2:24:11 PM SideBySide 35 None
    Error 8/30/2008 2:24:11 PM SideBySide 35 None
    Error 8/30/2008 2:24:11 PM SideBySide 35 None
    Error 8/30/2008 2:24:11 PM SideBySide 35 None
    Error 8/30/2008 2:24:11 PM SideBySide 35 None
    Error 8/30/2008 2:20:19 PM SideBySide 35 None
    Error 8/30/2008 2:20:19 PM SideBySide 35 None
    Error 8/30/2008 2:20:19 PM SideBySide 35 None
    Error 8/30/2008 2:20:19 PM SideBySide 35 None
    Error 8/30/2008 2:20:19 PM SideBySide 35 None
    Error 8/30/2008 2:19:24 PM SideBySide 35 None
    Error 8/30/2008 2:19:24 PM SideBySide 35 None
    Error 8/30/2008 2:19:24 PM SideBySide 35 None
    Error 8/30/2008 2:19:24 PM SideBySide 35 None
    Error 8/30/2008 2:19:24 PM SideBySide 35 None
    Error 8/30/2008 1:26:16 PM SideBySide 35 None
    Error 8/30/2008 1:26:14 PM SideBySide 35 None
    Error 8/30/2008 1:26:14 PM SideBySide 35 None
    Error 8/30/2008 1:26:13 PM SideBySide 35 None
    Error 8/30/2008 1:26:13 PM SideBySide 35 None
    Error 8/30/2008 11:03:44 AM SideBySide 35 None
    Error 3/14/2008 4:53:08 PM SideBySide 35 None
    Error 3/14/2008 4:53:07 PM SideBySide 35 None
    Error 12/29/2007 11:04:09 AM SideBySide 35 None
    Faulting application lightroom.exe, version 1.4.1.0, time stamp 0x47f283d7, faulting module MFC80U.DLL, version 8.0.50727.762, time stamp 0x45713438, exception code 0xc0000005, fault offset 0x00025587, process id

    Hi, thanks for the advice. I wouldn't have liked to reinstall straight away.. The preferences deletion didn't help, but now it seems that reinstalling did it, so I'm well off into adjusting some pics again! :) It seems the 1.3.1 has had quite many problems? Hopefully they don't last too long..
    --patrik

  • Application Engine Server process dies on Windows

    Hi experts,
    We developed an AE in which employee data will be calculated and inserted to HR core table via CI. We started multiple instance of the AE by people code, most of them will success but others run into error and reported "Process XXX is marked 'Initiated' or 'Processing' but no longer running.". On further research we found the windows process (PSAESRV) died and a folder named PSAESRV.PID was generated in process scheduler log directory. The following can be found in "process_state.txt" in the directory:
    Exception: (0xC0000005) EXCEPTION_ACCESS_VIOLATION - Memory access violation
    (The memory at 0x00133000 could not be read)
    Exception location:
    Fault address=0x2500b836 0001:0000a836 C:\PT850\BIN\SERVER\WINX86\pscmnutils.dll
    Other information:
    Tools: 8.50
    Server:Windows XP SP3.
    Database:Oracle 10.2.0.1.0.
    Could any one figure out what's the problem?
    Edited by: user9546195 on 2010-12-7 下午10:32

    Yes it's running on Windows XP professional. We run the test both in Linux Server and Windows XP.  So far no error has been found in Linux Server.  We began performance test and found the error on Windows XP on April,2010. Then we refine the code and test again these days, and the error happens again with the same error message.
    *Not sure whether the Peopletools is up-to-date or not, the version of modules can be found in the "process_state.txt" file of the dead process. Attached below is the file.
    Thanks!
    Crash report file opened as 'C:\Documents and Settings\Administrator\psft\pt\8.50\appserv\prcs\HC91PT\LOGS\PSAESRV.6604\process_state.txt'
    ==================================================================================
    Process state report - Start
    Local Time: Wed Dec 08 13:40:55 2010
    UTC Time: Wed Dec 08 05:40:55 2010
    Timezone: China Standard Time
    ==================================================================================
    ==================================================================================
    Process information
    Process ID: 6604
    ==================================================================================
    System information:
    Architecture: x86
    OS Name: Windows
    OS Version: XP Professional (Kernel 5.1, Build 2600, Service Pack 3)
    OS Parameters: %SystemRoot%\system32\csrss.exe ObjectDirectory=\Windows SharedSection=1024,3072,512 Windows=On SubSystemType=Windows ServerDll=basesrv,1 ServerDll=winsrv:UserServerDllInitialization,3 ServerDll=winsrv:ConServerDllInitialization,2 ProfileControl=Off MaxRequestThreads=16
    Physical memory: 3327MB total, 243MB available
    Paging space: 6319MB total, 868MB available
    ==================================================================================
    Process diagnostics - Start
    ==================================================================================
    Stack Trace
    Stack trace for process ID: 6604
    Thread 3400 (Exception thread):
    Address Frame Function Arguments Module!Symbol Name
    0x2500b836 0x0012f8b4 0x16219ada 0x03c24ca8 0x01940e58 0x2500d746 EXP pscmnutils!CWriteFrame::Copy+0xf6
    0x2500cab7 0x0012f8fc 0x197eeda0 0x0572d250 0x0572d250 0x0012f94c EXP pscmnutils!CWriteFrame::FlushSecondaryAttachList+0x87
    0x28102666 0x0012f91c 0x0012f970 0000000000 0x0012f958 0x2810d7ce EXP psnetapi!CNetSendMsg::~CNetSendMsg+0x76
    0x28102723 0x0012f92c 0x00000001 0x197eede4 0x01940e58 0000000000 EXP psnetapi!CNetSendMsg::~CNetSendMsg+0x133
    0x2810d7ce 0x0012f958 0x273a8f13 0x01940e58 0x01970a70 0x01214448 EXP psnetapi!CNetReqRepSvc::~CNetReqRepSvc+0xfe
    0x004014a5 0x0012fb7c 0x01940e58 0x273a8fdf 0x0193f8a8 0x0121b250 *** PSAESRV!<symbol>
    0x00401c38 0x0012fbb0 0x01940e58 0x01214448 0x0193d750 0x0121b250 *** PSAESRV!<symbol>
    0x6046776e 0x0012fc58 0x0121b250 0x0012fcd8 0x03452198 0x00000001 EXP LIBTUX!tmsvcdsp+0xc4e
    0x604847fb 0x0012fca8 0x0121b250 0x0012fcd8 0000000000 0x0121db68 EXP LIBTUX!tmrcvrq+0x73b
    0x6048a1a9 0x0012fcfc 0000000000 0x7c93003d 0000000000 0x0012fd20 EXP LIBTUX!tmrunserver+0xe19
    0x7c930021 0x0012fd04 0000000000 0x0012fd20 0000000000 0x0012fd28 EXP ntdll!RtlFreeHeap+0x114
    <Invalid stack frame detected: Frame address 0000000000 should be higher than 0x0012fd04>
    0x7c93003d 0000000000 0000000000 0000000000 0000000000 0000000000 EXP ntdll!RtlFreeHeap+0x130
    Thread 17664:
    Address Frame Function Arguments Module!Symbol Name
    0x7c92e4f4 0x01ccff44 0x00000002 0x01ccff6c 0000000000 0x000493e0 EXP ntdll!KiFastSystemCallRet+0x0
    0x77dc8601 0x01ccffb4 0000000000 0x7c93428f 0000000000 0000000000 EXP ADVAPI32!WmiFreeBuffer+0x24e
    0x7c80b713 0x01ccffec 0x77dc845a 0000000000 0000000000 0x00000032 EXP kernel32!GetModuleFileNameA+0x1b4
    Thread 31556:
    Address Frame Function Arguments Module!Symbol Name
    0x7c92e4f4 0x03c23ac4 0xffffffff 0000000000 0x03c23ae8 0x29712bab EXP ntdll!KiFastSystemCallRet+0x0
    0x7c802455 0x03c23ad4 0xffffffff 0x4cff1a68 0x0121cab0 0x03c24204 EXP kernel32!Sleep+0xf
    0x29712bab 0x03c23ae8 0xffffffff 0000000000 0x18b31bb3 0x00000057 EXP pspal!PSPAL_GetThread+0x11b
    0x297011cc 0x03c24204 0x2971a970 0x2971a5a8 0x00000241 0x2971a9ac EXP pspal!<symbol>
    0x29705515 0x03c24240 0x03c24844 0000000000 0x781778f1 0x00000057 EXP pspal!PSPAL_GetExceptionHandler+0xc25
    0x29705c32 0x03c24258 0x03c24844 0x18b31c1b 0000000000 0x7c885780 EXP pspal!PSPAL_GetExceptionHandler+0x1342
    0x29706502 0x03c245ac 0x03c24844 0000000000 0000000000 0000000000 EXP pspal!PSPAL_GetExceptionHandler+0x1c12
    0x7c864031 0x03c2481c 0x03c24844 0x7c839b21 0x03c2484c 0000000000 EXP kernel32!UnhandledExceptionFilter+0x1c7
    0x7c83ab38 0x03c2ffec 0x7813286e 0x0341cba0 0000000000 0x00000008 EXP kernel32!ValidateLocale+0x1328
    ==================================================================================
    Loaded Modules
    Base Version Name
    0x00400000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\PSAESRV.exe
    0x7C920000 5.01.2600.5512 C:\WINDOWS\system32\ntdll.dll
    0x7C800000 5.01.2600.5512 C:\WINDOWS\system32\kernel32.dll
    0x60420000 C:\FUSION\TUXEDO10GR3_VS2005\BIN\LIBTUX.dll
    0x78130000 8.00.50727.4053 C:\WINDOWS\WinSxS\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.4053_x-ww_e6967989\MSVCR80.dll
    0x77BE0000 7.00.8638.5512 C:\WINDOWS\system32\msvcrt.dll
    0x60D90000 C:\FUSION\TUXEDO10GR3_VS2005\BIN\LIBENGINE.dll
    0x71A40000 5.01.2600.5512 C:\WINDOWS\system32\WSOCK32.dll
    0x71A20000 5.01.2600.5512 C:\WINDOWS\system32\WS2_32.dll
    0x77DA0000 5.01.2600.5512 C:\WINDOWS\system32\ADVAPI32.dll
    0x77E50000 5.01.2600.6015 C:\WINDOWS\system32\RPCRT4.dll
    0x77FC0000 5.01.2600.5834 C:\WINDOWS\system32\Secur32.dll
    0x71A10000 5.01.2600.5512 C:\WINDOWS\system32\WS2HELP.dll
    0x77D10000 5.01.2600.5512 C:\WINDOWS\system32\USER32.dll
    0x77EF0000 5.01.2600.5512 C:\WINDOWS\system32\GDI32.dll
    0x60D30000 C:\FUSION\TUXEDO10GR3_VS2005\BIN\LIBFML.dll
    0x60D10000 C:\FUSION\TUXEDO10GR3_VS2005\BIN\LIBFML32.dll
    0x60C90000 C:\FUSION\TUXEDO10GR3_VS2005\BIN\LIBGICONV.dll
    0x60EE0000 C:\FUSION\TUXEDO10GR3_VS2005\BIN\LIBBUFT.dll
    0x10000000 C:\FUSION\TUXEDO10GR3_VS2005\BIN\LIBUTRACE.dll
    0x76990000 5.01.2600.5512 C:\WINDOWS\system32\ole32.dll
    0x29700000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\pspal.dll
    0x29600000 1.10.0000.0000 C:\PT850\BIN\SERVER\WINX86\TRIO.dll
    0x7D590000 6.00.2900.6018 C:\WINDOWS\system32\SHELL32.dll
    0x77F40000 6.00.2900.5912 C:\WINDOWS\system32\SHLWAPI.dll
    0x76BC0000 5.01.2600.5512 C:\WINDOWS\system32\PSAPI.DLL
    0x03000000 6.09.0003.0113 C:\PT850\BIN\SERVER\WINX86\dbghelp.dll
    0x77BD0000 5.01.2600.5512 C:\WINDOWS\system32\VERSION.dll
    0x7C420000 8.00.50727.4053 C:\WINDOWS\WinSxS\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.4053_x-ww_e6967989\MSVCP80.dll
    0x00430000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\psaesrvutils.dll
    0x25000000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\pscmnutils.dll
    0x76B10000 5.01.2600.5512 C:\WINDOWS\system32\WINMM.dll
    0x30E00000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\pspetssl.dll
    0x00470000 C:\PT850\BIN\SERVER\WINX86\PSLIBEAY32.dll
    0x00550000 1.02.0002.0000 C:\PT850\BIN\SERVER\WINX86\zlib1.dll
    0x28100000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\psnetapi.dll
    0x29800000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\PSJNI.dll
    0x27E00000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\psmt.dll
    0x25200000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\pscompat.dll
    0x24A00000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\psbtunicode.dll
    0x24F00000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\pscmn.dll
    0x005E0000 7.18.0001.0000 C:\PT850\BIN\SERVER\WINX86\libpscurl.dll
    0x00630000 C:\PT850\BIN\SERVER\WINX86\PSSSLEAY32.dll
    0x12000000 C:\PT850\BIN\SERVER\WINX86\xerces-depdom_2_6.dll
    0x00680000 2.05.0000.0000 C:\PT850\BIN\SERVER\WINX86\xerces-c_2_6.dll
    0x2B700000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\psperfagent.dll
    0x692E0000 5.00.2195.4952 C:\PT850\BIN\SERVER\WINX86\pdh.dll
    0x76320000 6.00.2900.5512 C:\WINDOWS\system32\comdlg32.dll
    0x5D170000 5.82.2900.5512 C:\WINDOWS\system32\COMCTL32.dll
    0x770F0000 5.01.2600.5512 C:\WINDOWS\system32\OLEAUT32.dll
    0x60530000 C:\FUSION\TUXEDO10GR3_VS2005\BIN\LIBTMIB.dll
    0x606C0000 C:\FUSION\TUXEDO10GR3_VS2005\BIN\LIBQM.dll
    0x606B0000 C:\FUSION\TUXEDO10GR3_VS2005\BIN\LIBQS.dll
    0x24600000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\psappeng.dll
    0x24D00000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\psbufapi.dll
    0x2DC00000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\pssys.dll
    0x27700000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\psmath.dll
    0x27A00000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\psmgr.dll
    0x2CD00000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\pssam.dll
    0x27D00000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\psmsf.dll
    0x2AF00000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\pspceval.dll
    0x00940000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\psdbgutils.dll
    0x2B000000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\pspcm.dll
    0x25C00000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\psfinmth.dll
    0x2C500000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\pspubsub.dll
    0x27200000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\pskeystore.dll
    0x30600000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\psxmldoc.dll
    0x009C0000 1.09.0000.0000 C:\PT850\BIN\SERVER\WINX86\Xalan-C_1_9.dll
    0x00C20000 C:\PT850\BIN\SERVER\WINX86\XalanMessages_1_9.dll
    0x26800000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\psintbrkr.dll
    0x26C00000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\psiobase.dll
    0x26D00000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\psiocls.dll
    0x3E410000 7.00.6000.17080 C:\WINDOWS\system32\WININET.dll
    0x00C70000 6.00.5441.0000 C:\WINDOWS\system32\Normaliz.dll
    0x3EAB0000 7.00.6000.17080 C:\WINDOWS\system32\iertutil.dll
    0x00C80000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\PSAPIAdapter.DLL
    0x25E00000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\psflr.dll
    0x29100000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\psoptshared.dll
    0x2D200000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\psqastransfer.dll
    0x27500000 C:\PT850\BIN\SERVER\WINX86\psls.dll
    0x2C300000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\pspsm.dll
    0x2CC00000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\psrenutil.dll
    0x2A900000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\pspageutil.dll
    0x29F00000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\psstflsrvutils.dll
    0x29D00000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\psbamparser.dll
    0x30F00000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\pswrkrt.dll
    0x782E0000 8.00.50727.4053 C:\WINDOWS\WinSxS\x86_Microsoft.VC80.MFC_1fc8b3b9a1e18e3b_8.0.50727.4053_x-ww_b77cec8e\MFC80U.DLL
    0x24500000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\psapmsg.dll
    0x29B00000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\psstatecore.dll
    0x2A100000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\psbamutil.dll
    0x29900000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\psstateutil.dll
    0x29200000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\psoptutil.dll
    0x2AA00000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\pspams.dll
    0x00DD0000 11.00.0001.0000 C:\PT850\BIN\SERVER\WINX86\cplex110.dll
    0x2D100000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\psqasutil.dll
    0x2D400000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\psserver.dll
    0x011B0000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\pstcagent.dll
    0x2EA00000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\pstcproxy.dll
    0x76300000 5.01.2600.5512 C:\WINDOWS\system32\IMM32.DLL
    0x62C20000 5.01.2600.5512 C:\WINDOWS\system32\LPK.DLL
    0x73FA0000 1.420.2600.5969 C:\WINDOWS\system32\USP10.dll
    0x77180000 6.00.2900.6028 C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.6028_x-ww_61e65202\comctl32.dll
    0x5DBA0000 5.01.2600.5512 C:\WINDOWS\system32\rdpsnd.dll
    0x762D0000 5.01.2600.5512 C:\WINDOWS\system32\WINSTA.dll
    0x5FDD0000 5.01.2600.5694 C:\WINDOWS\system32\NETAPI32.dll
    0x2D300000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\pssecurity.dll
    0x5D360000 8.00.50727.4053 C:\WINDOWS\WinSxS\x86_Microsoft.VC80.MFCLOC_1fc8b3b9a1e18e3b_8.0.50727.4053_x-ww_0ccc058c\MFC80CHS.DLL
    0x60130000 10.03.0000.0000 C:\fusion\tuxedo10gR3_VS2005\bin\registry.dll
    0x25700000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\PSORA.dll
    0x01FF0000 10.02.0000.0000 D:\ORACLE\BIN\OCI.dll
    0x7C340000 7.10.3052.0004 C:\WINDOWS\system32\MSVCR71.dll
    0x61C20000 10.02.0000.0000 D:\oracle\bin\OraClient10.Dll
    0x60870000 10.02.0000.0000 D:\oracle\bin\oracore10.dll
    0x60A80000 10.02.0000.0000 D:\oracle\bin\oranls10.dll
    0x63690000 10.02.0000.0000 D:\oracle\bin\oraunls10.dll
    0x01F30000 10.02.0000.0000 D:\oracle\bin\orauts.dll
    0x636B0000 10.02.0000.0000 D:\oracle\bin\oravsn10.dll
    0x60FA0000 10.02.0000.0000 D:\oracle\bin\oracommon10.dll
    0x02050000 10.02.0000.0000 D:\oracle\bin\orageneric10.dll
    0x63430000 10.02.0000.0000 D:\oracle\bin\orasnls10.dll
    0x025B0000 10.02.0000.0000 D:\oracle\bin\oraxml10.dll
    0x01F40000 7.00.2600.5512 C:\WINDOWS\system32\MSVCIRT.dll
    0x60960000 10.02.0000.0000 D:\oracle\bin\oran10.dll
    0x62740000 10.02.0000.0000 D:\oracle\bin\oranl10.dll
    0x62790000 10.02.0000.0000 D:\oracle\bin\oranldap10.dll
    0x627F0000 10.02.0000.0000 D:\oracle\bin\orannzsbb10.dll
    0x62530000 10.02.0000.0000 D:\oracle\bin\oraldapclnt10.dll
    0x62670000 10.02.0000.0000 D:\oracle\bin\orancrypt10.dll
    0x62920000 10.02.0000.0000 D:\oracle\bin\oranro10.dll
    0x626B0000 10.02.0000.0000 D:\oracle\bin\oranhost10.dll
    0x62660000 10.02.0000.0000 D:\oracle\bin\orancds10.dll
    0x629C0000 10.02.0000.0000 D:\oracle\bin\orantns10.dll
    0x02710000 10.02.0000.0000 D:\oracle\bin\orapls10.dll
    0x02A70000 10.02.0000.0000 D:\oracle\bin\oraslax10.dll
    0x63080000 10.02.0000.0000 D:\oracle\bin\oraplp10.dll
    0x61ED0000 10.02.0000.0000 D:\oracle\bin\orahasgen10.dll
    0x62AB0000 10.02.0000.0000 D:\oracle\bin\oraocr10.dll
    0x62B20000 10.02.0000.0000 D:\oracle\bin\oraocrb10.dll
    0x62980000 10.02.0000.0000 D:\oracle\bin\orantcp10.dll
    0x02A80000 10.02.0000.0000 D:\oracle\bin\orasql10.dll
    0x719C0000 5.01.2600.5512 C:\WINDOWS\system32\mswsock.dll
    0x02DD0000 5.01.2600.5512 C:\WINDOWS\system32\hnetcfg.dll
    0x71A00000 5.01.2600.5512 C:\WINDOWS\System32\wshtcpip.dll
    0x71F00000 5.01.2600.5512 C:\WINDOWS\system32\security.dll
    0x77C40000 5.01.2600.5876 C:\WINDOWS\system32\msv1_0.dll
    0x76760000 5.01.2600.5512 C:\WINDOWS\system32\cryptdll.dll
    0x76D30000 5.01.2600.5512 C:\WINDOWS\system32\iphlpapi.dll
    0x2BE00000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\psppr.dll
    0x02F80000 C:\PT850\BIN\SERVER\WINX86\PSUSER.DLL
    0x76FA0000 2001.12.0000.4414 C:\WINDOWS\system32\CLBCATQ.DLL
    0x77020000 2001.12.0000.4414 C:\WINDOWS\system32\COMRes.dll
    0x28700000 8.50.0000.0000 C:\PT850\BIN\SERVER\WINX86\psoftapi.dll
    0x55300000 4.00.0001.0002 C:\PT850\BIN\SERVER\WINX86\pdflib.dll
    Process diagnostics - End
    ==================================================================================
    ==================================================================================
    Internal process state - Start
    ==================================================================================
    Abort message:
    Unrecoverable exception received
    ==================================================================================
    Exception context:
    Exception record:
    Exception: (0xC0000005) EXCEPTION_ACCESS_VIOLATION - Memory access violation
    (The memory at 0x00133000 could not be read)
    Exception is continuable
    Machine context:
    eip:2500b836
    eflags:00210283
    system: [ ID:1 VIP:0 VIF:0 AC:0 VM:0 RF:1 NT:0 IOPL:0 IF:1 TF:0 ]
    status: [ OF:0 SF:1 ZF:0 AF:0 PF:0 CF:1 ]
    control: [ DF:0 ]
    cs:001b ds:0023 es:0023 fs:003b gs:0000 ss:0023
    eax:00002386 ebx:16219a00 ecx:00133000 edx:3eb0003a
    esi:0572d250 edi:0012e8e4 ebp:0012f8b4 esp:0012f8a8
    fpcw:027f [ X:0 RC:0(nearest) PC:2(double) PM:1 UM:1 OM:1 ZM:1 DM:1 IM:1 ]
    fpsw:0120 [ B:0 C3:0 TOP:0 C2:0 C1:0 C0:1 ES:0 SF:0 PE:1 UE:0 OE:0 ZE:0 DE:0 IE:0 ]
    fptw:ffff
    fip:001b:2b70cc0d
    fdp:0023:0012e9f0
    st0:000078141fe4fffffffc (empty) 0
    st1:0000781420637c8097d0 (empty) 0
    st2:00270000000700000000 (empty) nan
    st3:2e58781c19f800000000 (empty) nan
    st4:00000000000000d7fa01 (empty) 0
    st5:000000d7f90460e65d5b (empty) 0
    st6:400ec547000000000000 (empty) 50503
    st7:00000000000000000000 (empty) 0
    mm0:78141fe4fffffffc
    :fffffffc 78141fe4
    :fffc ffff 1fe4 7814
    :fc ff ff ff e4 1f 14 78
    mm1:781420637c8097d0
    :7c8097d0 78142063
    :97d0 7c80 2063 7814
    :d0 97 80 7c 63 20 14 78
    mm2:0000000700000000
    :00000000 00000007
    :0000 0000 0007 0000
    :00 00 00 00 07 00 00 00
    mm3:781c19f800000000
    :00000000 781c19f8
    :0000 0000 19f8 781c
    :00 00 00 00 f8 19 1c 78
    mm4:0000000000d7fa01
    :00d7fa01 00000000
    :fa01 00d7 0000 0000
    :01 fa d7 00 00 00 00 00
    mm5:00d7f90460e65d5b
    :60e65d5b 00d7f904
    :5d5b 60e6 f904 00d7
    :5b 5d e6 60 04 f9 d7 00
    mm6:c547000000000000
    :00000000 c5470000
    :0000 0000 0000 c547
    :00 00 00 00 00 00 47 c5
    mm7:0000000000000000
    :00000000 00000000
    :0000 0000 0000 0000
    :00 00 00 00 00 00 00 00
    mxcsr:00001f80 [ FZ:0 RC:0 PM:1 UM:1 OM:1 ZM:1 DM:1 IM:1 DAZ:0 PE:0 UE:0 OE:0 ZE:0 DE:0 IE:0 ]
    xmm0:00000000000000000000000000000000
    :00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    :0000 0000 0000 0000 0000 0000 0000 0000
    :00000000 00000000 00000000 00000000
    :0000000000000000 0000000000000000
    : 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00
    : 0.000000000000000e+00 0.000000000000000e+00
    xmm1:00660020007300730065006300630061
    :61 00 63 00 63 00 65 00 73 00 73 00 20 00 66 00
    :0061 0063 0063 0065 0073 0073 0020 0066
    :00630061 00650063 00730073 00660020
    :0065006300630061 0066002000730073
    : 9.091850e-39 9.275524e-39 1.056124e-38 9.367265e-39
    : 9.345982464254671e-307 9.790542281716366e-307
    xmm2:0020007200650073007500200072006f
    :6f 00 72 00 20 00 75 00 73 00 65 00 72 00 20 00
    :006f 0072 0020 0075 0073 0065 0072 0020
    :0072006f 00750020 00650073 00200072
    :007500200072006f 0020007200650073
    : 1.046940e-38 1.074480e-38 9.275546e-39 2.938896e-39
    : 1.869105501982261e-306 4.450631538595433e-308
    xmm3:0067006e0061006800630020006f0074
    :74 00 6f 00 20 00 63 00 68 00 61 00 6e 00 67 00
    :0074 006f 0020 0063 0068 0061 006e 0067
    :006f0074 00630020 00610068 0067006e
    :00630020006f0074 0067006e00610068
    : 1.019390e-38 9.091759e-39 8.908189e-39 9.459210e-39
    : 8.455497966197594e-307 1.023608670170218e-306
    xmm4:00610070002000650068007400200065
    :65 00 20 00 74 00 68 00 65 00 20 00 70 00 61 00
    :0065 0020 0074 0068 0065 0020 0070 0061
    :00200065 00680074 00200065 00610070
    :0068007400200065 0061007000200065
    : 2.938877e-39 9.551054e-39 2.938877e-39 8.908200e-39
    : 1.068114220898795e-306 7.566011645531745e-307
    xmm5:0020002e00640072006f007700730073
    :73 00 73 00 77 00 6f 00 72 00 64 00 2e 00 20 00
    :0073 0073 0077 006f 0072 0064 002e 0020
    :00730073 006f0077 00640072 0020002e
    :006f007700730073 0020002e00640072
    : 1.056124e-38 1.019391e-38 9.183709e-39 2.938800e-39
    : 1.379626599065753e-306 4.450342947103102e-308
    xmm6:00610063002000720065007300550020
    :20 00 55 00 73 00 65 00 72 00 20 00 63 00 61 00
    :0020 0055 0073 0065 0072 0020 0063 0061
    :00550020 00650073 00200072 00610063
    :0065007300550020 0061006300200072
    : 7.806062e-39 9.275546e-39 2.938896e-39 8.908182e-39
    : 9.346091108988483e-307 7.565923370506860e-307
    xmm7:006100200079006c006e006f0020006e
    :6e 00 20 00 6f 00 6e 00 6c 00 79 00 20 00 61 00
    :006e 0020 006f 006e 006c 0079 0020 0061
    :0020006e 006e006f 0079006c 00610020
    :006e006f0020006e 006100200079006c
    : 2.938890e-39 1.010206e-38 1.111225e-38 8.908088e-39
    : 1.335119688726395e-306 7.565468423830832e-307
    ==================================================================================
    Exception location:
    Fault address=0x2500b836 0001:0000a836 C:\PT850\BIN\SERVER\WINX86\pscmnutils.dll
    ==================================================================================
    Process information
    Process name: PSAESRV
    Command line: PSAESRV -C dom=PSNT_58039 -g 101 -i 3 -u XIAOWEI2-CN -U "C:\Documents and Settings\Administrator\psft\pt\8.50\appserv\prcs\HC91PT\LOGS\TUXLOG" -m 0 -R 15612 -o .\LOGS\stdout -e .\LOGS\stderr -- -CD HC91PT -S PSAESRV
    Process ID: 6604
    Parent process ID: 2680
    Process owner: NT AUTHORITY\SYSTEM
    Desktop: \Sessions\0\Windows\WindowStations\WinSta0\Desktops\Default
    ==================================================================================
    Thread information
    Current thread ID: 3400
    ==================================================================================
    Virtual Memory
    Virtual memory: 2047MB total, 1508MB available
    ==================================================================================
    Environment Variables
    ALLUSERSPROFILE=C:\Documents and Settings\All Users
    APPDATA=C:\Documents and Settings\Administrator\Application Data
    APPDIR=C:\Documents and Settings\Administrator\psft\pt\8.50\appserv\prcs\HC91PT
    APP_PW=PS
    BDMCONFIG=C:\Documents and Settings\Administrator\psft\pt\8.50\appserv\HC91PT\PSBDMCFG
    CLIENTNAME=Console
    COMMONPROGRAMFILES=C:\Program Files\Common Files
    COMPUTERNAME=XIAOWEI2-CN
    COMSPEC=C:\WINDOWS\system32\cmd.exe
    DEFLOGDIR=C:\Documents and Settings\All Users\Application Data\McAfee\DesktopProtection
    FIELDTBLS=tpadm
    FLDTBLDIR=C:\fusion\tuxedo10gR3_VS2005\udataobj
    FP_NO_HOST_CHECK=NO
    HOMEDRIVE=C:
    HOMEPATH=\Documents and Settings\Administrator
    JAVA_OPTS="-Dcom.sun.xml.namespace.QName.useCompatibleSerialVersionUID=1.0 -Xms32m -Xmx64m"
    JAVA_PLUGIN_WEBCONTROL_ENABLE=1
    LD_LIBRARY_PATH=C:\Documents and Settings\Administrator\psft\pt\8.50\appserv\prcs\HC91PT;C:\fusion\tuxedo10gR3_VS2005\lib;\lib;\user\lib;
    LOGONSERVER=\\XIAOWEI2-CN
    NLSPATH=C:\fusion\tuxedo10gR3_VS2005\locale\C
    NUMBER_OF_PROCESSORS=2
    ORACLE_HOME=D:\oracle
    ORACLE_SID=HC91PT
    OS=Windows_NT
    PATH=C:\Documents and Settings\Administrator\psft\pt\8.50\appserv\prcs\HC91PT;C:\fusion\tuxedo10gR3_VS2005\bin;\bin;C:\PT850\bin\server\winx86;C:\PT850\jre\bin\client;D:\ORACLE\BIN;C:\WINDOWS;C:\WINDOWS\SYSTEM32;C:\PT850\verity\winx86\_nti40\bin
    PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
    PERL5LIB=D:\oracle\perl\5.8.3\lib\MSWin32-x86;D:\oracle\perl\5.8.3\lib;D:\oracle\perl\5.8.3\lib\MSWin32-x86;D:\oracle\perl\site\5.8.3;D:\oracle\perl\site\5.8.3\lib;D:\oracle\sysman\admin\scripts;
    PMID=XIAOWEI2-CN
    PROCESSOR_ARCHITECTURE=x86
    PROCESSOR_IDENTIFIER=x86 Family 6 Model 23 Stepping 10, GenuineIntel
    PROCESSOR_LEVEL=6
    PROCESSOR_REVISION=170a
    PROGRAMFILES=C:\Program Files
    PROMPT=$P$G
    PSAPPSERVSTARTUP=N
    PS_CFG_HOME=C:\Documents and Settings\Administrator\psft\pt\8.50
    PS_HOME=C:\PT850
    PS_MACH=XIAOWEI2-CN
    PS_SERVDIR=C:\Documents and Settings\Administrator\psft\pt\8.50\appserv\prcs\HC91PT
    PS_SERVER_CFG=C:\Documents and Settings\Administrator\psft\pt\8.50\appserv\prcs\HC91PT\psprcs.cfg
    SESSIONNAME=Console
    SYSTEMDRIVE=C:
    SYSTEMROOT=C:\WINDOWS
    TEMP=C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp
    TMP=C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp
    TUXCONFIG=C:\Documents and Settings\Administrator\psft\pt\8.50\appserv\prcs\HC91PT\PSTUXCFG
    TUXDIR=C:\fusion\tuxedo10gR3_VS2005
    UBBCONFIG=C:\Documents and Settings\Administrator\psft\pt\8.50\appserv\prcs\HC91PT\psprcsrv.ubb
    USERDOMAIN=XIAOWEI2-CN
    USERNAME=Admin
    USERPROFILE=C:\Documents and Settings\Administrator
    VIEWDIR=C:\fusion\tuxedo10gR3_VS2005\udataobj
    VIEWFILES=mib_views.VV,tmib_views.VV
    VSEDEFLOGDIR=C:\Documents and Settings\All Users\Application Data\McAfee\DesktopProtection
    WINDIR=C:\WINDOWS
    NTSYMBOL_PATH=C:\PT850\bin\server\winx86
    TUXOFFSET=0
    ULOGPFX=C:\Documents and Settings\Administrator\psft\pt\8.50\appserv\prcs\HC91PT\LOGS\TUXLOG
    PS_NLS_LANG=SIMPLIFIED CHINESE_CHINA.ZHS16GBK
    NLS_LANG=SIMPLIFIED CHINESE_CHINA.UTF8
    PS_COBOLTYPE=U
    PSPRCSLOGDIR=C:\Documents and Settings\Administrator\psft\pt\8.50\appserv\prcs\HC91PT\log_output\AE_HR_CPI_POST_1820
    ==================================================================================
    Execution Options
    Global flags: 0x00000000
    ==================================================================================
    Application state
    PeopleTools process state
    Writing PeopleTools state to C:\Documents and Settings\Administrator\psft\pt\8.50\appserv\prcs\HC91PT\LOGS\PSAESRV.6604\peopletools_state.txt
    ERROR: Timed out waiting for internal process state
    Internal process state - End
    ==================================================================================
    Process state report - End
    ==================================================================================

Maybe you are looking for