Redistributing DbgHelp.dll SDK 8.1

Hi,
I need to know if the DbgHelp.dll is directly redistributable, according to this topic it may not be: https://social.msdn.microsoft.com/Forums/windows/en-US/693e7e06-522c-42d9-b659-4ea2fd76f9a5/distribution-rights-for-dbghelpdll-where-can-i-find-the-details?forum=windbg
This was also the only place I could find a redist license for the Debugging Tools for Windows (http://go.microsoft.com/fwlink/?LinkId=294840), there
were no links provided in the Windows SDK itself, nor on its page about the license for redistributing.
However, the DbgHelp.dll Versions MSDN page states that you should ship the DbgHelp.dll next to your binary (as we need to do): https://msdn.microsoft.com/en-us/library/windows/desktop/ff805116(v=vs.85).aspx
"When using DbgHelp, the best strategy is to install a copy of the library from the Debugging
Tools For Windowspackage in the application directory logically adjacent to the software that calls it.
If Symbol Server and Source Server are also needed, then both SymSrv.dll and SrcSrv.dll must be installed in the same directory as DbgHelp.dll, as DbgHelp will only call these DLLs if they share the same directory with it. (Note that DbgHelp will not call
these two DLLs from the standard search path.) This helps prevent the usage of mismatched DLLs; likewise, it also improves security overall."
Redistributing a msi package is not possible, as we're running into situations where customers have installed old software that is installing old versions of DbgHelp.dll into the System32 folders (incorrectly) - these could be installed after the redist
package and we would be again linking to older, unsupported versions.

Hi,
Firstly, I’m not full agree with Hrishi Patel, as when you try to make system refresh, it would prompt your need to insert Windows Media. Except you can find Windows 8.1 media.
Secondly, According to your description, this probably a DirectX or Graphic driver problem that caused these errors. You can try to reinstall Graphic driver for test to fix this problem. In addition, make sure chipest and motherboard driver upgraded to be
latest.
Thirdly, you mentioned this error” Error creating process <D:\Temp files\User temp\IXP000.TMP\dxwebsetup.exe>”, I want to know, did you changed your User folder to D drive?
In the end, if problem persists, please try to use system file checker to fix this problem for test.
Open Command Prompt(Admin), type sfc /scannow, press enter.
If you need further assistance on this particular issue or any other Windows related issue, let us know and we will be glad to assist you.
Roger Lu
TechNet Community Support

Similar Messages

  • Dbghelp.dll was not found?

    When I try to start up itunes the following measages come up
    dbghelp.dll was not found
    Error 7 (Windows Error 126)

    Hello bjcutmore
    Start with the first article and start up in Safe Mode to see if it starts and if that does not work, try running the installer for the latest version of iTunes to see if it will fix the missing .dll file. If that does not work, then you will need to remove iTunes and related software and then install it again. Your music will be intact
    iTunes for Windows Vista, Windows 7, or Windows 8: Fix unexpected quits or launch issues
    http://support.apple.com/kb/ts1717
    Removing and reinstalling iTunes and other software components for Windows Vista, Windows 7, or Windows 8
    http://support.apple.com/kb/ht1923
    Regards,
    -Norm G.

  • I keep getting an error message ''dbghelp.dll is missing.  please reinstall itunes''  did that 3 times and same results.  can't sync my iphone or even open itunes

    i keep getting an error message ''dbghelp.dll is missing. please reinstall itunes''  did that 3 times and same results.
    i can't sync my iphone and i can't open itunes
    how do i resolve this issue?

    Taken at face value, you're having trouble with a Windows OS dll.
    Perhaps try an sfc /scannow. For instructions, see the following Microsoft document:
    How to use the System File Checker tool to troubleshoot missing or corrupted system files on Windows Vista or on Windows 7

  • Dbghelp.dll Error in Skype

    I get this error "Failed to load library" dbghelp.dll.
    This happend when I DD click on the Skype icon to display skype's open box for use
    I have check for the file error is still in windows, and it is.
    What is the solution for this, is this an unique error? 

    I now have access tp skype icon as it opened today for very first time today in a surprised fashion.
    I opened it and signed on for the first time in 3 weeks. So Thanks goes out the skype administrator.
    In your text so to speak I was going to wonder where would I find the file on another computer.
    All I did, ran the 'system file checker' look for 'more information' cause it found problems with dbghelp.dll file, then I did the 'take ownership' and 'grant administrator ownership.' 
    So again thanks for the help.

  • No redistributable for acrobat SDK?

    I'm creating a Microsoft Access program that uses AcroExchApp to view and print pdf's.  I realize I could do this from the command line, but using the SDK is more desirable for several reasons:
    1. Using the command line to print multiple pdfs flashes the viewer on the screen each time it's loaded.  Looks bizarre
    2. Using the command line leaves the reader window open after printing
    At any rate, I wish to distribute the compiled Access file to other computers.  Is there no way to install a run-time library for the AcroExchApp object so it could run on the other machines?  Would I have to purchase a full Acrobat license for each machine just so I can run my program?
    Thanks

    That is correct.  You need to purchase and install a copy of Adobe Acrobat on each machine that will run your program.

  • Cannot find SymFromAdr in dbghelp.dll

    Hi everyone,
    Well, this error ocurred after upgrading SBO2004 to SBO2005 SP01.
    any comments will be very appreciated.
    Gabriela.

    Gabriela,
    Not sure this is SBO-related error.
    This is connected to OS or MS SQL i suppose.
    First i advice you to locate this dll.
    At my station this is located at:
    - C:\Program Files\Microsoft SQL Server\MSSQL\Binn
    - C:\WINDOWS\system32
    There is also some info at <a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=CD1FC4B2-0885-47F4-AF45-7FD5E14DB6C0">MSDN</a>
    There are several possible solitions:
    1. copy this dll to the paths i have mentioned
    2. update your OS
    3. update your MS SQL
    HTH

  • CS3 Indesign error with missing dbghelp.dll

    Has anybody got a solution for this?

    Thanks John
    The problem is solved!! I have created a function whose entry is a char and the output is a PMString.
    My char variable has UTF-8 encoding. This type of encoding is described in "http://en.wikipedia.org/wiki/UTF-8".
    The key is to convert each char to integer, but some characters (for example cyrillic) are saved into 2 or 3 bytes. So it's neccesary to read these 2 or 3 bytes to generate their decimals.
    For example:
    char myText[] = "й"
    myText has 2 bytes: 11010000 and 10111001, so that, reads these 2 bytes and transforms to decimal (1081). This number is assigned to PMString with the "AppendW" function.
    This is the function (it works with 1, 2 or 3 bytes):
    PMString Convert_UTF8_to_PMString (char * myText)
    PMString myString;
    int total;
    char binary[4];
    bool two_bytes = false;
    bool third_byte = false;
    for (int cont=0; cont < strlen(myText); cont++)
    int i = CHAR_BIT;
    while(i>4)
    --i;
    binary[7-ib]=(const char)(myText[cont]&(1 << i) ? '1' : '0');
    int num = myText[cont];
    if (strncmp(binary,"110",3)==0)
    // 2 BYTES
    two_bytes = true;
    total = (num+64)*64;
    else if (strncmp(binary,"1110",4)==0)
    // 3 BYTES
    two_bytes = false;
    total = (num+32)*4096;
    else if (strncmp(binary,"10",2)==0)
    if (two_bytes)
    myString.AppendW(total + num + 128);
    else
    if (third_byte)
    third_byte = false;
    myString.AppendW(total + num + 128);
    else
    total = total + ((num + 128)*64);
    third_byte = true;
    else
    // 1 BYTE
    two_bytes = false;
    myString.AppendW(num);
    return myString;
    Thanks!

  • Redistributable rights for HHActiveX.dll

    Greetings.
    We've added a glossary to our online help project in RH7 and
    have discovered that we need to include HHActiveX.dll so customers
    can access the glossary tab in the compiled HTML Help CHM file.
    I've been asked to provide information showing that it's okay to
    redistribute the DLL file. I"ve found plenty of places that call
    the file a redistributable, but I have not found any statements in
    the license agreement.
    The Redistr.txt file in the Redist folder mentions a
    "Redistributables" section in the license agreement but searching
    the license.htm file doesn't return any matches.
    Any suggestions?
    Thanks.
    Kim Nylander

    The best I can come up with is the RoboHelp help file. Look
    for the HHACTIVEX.DLL index keyword which highlights the
    "Distributing Microsoft HTML Help" topic. In there is a dropdown
    link for "support files" which explicitedly mentions having to
    distribute the file.
    Personally I do not think it a worthwhile use of your time
    persuing this. If distributing this file was against the RH licence
    agreement there would be thousands of firms being taken through the
    court by Adobe. It is just not an issue. It is tacit agreement that
    if you accept the licence terms that you can freely distribute the
    file.
    This may not be what your company lawyers (or whoever is
    persuing this) want. If it isn't, maybe they should contact Adobe
    directly to get a definitive approval and stop wasting your time. I
    suggest you put things a little more delicately than that though

  • Dbghelp.pdb - file not found

    Hi - I recently installed Win SDK 8.1. I have setup my environment variable, However when reloading full symbols. I get the log below. I have un installed and re installed the SDK with the same issue prevailing.
    SYMSRV:  c:\symbol\dbghelp.pdb\B4CDB1D5A1A545249FA397667D3925671\dbghelp.pdb not found
    SYMSRV:  http://msdl.microsoft.com/download/symbols/dbghelp.pdb/B4CDB1D5A1A545249FA397667D3925671/dbghelp.pdb not found
    DBGHELP: C:\Program Files (x86)\Windows Kits\8.1\Debuggers\x86\dbghelp.pdb - file not found
    DBGHELP: dbghelp.pdb - file not found
    *** ERROR: Symbol file could not be found.  Defaulted to export symbols for C:\Program Files (x86)\Windows Kits\8.1\Debuggers\x86\dbghelp.dll - 
    DBGHELP: dbghelp - export symbols
    dblk

    Hi,
    Based on my research it seems that the symbol is not loaded or the path not configured properly.
    For your information:
    http://blogs.technet.com/b/askcore/archive/2008/11/01/how-to-debug-kernel-mode-blue-screen-crashes-for-beginners.aspx#3476888
    Hope this helps.

  • InDesign CS6 Crashes on launch: error in BIB.dll

    Hello,
    When I launch a new install of InDesign CS6, it crashes with this error detail from event viewer.:
    Faulting application name: InDesign.exe, version: 8.0.0.370, time stamp: 0x4f72c3ee
    Faulting module name: BIB.dll, version: 1.2.2.19553, time stamp: 0x4f3a00dc
    Exception code: 0xc00000fd
    Fault offset: 0x0000e508
    Faulting process id: 0x1a18
    Faulting application start time: 0x01cd9361dc004636
    Faulting application path: C:\Program Files (x86)\Adobe\Adobe InDesign CS6\InDesign.exe
    Faulting module path: C:\Program Files (x86)\Adobe\Adobe InDesign CS6\BIB.dll
    Report Id: 4327293a-ff55-11e1-a5e7-7071bc1caa4c
    This is on a Win7 x64 system, 6 core 3.33GHz + 24GB RAM.  Other CS6 apps tested so far are working including Bridge, Premier Pro and Photoshop.
    Watching the splash screen, the error comes up shortly after it says "Starting Up Service Registry."
    This is installed in parallel with a previous CS3 install.  InDesign CS3 is working fine. 
    Reading some other threads, I have tried:
    1- launch using Run As Administrator option.
    2- reinstall InDesign CS6
    3- deleted C:\Users\<my user>\AppData\Local\Adobe\Indesign\Version 8.0 Folder
    4- login as another <admin> user and try it
    5- switched default printer per this: http://forums.adobe.com/thread/717953 (my default printer is in the shop, all other printers are virtual but they didn't help).
    6- removed all plug-ins from InDesign\Plug-ins folder
    7- tried replacing BIB.dll with that from another CS6 application
    While attempting these fixes I have gotten a different error, now faulting in CoolType.dll.  Per some other threads, I have deleted all non-system fonts from the fonts folder and still get an error in the same place, either referencing BIB.dll or CoolType.dll.
    Below is the initial crash dump report from windows.
    Thanks for any advice.
    Glenn
    Version=1
    EventType=APPCRASH
    EventTime=129922037798149895
    ReportType=2
    Consent=1
    ReportIdentifier=ecd2715c-ff5a-11e1-a5e7-7071bc1caa4c
    IntegratorReportIdentifier=ecd2715b-ff5a-11e1-a5e7-7071bc1caa4c
    WOW64=1
    Response.type=4
    Sig[0].Name=Application Name
    Sig[0].Value=InDesign.exe
    Sig[1].Name=Application Version
    Sig[1].Value=8.0.0.370
    Sig[2].Name=Application Timestamp
    Sig[2].Value=4f72c3ee
    Sig[3].Name=Fault Module Name
    Sig[3].Value=BIB.dll
    Sig[4].Name=Fault Module Version
    Sig[4].Value=1.2.2.19553
    Sig[5].Name=Fault Module Timestamp
    Sig[5].Value=4f3a00dc
    Sig[6].Name=Exception Code
    Sig[6].Value=c00000fd
    Sig[7].Name=Exception Offset
    Sig[7].Value=0000e430
    DynamicSig[1].Name=OS Version
    DynamicSig[1].Value=6.1.7601.2.1.0.256.48
    DynamicSig[2].Name=Locale ID
    DynamicSig[2].Value=1033
    DynamicSig[22].Name=Additional Information 1
    DynamicSig[22].Value=db90
    DynamicSig[23].Name=Additional Information 2
    DynamicSig[23].Value=db907dd15c081028f80933f9c3e73bc5
    DynamicSig[24].Name=Additional Information 3
    DynamicSig[24].Value=461d
    DynamicSig[25].Name=Additional Information 4
    DynamicSig[25].Value=461db17cb723b284267116290159b876
    UI[2]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\InDesign.exe
    UI[3]=Adobe InDesign 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 (x86)\Adobe\Adobe InDesign CS6\InDesign.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 (x86)\Adobe\Adobe InDesign CS6\ObjectModel.dll
    LoadedModule[5]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\PMRuntime.dll
    LoadedModule[6]=C:\Windows\syswow64\PSAPI.DLL
    LoadedModule[7]=C:\Windows\system32\dbghelp.dll
    LoadedModule[8]=C:\Windows\syswow64\msvcrt.dll
    LoadedModule[9]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\tbb.dll
    LoadedModule[10]=C:\Windows\system32\MSVCP100.dll
    LoadedModule[11]=C:\Windows\system32\MSVCR100.dll
    LoadedModule[12]=C:\Windows\syswow64\USER32.dll
    LoadedModule[13]=C:\Windows\syswow64\GDI32.dll
    LoadedModule[14]=C:\Windows\syswow64\LPK.dll
    LoadedModule[15]=C:\Windows\syswow64\USP10.dll
    LoadedModule[16]=C:\Windows\syswow64\ADVAPI32.dll
    LoadedModule[17]=C:\Windows\SysWOW64\sechost.dll
    LoadedModule[18]=C:\Windows\syswow64\RPCRT4.dll
    LoadedModule[19]=C:\Windows\syswow64\SspiCli.dll
    LoadedModule[20]=C:\Windows\syswow64\CRYPTBASE.dll
    LoadedModule[21]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Database.dll
    LoadedModule[22]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Public.dll
    LoadedModule[23]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\ACE.dll
    LoadedModule[24]=C:\Windows\syswow64\SHELL32.dll
    LoadedModule[25]=C:\Windows\syswow64\SHLWAPI.dll
    LoadedModule[26]=C:\Windows\syswow64\ole32.dll
    LoadedModule[27]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\BIB.dll
    LoadedModule[28]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\CoolType.dll
    LoadedModule[29]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\MPS.dll
    LoadedModule[30]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\AGM.dll
    LoadedModule[31]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\ARE.dll
    LoadedModule[32]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\BIBUtils.dll
    LoadedModule[33]=C:\Windows\syswow64\WS2_32.dll
    LoadedModule[34]=C:\Windows\syswow64\NSI.dll
    LoadedModule[35]=C:\Windows\system32\MPR.dll
    LoadedModule[36]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\AFL.dll
    LoadedModule[37]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\icuuc40.dll
    LoadedModule[38]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\icudt40.dll
    LoadedModule[39]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\icuin40.dll
    LoadedModule[40]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\amtlib.dll
    LoadedModule[41]=C:\Windows\system32\WINHTTP.dll
    LoadedModule[42]=C:\Windows\system32\webio.dll
    LoadedModule[43]=C:\Windows\syswow64\SETUPAPI.dll
    LoadedModule[44]=C:\Windows\syswow64\CFGMGR32.dll
    LoadedModule[45]=C:\Windows\syswow64\OLEAUT32.dll
    LoadedModule[46]=C:\Windows\syswow64\DEVOBJ.dll
    LoadedModule[47]=C:\Windows\system32\IPHLPAPI.DLL
    LoadedModule[48]=C:\Windows\system32\WINNSI.DLL
    LoadedModule[49]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\adobe_caps.dll
    LoadedModule[50]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\boost_filesystem.dll
    LoadedModule[51]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\boost_system.dll
    LoadedModule[52]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\boost_regex.dll
    LoadedModule[53]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\icucnv40.dll
    LoadedModule[54]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\ASLSupport.dll
    LoadedModule[55]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\WRServices.dll
    LoadedModule[56]=C:\Windows\syswow64\COMDLG32.dll
    LoadedModule[57]=C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_ 6.0.7601.17514_none_41e6975e2bd6f2b2\COMCTL32.dll
    LoadedModule[58]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\WidgetBin.dll
    LoadedModule[59]=C:\Windows\syswow64\IMM32.dll
    LoadedModule[60]=C:\Windows\syswow64\MSCTF.dll
    LoadedModule[61]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\AdobeOwl.dll
    LoadedModule[62]=C:\Windows\WinSxS\x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.7601 .17825_none_72d273598668a06b\gdiplus.dll
    LoadedModule[63]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\AdobeOwlCanvas.dll
    LoadedModule[64]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\adbeape.dll
    LoadedModule[65]=C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_ none_50934f2ebcb7eb57\MSVCR90.dll
    LoadedModule[66]=C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_ none_50934f2ebcb7eb57\MSVCP90.dll
    LoadedModule[67]=C:\Windows\system32\uxtheme.dll
    LoadedModule[68]=C:\Windows\system32\profapi.dll
    LoadedModule[69]=C:\Windows\syswow64\CLBCatQ.DLL
    LoadedModule[70]=C:\Windows\system32\propsys.dll
    LoadedModule[71]=C:\Windows\system32\ntmarta.dll
    LoadedModule[72]=C:\Windows\syswow64\WLDAP32.dll
    LoadedModule[73]=C:\Windows\system32\dwmapi.dll
    LoadedModule[74]=C:\Windows\system32\CRYPTSP.dll
    LoadedModule[75]=C:\Windows\system32\rsaenh.dll
    LoadedModule[76]=C:\Windows\system32\RpcRtRemote.dll
    LoadedModule[77]=C:\Windows\system32\apphelp.dll
    LoadedModule[78]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\updaternotifications.dll
    LoadedModule[79]=C:\Windows\system32\NETAPI32.dll
    LoadedModule[80]=C:\Windows\system32\netutils.dll
    LoadedModule[81]=C:\Windows\system32\srvcli.dll
    LoadedModule[82]=C:\Windows\system32\wkscli.dll
    LoadedModule[83]=C:\Windows\system32\ATMLIB.dll
    LoadedModule[84]=C:\Windows\system32\mscms.dll
    LoadedModule[85]=C:\Windows\system32\USERENV.dll
    LoadedModule[86]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\ACTIONS.RPLN
    LoadedModule[87]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\AXE8SharedExpat.dll
    LoadedModule[88]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\APPFRAMEWORK.RPLN
    LoadedModule[89]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\boost_threads.dll
    LoadedModule[90]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\boost_date_time.dll
    LoadedModule[91]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\APPLICATION UI.RPLN
    LoadedModule[92]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\ScCore.dll
    LoadedModule[93]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\LogSession.dll
    LoadedModule[94]=C:\Windows\system32\VERSION.dll
    LoadedModule[95]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\ExtendScript.dll
    LoadedModule[96]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\ARTICLE.RPLN
    LoadedModule[97]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\ASSIGNMENTS.RPLN
    LoadedModule[98]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\AWS.RPLN
    LoadedModule[99]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\AWSUI.RPLN
    LoadedModule[100]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\BASIC TOOLS.RPLN
    LoadedModule[101]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\BEHAVIOR.RPLN
    LoadedModule[102]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\BNCORE.RPLN
    LoadedModule[103]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\BOOK.RPLN
    LoadedModule[104]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\CELLSTYLES.RPLN
    LoadedModule[105]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\CJK TEXT ATTRIBUTES.RPLN
    LoadedModule[106]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\CJKGRID.RPLN
    LoadedModule[107]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\COLOR MANAGEMENT.RPLN
    LoadedModule[108]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\COMPFONTMGR.RPLN
    LoadedModule[109]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\CONDITIONALTEXT.RPLN
    LoadedModule[110]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\CONTENTDROPPER.RPLN
    LoadedModule[111]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\DIALOG LAYOUT.RPLN
    LoadedModule[112]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\DOCUMENT ACTIONS.RPLN
    LoadedModule[113]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\DOCUMENT FRAMEWORK.RPLN
    LoadedModule[114]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\DOCUMENT UI.RPLN
    LoadedModule[115]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\DYNAMICDOCUMENTS.RPLN
    LoadedModule[116]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\ADBE_AGMFL.dll
    LoadedModule[117]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\aflamingo.dll
    LoadedModule[118]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\EPS PAGE ITEM.RPLN
    LoadedModule[119]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\FONT MANAGER.RPLN
    LoadedModule[120]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\FORMFIELD.RPLN
    LoadedModule[121]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\GALLEY.RPLN
    LoadedModule[122]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\GALLEYUI.RPLN
    LoadedModule[123]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\GENERIC PAGE ITEM.RPLN
    LoadedModule[124]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\GENERICSETTINGS.RPLN
    LoadedModule[125]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\GLOBAL PREFERENCES PANEL.RPLN
    LoadedModule[126]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\GRADIENT FILL.RPLN
    LoadedModule[127]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\GRAPHICS.RPLN
    LoadedModule[128]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\GROUP.RPLN
    LoadedModule[129]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\GUIDES.RPLN
    LoadedModule[130]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\HTMLPGT.RPLN
    LoadedModule[131]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\HYPERLINKS.RPLN
    LoadedModule[132]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\IMAGE FILTERS.RPLN
    LoadedModule[133]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\IMAGE.RPLN
    LoadedModule[134]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\IME.RPLN
    LoadedModule[135]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\IMPORT EXPORT UI.RPLN
    LoadedModule[136]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\INCOPYSHARED.RPLN
    LoadedModule[137]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\INCOPYSHAREDUI.RPLN
    LoadedModule[138]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\INCOPYWORKFLOW.RPLN
    LoadedModule[139]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\INDEXING.RPLN
    LoadedModule[140]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\INXCORE.RPLN
    LoadedModule[141]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\LAYER.RPLN
    LoadedModule[142]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\LAYOUT UI.RPLN
    LoadedModule[143]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\LAYOUT.RPLN
    LoadedModule[144]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\LINGUISTICS.RPLN
    LoadedModule[145]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\LINKS.RPLN
    LoadedModule[146]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\AdobeXMP.dll
    LoadedModule[147]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\AdobeXMPFiles.dll
    LoadedModule[148]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\MASTER PAGE.RPLN
    LoadedModule[149]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\MEDIA.RPLN
    LoadedModule[150]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\METADATA DATABASE FILTER.RPLN
    LoadedModule[151]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\METADATA.RPLN
    LoadedModule[152]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\MOVIE.RPLN
    LoadedModule[153]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\OPEN PLACE.RPLN
    LoadedModule[154]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\PARAGRAPH COMPOSER.RPLN
    LoadedModule[155]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\PATH TYPE.RPLN
    LoadedModule[156]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\PathTypeLib.dll
    LoadedModule[157]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\PDF.RPLN
    LoadedModule[158]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\PDFPort.dll
    LoadedModule[159]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\JP2KLib.dll
    LoadedModule[160]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\pdfsettings.dll
    LoadedModule[161]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\PHOTOSHOP IMPORT FILTER.RPLN
    LoadedModule[162]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\AdobePSL.dll
    LoadedModule[163]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\tbbmalloc.dll
    LoadedModule[164]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\PNG IMPORT FILTER.RPLN
    LoadedModule[165]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\PRINT.RPLN
    LoadedModule[166]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\RULERS.RPLN
    LoadedModule[167]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\SCRIPTING.RPLN
    LoadedModule[168]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\SECTIONS.RPLN
    LoadedModule[169]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\SHAREDCONTENT.RPLN
    LoadedModule[170]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\SOUND.RPLN
    LoadedModule[171]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\SPELLING SERVICE.RPLN
    LoadedModule[172]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\SPLINE UI.RPLN
    LoadedModule[173]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\SPLINE.RPLN
    LoadedModule[174]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\SPREAD UI.RPLN
    LoadedModule[175]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\SPREAD.RPLN
    LoadedModule[176]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\STROKE AND FILL.RPLN
    LoadedModule[177]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\SUPPORT FOR JAVASCRIPT.RPLN
    LoadedModule[178]=C:\Windows\syswow64\WININET.dll
    LoadedModule[179]=C:\Windows\syswow64\urlmon.dll
    LoadedModule[180]=C:\Windows\syswow64\CRYPT32.dll
    LoadedModule[181]=C:\Windows\syswow64\MSASN1.dll
    LoadedModule[182]=C:\Windows\syswow64\iertutil.dll
    LoadedModule[183]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\TABLE MODEL.RPLN
    LoadedModule[184]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\TABLESTYLES.RPLN
    LoadedModule[185]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\TEXT ATTRIBUTES.RPLN
    LoadedModule[186]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\TEXT EDITOR MODEL.RPLN
    LoadedModule[187]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\TEXT EDITOR.RPLN
    LoadedModule[188]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\TEXT WALKER.RPLN
    LoadedModule[189]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\TEXT WRAP PATH.RPLN
    LoadedModule[190]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\TEXT WRAP.RPLN
    LoadedModule[191]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\TEXT.RPLN
    LoadedModule[192]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\TOC.RPLN
    LoadedModule[193]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\TRANSPARENCY.RPLN
    LoadedModule[194]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\UTILITIES.RPLN
    LoadedModule[195]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\WIDGETS.RPLN
    LoadedModule[196]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\WORKGROUP CLIENT UI.RPLN
    LoadedModule[197]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\WORKGROUP CLIENT.RPLN
    LoadedModule[198]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\WORKGROUP.RPLN
    LoadedModule[199]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\WORLDREADY.RPLN
    LoadedModule[200]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\XML.RPLN
    LoadedModule[201]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\AXEDOMCore.dll
    LoadedModule[202]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\XMLPARSER.RPLN
    LoadedModule[203]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\AXSLE.dll
    LoadedModule[204]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\DATA SERVICES\DATA SERVICES UI.APLN
    LoadedModule[205]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\DATA SERVICES\DATA SERVICES.APLN
    LoadedModule[206]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\DATA SERVICES\TRANSFORMS\DTTRANSFORM.APLN
    LoadedModule[207]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\DICTIONARIES\DICTIONARY EDITOR DIALOG.APLN
    LoadedModule[208]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\TextPanelLib.dll
    LoadedModule[209]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\DICTIONARIES\LILO\LILO.APLN
    LoadedModule[210]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\AdobeLinguistic.dll
    LoadedModule[211]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\FILTERS\EBOOKEXPORT.APLN
    LoadedModule[212]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\FILTERS\MEDIA IMPORT FILTER.APLN
    LoadedModule[213]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\FILTERS\PNG IMPORT FILTER UI.APLN
    LoadedModule[214]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\FILTERS\SANGAM PREFERENCES UI.APLN
    LoadedModule[215]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Sangam.dll
    LoadedModule[216]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\FILTERS\SANGAMEXPORT.APLN
    LoadedModule[217]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\FILTERS\SANGAMSERVICER-MAPPER.APLN
    LoadedModule[218]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\FILTERS\SAVEBACK.APLN
    LoadedModule[219]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\FILTERS\TAGGED TEXT ATTRIBUTES.APLN
    LoadedModule[220]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\FILTERS\TAGGED TEXT FILTERS UI.APLN
    LoadedModule[221]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\FILTERS\TAGGED TEXT FILTERS.APLN
    LoadedModule[222]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\GRAPHICS\CLIPPING PATH DIALOG.APLN
    LoadedModule[223]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\GRAPHICS\COLOR MANAGEMENT UI.APLN
    LoadedModule[224]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\GRAPHICS\COLOR PICKER PANEL.APLN
    LoadedModule[225]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\GRAPHICS\DYNAMICDOCUMENTSUI.APLN
    LoadedModule[226]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\GRAPHICS\EPS UI.APLN
    LoadedModule[227]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\GRAPHICS\GENERIC STYLE EDITOR.APLN
    LoadedModule[228]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\GRAPHICS\GRADIENT PANEL.APLN
    LoadedModule[229]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\GRAPHICS\GRAPHIC PANELS.APLN
    LoadedModule[230]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\GRAPHICS\JPEG EXPORT UI.APLN
    LoadedModule[231]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\GRAPHICS\JPEG EXPORT.APLN
    LoadedModule[232]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\GRAPHICS\OUTPUT PREVIEW.APLN
    LoadedModule[233]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\GRAPHICS\OUTPUTMISCUI.APLN
    LoadedModule[234]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\GRAPHICS\PDF UI.APLN
    LoadedModule[235]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\GRAPHICS\PRINTER STYLES.APLN
    LoadedModule[236]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\GRAPHICS\PRINTUI.APLN
    LoadedModule[237]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\GRAPHICS\PS IMPORT UI.APLN
    LoadedModule[238]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\GRAPHICS\SVG EXPORT.APLN
    LoadedModule[239]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\svgexport.dll
    LoadedModule[240]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\GRAPHICS\SWATCH LIBRARY PANEL.APLN
    LoadedModule[241]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\GRAPHICS\SWATCHES PANEL.APLN
    LoadedModule[242]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\GRAPHICS\TRANSPARENCY UI.APLN
    LoadedModule[243]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\INCOPYWORKFLOW\ASSIGNMENT UI.APLN
    LoadedModule[244]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\INCOPYWORKFLOW\INCOPY BRIDGE UI.APLN
    LoadedModule[245]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\INCOPYWORKFLOW\INCOPY BRIDGE.APLN
    LoadedModule[246]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\INCOPYWORKFLOW\INCOPYEXPORT.APLN
    LoadedModule[247]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\INCOPYWORKFLOW\INCOPYEXPORTUI.APLN
    LoadedModule[248]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\INCOPYWORKFLOW\INCOPYIMPORT.APLN
    LoadedModule[249]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\INCOPYWORKFLOW\INCOPYWORKFLOW UI.APLN
    LoadedModule[250]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\INCOPYWORKFLOW\NOTE.APLN
    LoadedModule[251]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\INCOPYWORKFLOW\NOTEPREF.APLN
    LoadedModule[252]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\INCOPYWORKFLOW\USERNAME UI.APLN
    LoadedModule[253]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\INTERACTIVE\BUTTONUI.APLN
    LoadedModule[254]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\INTERACTIVE\MEDIAUI.APLN
    LoadedModule[255]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\LAYOUT\ALIGNMENT PANEL.APLN
    LoadedModule[256]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\LAYOUT\ASSET LIBRARY PANEL.APLN
    LoadedModule[257]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\LAYOUT\ASSET PUBLIBRARY.APLN
    LoadedModule[258]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\LAYOUT\BOOK PANEL.APLN
    LoadedModule[259]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\LAYOUT\BOOKMARK PANEL.APLN
    LoadedModule[260]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\LAYOUT\CONTENTDROPPER TOOL.APLN
    LoadedModule[261]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\LAYOUT\CONTROL PANEL.APLN
    LoadedModule[262]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\LAYOUT\CREATE GUIDES DIALOG.APLN
    LoadedModule[263]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\LAYOUT\EYEDROPPER TOOL.APLN
    LoadedModule[264]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\LAYOUT\HYPERLINKS PANEL.APLN
    LoadedModule[265]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\LAYOUT\INDEX PANEL.APLN
    LoadedModule[266]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\unihan.dll
    LoadedModule[267]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\LAYOUT\INFO PANEL.APLN
    LoadedModule[268]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\LAYOUT\KNOWLEDGE BASE.APLN
    LoadedModule[269]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\LAYOUT\LAYERS PANEL.APLN
    LoadedModule[270]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\LAYOUT\LAYOUT ADJUSTMENT PANEL.APLN
    LoadedModule[271]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\LAYOUT\LAYOUT ADJUSTMENT.APLN
    LoadedModule[272]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\LAYOUT\LINKS UI.APLN
    LoadedModule[273]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\LAYOUT\PAGE SETUP DIALOG.APLN
    LoadedModule[274]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\LAYOUT\PAGES PANEL.APLN
    LoadedModule[275]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\LAYOUT\SECTIONS UI.APLN
    LoadedModule[276]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\LAYOUT\STEPREPEAT.APLN
    LoadedModule[277]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\LAYOUT\TEXT WRAP PANEL.APLN
    LoadedModule[278]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\LAYOUT\TOC UI DIALOG.APLN
    LoadedModule[279]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\LAYOUT\TRANSFORM PANEL.APLN
    LoadedModule[280]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\PAGE ITEM\IMAGE IMPORT UI.APLN
    LoadedModule[281]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\PAGE ITEM\SCOTCH RULES.APLN
    LoadedModule[282]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\PMPACK\BNUI.APLN
    LoadedModule[283]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\PMPACK\DATAMERGE.APLN
    LoadedModule[284]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\PMPACK\DATAMERGEUI.APLN
    LoadedModule[285]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\PMPACK\PMWELCOMESCREEN.APLN
    LoadedModule[286]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\PREPRESS\PACKAGE AND PREFLIGHT UI.APLN
    LoadedModule[287]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\PREPRESS\PACKAGE AND PREFLIGHT.APLN
    LoadedModule[288]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\SANDBOX\JBX.APLN
    LoadedModule[289]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\SCRIPT\SCRIPT LABEL PANEL.APLN
    LoadedModule[290]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\SCRIPT\SCRIPTS PANEL.APLN
    LoadedModule[291]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\SCRIPT\SUPPORT FOR VISUAL BASIC.APLN
    LoadedModule[292]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\TABLES\TABLES UI.APLN
    LoadedModule[293]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\TABLES\TABLESTYLESUI.APLN
    LoadedModule[294]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\TEXT\CHARACTER PANEL.APLN
    LoadedModule[295]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\TEXT\CONDITIONALTEXT UI.APLN
    LoadedModule[296]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\TEXT\CREATE OUTLINES.APLN
    LoadedModule[297]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\TEXT\FIND AND CHANGE PANEL.APLN
    LoadedModule[298]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\TEXT\FIND CHANGE FORMAT PANEL.APLN
    LoadedModule[299]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\TEXT\FONT USAGE DIALOG.APLN
    LoadedModule[300]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\TEXT\GLYPHS PANEL.APLN
    LoadedModule[301]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\TEXT\HYPHENATION PANEL.APLN
    LoadedModule[302]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\TEXT\INDENTS AND TABS.APLN
    LoadedModule[303]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\TEXT\JUSTIFICATION PANEL.APLN
    LoadedModule[304]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\TEXT\KEEPS PANEL.APLN
    LoadedModule[305]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\TEXT\OPTICAL KERNING.APLN
    LoadedModule[306]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\TEXT\PARAGRAPH PANEL.APLN
    LoadedModule[307]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\TEXT\PARAGRAPH RULES PANEL.APLN
    LoadedModule[308]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\TEXT\PATH TYPE UI.APLN
    LoadedModule[309]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\TEXT\RUNIN STYLES PANEL.APLN
    LoadedModule[310]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\TEXT\SING.APLN
    LoadedModule[311]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\TEXT\SPANCOLUMNS PANEL.APLN
    LoadedModule[312]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\TEXT\SPELLING PANEL.APLN
    LoadedModule[313]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\TEXT\STORY PANEL.APLN
    LoadedModule[314]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\TEXT\STYLE PANEL.APLN
    LoadedModule[315]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\TEXT\TEXT COLOR PANEL.APLN
    LoadedModule[316]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\TEXT\TEXT FRAME OPTIONS.APLN
    LoadedModule[317]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\TEXT\TEXT PANEL.APLN
    LoadedModule[318]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\TEXT\TEXT PREFERENCES.APLN
    LoadedModule[319]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\TEXT\TEXT RULER.APLN
    LoadedModule[320]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\TEXT\TEXT STYLE PANEL.APLN
    LoadedModule[321]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\UI\ARTICLEPANEL.APLN
    LoadedModule[322]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\UI\CSXS.APLN
    LoadedModule[323]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\PlugPlug.dll
    LoadedModule[324]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\UI\GALLEY PREFERENCES.APLN
    LoadedModule[325]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\UI\GAPTOOL.APLN
    LoadedModule[326]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\UI\GENERAL PREFERENCES PANEL.APLN
    LoadedModule[327]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\UI\HELP.APLN
    LoadedModule[328]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\ahclient.dll
    LoadedModule[329]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\UI\OBJECTSTYLESUI.APLN
    LoadedModule[330]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\UI\PERFORMANCE UI.APLN
    LoadedModule[331]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\UI\SHAREDCONTENTUI.APLN
    LoadedModule[332]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\UI\SHORTCUT EDITOR DIALOG.APLN
    LoadedModule[333]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\UI\TOOL BOX.APLN
    LoadedModule[334]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\UI\TOOL TIPS.APLN
    LoadedModule[335]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\UI\TRACK CHANGES PREFERENCES.APLN
    LoadedModule[336]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\UI\TRACK CHANGES UI.APLN
    LoadedModule[337]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\UTILITY\PERFORMANCEMETRICS.APLN
    LoadedModule[338]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\WORKFLOW\METADATA UI.APLN
    LoadedModule[339]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\FileInfo.dll
    LoadedModule[340]=C:\Windows\system32\MSIMG32.dll
    LoadedModule[341]=C:\Windows\system32\WINMM.dll
    LoadedModule[342]=C:\Windows\system32\OLEACC.dll
    LoadedModule[343]=C:\Windows\system32\WINSPOOL.DRV
    LoadedModule[344]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\WORKGROUP\WORKGROUP UI.APLN
    LoadedModule[345]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\XMEDIA\SNIPPET.APLN
    LoadedModule[346]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\XMEDIA\XMEDIA UI.APLN
    FriendlyEventName=Stopped working
    ConsentKey=APPCRASH
    AppName=Adobe InDesign CS6
    AppPath=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\InDesign.exe

    Thank you both for your replies.  This was a painful issue to resolve.  I worked with Adobe support over three different calls.  I received different advice at each call but the successful process in the end was to completly uninstall and further delete all traces of adobe software and reinstalling again.  I had CS3 installed and was told that it is incompatible with Windows 7 (though its been running on my desktop and laptop without trouble for years.)
    So what I did was to first uninstall pretty much everything starting with Adobe in my Uninstall Programs control panel. 
    Then, per adobe support, I proceded to delete files/keys from these locations manually.  Not all of them existed.  I also included Program Files (x86) where any Program Files paths are listed.  (Note: AdobeCreativeSuiteCleanerTool does NOT remove all traces of files and keys!)
    C:\Program Files\Adobe*
    C:\Program Files\Common Files\Adobe*
    C:\Program Files\Common Files\Macrovision Shared\FlexNet*
    C:\Program Data\Adobe*
    C:\Program Data\FlexNet*
    C:\Users\All Users\Adobe*
    HKEY_LOCAL_MACHINE\Software\Adobe*
    HKEY_CURRENT_USER\Software\Adobe*
    HKEY_LOCAL_MACHINE\SOFTWARE\Macrovision\FLEXnet Publisher*
    I rebooted and installed again and it worked.
    During this process I discovered what I believe may have been the actual cause.  Under one of the above paths was another InDesign\Fonts folder loaded with fonts.  Sorry, I do not recall which as I have since had a hard disc failure and had to really start over.  I thought I had done a search of fonts but apparently had not done such a good job.  I recall now having trouble getting my fonts (installed in windows/fonts) to appear in InDesign CS3 and the workaround was to place a copy in this folder.  I the end, I believe I had a copy of a corrupted font in that folder. 
    My recommendation to anyone else struggling with this problem is to (1) remove all fonts from the windows/fonts folder and (2) to check the above paths for any fonts you may have added and remove them, and (3) check the above paths for any remaining fonts and verify they are not corrupt by opening them to preview.  Remove anything corrupt.  If all else fails, (4) follow uninstall procedure described above.   

  • EXCEPTION_ACCESS_VIOLATION Library: awt.dll

    Hi to all! I've been searching in all the forums to try to find a fix or at least an explanation of an exception that I get, but until now I have not seen any answer, so... here it goes my problem:
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at PC=0x6D0238F7
    Function=Java_sun_java2d_loops_MaskFill_MaskFill+0x1F4C7
    Library=C:\Archivos de programa\Java\j2re1.4.1_01\bin\awt.dll
    Current Java thread:
         at sun.java2d.loops.Blit.Blit(Native Method)
         at sun.java2d.pipe.DrawImage.blitSurfaceData(DrawImage.java:658)
         at sun.java2d.pipe.DrawImage.renderSurfaceData(DrawImage.java:386)
         at sun.java2d.pipe.DrawImage.clipAndRenderSurfaceData(DrawImage.java:364)
         at sun.java2d.pipe.DrawImage.copyImage(DrawImage.java:66)
         at sun.java2d.pipe.DrawImage.copyImage(DrawImage.java:50)
         at sun.java2d.pipe.DrawImage.copyImage(DrawImage.java:749)
         at sun.java2d.SunGraphics2D.drawImage(SunGraphics2D.java:2803)
         at sun.java2d.SunGraphics2D.drawImage(SunGraphics2D.java:2793)
         at javax.swing.plaf.metal.MetalIconFactory$FolderIcon16.paintIcon(MetalIconFactory.java:1417)
         at javax.swing.plaf.basic.BasicLabelUI.paint(BasicLabelUI.java:152)
         at javax.swing.plaf.ComponentUI.update(ComponentUI.java:142)
         at javax.swing.JComponent.paintComponent(JComponent.java:541)
         at javax.swing.JComponent.paint(JComponent.java:808)
         at javax.swing.tree.DefaultTreeCellRenderer.paint(DefaultTreeCellRenderer.java:397)
         at javax.swing.CellRendererPane.paintComponent(CellRendererPane.java:134)
         at javax.swing.plaf.basic.BasicTreeUI.paintRow(BasicTreeUI.java:1380)
         at javax.swing.plaf.basic.BasicTreeUI.paint(BasicTreeUI.java:1171)
         at javax.swing.plaf.metal.MetalTreeUI.paint(MetalTreeUI.java:143)
         at javax.swing.plaf.ComponentUI.update(ComponentUI.java:142)
         at javax.swing.JComponent.paintComponent(JComponent.java:541)
         at javax.swing.JComponent.paint(JComponent.java:808)
         at javax.swing.JComponent.paintChildren(JComponent.java:647)
         - locked <05C6CB78> (a java.awt.Component$AWTTreeLock)
         at javax.swing.JComponent.paint(JComponent.java:817)
         at javax.swing.JViewport.paint(JViewport.java:707)
         at javax.swing.JComponent.paintChildren(JComponent.java:647)
         - locked <05C6CB78> (a java.awt.Component$AWTTreeLock)
         at javax.swing.JComponent.paint(JComponent.java:817)
         at javax.swing.JComponent.paintChildren(JComponent.java:647)
         - locked <05C6CB78> (a java.awt.Component$AWTTreeLock)
         at javax.swing.JComponent.paint(JComponent.java:817)
         at javax.swing.JComponent.paintChildren(JComponent.java:647)
         - locked <05C6CB78> (a java.awt.Component$AWTTreeLock)
         at javax.swing.JComponent.paint(JComponent.java:817)
         at javax.swing.JLayeredPane.paint(JLayeredPane.java:552)
         at javax.swing.JComponent.paintChildren(JComponent.java:647)
         - locked <05C6CB78> (a java.awt.Component$AWTTreeLock)
         at javax.swing.JComponent.paintWithOffscreenBuffer(JComponent.java:4778)
         at javax.swing.JComponent.paintDoubleBuffered(JComponent.java:4724)
         at javax.swing.JComponent.paint(JComponent.java:798)
         at java.awt.GraphicsCallback$PaintCallback.run(GraphicsCallback.java:21)
         at sun.awt.SunGraphicsCallback.runOneComponent(SunGraphicsCallback.java:60)
         at sun.awt.SunGraphicsCallback.runComponents(SunGraphicsCallback.java:97)
         at java.awt.Container.paint(Container.java:1309)
         at sun.awt.RepaintArea.paint(RepaintArea.java:177)
         at sun.awt.windows.WComponentPeer.handleEvent(WComponentPeer.java:260)
         at java.awt.Component.dispatchEventImpl(Component.java:3658)
         at java.awt.Container.dispatchEventImpl(Container.java:1623)
         at java.awt.Component.dispatchEvent(Component.java:3439)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:450)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:197)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:144)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:136)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:99)
    Dynamic libraries:
    0x00400000 - 0x00419000      C:\Archivos de programa\Internet Explorer\iexplore.exe
    0x77F40000 - 0x77FED000      C:\WINDOWS\System32\ntdll.dll
    0x77E40000 - 0x77F33000      C:\WINDOWS\system32\kernel32.dll
    0x77BE0000 - 0x77C33000      C:\WINDOWS\system32\msvcrt.dll
    0x77D10000 - 0x77D9C000      C:\WINDOWS\system32\USER32.dll
    0x77C40000 - 0x77C80000      C:\WINDOWS\system32\GDI32.dll
    0x77DA0000 - 0x77E3E000      C:\WINDOWS\system32\ADVAPI32.dll
    0x78000000 - 0x78086000      C:\WINDOWS\system32\RPCRT4.dll
    0x772A0000 - 0x77304000      C:\WINDOWS\system32\SHLWAPI.dll
    0x76980000 - 0x76ACA000      C:\WINDOWS\System32\SHDOCVW.dll
    0x78090000 - 0x78174000      C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.10.0_x-ww_f7fb5805\comctl32.dll
    0x773A0000 - 0x77BA1000      C:\WINDOWS\system32\SHELL32.dll
    0x77310000 - 0x7739B000      C:\WINDOWS\system32\comctl32.dll
    0x00900000 - 0x00A21000      C:\WINDOWS\system32\ole32.dll
    0x5B150000 - 0x5B184000      C:\WINDOWS\System32\uxtheme.dll
    0x75F30000 - 0x7602C000      C:\WINDOWS\System32\BROWSEUI.dll
    0x723D0000 - 0x723E3000      C:\WINDOWS\System32\browselc.dll
    0x75EF0000 - 0x75F0E000      C:\WINDOWS\system32\appHelp.dll
    0x76F90000 - 0x77008000      C:\WINDOWS\System32\CLBCATQ.DLL
    0x770F0000 - 0x7717B000      C:\WINDOWS\system32\OLEAUT32.dll
    0x77010000 - 0x770E0000      C:\WINDOWS\System32\COMRes.dll
    0x77BD0000 - 0x77BD7000      C:\WINDOWS\system32\VERSION.dll
    0x761B0000 - 0x76249000      C:\WINDOWS\system32\WININET.dll
    0x76270000 - 0x762FC000      C:\WINDOWS\system32\CRYPT32.dll
    0x76250000 - 0x7625F000      C:\WINDOWS\system32\MSASN1.dll
    0x76F50000 - 0x76F60000      C:\WINDOWS\System32\Secur32.dll
    0x765D0000 - 0x76620000      C:\WINDOWS\System32\cscui.dll
    0x765B0000 - 0x765CB000      C:\WINDOWS\System32\CSCDLL.dll
    0x76630000 - 0x7671B000      C:\WINDOWS\System32\SETUPAPI.dll
    0x10000000 - 0x1000B000      C:\Archivos de programa\Adobe\Acrobat 6.0\Reader\ActiveX\AcroIEHelper.dll
    0x00D50000 - 0x00D6C000      C:\Archivos de programa\Norton AntiVirus\NavShExt.dll
    0x00D70000 - 0x00D8A000      C:\WINDOWS\System32\ccTrust.dll
    0x76030000 - 0x76091000      C:\WINDOWS\System32\MSVCP60.dll
    0x76AE0000 - 0x76AF5000      C:\WINDOWS\System32\ATL.DLL
    0x760A0000 - 0x7611A000      C:\WINDOWS\system32\urlmon.dll
    0x76120000 - 0x761AC000      C:\WINDOWS\System32\shdoclc.dll
    0x74700000 - 0x7478F000      C:\WINDOWS\System32\mlang.dll
    0x71A50000 - 0x71A59000      C:\WINDOWS\System32\wsock32.dll
    0x71A30000 - 0x71A45000      C:\WINDOWS\System32\WS2_32.dll
    0x71A20000 - 0x71A28000      C:\WINDOWS\System32\WS2HELP.dll
    0x719D0000 - 0x71A0C000      C:\WINDOWS\system32\mswsock.dll
    0x71A10000 - 0x71A18000      C:\WINDOWS\System32\wshtcpip.dll
    0x76EA0000 - 0x76ED7000      C:\WINDOWS\System32\RASAPI32.DLL
    0x76E50000 - 0x76E61000      C:\WINDOWS\System32\rasman.dll
    0x71BC0000 - 0x71C0E000      C:\WINDOWS\System32\NETAPI32.dll
    0x76E70000 - 0x76E9B000      C:\WINDOWS\System32\TAPI32.dll
    0x76E40000 - 0x76E4D000      C:\WINDOWS\System32\rtutils.dll
    0x76B00000 - 0x76B2D000      C:\WINDOWS\System32\WINMM.dll
    0x72250000 - 0x72255000      C:\WINDOWS\System32\sensapi.dll
    0x01350000 - 0x01551000      C:\WINDOWS\System32\msi.dll
    0x75E40000 - 0x75EE8000      C:\WINDOWS\System32\SXS.DLL
    0x75A20000 - 0x75AC6000      C:\WINDOWS\system32\USERENV.dll
    0x76EE0000 - 0x76F05000      C:\WINDOWS\System32\DNSAPI.dll
    0x76F70000 - 0x76F77000      C:\WINDOWS\System32\winrnr.dll
    0x76F20000 - 0x76F4D000      C:\WINDOWS\system32\WLDAP32.dll
    0x76F80000 - 0x76F85000      C:\WINDOWS\System32\rasadhlp.dll
    0x747A0000 - 0x74A57000      C:\WINDOWS\System32\mshtml.dll
    0x513E0000 - 0x5140D000      C:\Archivos de programa\Archivos comunes\Microsoft Shared\VS7Debug\pdm.dll
    0x51300000 - 0x51328000      C:\Archivos de programa\Archivos comunes\Microsoft Shared\VS7Debug\msdbg2.dll
    0x74680000 - 0x746A6000      C:\WINDOWS\System32\msimtf.dll
    0x746B0000 - 0x746F4000      C:\WINDOWS\System32\MSCTF.dll
    0x74650000 - 0x74677000      C:\WINDOWS\System32\MSLS31.DLL
    0x76340000 - 0x7635C000      C:\WINDOWS\System32\IMM32.DLL
    0x32520000 - 0x32532000      C:\Archivos de programa\Microsoft Office\Office10\msohev.dll
    0x767B0000 - 0x767D4000      C:\WINDOWS\system32\schannel.dll
    0x020D0000 - 0x020EB000      C:\Archivos de programa\Archivos comunes\Symantec Shared\Script Blocking\scrauth.dll
    0x02200000 - 0x0221E000      C:\Archivos de programa\Archivos comunes\Symantec Shared\Script Blocking\ScrBlock.dll
    0x76BF0000 - 0x76C1B000      C:\WINDOWS\System32\wintrust.dll
    0x76C50000 - 0x76C72000      C:\WINDOWS\system32\IMAGEHLP.dll
    0x0FFD0000 - 0x0FFF3000      C:\WINDOWS\System32\rsaenh.dll
    0x73CD0000 - 0x73CE0000      C:\WINDOWS\System32\cryptnet.dll
    0x75C00000 - 0x75C91000      c:\windows\system32\jscript.dll
    0x74C40000 - 0x74CAF000      C:\WINDOWS\System32\mshtmled.dll
    0x72CA0000 - 0x72CA9000      C:\WINDOWS\System32\wdmaud.drv
    0x72C90000 - 0x72C98000      C:\WINDOWS\System32\msacm32.drv
    0x77BB0000 - 0x77BC4000      C:\WINDOWS\System32\MSACM32.dll
    0x02A80000 - 0x02A87000      C:\WINDOWS\System32\midimap.dll
    0x6D7E0000 - 0x6D7EF000      C:\Archivos de programa\Java\j2re1.4.1_01\bin\npjpi141_01.dll
    0x6D740000 - 0x6D752000      C:\Archivos de programa\Java\j2re1.4.1_01\bin\jpiexp32.dll
    0x6D780000 - 0x6D794000      C:\Archivos de programa\Java\j2re1.4.1_01\bin\jpishare.dll
    0x6D330000 - 0x6D45A000      C:\ARCHIV~1\Java\J2RE14~1.1_0\bin\client\jvm.dll
    0x6D1D0000 - 0x6D1D7000      C:\ARCHIV~1\Java\J2RE14~1.1_0\bin\hpi.dll
    0x6D300000 - 0x6D30D000      C:\ARCHIV~1\Java\J2RE14~1.1_0\bin\verify.dll
    0x6D210000 - 0x6D229000      C:\ARCHIV~1\Java\J2RE14~1.1_0\bin\java.dll
    0x6D320000 - 0x6D32D000      C:\ARCHIV~1\Java\J2RE14~1.1_0\bin\zip.dll
    0x6D000000 - 0x6D0FB000      C:\Archivos de programa\Java\j2re1.4.1_01\bin\awt.dll
    0x72F80000 - 0x72FA3000      C:\WINDOWS\System32\WINSPOOL.DRV
    0x6D180000 - 0x6D1D0000      C:\Archivos de programa\Java\j2re1.4.1_01\bin\fontmanager.dll
    0x736E0000 - 0x73724000      C:\WINDOWS\System32\ddraw.dll
    0x73B40000 - 0x73B46000      C:\WINDOWS\System32\DCIMAN32.dll
    0x6DE20000 - 0x6DE91000      C:\WINDOWS\System32\D3DIM.DLL
    0x6D6E0000 - 0x6D6F1000      C:\Archivos de programa\Java\j2re1.4.1_01\bin\jpicom32.dll
    0x6D2D0000 - 0x6D2DE000      C:\Archivos de programa\Java\j2re1.4.1_01\bin\net.dll
    0x6D130000 - 0x6D152000      C:\Archivos de programa\Java\j2re1.4.1_01\bin\dcpr.dll
    0x6DA20000 - 0x6DA9D000      C:\WINDOWS\system32\DBGHELP.dll
    0x76BB0000 - 0x76BBB000      C:\WINDOWS\System32\PSAPI.DLL
    Local Time = Fri Dec 05 18:20:37 2003
    Elapsed Time = 161
    # The exception above was detected in native code outside the VM
    # Java VM: Java HotSpot(TM) Client VM (1.4.1_01-b01 mixed mode)
    Now let me tell you what I am doing. I have an applet which constructs a JTree with some leafs and parents. When I first load the applet (say coming from a link) it works perfectly, but if I reload the page then the application explodes! This is happening in Windows XP (SP1) with IE 6.0.2. The funny thing, is that I have tested in a lot of other Windows XP with the same configuration (software, not the same hardware) and all works perfectly! The PC where I'm getting the exception is a Compaq Evo laptop.
    If you have some idea of what is going on, or better than that, if you have an idea on how to fix this, please let me know.
    Feel fee to email me at:
    [email protected]

    I am also seeing this error but at UNIX. As soon as I invoke a call to the JTree constructor (TreeModel) , it explodes!! Can someone provide an clue?

  • How to read instrument driver dll files

    Hello,
    How to read .dll files of an instrument driver? What is the programming methodology followed in dll files? I will be grtaeful to you if someone can point me a way to do this.
    Thanks,
    Ananda H S

    If you can get your hands on the driver dll sdk or source code, you can use Tools --> Import --> Shared Library (.dll)... and use the wizard to easily generate the code you need to implement it.
    Bill
    (Mid-Level minion.)
    My support system ensures that I don't look totally incompetent.
    Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.

  • Webutil_c_api with user32.dll (ShowWindow method) crashes

    Hello,
    I am trying to hide a window by using the method ShowWindow of user32.dll.
    So I use the package webutil_c_api.
    It works, my window becomes hidden, but just after that, the Forms applet crashes with Internet Explorer.
    Here is the code :
    declare
         v_args webutil_c_api.ParameterList;
         v_param webutil_c_api.ParameterHandle;
         v_res pls_integer;
    begin
      v_args := webutil_c_api.create_parameter_list;
      v_param := webutil_c_api.add_parameter(v_args, webutil_c_api.C_LONG, webutil_c_api.PARAM_IN, 66152);
      v_param := webutil_c_api.add_parameter(v_args, webutil_c_api.C_INT, webutil_c_api.PARAM_IN, 0);
      v_res := webutil_c_api.invoke_long('user32.dll', 'ShowWindow', v_args);
      MESSAGE('ShowWindow -> ' || v_res);
    EXCEPTION
         WHEN OTHERS THEN
           message('Error code: '||to_char(sqlcode)||'  Txt: '||sqlerrm);
           PAUSE;
           raise form_trigger_failure;
    end;Notice : I had to hardcode the Window Handler 66152 because I'm not able to find it (there is another problem).
    Do you have some hints?
    Thanks,
    Nicolas.

    When it crashes, it produces a file that is placed on my desktop :
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at PC=0x2
    Function name=(N/A)
    Library=(N/A)
    NOTE: We are unable to locate the function name symbol for the error
          just occurred. Please refer to release documentation for possible
          reason and solutions.
    Current Java thread:
         at oracle.forms.webutil.cApi.CFunc.callInt(Native Method)
         at oracle.forms.webutil.cApi.CApiFunctions.invokeCApi(CApiFunctions.java:837)
         at oracle.forms.webutil.cApi.CApiFunctions.getProperty(CApiFunctions.java:144)
         at oracle.forms.handler.UICommon.onGet(Unknown Source)
         at oracle.forms.engine.Runform.onGetHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.processEventEnd(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Window.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    Dynamic libraries:
    0x00400000 - 0x00419000      C:\Program Files\Internet Explorer\IEXPLORE.EXE
    0x77F50000 - 0x77FF7000      C:\WINNT\System32\ntdll.dll
    0x77E60000 - 0x77F46000      C:\WINNT\system32\kernel32.dll
    0x77C10000 - 0x77C63000      C:\WINNT\system32\msvcrt.dll
    0x77D40000 - 0x77DCC000      C:\WINNT\system32\USER32.dll
    0x77C70000 - 0x77CB0000      C:\WINNT\system32\GDI32.dll
    0x77DD0000 - 0x77E5D000      C:\WINNT\system32\ADVAPI32.dll
    0x78000000 - 0x78086000      C:\WINNT\system32\RPCRT4.dll
    0x70A70000 - 0x70AD5000      C:\WINNT\system32\SHLWAPI.dll
    0x71700000 - 0x71849000      C:\WINNT\System32\SHDOCVW.dll
    0x71950000 - 0x71A34000      C:\WINNT\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.10.0_x-ww_f7fb5805\comctl32.dll
    0x773D0000 - 0x77BC2000      C:\WINNT\system32\SHELL32.dll
    0x77340000 - 0x773CB000      C:\WINNT\system32\comctl32.dll
    0x771B0000 - 0x772D1000      C:\WINNT\system32\ole32.dll
    0x74720000 - 0x74764000      C:\WINNT\System32\MSCTF.dll
    0x71500000 - 0x715FD000      C:\WINNT\System32\BROWSEUI.dll
    0x72430000 - 0x72442000      C:\WINNT\System32\browselc.dll
    0x75F40000 - 0x75F5F000      C:\WINNT\system32\appHelp.dll
    0x76FD0000 - 0x77048000      C:\WINNT\System32\CLBCATQ.DLL
    0x77120000 - 0x771AB000      C:\WINNT\system32\OLEAUT32.dll
    0x77050000 - 0x77115000      C:\WINNT\System32\COMRes.dll
    0x77C00000 - 0x77C07000      C:\WINNT\system32\VERSION.dll
    0x76670000 - 0x76757000      C:\WINNT\System32\SETUPAPI.dll
    0x5AD70000 - 0x5ADA4000      C:\WINNT\System32\UxTheme.dll
    0x63000000 - 0x63096000      C:\WINNT\system32\WININET.dll
    0x762C0000 - 0x76348000      C:\WINNT\system32\CRYPT32.dll
    0x762A0000 - 0x762B0000      C:\WINNT\system32\MSASN1.dll
    0x76F90000 - 0x76FA0000      C:\WINNT\System32\Secur32.dll
    0x10000000 - 0x1012D000      c:\program files\google\googletoolbar1.dll
    0x1A400000 - 0x1A47A000      C:\WINNT\system32\urlmon.dll
    0x71AD0000 - 0x71AD8000      C:\WINNT\System32\WSOCK32.dll
    0x71AB0000 - 0x71AC5000      C:\WINNT\System32\WS2_32.dll
    0x71AA0000 - 0x71AA8000      C:\WINNT\System32\WS2HELP.dll
    0x76C30000 - 0x76C5B000      C:\WINNT\System32\WINTRUST.dll
    0x76C90000 - 0x76CB2000      C:\WINNT\system32\IMAGEHLP.dll
    0x76B40000 - 0x76B6C000      C:\WINNT\System32\WINMM.dll
    0x76380000 - 0x76385000      C:\WINNT\System32\MSIMG32.dll
    0x6D510000 - 0x6D58D000      C:\WINNT\System32\DBGHELP.DLL
    0x71C20000 - 0x71C6E000      C:\WINNT\System32\netapi32.dll
    0x71B20000 - 0x71B31000      C:\WINNT\system32\MPR.dll
    0x75F60000 - 0x75F66000      C:\WINNT\System32\drprov.dll
    0x71C10000 - 0x71C1D000      C:\WINNT\System32\ntlanman.dll
    0x71CD0000 - 0x71CE6000      C:\WINNT\System32\NETUI0.dll
    0x71C90000 - 0x71CCC000      C:\WINNT\System32\NETUI1.dll
    0x71C80000 - 0x71C86000      C:\WINNT\System32\NETRAP.dll
    0x71BF0000 - 0x71C01000      C:\WINNT\System32\SAMLIB.dll
    0x76EE0000 - 0x76F17000      C:\WINNT\System32\RASAPI32.DLL
    0x76E90000 - 0x76EA1000      C:\WINNT\System32\rasman.dll
    0x76EB0000 - 0x76EDB000      C:\WINNT\System32\TAPI32.dll
    0x76E80000 - 0x76E8D000      C:\WINNT\System32\rtutils.dll
    0x75F70000 - 0x75F79000      C:\WINNT\System32\davclnt.dll
    0x722B0000 - 0x722B5000      C:\WINNT\System32\sensapi.dll
    0x75A70000 - 0x75B15000      C:\WINNT\system32\USERENV.dll
    0x76990000 - 0x769B4000      C:\WINNT\System32\ntshrui.dll
    0x76B20000 - 0x76B35000      C:\WINNT\System32\ATL.DLL
    0x76170000 - 0x761F8000      C:\WINNT\System32\shdoclc.dll
    0x74770000 - 0x747FF000      C:\WINNT\System32\mlang.dll
    0x63580000 - 0x63830000      C:\WINNT\System32\mshtml.dll
    0x75E90000 - 0x75F37000      C:\WINNT\System32\SXS.DLL
    0x6B700000 - 0x6B790000      C:\WINNT\System32\jscript.dll
    0x746F0000 - 0x74716000      C:\WINNT\System32\msimtf.dll
    0x746C0000 - 0x746E7000      C:\WINNT\System32\MSLS31.DLL
    0x76390000 - 0x763AC000      C:\WINNT\System32\IMM32.DLL
    0x76620000 - 0x7666E000      C:\WINNT\System32\cscui.dll
    0x76600000 - 0x7661B000      C:\WINNT\System32\CSCDLL.dll
    0x325C0000 - 0x325D2000      C:\Program Files\Office2003\OFFICE11\msohev.dll
    0x71A50000 - 0x71A8B000      C:\WINNT\system32\mswsock.dll
    0x71A90000 - 0x71A98000      C:\WINNT\System32\wshtcpip.dll
    0x76F20000 - 0x76F45000      C:\WINNT\System32\DNSAPI.dll
    0x76FB0000 - 0x76FB7000      C:\WINNT\System32\winrnr.dll
    0x76F60000 - 0x76F8C000      C:\WINNT\system32\WLDAP32.dll
    0x02C70000 - 0x02C83000      C:\Program Files\Labtec\Labtec Mouse Software\2.0\MOUDL32A.DLL
    0x76FC0000 - 0x76FC5000      C:\WINNT\System32\rasadhlp.dll
    0x6D350000 - 0x6D35D000      C:\Program Files\Oracle\JInitiator 1.3.1.18\bin\npjinit13118.dll
    0x6D130000 - 0x6D15B000      C:\Program Files\Oracle\JInitiator 1.3.1.18\bin\beans.ocx
    0x6D300000 - 0x6D316000      C:\Program Files\Oracle\JInitiator 1.3.1.18\bin\jpishare.dll
    0x6D3F0000 - 0x6D4C7000      C:\PROGRA~1\Oracle\JINITI~1.18\bin\hotspot\jvm.dll
    0x6D220000 - 0x6D227000      C:\PROGRA~1\Oracle\JINITI~1.18\bin\hpi.dll
    0x6D380000 - 0x6D38D000      C:\PROGRA~1\Oracle\JINITI~1.18\bin\verify.dll
    0x6D250000 - 0x6D268000      C:\PROGRA~1\Oracle\JINITI~1.18\bin\java.dll
    0x6D390000 - 0x6D39D000      C:\PROGRA~1\Oracle\JINITI~1.18\bin\zip.dll
    0x6D020000 - 0x6D12B000      C:\Program Files\Oracle\JInitiator 1.3.1.18\bin\awt.dll
    0x73000000 - 0x73023000      C:\WINNT\System32\WINSPOOL.DRV
    0x6D1E0000 - 0x6D21C000      C:\Program Files\Oracle\JInitiator 1.3.1.18\bin\fontmanager.dll
    0x5ED00000 - 0x5EDC6000      C:\WINNT\System32\OPENGL32.dll
    0x68B20000 - 0x68B3E000      C:\WINNT\System32\GLU32.dll
    0x73760000 - 0x737A4000      C:\WINNT\System32\DDRAW.dll
    0x73BC0000 - 0x73BC6000      C:\WINNT\System32\DCIMAN32.dll
    0x0DD70000 - 0x0DFA2000      C:\WINNT\System32\ialmgicd.dll
    0x0DFB0000 - 0x0E02B000      C:\WINNT\System32\ialmgdev.dll
    0x6D340000 - 0x6D348000      C:\Program Files\Oracle\JInitiator 1.3.1.18\bin\net.dll
    0x0FFA0000 - 0x0FFC1000      C:\WINNT\System32\dssenh.dll
    0x6D370000 - 0x6D37A000      C:\Program Files\Oracle\JInitiator 1.3.1.18\bin\packager.dll
    0x0E860000 - 0x0E870000      C:\Program Files\Oracle\JInitiator 1.3.1.18\bin\JNIsharedstubs.dll
    0x76BF0000 - 0x76BFB000      C:\WINNT\System32\PSAPI.DLL
    Local Time = Tue Aug 29 08:53:29 2006
    Elapsed Time = 4
    # The exception above was detected in native code outside the VM
    # Java VM: Java HotSpot(TM) Client VM (1.3.1_04-b02 mixed mode)
    #

  • PKCS#11 driver dll and Java

    Hello!
    I'm trying to use a smartcard to do some signing and this needs to be done using Java. I have read about the SUN PKCS#11 provider and thought that this would work. However as it turns out my card vendor refuses to provide me with a pkcs#11 .dll and without a dll the sun provider won't work. I have although recieved a .lib and a couple of .h files for this specific PKCS#11 implementation. The vendor also has provided me with a windows service to communicate with the card, I have tested this application and it works fine however I need to do this communication with Java, if it is not possible maybe I will have to resort to JNI?
    What I'm courios about is if there is some generic .dll for PKCS#11 operations? The card is a Java Card which has applets conforming to standards. Would it for instance be possible to use a completly different vendors .dll for the operations that I would like to perform.
    I really really need an answer.
    P.S switching card vendor is not an option D.S
    Kind regards
    Henrik Grankvist

    Hi ejp, thank you for answering.
    The problem for me could be a little more easier: I mean, actually my card provider ships the dll, but I would like to cover as many kinds of cards as I can with the application on which I'm working.
    I may use several ways to download the specific dll to the user's PC, but still I should know if I can redistribute this dlls. Is there a way to know which drivers I can redistribute without having licensing problems? Do you know any sort of drivers database on which I could look for?
    Thank you everybody,
    regards.

  • Printing with SDK 1.4 - native code exc. this time

    Hello,
    We are trying send printer control codes to a printer. Actually we are able to send them and get the output. The code snippet is:
    // sanity checks are stripped
    DocFlavor doc_flavor = DocFlavor.BYTE_ARRAY.AUTOSENSE;
    PrintService print_services[] = PrintServiceLookup.lookupPrintServices(doc_flavor, null);
    HashPrintRequestAttributeSet attr = new HashPrintRequestAttributeSet();
    attr.add(MediaSizeName.ISO_A9);
    PrintService default_service = PrintServiceLookup.lookupDefaultPrintService();
    PrintService selected_service = ServiceUI.printDialog(
         null,
         100,
         100,
         print_services,
         default_service,
         doc_flavor,
         (PrintRequestAttributeSet) attr);
    DocPrintJob print_job = selected_service.createPrintJob();
    byte data[] = // filled with control codes
    Doc doc = new SimpleDoc(data, doc_flavor, null);
    try {
          print_job.print(doc, attr);
    catch(Exception e) {
          e.printStackTrace();
    }The problem is after [bold]print()[bold] is called. The process hangs there for a while (a couple of minutes) and gives an exception. Exception description is below.
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at PC=0x6D063636
    Function=Java_sun_print_Win32PrintJob_printRawData+0x1BB9
    Library=F:\jdk\j2sdk1.4.0\jre\bin\awt.dll
    Current Java thread:
         at sun.awt.windows.Win32SurfaceData.initOps(Native Method)
         at sun.awt.windows.Win32SurfaceData.<init>(Win32SurfaceData.java:335)
         at sun.awt.windows.Win32SurfaceData.createData(Win32SurfaceData.java:218)
         at sun.awt.windows.WComponentPeer.replaceSurfaceData(WComponentPeer.java:321)
         - locked <02FD86E8> (a sun.awt.windows.WFramePeer)
         at sun.awt.windows.WComponentPeer.displayChanged(WComponentPeer.java:350)
         at sun.awt.windows.WCanvasPeer.displayChanged(WCanvasPeer.java:42)
         at sun.awt.windows.WPanelPeer.displayChanged(WPanelPeer.java:118)
         at sun.awt.windows.WWindowPeer.displayChanged(WWindowPeer.java:175)
         at sun.awt.SunDisplayChanger.notifyListeners(SunDisplayChanger.java:102)
         at sun.awt.Win32GraphicsDevice.displayChanged(Win32GraphicsDevice.java:333)
         at sun.awt.Win32GraphicsEnvironment.displayChanged(Win32GraphicsEnvironment.java:90)
         at sun.awt.windows.WToolkit$4.run(WToolkit.java:717)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:443)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:190)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:144)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:130)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:98)
    Dynamic libraries:
    0x00400000 - 0x00406000      F:\jdk\j2sdk1.4.0\bin\javaw.exe
    0x77F80000 - 0x77FFB000      C:\WINNT\System32\ntdll.dll
    0x77DB0000 - 0x77E0C000      C:\WINNT\system32\ADVAPI32.dll
    0x77E80000 - 0x77F35000      C:\WINNT\system32\KERNEL32.DLL
    0x77D40000 - 0x77DB0000      C:\WINNT\system32\RPCRT4.DLL
    0x77E10000 - 0x77E74000      C:\WINNT\system32\USER32.dll
    0x77F40000 - 0x77F7C000      C:\WINNT\system32\GDI32.DLL
    0x78000000 - 0x78046000      C:\WINNT\system32\MSVCRT.dll
    0x6D330000 - 0x6D442000      F:\jdk\j2sdk1.4.0\jre\bin\client\jvm.dll
    0x77570000 - 0x775A0000      C:\WINNT\System32\WINMM.dll
    0x6D1D0000 - 0x6D1D7000      F:\jdk\j2sdk1.4.0\jre\bin\hpi.dll
    0x6D300000 - 0x6D30D000      F:\jdk\j2sdk1.4.0\jre\bin\verify.dll
    0x6D210000 - 0x6D228000      F:\jdk\j2sdk1.4.0\jre\bin\java.dll
    0x6D320000 - 0x6D32D000      F:\jdk\j2sdk1.4.0\jre\bin\zip.dll
    0x6D000000 - 0x6D0F6000      F:\jdk\j2sdk1.4.0\jre\bin\awt.dll
    0x77800000 - 0x7781D000      C:\WINNT\System32\WINSPOOL.DRV
    0x75E60000 - 0x75E7A000      C:\WINNT\System32\IMM32.dll
    0x77A50000 - 0x77B46000      C:\WINNT\system32\ole32.dll
    0x76020000 - 0x76053000      C:\WINNT\System32\spool\DRIVERS\W32X86\3\UNIDRVUI.DLL
    0x76EF0000 - 0x76F1B000      C:\WINNT\System32\spool\DRIVERS\W32X86\3\UNIDRV.DLL
    0x7A900000 - 0x7A92B000      C:\WINNT\System32\spool\DRIVERS\W32X86\3\tec32u.dll
    0x782F0000 - 0x7852F000      C:\WINNT\system32\SHELL32.dll
    0x70BD0000 - 0x70C34000      C:\WINNT\system32\SHLWAPI.dll
    0x71780000 - 0x7180A000      C:\WINNT\system32\COMCTL32.dll
    0x76B30000 - 0x76B6E000      C:\WINNT\system32\comdlg32.dll
    0x77820000 - 0x77827000      C:\WINNT\system32\VERSION.dll
    0x759B0000 - 0x759B6000      C:\WINNT\system32\LZ32.DLL
    0x0B290000 - 0x0B2AC000      C:\WINNT\System32\spool\DRIVERS\W32X86\3\tec32g.dll
    0x4F500000 - 0x4F521000      C:\WINNT\System32\spool\DRIVERS\W32X86\3\ps5UI.dll
    0x4CE00000 - 0x4CE75000      C:\WINNT\System32\spool\DRIVERS\W32X86\3\PSCRIPT5.DLL
    0x6B770000 - 0x6B783000      C:\WINNT\System32\mscms.dll
    0x6D180000 - 0x6D1D0000      F:\jdk\j2sdk1.4.0\jre\bin\fontmanager.dll
    0x6E420000 - 0x6E426000      C:\WINNT\System32\INDICDLL.dll
    0x10000000 - 0x1000A000      F:\ORACLE\9ids\jdev\lib\jdevwheel.dll
    0x72800000 - 0x72846000      C:\WINNT\System32\ddraw.dll
    0x728A0000 - 0x728A6000      C:\WINNT\System32\DCIMAN32.dll
    0x779B0000 - 0x77A4B000      C:\WINNT\system32\OLEAUT32.DLL
    0x77920000 - 0x77943000      C:\WINNT\system32\imagehlp.dll
    0x72A00000 - 0x72A2D000      C:\WINNT\system32\DBGHELP.dll
    0x690A0000 - 0x690AB000      C:\WINNT\System32\PSAPI.DLL
    Local Time = Wed Aug 28 17:03:33 2002
    Elapsed Time = 1071
    # The exception above was detected in native code outside the VM
    # Java VM: Java HotSpot(TM) Client VM (1.4.0-b92 mixed mode)
    #Is there any idea why this error occurs. Thanks.
    Muzaffer Ozakca

    Let me jump into the fray :-)
    I am getting the same exception while I am printing TIF images. I am not exactly sure what causes it, maybe I need to have a listener for this specific event. In this particular instance I am getting the error immediately after a java.lang.OutOfMemoryError (which might be the reason I am getting this exception). My printing code is very similar (identical) to the one posted above.
    java.lang.NullPointerException
    at sun.awt.Win32GraphicsEnvironment.displayChanged(Win32GraphicsEnvironm
    ent.java:88)
    at sun.awt.windows.WToolkit$4.run(WToolkit.java:717)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:443)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchTh
    read.java:190)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre
    ad.java:144)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:130)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:98)

Maybe you are looking for

  • Problem with youtube

    I can't watch the youtube on my iPod touch because "the server is not correctly configured" what should I do in this case?

  • Create transaction and screen variants

    Hello I want to create transaction variant for VA01 and MM01 in order to simplify the data entry. I know SAP has SHD0 as a tool and Synactive has GuiXT to make all these changes. But I wonder what are the differences between these 2 tools. Please let

  • Embedding swf in my website

    hi i want to upload a slideshow in my html, its a swf file. can anyone tell me the coding i have to input to embed the swf. cheers

  • HYP 11.1.1 issue

    Hi, we have installed 11.1.1.1 yesterday and we also configured shared services and planning ..etc succesfully.Today when i login to shared services console.i get this error . iwas able to see good yesterday http 404 error. Any help Rajeev

  • I am new and I can't figure out how I can delete a document in pages

    I am new and I can't figure out how I can delete a document in pages. Please help