InDesign CS6 Plug-in development problem

Hello,
IDE:Visual Studio 2010
Platform:Windows7-32
Version:Indesign CS6
Database:MySql-5.0.67-win32
ODBC:ODBC-5.1
The source code:
URI uri("odbc://New/?table=jo_user#user_id,username,reset_key,activation,register_time,login_ count");//int,varchar,tinytext,tinyint,datetime,longtext
SDKODBCWrapper odbc;
if (ISDKODBCWrapper::ODBCNormal == odbc.Query(uri))
       int32 ColumnNum = odbc.GetNumberOfColumns();
       for(int32 cNum=0; cNum<ColumnNum; cNum++)
            ISDKODBCWrapper::ItemType retType = odbc.GetMthColumnInfo(cNum, std::string(""));
            if (retType == ISDKODBCWrapper::kIntegerType)
                CAlert::InformationAlert("kIntegerType");
            else if (retType == ISDKODBCWrapper::kDoubleType)
                CAlert::InformationAlert("kDoubleType");
            else if (retType == ISDKODBCWrapper::kStringType)
                CAlert::InformationAlert("kStringType");
            else if (retType == ISDKODBCWrapper::kTimeStampType)
                CAlert::InformationAlert("kTimeStampType");
            else
                CAlert::InformationAlert("Others or NULL");
else
    CAlert::InformationAlert("Link ODBC error");
I have already successfully connect to the database,but why I can only get kIntegerType and kTimeStampType?
why varchar tinytext tinyint longtext are show kIntegerType?
someone please guide me...
Thank you very much.
消息编辑者为:IIASCII

use ODBC-3.5.1  over

Similar Messages

  • InDesign CS6 plug-in not recognized correctly by InDesign

    I have been trying to create a simple InDesign CS6 plug-in that writes to a log file as I'm opening & closing InDesign documents. SDK package had the LinkWatcher sample that I've been using as a reference when creating my solution.
    Currently the problem is that I'm getting a "Adobe InDesign does not recognize mfindesign.pln as a valid plug-in" when I try to start up InDesign CS6 with the plugin. That isn't too helpful as it doesn't let me know where the problem is and compiling the code with VS2010 gives me no errors currently.
    Relevant parts of the code can be found from https://github.com/crnd/MFIndesign/. I've been using CResponder as a base class in my implementation.
    Anyone have any good pointers where & how to start looking for the problem? Or even better if someone can already spot the mistake(s) I've made...

    This is a typical problem to solve, based on my individual experience on this issue i would recommend the following check points.
    Check that your plugin is linking to correct version of libraries.
    Check you are using the correct version of SDK
    Look for the odfrc command line and see that correct flags are being sent as argument to it. Also that the correct version of odfrc is being used to compile the resources
    If possible use the debug version of InDesign, it may give you more detailed error prompt. Like if the plugin you are trying to load is a release version, or the resources are missing.
    See if the resources are actually compiled and the resulting folder is placed parallel to your .pln file, like very truly mentioned by Bartek. Pay attention to what the name of this folder should be.
    Also makes sure that these resource folders are not empty.
    Hope one of these steps does the trick for you.
    -Manan

  • InDesign CS6 has the same problem of older versions HWNDBasedPanelView UID:410841

    Hi all,
    I have had the same problem with InDesign CS5.
    When InDesign starts it opens two windows as shown in the screenshoot.
    The only way I know to solve the problem is deleting the InDesign preferences.
    But why I should have the same problem with a new version of InDesign
    Tks
    Ivan

    Ivan Carlesso wrote:
    But why I should have the same problem with a new version of InDesign
    My guess would be that whatever is corrupting the prefs is external to ID itself.

  • 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.   

  • InDesign CS6 crashing on startup in OS X 10.7.3

    I also am having an issue.
    I am running 10.7.3 however.
    I installed InDesign CS6 (version 8.0) and if I have all my plugins running it will crash EVERY TIME on start-up.
    However, I systematically removed all plugins and found that the plugin that causes the problems are:
    PMPACK (completel doesn't work)
    UI (lags the computer, very slow) - but if I remove UI I have NO tools.
    Any ideas or suggestions?
    SS

    I think with CS 6 anyway that the welcome screen is trying to call home to adobe.  Why or for what I'm not sure just yet.   Once Indesign opens, if you close the welcome screen and go under the help menu and launch the welcome screen again it does the same thing and hangs for a minute or so.  Right now I think its our firewall blocking it.
    People having issues with this, are you home users or working at a business behind firewalls and stuff?
    Either Indesign isn't using our proxy settings set in the system or we have something messed up on our network.  If I take the problematic computer and put it in our office where there is no restrictions or proxies Indesign launches fine.
    ***Update***
    So it seems if your computer has a network connection this plugin for the welcome screen calls home to Adobe for some reason.  If I turn off internet access then Indesign launches fine.  I don't see anything on the welcome screen that it would have to call home for.   But it is and the Adobe software doesn't seem to be using the settings set in OS X to use the proxy server from what I am seeing.  So to me it looks like a bug with Adobe's software because its not using the proxy server set in OS X network preferences.   Hopefully if I am correct about the Adobe software not using the set proxy server settings in OS X they will fix it.  Also noticed Dreamweaver CS6 not connecting on teh bottom right of the window, so its not using the set proxy settings in OS X either.
    Work around: 
    Punch a whole in firewall
    or
    Remove:
    /Applications/Adobe InDesign CS6/Plug-Ins/PMPack/PMWelcomeScreen.InDesignPlugin

  • After un-installing InDesign CS6 it remains in the destop CC and I can not re-install.

    I have had problems with the program and un-installed it, but now I cannot re-install because it remains
    @ among the apps in the desktop menue.

    Thank you! That worked, and I could re-install.
    Unfortunately the same error message reappears once I try to open InDesign CS6: It was impossible to read Digital Publishing.InDesignPlugin because the plugin-grogram JBX is needed.Please install JBX and then re-start InDesign. This has been the problem for more than a week now. When I open Program/InDesign CS6/Plug-ins/Sandbox the JBX-plugin is there, but it does not work.
    I have started another user-account on the computer, and there InDesign CS6 does work, but it is a terrible hassle to have to move all the files from one user to the other ... NOT GOOD, Adobe. I am very dissapointed, especially because the support staff I have been in touch with tries to brush me off, telling me this is not an Adobe problem ...

  • InDesign CS6 Mac 10.7.5 crashing

    I have a new MacBook Pro, purchased by my employer in July—shipped with OS 10.7.5. I can't launch ID CS6 - it hangs as has been reported with 10.7.4. I've tried both the fixes provided by Adobe. And, have reinstalled the software a few times just to be sure.
    Any word on when a fix will be available for 10.7.5? Or, is Adobe working on a fix for 10.8?
    I'm completely dead-in-the-water at work when it comes to producing print documents. I've actually been reduced to creating docs in Illustrator or MS Word...

    Thanks for responding, Peter. I beleive this is a crash?
    Pastebin.com is blocked by my employer. Here is the sample process - sorry to have to post it here.
    Sampling process 42623 for 3 seconds with 1 millisecond of run time between samples
    Sampling completed, processing symbols...
    2012-09-28 13:56:17.171 sample[42857:1503] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
    2012-09-28 13:56:17.172 sample[42857:1503] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
    2012-09-28 13:56:17.689 sample[42857:1503] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
    2012-09-28 13:56:17.690 sample[42857:1503] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
    Analysis of sampling Adobe InDesign CS6 (pid 42623) every 1 millisecond
    Process:         Adobe InDesign CS6 [42623]
    Path:            /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Adobe InDesign CS6
    Load Address:    0x1000
    Identifier:      com.adobe.InDesign
    Version:         8.0.0.370 (8000)
    Code Type:       X86 (Native)
    Parent Process:  launchd [664]
    Date/Time:       2012-09-28 13:56:01.091 -0400
    OS Version:      Mac OS X 10.7.5 (11G56)
    Report Version:  7
    Call graph:
        2578 Thread_2275427   DispatchQueue_1: com.apple.main-thread  (serial)
        + 2578 start  (in Adobe InDesign CS6) + 53  [0x1d55]
        +   2578 main  (in Adobe InDesign CS6) + 341  [0x1ec5]
        +     2578 GetPlugIn  (in AppFramework) + 12007  [0x16725327]
        +       2578 ???  (in AppFramework)  load address 0x166f8000 + 0xea39  [0x16706a39]
        +         2578 ???  (in AppFramework)  load address 0x166f8000 + 0x18e93  [0x16710e93]
        +           2578 ???  (in AppFramework)  load address 0x166f8000 + 0x1cbba  [0x16714bba]
        +             2578 ???  (in Utilities)  load address 0x1cb68000 + 0x48a0  [0x1cb6c8a0]
        +               2578 ???  (in Utilities)  load address 0x1cb68000 + 0x4691  [0x1cb6c691]
        +                 2578 Command::DoImmediate(short)  (in PublicLib.dylib) + 62  [0x1701d7c]
        +                   2578 GetPlugIn  (in PMWelcomeScreen) + 16295  [0x151a3a37]
        +                     2578 GetPlugIn  (in PMWelcomeScreen) + 15998  [0x151a390e]
        +                       2578 GetPlugIn  (in PMWelcomeScreen) + 38819  [0x151a9233]
        +                         2578 GetPlugIn  (in PMWelcomeScreen) + 41195  [0x151a9b7b]
        +                           2578 ???  (in Widgets)  load address 0x1cba6000 + 0x16c4e  [0x1cbbcc4e]
        +                             2578 ???  (in Widgets)  load address 0x1cba6000 + 0x17882  [0x1cbbd882]
        +                               2578 ???  (in Widgets)  load address 0x1cba6000 + 0x18ca6  [0x1cbbeca6]
        +                                 2578 CSubject::Change(IDType<ClassID_tag>, IDType<PMIID_tag> const&, void*)  (in PublicLib.dylib) + 74  [0x17bc07a]
        +                                   2578 GetPlugIn  (in AppFramework) + 37809  [0x1672b7f1]
        +                                     2578 GetPlugIn  (in AppFramework) + 33792  [0x1672a840]
        +                                       2578 GetPlugIn  (in PMWelcomeScreen) + 11151  [0x151a261f]
        +                                         2578 GetPlugIn  (in PMWelcomeScreen) + 8309  [0x151a1b05]
        +                                           2578 GetPlugIn  (in PMWelcomeScreen) + 39624  [0x151a9558]
        +                                             2578 CFReadStreamRead  (in CoreFoundation) + 425  [0x926d6169]
        +                                               2578 CFNetworkReadStream::httpStreamRead(__CFReadStream*, unsigned char*, long, CFStreamError*, unsigned char*, void*)  (in CFNetwork) + 61  [0x26bbe4b]
        +                                                 2578 non-virtual thunk to HTTPReadStream::streamRead(__CFReadStream*, unsigned char*, long, CFStreamError*, unsigned char*)  (in CFNetwork) + 55  [0x2759cd4]
        +                                                   2578 HTTPReadStream::streamRead(__CFReadStream*, unsigned char*, long, CFStreamError*, unsigned char*)  (in CFNetwork) + 96  [0x2759d3a]
        +                                                     2578 CFReadStreamRead  (in CoreFoundation) + 425  [0x926d6169]
        +                                                       2578 CFNetworkReadStream::httpStreamRead(__CFReadStream*, unsigned char*, long, CFStreamError*, unsigned char*, void*)  (in CFNetwork) + 61  [0x26bbe4b]
        +                                                         2578 non-virtual thunk to HTTPNetStreamInfo::streamRead(__CFReadStream*, unsigned char*, long, CFStreamError*, unsigned char*)  (in CFNetwork) + 55  [0x27559f7]
        +                                                           2578 HTTPNetStreamInfo::streamRead(__CFReadStream*, unsigned char*, long, CFStreamError*, unsigned char*)  (in CFNetwork) + 307  [0x26bbf85]
        +                                                             2578 CFRunLoopRunInMode  (in CoreFoundation) + 120  [0x926a9088]
        +                                                               2578 CFRunLoopRunSpecific  (in CoreFoundation) + 332  [0x926a91dc]
        +                                                                 2578 __CFRunLoopRun  (in CoreFoundation) + 1428  [0x926a9b04]
        +                                                                   2578 __CFRunLoopServiceMachPort  (in CoreFoundation) + 170  [0x926a09da]
        +                                                                     2578 mach_msg  (in libsystem_kernel.dylib) + 70  [0x2f3f1f6]
        +                                                                       2578 mach_msg_trap  (in libsystem_kernel.dylib) + 10  [0x2f3fc22]
        2578 Thread_2275509   DispatchQueue_2: com.apple.libdispatch-manager  (serial)
        + 2578 _dispatch_mgr_thread  (in libdispatch.dylib) + 53  [0x2eec853]
        +   2578 _dispatch_mgr_invoke  (in libdispatch.dylib) + 969  [0x2eede04]
        +     2578 kevent  (in libsystem_kernel.dylib) + 10  [0x2f4290a]
        2578 Thread_2275510
        + 2578 thread_start  (in libsystem_c.dylib) + 34  [0x976ec6de]
        +   2578 _pthread_start  (in libsystem_c.dylib) + 335  [0x976e8ed9]
        +     2578 PrivateMPEntryPoint  (in CarbonCore) + 68  [0x23bb5e0]
        +       2578 SetVSizeBaseline(unsigned long)  (in PMRuntime.dylib) + 1473  [0x5b9581]
        +         2578 MPWaitOnQueue  (in CarbonCore) + 200  [0x23ba67f]
        +           2578 TSWaitOnConditionTimedRelative  (in CarbonCore) + 178  [0x23583a7]
        +             2578 pthread_cond_timedwait_relative_np  (in libsystem_c.dylib) + 47  [0x976ecf7b]
        +               2578 _pthread_cond_wait  (in libsystem_c.dylib) + 914  [0x976ece78]
        +                 2578 __psynch_cvwait  (in libsystem_kernel.dylib) + 10  [0x2f4183e]
        2578 Thread_2275525
        + 2578 thread_start  (in libsystem_c.dylib) + 34  [0x976ec6de]
        +   2578 _pthread_start  (in libsystem_c.dylib) + 335  [0x976e8ed9]
        +     2578 TS_exception_listener_thread  (in CarbonCore) + 90  [0x23e50ec]
        +       2578 mach_msg  (in libsystem_kernel.dylib) + 70  [0x2f3f1f6]
        +         2578 mach_msg_trap  (in libsystem_kernel.dylib) + 10  [0x2f3fc22]
        2578 Thread_2275538
        + 2578 thread_start  (in libsystem_c.dylib) + 34  [0x976ec6de]
        +   2578 _pthread_start  (in libsystem_c.dylib) + 335  [0x976e8ed9]
        +     2578 PrivateMPEntryPoint  (in CarbonCore) + 68  [0x23bb5e0]
        +       2578 ???  (in AdobeACE)  load address 0x5c8000 + 0x3ed99  [0x606d99]
        +         2578 ???  (in AdobeACE)  load address 0x5c8000 + 0x3fa69  [0x607a69]
        +           2578 MPWaitOnQueue  (in CarbonCore) + 200  [0x23ba67f]
        +             2578 TSWaitOnConditionTimedRelative  (in CarbonCore) + 136  [0x235837d]
        +               2578 TSWaitOnCondition  (in CarbonCore) + 124  [0x23e6e62]
        +                 2578 pthread_cond_wait$UNIX2003  (in libsystem_c.dylib) + 71  [0x9769d42c]
        +                   2578 _pthread_cond_wait  (in libsystem_c.dylib) + 827  [0x976ece21]
        +                     2578 __psynch_cvwait  (in libsystem_kernel.dylib) + 10  [0x2f4183e]
        2578 Thread_2275539
        + 2578 thread_start  (in libsystem_c.dylib) + 34  [0x976ec6de]
        +   2578 _pthread_start  (in libsystem_c.dylib) + 335  [0x976e8ed9]
        +     2578 PrivateMPEntryPoint  (in CarbonCore) + 68  [0x23bb5e0]
        +       2578 ???  (in AdobeACE)  load address 0x5c8000 + 0x3ed99  [0x606d99]
        +         2578 ???  (in AdobeACE)  load address 0x5c8000 + 0x3fa69  [0x607a69]
        +           2578 MPWaitOnQueue  (in CarbonCore) + 200  [0x23ba67f]
        +             2578 TSWaitOnConditionTimedRelative  (in CarbonCore) + 136  [0x235837d]
        +               2578 TSWaitOnCondition  (in CarbonCore) + 124  [0x23e6e62]
        +                 2578 pthread_cond_wait$UNIX2003  (in libsystem_c.dylib) + 71  [0x9769d42c]
        +                   2578 _pthread_cond_wait  (in libsystem_c.dylib) + 827  [0x976ece21]
        +                     2578 __psynch_cvwait  (in libsystem_kernel.dylib) + 10  [0x2f4183e]
        2578 Thread_2275540
        + 2578 thread_start  (in libsystem_c.dylib) + 34  [0x976ec6de]
        +   2578 _pthread_start  (in libsystem_c.dylib) + 335  [0x976e8ed9]
        +     2578 PrivateMPEntryPoint  (in CarbonCore) + 68  [0x23bb5e0]
        +       2578 ???  (in AdobeACE)  load address 0x5c8000 + 0x3ed99  [0x606d99]
        +         2578 ???  (in AdobeACE)  load address 0x5c8000 + 0x3fa69  [0x607a69]
        +           2578 MPWaitOnQueue  (in CarbonCore) + 200  [0x23ba67f]
        +             2578 TSWaitOnConditionTimedRelative  (in CarbonCore) + 136  [0x235837d]
        +               2578 TSWaitOnCondition  (in CarbonCore) + 124  [0x23e6e62]
        +                 2578 pthread_cond_wait$UNIX2003  (in libsystem_c.dylib) + 71  [0x9769d42c]
        +                   2578 _pthread_cond_wait  (in libsystem_c.dylib) + 827  [0x976ece21]
        +                     2578 __psynch_cvwait  (in libsystem_kernel.dylib) + 10  [0x2f4183e]
        2578 Thread_2276242
        + 2578 thread_start  (in libsystem_c.dylib) + 34  [0x976ec6de]
        +   2578 _pthread_start  (in libsystem_c.dylib) + 335  [0x976e8ed9]
        +     2578 thread_proxy  (in boost_threads) + 141  [0x1c6a40d]
        +       2578 GetPlugIn  (in AppFramework) + 869926  [0x167f6a66]
        +         2578 GetPlugIn  (in AppFramework) + 869818  [0x167f69fa]
        +           2578 GetPlugIn  (in AppFramework) + 869710  [0x167f698e]
        +             2578 GetPlugIn  (in AppFramework) + 864133  [0x167f53c5]
        +               2578 GetPlugIn  (in AppFramework) + 860978  [0x167f4772]
        +                 2578 GetPlugIn  (in AppFramework) + 876822  [0x167f8556]
        +                   2578 pthread_cond_wait$UNIX2003  (in libsystem_c.dylib) + 71  [0x9769d42c]
        +                     2578 _pthread_cond_wait  (in libsystem_c.dylib) + 827  [0x976ece21]
        +                       2578 __psynch_cvwait  (in libsystem_kernel.dylib) + 10  [0x2f4183e]
        2578 Thread_2276243
        + 2578 thread_start  (in libsystem_c.dylib) + 34  [0x976ec6de]
        +   2578 _pthread_start  (in libsystem_c.dylib) + 335  [0x976e8ed9]
        +     2578 thread_proxy  (in boost_threads) + 141  [0x1c6a40d]
        +       2578 GetPlugIn  (in AppFramework) + 869926  [0x167f6a66]
        +         2578 GetPlugIn  (in AppFramework) + 869818  [0x167f69fa]
        +           2578 GetPlugIn  (in AppFramework) + 869710  [0x167f698e]
        +             2578 GetPlugIn  (in AppFramework) + 864133  [0x167f53c5]
        +               2578 GetPlugIn  (in AppFramework) + 860978  [0x167f4772]
        +                 2578 GetPlugIn  (in AppFramework) + 876822  [0x167f8556]
        +                   2578 pthread_cond_wait$UNIX2003  (in libsystem_c.dylib) + 71  [0x9769d42c]
        +                     2578 _pthread_cond_wait  (in libsystem_c.dylib) + 827  [0x976ece21]
        +                       2578 __psynch_cvwait  (in libsystem_kernel.dylib) + 10  [0x2f4183e]
        2578 Thread_2276859
        + 2578 thread_start  (in libsystem_c.dylib) + 34  [0x976ec6de]
        +   2578 _pthread_start  (in libsystem_c.dylib) + 335  [0x976e8ed9]
        +     2578 GetPlugIn  (in Support for JavaScript) + 318760  [0x1ba92e38]
        +       2571 GetPlugIn  (in Support for JavaScript) + 208489  [0x1ba77f79]
        +       ! 2570 GetPlugIn  (in Support for JavaScript) + 317883  [0x1ba92acb]
        +       ! : 2569 nanosleep$UNIX2003  (in libsystem_c.dylib) + 187  [0x9769d7b9]
        +       ! : | 2569 __semwait_signal  (in libsystem_kernel.dylib) + 10,12  [0x2f41bb2,0x2f41bb4]
        +       ! : 1 cerror  (in libsystem_kernel.dylib) + 43  [0x2f4348b]
        +       ! :   1 cthread_set_errno_self  (in libsystem_c.dylib) + 94  [0x9769ece8]
        +       ! 1 GetPlugIn  (in Support for JavaScript) + 317884  [0x1ba92acc]
        +       6 GetPlugIn  (in Support for JavaScript) + 208431  [0x1ba77f3f]
        +       ! 3 GetPlugIn  (in Support for JavaScript) + 206740  [0x1ba778a4]
        +       ! : 2 GetPlugIn  (in Support for JavaScript) + 372294  [0x1ba9ff56]
        +       ! : | 2 CFRunLoopRunInMode  (in CoreFoundation) + 120  [0x926a9088]
        +       ! : |   1 CFRunLoopRunSpecific  (in CoreFoundation) + 144  [0x926a9120]
        +       ! : |   + 1 __CFRunLoopModeIsEmpty  (in CoreFoundation) + 205  [0x9267ee1d]
        +       ! : |   +   1 CFSetGetCount  (in CoreFoundation) + 23  [0x9267fc47]
        +       ! : |   1 CFRunLoopRunSpecific  (in CoreFoundation) + 332  [0x926a91dc]
        +       ! : |     1 __CFRunLoopRun  (in CoreFoundation) + 307  [0x926a96a3]
        +       ! : |       1 malloc  (in libsystem_c.dylib) + 1  [0x9773e851]
        +       ! : 1 GetPlugIn  (in Support for JavaScript) + 372231  [0x1ba9ff17]
        +       ! :   1 CFRunLoopContainsSource  (in CoreFoundation) + 114  [0x926d5b02]
        +       ! :     1 __CFRunLoopFindMode  (in CoreFoundation) + 183  [0x926a9357]
        +       ! :       1 CFSetGetValue  (in CoreFoundation) + 135  [0x9269a1f7]
        +       ! :         1 CFBasicHashFindBucket  (in CoreFoundation) + 1844  [0x926701d4]
        +       ! :           1 __CFSetStandardEquateKeys  (in CoreFoundation) + 46  [0x9269a6ee]
        +       ! :             1 CFEqual  (in CoreFoundation) + 14  [0x9267d24e]
        +       ! 2 GetPlugIn  (in Support for JavaScript) + 206796  [0x1ba778dc]
        +       ! : 2 GetPlugIn  (in Support for JavaScript) + 149656  [0x1ba699a8]
        +       ! :   2 GetPlugIn  (in Support for JavaScript) + 142216  [0x1ba67c98]
        +       ! :     1 GetPlugIn  (in Support for JavaScript) + 372294  [0x1ba9ff56]
        +       ! :     | 1 CFRunLoopRunInMode  (in CoreFoundation) + 120  [0x926a9088]
        +       ! :     |   1 CFRunLoopRunSpecific  (in CoreFoundation) + 332  [0x926a91dc]
        +       ! :     |     1 __CFRunLoopRun  (in CoreFoundation) + 307  [0x926a96a3]
        +       ! :     |       1 malloc  (in libsystem_c.dylib) + 50  [0x9773e882]
        +       ! :     |         1 malloc_zone_malloc  (in libsystem_c.dylib) + 77  [0x9773d962]
        +       ! :     |           1 szone_malloc  (in libsystem_c.dylib) + 24  [0x9770766b]
        +       ! :     |             1 szone_malloc_should_clear  (in libsystem_c.dylib) + 94  [0x977065de]
        +       ! :     |               1 cpu_number  (in libsystem_c.dylib) + 0  [0x97708f40]
        +       ! :     1 GetPlugIn  (in Support for JavaScript) + 372393  [0x1ba9ffb9]
        +       ! :       1 CFRunLoopRemoveSource  (in CoreFoundation) + 388  [0x926b8d24]
        +       ! :         1 mach_port_extract_member  (in libsystem_kernel.dylib) + 161  [0x2f30966]
        +       ! :           1 mach_msg  (in libsystem_kernel.dylib) + 70  [0x2f3f1f6]
        +       ! :             1 mach_msg_trap  (in libsystem_kernel.dylib) + 10  [0x2f3fc22]
        +       ! 1 GetPlugIn  (in Support for JavaScript) + 206704  [0x1ba77880]
        +       1 GetPlugIn  (in Support for JavaScript) + 208415  [0x1ba77f2f]
        +         1 pthread_mutex_lock  (in libsystem_c.dylib) + 332  [0x976e7582]
        +           1 pthread_threadid_np  (in libsystem_c.dylib) + 53  [0x976e9c2d]
        2578 Thread_2277012
          2578 thread_start  (in libsystem_c.dylib) + 34  [0x976ec6de]
            2578 _pthread_start  (in libsystem_c.dylib) + 335  [0x976e8ed9]
              2578 Invoke  (in ServiceManager-Launcher.dylib) + 46771  [0xfd772eb]
                2578 Invoke  (in ServiceManager-Launcher.dylib) + 38189  [0xfd75165]
                  2578 Login  (in ServiceManager-Launcher.dylib) + 15377  [0xfd6b09a]
                    2578 Login  (in ServiceManager-Launcher.dylib) + 461  [0xfd67656]
                      2578 Invoke  (in ServiceManager-Launcher.dylib) + 37242  [0xfd74db2]
                        2578 Invoke  (in ServiceManager-Launcher.dylib) + 36953  [0xfd74c91]
                          2578 Invoke  (in ServiceManager-Launcher.dylib) + 34757  [0xfd743fd]
                            2578 Invoke  (in ServiceManager-Launcher.dylib) + 34408  [0xfd742a0]
                              2578 Invoke  (in ServiceManager-Launcher.dylib) + 23745  [0xfd718f9]
                                2578 Invoke  (in ServiceManager-Launcher.dylib) + 23117  [0xfd71685]
                                  2578 Invoke  (in ServiceManager-Launcher.dylib) + 21103  [0xfd70ea7]
                                    2578 Invoke  (in ServiceManager-Launcher.dylib) + 20343  [0xfd70baf]
                                      2578 Invoke  (in ServiceManager-Launcher.dylib) + 40407  [0xfd75a0f]
                                        2578 Invoke  (in ServiceManager-Launcher.dylib) + 40272  [0xfd75988]
                                          2578 Invoke  (in ServiceManager-Launcher.dylib) + 44046  [0xfd76846]
                                            2578 Invoke  (in ServiceManager-Launcher.dylib) + 47867  [0xfd77733]
                                              2578 recv$UNIX2003  (in libsystem_c.dylib) + 54  [0x9769d4a2]
                                                2578 __recvfrom  (in libsystem_kernel.dylib) + 10  [0x2f41a9a]
    Total number in stack (recursive counted multiple, when >=5):
            9       _pthread_start  (in libsystem_c.dylib) + 335  [0x976e8ed9]
            9       thread_start  (in libsystem_c.dylib) + 34  [0x976ec6de]
            6       __psynch_cvwait  (in libsystem_kernel.dylib) + 0  [0x2f41834]
            5       _pthread_cond_wait  (in libsystem_c.dylib) + 827  [0x976ece21]
            5       pthread_cond_wait$UNIX2003  (in libsystem_c.dylib) + 71  [0x9769d42c]
    Sort by top of stack, same collapsed (when >= 5):
            __psynch_cvwait  (in libsystem_kernel.dylib)        15468
            mach_msg_trap  (in libsystem_kernel.dylib)        5157
            __recvfrom  (in libsystem_kernel.dylib)        2578
            kevent  (in libsystem_kernel.dylib)        2578
            __semwait_signal  (in libsystem_kernel.dylib)        2569
    Binary Images:
        0x1000 -     0x4ff7 +com.adobe.InDesign (8.0.0.370 - 8000) <0D5CE30B-1589-2AA4-C7E5-2C0ED0C44D37> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Adobe InDesign CS6
        0xa000 -     0xaff7 +InDesignModelAndUI (??? - ???) <2E042CB4-E42B-151B-E858-1352BF64CBA2> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/InDesignModelAndUI.framework/Versions/A/InDesignModelAndUI
        0xe000 -     0xeff7 +InDesignModel (??? - ???) <C9ABC1CF-850A-FCC7-2CEA-68B14F048036> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/InDesignModel.framework/Versions/A/InDesignModel
       0x12000 -   0x1f2fef +WidgetBinLib.dylib (??? - ???) <D2AAB5B9-0694-32FA-38D5-F97FEE688C9D> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/WidgetBinLib.dylib
      0x2a0000 -   0x47fffb +com.adobe.owl (AdobeOwl version 4.0.93 - 4.0.93) <D102FCD2-496D-5322-AEC0-7A5091CAA2CA> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
      0x4ac000 -   0x546ff3 +com.adobe.owl-canvas (AdobeOwlCanvas version 3.6.05 - 3.6.05) <8E0CC5EB-E18A-20BD-BDC4-667D1CC43C12> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/AdobeOwlCanvas.framework/Versions/A/AdobeOwlCanvas
      0x553000 -   0x55cfff +ASLSupportLib.dylib (??? - ???) <000064CE-84C2-F397-BAB1-17055FA344EC> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/ASLSupportLib.dylib
      0x563000 -   0x59fffb +TextPanelLib.dylib (??? - ???) <019DE080-1920-928F-57FB-F8FD8FCCA227> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/TextPanelLib.dylib
      0x5b6000 -   0x5bfff3 +PMRuntime.dylib (??? - ???) <DEE2F17E-391E-5C3E-11DC-EF6E0860545E> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/PMRuntime.dylib
      0x5c8000 -   0x744ff3 +com.adobe.ACE (AdobeACE 2.19.18.19553 - 2.19.18.19553) <2C680020-62C1-F45D-B48C-9D5AB8E99DCC> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
      0x753000 -   0xd1afef +com.adobe.AGM (AdobeAGM 4.26.18.19553 - 4.26.18.19553) <AB15D5F5-2D3D-F597-DD23-47A7A4719FC1> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
      0xd8d000 -   0xdc8ff7 +com.adobe.ARE (AdobeARE 1.5.02.19553 - 1.5.02.19553) <264C1354-0764-AFAB-5BB7-DA4B4EBEEFC1> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/AdobeARE.framework/Versions/A/AdobeARE
      0xdce000 -   0xdebff3 +com.adobe.BIB (AdobeBIB 1.2.02.19553 - 1.2.02.19553) <D3D9FDCE-75B2-7FB3-71C8-D5DF313F6B0F> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
      0xdf1000 -   0xe18ff7 +com.adobe.BIBUtils (AdobeBIBUtils 1.1.01 - 1.1.01) <34F46810-2864-0365-91CF-BF9C8503400A> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
      0xe1e000 -  0x1148fe3 +com.adobe.CoolType (AdobeCoolType 5.10.64.19354 - 5.10.64.19354) <8985B298-125A-B521-9246-AAD43073A3F6> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
    0x1180000 -  0x157bfe7 +com.adobe.MPS (AdobeMPS 5.8.0.19673 - 5.8.0.19673) <D65ABA15-80D2-3F1C-2500-EEF873019149> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS
    0x15d8000 -  0x163dff3 +ObjectModelLib.dylib (??? - ???) <073EF2BA-B5C6-A466-9AEC-963A2EF69144> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/ObjectModelLib.dylib
    0x1654000 -  0x16b1feb +DataBaseLib.dylib (??? - ???) <F5ED35C9-1779-CF0D-BD50-0BC162D96A31> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/DataBaseLib.dylib
    0x16c1000 -  0x1b13fe7 +PublicLib.dylib (??? - ???) <BD26BAA7-5BF0-9F0A-BB93-B4FE388E6852> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/PublicLib.dylib
    0x1c3f000 -  0x1c56ffb +com.adobe.AFL (AdobeAFL 1.0.0 - 1.0) <3B7A1817-3CA4-BEAA-A44A-5A9B5D664E93> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/AdobeAFL.framework/Versions/A/AdobeAFL
    0x1c67000 -  0x1c73ff7 +com.adobe.boost_threads.framework (5.0.0 - 5.0.0.0) <56B14206-3221-D261-2B01-F91074D192FC> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/boost_threads.framework/Versions/A/boost_threads
    0x1c90000 -  0x1c98fef +libtbbmalloc.dylib (??? - ???) <7A79ED70-A4AC-737A-2FAA-63B6FB29D4ED> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/libtbbmalloc.dylib
    0x1ca5000 -  0x1cc4fff +libtbb.dylib (??? - ???) <6EA19434-60D6-505D-CB6F-5CA562A0F2A7> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/libtbb.dylib
    0x1cd9000 -  0x201fff3  com.apple.HIToolbox (1.9 - ???) <E5EA9EEF-3CCA-36A0-8688-DA2E64E2256C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Ver sions/A/HIToolbox
    0x2175000 -  0x218aff7  com.apple.ImageCapture (7.1.0 - 7.1.0) <E5FCA336-7E47-343E-A82D-CCCA5BCD5929> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/ Versions/A/ImageCapture
    0x21a0000 -  0x223cfff  com.apple.ink.framework (10.7.5 - 113) <05CAFB64-D3B8-3973-87EA-CB8BBE580F6B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/ A/Ink
    0x2266000 -  0x2283ff3  com.apple.openscripting (1.3.3 - ???) <0579A4CB-FD6F-3D7F-A17B-AC0F2CF11FC7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework /Versions/A/OpenScripting
    0x2293000 -  0x22f4ffb  com.apple.audio.CoreAudio (4.0.3 - 4.0.3) <7A14BE52-6789-3CE3-9AE9-B733F4903EB1> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x231a000 -  0x261cfff  com.apple.CoreServices.CarbonCore (960.25 - 960.25) <C613B0DA-B401-3DC7-B626-6E20D4DDC8A8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore
    0x2691000 -  0x27bdff9  com.apple.CFNetwork (520.5.1 - 520.5.1) <F3C606BF-6DCF-33CD-981B-7253C9E3113A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framewo rk/Versions/A/CFNetwork
    0x2851000 -  0x28c7fff  com.apple.Metadata (10.7.0 - 627.37) <F54AED70-95C5-3561-8C87-D9E5539E98A4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framewor k/Versions/A/Metadata
    0x290b000 -  0x29cefff  com.apple.CoreServices.OSServices (478.49 - 478.49) <5AF33605-C893-3F60-89CF-1BC9C0BC35AF> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framew ork/Versions/A/OSServices
    0x2a3d000 -  0x2ad3ff7  com.apple.LaunchServices (480.39 - 480.39) <C91C05E2-E4CF-3026-BEE2-93890664E83A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.fr amework/Versions/A/LaunchServices
    0x2b16000 -  0x2b44ff7  com.apple.DictionaryServices (1.2.1 - 158.3) <8D03D180-D834-39F3-A106-78E0B22A7893> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryService s.framework/Versions/A/DictionaryServices
    0x2b60000 -  0x2bc4fff  com.apple.framework.IOKit (2.0 - ???) <94827954-5906-36C4-819B-24CDAFD85C72> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x2beb000 -  0x2d9fff3  libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <4AFF6FC3-6283-3934-8EFC-CA227CA11164> /usr/lib/libicucore.A.dylib
    0x2e1e000 -  0x2e29fff  libkxld.dylib (??? - ???) <14E79D7A-B6C2-35C5-B56D-D343BEC2A106> /usr/lib/system/libkxld.dylib
    0x2e2e000 -  0x2e96fff  libc++.1.dylib (28.4.0 - compatibility 1.0.0) <B24814AB-CA77-3B9D-8FAB-58C9B4FD3A16> /usr/lib/libc++.1.dylib
    0x2eeb000 -  0x2ef9fff  libdispatch.dylib (187.10.0 - compatibility 1.0.0) <1B857064-288D-3919-B81A-38E9F4D19B54> /usr/lib/system/libdispatch.dylib
    0x2f08000 -  0x2f10ff3  liblaunch.dylib (392.39.0 - compatibility 1.0.0) <9E6135FF-C2B1-3BC9-A160-B32D71BFA77C> /usr/lib/system/liblaunch.dylib
    0x2f16000 -  0x2f17ff7  libquarantine.dylib (36.7.0 - compatibility 1.0.0) <46980EC2-149D-3CF7-B29A-401FB89C275D> /usr/lib/system/libquarantine.dylib
    0x2f1c000 -  0x2f23ff9  libsystem_dnssd.dylib (??? - ???) <EBEAF723-84F8-3544-8FB2-31B7771B50D0> /usr/lib/system/libsystem_dnssd.dylib
    0x2f29000 -  0x2f47ff7  libsystem_kernel.dylib (1699.32.7 - compatibility 1.0.0) <79179F83-457A-3539-A76B-E960D2108109> /usr/lib/system/libsystem_kernel.dylib
    0x2f58000 -  0x2f59ff7  libsystem_sandbox.dylib (??? - ???) <5CFCCFB7-CF29-3E04-801D-8532AE004768> /usr/lib/system/libsystem_sandbox.dylib
    0x2f5e000 -  0x322dffb  com.apple.security (7.0 - 55148.6) <8DF67BDD-C98F-3B7E-AC63-D468407FA82D> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x3329000 -  0x3329fff  libOpenScriptingUtil.dylib (??? - ???) <E4C22B65-9493-31D5-9D46-19BD70975587> /usr/lib/libOpenScriptingUtil.dylib
    0x332d000 -  0x3c5872b  com.apple.CoreGraphics (1.600.0 - ???) <DD7CDD67-FC4F-36FE-962F-2EA7EF3FC780> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/CoreGraphics
    0x3d35000 -  0x3e05ffb  com.apple.ImageIO.framework (3.1.2 - 3.1.2) <2092785C-795A-3CDF-A1B4-6C80BA3726DD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/ImageIO
    0x3e43000 -  0x3ed0ff7  com.apple.CoreText (220.22.0 - ???) <EA7210A7-DECC-3F76-8A66-D4E41859B3C6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.f ramework/Versions/A/CoreText
    0x3f1a000 -  0x3f95ffb  com.apple.ApplicationServices.ATS (317.12.0 - ???) <4D124B65-3D43-32E9-B296-3671347BB888> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/ATS
    0x3fbe000 -  0x4017fff  com.apple.HIServices (1.21 - ???) <91EC636D-AC27-3332-BA1C-FD7301917429> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices .framework/Versions/A/HIServices
    0x4048000 -  0x4098ffa  libTIFF.dylib (??? - ???) <CAD45E49-FD7C-37FA-A118-AEB526B90E67> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libTIFF.dylib
    0x40a5000 -  0x40c1ff1  libPng.dylib (??? - ???) <F084226B-14F0-36C0-B5EC-22C78406D2B6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libPng.dylib
    0x40c9000 -  0x40cdfff  libGIF.dylib (??? - ???) <2ADFED97-2228-343D-9A53-207CBFDE7984> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libGIF.dylib
    0x40d2000 -  0x41e3ff7  libJP2.dylib (??? - ???) <2B5EB147-F845-30DF-87C4-D2D3C3D0680A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libJP2.dylib
    0x420e000 -  0x4306ff7  libFontParser.dylib (??? - ???) <71B33EB1-27F8-3C68-B940-FC61A3CFE275> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontParser.dylib
    0x434d000 -  0x439fff7  libFontRegistry.dylib (??? - ???) <C2B84661-A62D-3FFF-8D8C-BC697E9BDF4C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontRegistry.dylib
    0x43bf000 -  0x43fcff7  libcups.2.dylib (2.9.0 - compatibility 2.0.0) <007A1877-E981-3007-A8FA-9B179F4ED6D1> /usr/lib/libcups.2.dylib
    0x440b000 -  0x4469ff7  com.apple.coreui (1.2.2 - 165.11) <340B0B83-1407-3AB4-BCAB-505C29303EE2> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x4498000 -  0x45faffb  com.apple.QuartzCore (1.7 - 270.5) <6D0EC7FC-11E5-35FB-A08A-3B438E89FBDB> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x468b000 -  0x479aff7  com.apple.DesktopServices (1.6.5 - 1.6.5) <CEC069D7-37A3-3D25-A3BB-39DE99FDA46E> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv
    0x47f0000 -  0x4946fff  com.apple.audio.toolbox.AudioToolbox (1.7.3 - 1.7.3) <F09C7075-2C4E-3A4F-A372-95D700125513> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x49bd000 -  0x49dfffe  com.apple.framework.familycontrols (3.0 - 300) <6735D7ED-7053-3AB8-B144-E7F70A124CCD> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x49f3000 -  0x4a01fff  com.apple.opengl (1.8.1 - 1.8.1) <766AFB12-A2CB-3A55-B662-FC9FFCAE0008> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x4a09000 -  0x4c7dff3  com.apple.CoreImage (7.99.1 - 1.0.1) <C4B2DD2A-8E45-31CD-9B25-2AC1CA252B14> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework /Versions/A/CoreImage
    0x4d22000 -  0x4d6bff7  libGLU.dylib (??? - ???) <9AF7AD51-16E3-3674-B60E-30EE499D7B46> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x4d79000 -  0x4d7ffff  libGFXShared.dylib (??? - ???) <9C9834EB-B794-38C8-9B90-31D8CB234F86> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x4d85000 -  0x4d92fff  libGL.dylib (??? - ???) <A72F14F7-1836-34AB-9F08-67836CB966E4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x4da3000 -  0x4de0fef  libGLImage.dylib (??? - ???) <FC13D46F-69C4-3BA1-A5E8-52C2EC8B7D58> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x4de8000 -  0x4de9ffd  libCVMSPluginSupport.dylib (??? - ???) <4B0476F9-950D-3EB7-BD83-F65AF0B05F0E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dyl ib
    0x4dee000 -  0x4df1ffd  libCoreVMClient.dylib (??? - ???) <B8F8916D-F12A-3D95-ABF3-999D57B7D581> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x4df6000 -  0x4e3dff5  com.apple.opencl (2.0.19 - 2.0.19) <7689E7B9-EE5A-3F74-8699-4CDED9162260> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x4e4d000 -  0x58e2ff6  com.apple.AppKit (6.7.5 - 1138.51) <B9D3DCA0-9765-354E-9730-75A45A97DDFD> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x5dbc000 -  0x5ddcff7  com.apple.RemoteViewServices (1.5 - 44.2) <11C87337-FF29-3976-A230-6387D96563C5> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServi ces
    0x5df4000 -  0x5df4fff  com.apple.audio.units.AudioUnit (1.7.3 - 1.7.3) <2E71E880-25D1-3210-8D26-21EC47ED810C> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x5dfa000 -  0x5dfafff  libmx.A.dylib (2026.0.0 - compatibility 1.0.0) <859B5BCC-B5D9-370F-8B6C-1E2B242D5DCD> /usr/lib/libmx.A.dylib
    0x5dfd000 -  0x5e05fef +com.adobe.boost_date_time.framework (5.0.0 - 5.0.0.0) <088B6233-3B58-D51A-4609-1FF7F462B1D3> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/boost_date_time.framework/Versions/A/boost_date_time
    0x5e1c000 -  0x5f5cfeb +com.winsoft.wrservices (WRServices 5.0.0 - 5.0.0) <6D085279-1185-E7F0-B0D8-FBADBA062516> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices
    0x5fce000 -  0x5fd1ffb +com.adobe.AdobeCrashReporter (6.0 - 6.0.20120201) <6CE1936E-6AC7-6900-769B-876CBB68B5BC> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashReporter
    0x5fd9000 -  0x6d1eff7 +libicudata.40.0.dylib (40.0.0 - compatibility 40.0.0) <015E6351-4F42-00C1-2096-BEE385B275B1> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/ICUData.framework/Versions/4.0/libicudata.40.0.dylib
    0x6d31000 -  0x6e66fe7 +libicui18n.40.0.dylib (40.0.0 - compatibility 40.0.0) <8BE3FE71-0CE6-2B93-B5F2-B4F0DD274B91> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/ICUInternationalization.framework/Versions/4.0/libicui18n.40. 0.dylib
    0x6eda000 -  0x6fcbfef +libicuuc.40.0.dylib (40.0.0 - compatibility 40.0.0) <4CF7066A-6E82-FF80-93E6-6849149FBB98> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/ICUUnicode.framework/Versions/4.0/libicuuc.40.0.dylib
    0x7008000 -  0x707afef +com.adobe.adobe_caps (adobe_caps 6.0.29.0 - 6.0.29.0) <E4ADECD5-05B4-E78B-09D8-E45FD640E84D> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/adobe_caps.framework/Versions/A/adobe_caps
    0x7087000 -  0x7169ff3 +com.adobe.amtlib (amtlib 6.0.0.75 - 6.0.0.75) <808CABA8-E8E6-AC45-4905-A6AA59E8C41C> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
    0x7178000 -  0x7240fe7 +com.adobe.boost_regex.framework (5.0.0 - 5.0.0.0) <E124FC44-4A5C-A3C5-C7E2-0631F1D6E628> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/boost_regex.framework/Versions/A/boost_regex
    0x72e6000 -  0x7323fff  com.apple.vmutils (4.2.1 - 107) <43B3BFA5-8362-3EBD-B44B-32DCE9885082> /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x733d000 -  0x733eff7 +com.adobe.boost_system.framework (5.0.0 - 5.0.0.0) <957930FC-D7B3-FAEA-0075-63C7B0E59070> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/boost_system.framework/Versions/A/boost_system
    0x7345000 -  0x73e3fe3 +libicucnv.40.0.dylib (40.0.0 - compatibility 40.0.0) <D11DC46F-D58E-B17C-9356-46F593D5A7CF> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/ICUConverter.framework/Versions/4.0/libicucnv.40.0.dylib
    0x7405000 -  0x740cffb +com.adobe.ape.shim (3.3.8.19346 - 3.3.8.19346) <B711CAA7-29D6-D5CF-CE1B-A611896C8D87> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/adbeape.framework/Versions/A/adbeape
    0x77de000 -  0x77e1ff9  libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <16DCE20A-9790-369A-94C1-B7954B418C77> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCGXType.A.dylib
    0x77e8000 -  0x77f3ff3  libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <D6E17FD4-ECA0-3EEE-BFC5-F6A42A21AB5D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCSync.A.dylib
    0x8f5d000 -  0x8f87ff1  com.apple.CoreServicesInternal (113.19 - 113.19) <F7A309D1-DCB4-38DE-8248-E16D0182AA6C> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal
    0x8fdc000 -  0x8fe2ffb +com.adobe.InDesign.Data Services UI (8.0.0.370 - ???) <2677201C-4749-18B8-B4DE-DDF76A2A684C> /Applications/Adobe InDesign CS6/Plug-Ins/Data Services/Data Services UI.InDesignPlugin/Data Services UI
    0xbfae000 -  0xbfbaffb  libGPUSupport.dylib (??? - ???) <A4467427-9E43-3F03-96E7-B09BBD5F0A6D> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupport .dylib
    0xbfc1000 -  0xbfcaff6  libcldcpuengine.dylib (2.0.19 - compatibility 1.0.0) <95A88DC8-E5EE-363F-9275-214D5AB7A2EF> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
    0xbfd1000 -  0xbfd3fff  libCoreFSCache.dylib (??? - ???) <9E7CBE71-566C-36E9-A49F-C5FF6956D76F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
    0xbff4000 -  0xbff6ff7 +com.adobe.InDesign.SimpleTextImportFilter (8.0.0.370 - ???) <A55AAE7C-AC72-4799-A7DC-95DB3A21575F> /Applications/Adobe InDesign CS6/Plug-Ins/Filters/SimpleTextImportFilter.InDesignPlugin/SimpleTextImportFilter
    0xe140000 -  0xe16dff0  GLRendererFloat (??? - ???) <B72FCE8D-7A5E-35F3-8A9F-0D139F8921AB> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFl oat
    0xe176000 -  0xe1acff4  com.apple.LDAPFramework (3.2 - 120.2) <CCEB43CD-3861-33CC-8D9B-588F415A7028> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0xeb07000 -  0xeb1aff7 +com.adobe.AdobeSFL (AdobeSFL 1.1.0.18561 - 1.1.0.18561) <5A153C87-DD7A-CE28-2E93-7DC120D4244F> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/AdobeSFL.framework/Versions/A/AdobeSFL
    0xebd5000 -  0xebd5fff  com.apple.applescript.component (2.2.1 - 2.2.1) <E7C937D3-5623-32EB-AA4F-B5D0D1EE27B9> /System/Library/Components/AppleScript.component/Contents/MacOS/AppleScript
    0xf423000 -  0xf455fe3 +com.adobe.Reader for DOCX (Reader for DOCX 5.6.0.19506 - 5.6.0.19506) <BE1E7785-EB91-BA70-DFE5-6077B90E58AC> /Applications/Adobe InDesign CS6/Plug-Ins/Filters/sangam readers/Reader for DOCX.smrd/Contents/MacOS/Reader for DOCX
    0xf45e000 -  0xf4c4fff +com.adobe.Reader for Excel (Reader for Excel 5.6.0.19506 - 5.6.0.19506) <0245D9C5-8ABE-419A-B36D-99210341F5C8> /Applications/Adobe InDesign CS6/Plug-Ins/Filters/sangam readers/Reader for Excel.smrd/Contents/MacOS/Reader for Excel
    0xf600000 -  0xf68effb +com.adobe.AdobeSangamML (AdobeSangamML 5.6.0.19506 - 5.6.0.19506) <50915543-BBBF-63F6-05D1-28D484194BBD> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/AdobeSangamML.framework/Versions/A/AdobeSangamML
    0xf6af000 -  0xf73eff7 +com.adobe.Reader For PageMaker (Reader For PageMaker 5.6.0.19506 - 5.6.0.19506) <CD015746-7861-EFFC-855C-EC3759DCE1BA> /Applications/Adobe InDesign CS6/Plug-Ins/Filters/sangam readers/Reader for PageMaker.smrd/Contents/MacOS/Reader For PageMaker
    0xf755000 -  0xf77afeb +PMFileReader.dylib (??? - ???) <BF49DC6F-48F1-AC4F-1568-5EACA4DB93B1> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/PMFileReader.dylib
    0xf780000 -  0xf886ff7 +com.adobe.Reader for Quark (Reader for Quark 5.6.0.19506 - 5.6.0.19506) <C6812CCF-8BF1-7AAC-A313-E22C48FA84A8> /Applications/Adobe InDesign CS6/Plug-Ins/Filters/sangam readers/Reader for Quark.smrd/Contents/MacOS/Reader for Quark
    0xf89d000 -  0xf909ff3 +com.adobe.Reader for RTF (Reader for RTF 5.6.0.19506 - 5.6.0.19506) <C14CA6D4-1F6F-57B6-03F1-897D3E6DCE32> /Applications/Adobe InDesign CS6/Plug-Ins/Filters/sangam readers/Reader for RTF.smrd/Contents/MacOS/Reader for RTF
    0xf920000 -  0xf99afe7 +com.adobe.Reader for Word (Reader for Word 5.6.0.19506 - 5.6.0.19506) <51D1D1C0-9CF5-299B-CE42-068E4D4ECF8A> /Applications/Adobe InDesign CS6/Plug-Ins/Filters/sangam readers/Reader for Word.smrd/Contents/MacOS/Reader for Word
    0xf9af000 -  0xfa2afe3 +com.adobe.Reader for XLSX (Reader for XLSX 5.6.0.19506 - 5.6.0.19506) <388840BE-3F1B-C06F-0D64-EA3D510DDEF4> /Applications/Adobe InDesign CS6/Plug-Ins/Filters/sangam readers/Reader for XLSX.smrd/Contents/MacOS/Reader for XLSX
    0xfa41000 -  0xfa49ffb +com.adobe.ZTextReader (ZTextReader 5.6.0.19506 - 5.6.0.19506) <AEAB96BF-248D-7CFC-F0CB-A3BBB8E0A39B> /Applications/Adobe InDesign CS6/Plug-Ins/Filters/sangam readers/ZTextReader.smrd/Contents/MacOS/ZTextReader
    0xfacf000 -  0xfb23fe7 +com.adobe.ape (3.3.8.19346 - 3.3.8.19346) <0B80F7A7-EC10-A7C7-5E6E-787953553C55> /Library/Application Support/Adobe/APE/3.3/adbeapecore.framework/adbeapecore
    0xfbbc000 -  0xfbbdffe  libScreenReader.dylib (??? - ???) <B809630F-02B7-31A2-AB34-B4EDB5676989> /usr/lib/libScreenReader.dylib
    0xfd62000 -  0xfd89ffb +ServiceManager-Launcher.dylib (389.0.0 - compatibility 2.5.0) <4EEAF886-0B48-9FF4-BE65-41E222123A50> /Library/Application Support/Adobe/CS6ServiceManager/lib/ServiceManager-Launcher.dylib
    0xff48000 -  0xff7cff3  libTrueTypeScaler.dylib (??? - ???) <C2D2257F-11E6-336C-BBA8-934BD9214728> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framework/Resourc es/libTrueTypeScaler.dylib
    0x10100000 - 0x10307fef +com.adobe.dvacore.framework (6.0.0 - 6.0.0.0) <FF8F1F7E-B6E6-A6F9-855B-9458B7336CB2> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/dvacore.framework/Versions/A/dvacore
    0x1298d000 - 0x129d0ff3 +com.adobe.AAM.AdobeUpdaterNotificationFramework (UpdaterNotifications 6.0.0.24 - 6.0.0.24) <4B40551F-5306-C836-02AD-109826BD580C> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/UpdaterNotifications.framework/Versions/A/UpdaterNotification s
    0x129e9000 - 0x12a27fff  libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <AF1174F9-4402-31EB-9C84-AB644E5865DF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libRIP.A.dylib
    0x12b36000 - 0x12b3ffff +com.adobe.InDesign.Data Services (8.0.0.370 - ???) <A1F436CB-76D5-20F5-DB4F-753595AD3358> /Applications/Adobe InDesign CS6/Plug-Ins/Data Services/Data Services.InDesignPlugin/Data Services
    0x12b44000 - 0x12b51ff7 +com.adobe.InDesign.DTTransform (8.0.0.370 - ???) <5321943B-C0A5-A8EA-2811-F596B708DABF> /Applications/Adobe InDesign CS6/Plug-Ins/Data Services/DTTransform.InDesignPlugin/DTTransform
    0x12b58000 - 0x12b93ff3 +com.adobe.InDesign.Dictionary Editor Dialog (8.0.0.370 - ???) <F09CD086-618C-61FD-3DD1-398E678CA8AC> /Applications/Adobe InDesign CS6/Plug-Ins/Dictionaries/Dictionary Editor Dialog.InDesignPlugin/Dictionary Editor Dialog
    0x12bae000 - 0x12bd2ff7 +com.adobe.InDesign.LILO (8.0.0.370 - ???) <383977E0-B620-E63C-CA13-18DC286E4A8A> /Applications/Adobe InDesign CS6/Plug-Ins/Dictionaries/LILO/LILO.InDesignPlugin/LILO
    0x13317000 - 0x13377ffb +com.adobe.InDesign.Media Import Filter (8.0.0.370 - ???) <8296D512-32F4-295A-88DE-8AA3C5D13E95> /Applications/Adobe InDesign CS6/Plug-Ins/Filters/Media Import Filter.InDesignPlugin/Media Import Filter
    0x13388000 - 0x1338fff7 +com.adobe.InDesign.PNG Import Filter UI (8.0.0.370 - ???) <73A58EC2-5811-9862-9E42-C70D8D764908> /Applications/Adobe InDesign CS6/Plug-Ins/Filters/PNG Import Filter UI.InDesignPlugin/PNG Import Filter UI
    0x13396000 - 0x133bffff +com.adobe.InDesign.Sangam Preferences UI (8.0.0.370 - ???) <0AB77841-D89D-989A-0F93-38E840E7FF0B> /Applications/Adobe InDesign CS6/Plug-Ins/Filters/Sangam Preferences UI.InDesignPlugin/Sangam Preferences UI
    0x133d0000 - 0x133e6ffb +com.adobe.InDesign.SaveBack (8.0.0.370 - ???) <93DB7DE2-4A83-4966-64EA-8E765641A92C> /Applications/Adobe InDesign CS6/Plug-Ins/Filters/SaveBack.InDesignPlugin/SaveBack
    0x133f1000 - 0x133f7ffb +com.adobe.InDesign.JPEG Export UI (8.0.0.370 - ???) <5B6F8CCC-BE86-3BF6-4211-C997F1B9A9D9> /Applications/Adobe InDesign CS6/Plug-Ins/Graphics/JPEG Export UI.InDesignPlugin/JPEG Export UI
    0x13660000 - 0x1374bff3 +com.adobe.linguistic.LinguisticManager (6.0.0 - 17304) <D935027D-2B74-3323-DFCA-8A15B0F5A310> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/AdobeLinguistic.framework/Versions/3/AdobeLinguistic
    0x137d4000 - 0x138d2fff +com.adobe.InDesign.EBookExport (8.0.0.370 - ???) <9DC9A642-E7FD-36D9-2CDA-F5791C87CE14> /Applications/Adobe InDesign CS6/Plug-Ins/Filters/EBookExport.InDesignPlugin/EBookExport
    0x138f1000 - 0x1395bfeb +com.adobe.AdobeSangam (AdobeSangam 5.6.0.19506 - 5.6.0.19506) <1D569A75-8FA7-A3F9-ADB7-0CD4E72985E1> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/AdobeSangam.framework/Versions/A/AdobeSangam
    0x139a0000 - 0x139efff7 +com.adobe.InDesign.SangamExport (8.0.0.370 - ???) <15322B80-60BE-F65F-32B2-614ED4CE088E> /Applications/Adobe InDesign CS6/Plug-Ins/Filters/SangamExport.InDesignPlugin/SangamExport
    0x13a01000 - 0x13b37feb +com.adobe.InDesign.SangamServicer-Mapper (8.0.0.370 - ???) <6C68B5C2-84AE-5F93-03B2-EF620A1ADB1F> /Applications/Adobe InDesign CS6/Plug-Ins/Filters/SangamServicer-Mapper.InDesignPlugin/SangamServicer-Mapper
    0x13b53000 - 0x13c11fef +com.adobe.InDesign.Tagged Text Attributes (8.0.0.370 - ???) <B6E93C00-6C39-45BD-E677-9CD699C1B7DB> /Applications/Adobe InDesign CS6/Plug-Ins/Filters/Tagged Text Attributes.InDesignPlugin/Tagged Text Attributes
    0x13c30000 - 0x13c39ff7 +com.adobe.InDesign.Tagged Text Filters UI (8.0.0.370 - ???) <E16F2F8F-7066-8CA7-1145-EBFF4FA201D6> /Applications/Adobe InDesign CS6/Plug-Ins/Filters/Tagged Text Filters UI.InDesignPlugin/Tagged Text Filters UI
    0x13c41000 - 0x13ce1ff3 +com.adobe.InDesign.Tagged Text Filters (8.0.0.370 - ???) <CD978C81-2769-4356-A7A8-E4C21A456448> /Applications/Adobe InDesign CS6/Plug-Ins/Filters/Tagged Text Filters.InDesignPlugin/Tagged Text Filters
    0x13cef000 - 0x13cfaff3 +com.adobe.InDesign.Clipping Path Dialog (8.0.0.370 - ???) <8ABDFCC9-D5FA-7A00-B4D0-E57662205FCD> /Applications/Adobe InDesign CS6/Plug-Ins/Graphics/Clipping Path Dialog.InDesignPlugin/Clipping Path Dialog
    0x13d06000 - 0x13d43fff +com.adobe.InDesign.Color Management UI (8.0.0.370 - ???) <FD83C4B9-D801-59C0-AF42-EF8F0B3CCAE1> /Applications/Adobe InDesign CS6/Plug-Ins/Graphics/Color Management UI.InDesignPlugin/Color Management UI
    0x13d4f000 - 0x13dc7ffb +com.adobe.InDesign.Color Picker Panel (8.0.0.370 - ???) <7EFA8A0D-36ED-5F0A-1ACA-B2F5F6CA0E98> /Applications/Adobe InDesign CS6/Plug-Ins/Graphics/Color Picker Panel.InDesignPlugin/Color Picker Panel
    0x13de4000 - 0x13e62fff +com.adobe.InDesign.DynamicDocumentsUI (8.0.0.370 - ???) <8DA4D224-F982-BEF8-F3C8-92C705ED45F4> /Applications/Adobe InDesign CS6/Plug-Ins/Graphics/DynamicDocumentsUI.InDesignPlugin/DynamicDocumentsUI
    0x13e83000 - 0x13e8eff3 +com.adobe.InDesign.EPS UI (8.0.0.370 - ???) <33ED1189-71CD-BF05-5207-416677C3ADAC> /Applications/Adobe InDesign CS6/Plug-Ins/Graphics/EPS UI.InDesignPlugin/EPS UI
    0x13e96000 - 0x13e9ffff +com.adobe.InDesign.Generic Style Editor (8.0.0.370 - ???) <7525D472-20FA-E4B7-D773-80DD155BB3D2> /Applications/Adobe InDesign CS6/Plug-Ins/Graphics/Generic Style Editor.InDesignPlugin/Generic Style Editor
    0x13eab000 - 0x13ee0ff3 +com.adobe.InDesign.Gradient Panel (8.0.0.370 - ???) <C99C9685-73D1-9B33-767A-ACCD7ED75B88> /Applications/Adobe InDesign CS6/Plug-Ins/Graphics/Gradient Panel.InDesignPlugin/Gradient Panel
    0x13ef3000 - 0x13f7affb +com.adobe.InDesign.Graphic Panels (8.0.0.370 - ???) <168D9A85-2E5B-37F3-D9EA-EFDFACF43699> /Applications/Adobe InDesign CS6/Plug-Ins/Graphics/Graphic Panels.InDesignPlugin/Graphic Panels
    0x13f9a000 - 0x13fb4ffb +com.adobe.InDesign.JPEG Export (8.0.0.370 - ???) <AEF73F87-0C58-3488-6977-6C1CE94A18D1> /Applications/Adobe InDesign CS6/Plug-Ins/Graphics/JPEG Export.InDesignPlugin/JPEG Export
    0x13fc3000 - 0x1400ffff +com.adobe.InDesign.Output Preview (8.0.0.370 - ???) <D074CD73-B3DF-BA5C-0ABD-6199C45DD42A> /Applications/Adobe InDesign CS6/Plug-Ins/Graphics/Output Preview.InDesignPlugin/Output Preview
    0x14023000 - 0x14038ffb +com.adobe.InDesign.OutputMiscUI (8.0.0.370 - ???) <31D569A8-4184-7A04-7E78-D161806F763A> /Applications/Adobe InDesign CS6/Plug-Ins/Graphics/OutputMiscUI.InDesignPlugin/OutputMiscUI
    0x14047000 - 0x140c7fe3 +com.adobe.InDesign.PDF UI (8.0.0.370 - ???) <4F221BEA-92E2-BCEC-B4CA-C9CE95D31722> /Applications/Adobe InDesign CS6/Plug-Ins/Graphics/PDF UI.InDesignPlugin/PDF UI
    0x140e3000 - 0x1413ffef +com.adobe.AdobeXMPCore (Adobe XMP Core 5.3 -c 11 - 66.145661) <123A0829-A85B-6E67-0E48-4F37B08E4C03> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
    0x14148000 - 0x1415dfff +com.adobe.InDesign.Printer Styles (8.0.0.370 - ???) <D713E603-15FA-C061-0D64-F4A76B045F71> /Applications/Adobe InDesign CS6/Plug-Ins/Graphics/Printer Styles.InDesignPlugin/Printer Styles
    0x14168000 - 0x1423bfff +com.adobe.InDesign.PrintUI (8.0.0.370 - ???) <F0050870-F5F0-3B3E-BC3E-2F6D46F43694> /Applications/Adobe InDesign CS6/Plug-Ins/Graphics/PrintUI.InDesignPlugin/PrintUI
    0x1425c000 - 0x1426bffb +com.adobe.InDesign.PS Import UI (8.0.0.370 - ???) <5BE45093-9397-461D-37EA-142BA92B408C> /Applications/Adobe InDesign CS6/Plug-Ins/Graphics/PS Import UI.InDesignPlugin/PS Import UI
    0x14276000 - 0x14294ffb +com.adobe.InDesign.Swatch Library Panel (8.0.0.370 - ???) <F78ECFDA-25FF-0740-D7AF-FA66169D3BA7> /Applications/Adobe InDesign CS6/Plug-Ins/Graphics/Swatch Library Panel.InDesignPlugin/Swatch Library Panel
    0x1429f000 - 0x14353ff3 +com.adobe.InDesign.Swatches Panel (8.0.0.370 - ???) <2CA597D8-8277-3616-7219-BA320C75B249> /Applications/Adobe InDesign CS6/Plug-Ins/Graphics/Swatches Panel.InDesignPlugin/Swatches Panel
    0x1437e000 - 0x14424ffb +com.adobe.InDesign.Transparency UI (8.0.0.370 - ???) <87E0536E-598D-C382-79F0-872FA5C27C5E> /Applications/Adobe InDesign CS6/Plug-Ins/Graphics/Transparency UI.InDesignPlugin/Transparency UI
    0x1444d000 - 0x144afff3 +com.adobe.InDesign.Assignment UI (8.0.0.370 - ???) <399A5D72-B369-A3C4-2C9F-BBD2BB0E7F3D> /Applications/Adobe InDesign CS6/Plug-Ins/InCopyWorkflow/Assignment UI.InDesignPlugin/Assignment UI
    0x144c9000 - 0x144e7feb +com.adobe.InDesign.InCopy Bridge UI (8.0.0.370 - ???) <5C148722-DA95-AB4A-8335-6BE4AC931366> /Applications/Adobe InDesign CS6/Plug-Ins/InCopyWorkflow/InCopy Bridge UI.InDesignPlugin/InCopy Bridge UI
    0x144f1000 - 0x1452dff3 +com.adobe.InDesign.InCopy Bridge (8.0.0.370 - ???) <20E58D68-75C9-F0CB-2991-28086A791FBF> /Applications/Adobe InDesign CS6/Plug-Ins/InCopyWorkflow/InCopy Bridge.InDesignPlugin/InCopy Bridge
    0x1453a000 - 0x14541fff +com.adobe.InDesign.InCopyExport (8.0.0.370 - ???) <F4CEC010-0752-E920-3B48-6082D10CAF4D> /Applications/Adobe InDesign CS6/Plug-Ins/InCopyWorkflow/InCopyExport.InDesignPlugin/InCopyExport
    0x14549000 - 0x1454eff7 +com.adobe.InDesign.InCopyExportUI (8.0.0.370 - ???) <22F05148-A0BA-DBF8-7A21-CCB8678565D3> /Applications/Adobe InDesign CS6/Plug-Ins/InCopyWorkflow/InCopyExportUI.InDesignPlugin/InCopyExportUI
    0x14554000 - 0x1455afff +com.adobe.InDesign.InCopyImport (8.0.0.370 - ???) <9FEF0CC7-FD64-B251-180E-A2E17E89FFD0> /Applications/Adobe InDesign CS6/Plug-Ins/InCopyWorkflow/InCopyImport.InDesignPlugin/InCopyImport
    0x14560000 - 0x14565fff +com.adobe.InDesign.InCopyWorkflow UI (8.0.0.370 - ???) <70CA2A6C-540D-C0CA-B4EE-5CAC53EFF519> /Applications/Adobe InDesign CS6/Plug-Ins/InCopyWorkflow/InCopyWorkflow UI.InDesignPlugin/InCopyWorkflow UI
    0x1456d000 - 0x145c1ffb +com.adobe.InDesign.Note (8.0.0.370 - ???) <493B54A6-11B2-864E-C8ED-EEF4198B3EB4> /Applications/Adobe InDesign CS6/Plug-Ins/InCopyWorkflow/Note.InDesignPlugin/Note
    0x145da000 - 0x145e5ff3 +com.adobe.InDesign.NotePref (8.0.0.370 - ???) <B00EDAEC-2201-BA55-B530-22CFDA8FB7DF> /Applications/Adobe InDesign CS6/Plug-Ins/InCopyWorkflow/NotePref.InDesignPlugin/NotePref
    0x145f2000 - 0x145f5ff7 +com.adobe.InDesign.Username UI (8.0.0.370 - ???) <A5830B10-6948-595C-BA22-AF3E6A2ACE46> /Applications/Adobe InDesign CS6/Plug-Ins/InCopyWorkflow/Username UI.InDesignPlugin/Username UI
    0x14

  • InDesign CS6 for WIndows won't install

    I am getting error message
    ERROR: DW050: - Adobe InDesign CS6 Common Language Files_AdobeInDesign8CommonLang-en_US: Install failed
    ERROR: DW050: - Adobe InDesign CS6 Common Base Files: Install failed
    ERROR: DW050: - Adobe InDesign CS6 Application Feature Set Files: Install failed
    ERROR: DW050: - Adobe InDesign CS6 Application Base Files: Failed due to Language Pack installation failure
    ERROR: DW050: - Adobe InDesign CS6 Application Language Files_AdobeInDesign8AppLang-en_US: Install failed
    ERROR: DW050: - Adobe InDesign CS6 Icon Handler: Install failed
    ERROR: DW050: - Adobe InDesign CS6 Application Base Files2: Install failed
    I don't know where to head next.

    Exit Code: 7
    Please see specific errors and warnings below for troubleshooting. For example, ERROR: DF024, DW063 ... WARNING: DW016 ...
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 32 error(s), 4 warning(s)
    WARNING: DW016: NOTE: Cannot set action to the payload {B8ADDCBD-30D9-4366-AE25-089CEF76C8E1} Suite Shared Configuration CS6 3.0.0.0 as it is already upgraded by the payload {8706963D-5F48-47CC-998B-DAB70B089DB8} Suite Shared Configuration CS6 3.0.0.0
    WARNING: DW016: NOTE: Cannot set action to the payload {B8ADDCBD-30D9-4366-AE25-089CEF76C8E1} Suite Shared Configuration CS6 3.0.0.0 as it is already upgraded by the payload {8706963D-5F48-47CC-998B-DAB70B089DB8} Suite Shared Configuration CS6 3.0.0.0
    WARNING: DW016: NOTE: Cannot set action to the payload {B8ADDCBD-30D9-4366-AE25-089CEF76C8E1} Suite Shared Configuration CS6 3.0.0.0 as it is already upgraded by the payload {8706963D-5F48-47CC-998B-DAB70B089DB8} Suite Shared Configuration CS6 3.0.0.0
    WARNING: DW016: NOTE: Cannot set action to the payload {B8ADDCBD-30D9-4366-AE25-089CEF76C8E1} Suite Shared Configuration CS6 3.0.0.0 as it is already upgraded by the payload {8706963D-5F48-47CC-998B-DAB70B089DB8} Suite Shared Configuration CS6 3.0.0.0
    ----------- Payload: {F48E8FE8-8D40-1014-8129-D1C5ABFD087E} Adobe InDesign CS6 Application Base Files2 8.0.0.0 -----------
    ERROR: DF024: Unable to move file at "C:\Program Files (x86)\Common Files\Adobe\Installers\adobeTemp\{F48E8FE8-8D40-1014-8129-D1C5ABFD087E}\_2_057e7bdeeae40f 5ce1ef90d4b530c2ec" to "C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-Ins\Data Services\Data Services.apln" Error 1117 The request could not be performed because of an I/O device error.(Seq 2)
    ERROR: DW063: Command ARKMoveFileCommand failed.(Seq 2)
    ERROR: DW050: The following payload errors were found during install:
    ERROR: DW050: - AdobeColorCommonSetCMYK CS6: Install failed
    ERROR: DW050: - Adobe Toolhints CS6: Install failed
    ERROR: DW050: - AdobeColorJA CS6: Install failed
    ERROR: DW050: - Adobe InDesign CS6 Icon Handler x64: Install failed
    ERROR: DW050: - Required Common Fonts Installation: Install failed
    ERROR: DW050: - Adobe CSXS Infrastructure CS6: Install failed
    ERROR: DW050: - DPS Desktop Tools CS6: Install failed
    ERROR: DW050: - AdobeColorEU CS6: Install failed
    ERROR: DW050: - Adobe InDesign CS6 Common Language Files_AdobeInDesign8CommonLang-en_US: Install failed
    ERROR: DW050: - Adobe Hunspell Linguistics Plugin CS6: Install failed
    ERROR: DW050: - PDF Settings CS6: Install failed
    ERROR: DW050: - Adobe Extension Manager CS6: Install failed
    ERROR: DW050: - Adobe NPS Panel: Install failed
    ERROR: DW050: - Adobe WinSoft Linguistics Plugin CS6: Install failed
    ERROR: DW050: - Adobe Bridge CS6: Install failed
    ERROR: DW050: - Adobe InDesign CS6 Common Base Files: Install failed
    ERROR: DW050: - Adobe InDesign CS6 Application Feature Set Files: Install failed
    ERROR: DW050: - Adobe Mini Bridge CS6: Install failed
    ERROR: DW050: - AdobeColorNA CS6: Install failed
    ERROR: DW050: - AdobeColorCommonSetRGB CS6: Install failed
    ERROR: DW050: - Adobe InDesign CS6 Application Base Files: Failed due to Language Pack installation failure
    ERROR: DW050: - AdobeHelp: Install failed
    ERROR: DW050: - Adobe Linguistics CS6: Install failed
    ERROR: DW050: - Recommended Common Fonts Installation: Install failed
    ERROR: DW050: - Adobe InDesign CS6 Application Language Files_AdobeInDesign8AppLang-en_US: Install failed
    ERROR: DW050: - Adobe CSXS Extensions CS6: Install failed
    ERROR: DW050: - Adobe InDesign CS6 Icon Handler: Install failed
    ERROR: DW050: - Adobe ExtendScript Toolkit CS6: Install failed
    ERROR: DW050: - Adobe Media Encoder CS6 X64: Install failed
    ERROR: DW050: - Adobe InDesign CS6 Application Base Files2: Install failed

  • Adobe InDesign CS5 needs plugs ins, but how?   Adobe InDesign CS6 won't open says OS problem.  Adobe upgrade site crashes on me. ?

    Adobe InDesign CS5 needs plugs ins, but how?   Adobe InDesign CS6 won't open says OS problem.  Adobe upgrade site crashes on me.

    You might ask in InDesign to learn how to install plugins
    >says OS problem
    What IS your operating system, and which exact version?
    Is the link below where you are starting for upgrades?
    All Adobe updates start here and select product, read to see if you need to install updates in number order, or if the updates are cumulative for the individual product http://www.adobe.com/downloads/updates/

  • What are the effects to plug-in development when updating InDesign CS version to CC version?

    Will there be a CC version SDK available? Or the CS6 plug-ins can be loaded in CC version? Otherwise the plug-ins are required to be re-compiled?
    Is there any official documentation about the inDesign development in CC?
    Thanks a lot.

    The plug-in for InDesign CS6 is incompatible with InDesign CC.
    InDesign CC is a 64-bit application, Cocoa native on Mac OS.
    You need to use the SDK for InDesign CC, but not available yet.

  • InDesign CS6 won't load - asking for GRAPHICS.RPLN plug-in

    I updated my InDesign CS6 and I am currently installing InDesign CC.
    However, prior to updating, I received these 3 messages:
    I thought updating would help the situation, but I am still receiving these three messages.
    How can fix this problem or where would I be able to find these plug-ins?

    Uninstall and install again.

  • InDesign CS6 for Windows: Type tool crashes program and am getting missing plug-in msgs.

    Just installed InDesign CS6 for Windows. When I open the program, I receive three messages:
    (1) Paragraph Panel.APLN needs Justification Panel plugin;
    (2) Runin Styles Panell.APLN needs Find and Change Panel plug-in;
    (3) Objectstylesui.APLN needs Graphics Panel plug-in.
    To top it off, the type tool crashes the program.
    I couldn't locate any current forum postings that appeared to help. I have uninstalled and re-installed the software. I have done an update from Adobe.
    Advice? This is an educator's addition if that matters.
    Thanks,
    Julie

    Thank for your help Peter. My software is working just fine now.
    For others who might encounter these issues, here is how - with Peter Spier's help - I solved my problems. I uninstalled the previous CS6 version and re-booted. I disconnected from the Internet and then disabled my antivirus protection, antispyware and firewall. I had to do this in Norton as well as Windows (Windows Defender and Windows Firewall). Then I re-loaded the entire CS6 and re-booted. I opened InDesign. I no longer got the msgs about plug-ins missing. I then opened a new file and checked the Type tool. It worked fine. I opened an InDesign CS3 file, saved it as a new file in ID CS6. I was able to successfully edit text using the Type Tool.
    Thank you to Peter for your help!
    julie

  • Hello I have a problem since my installation of the Yosemite update on my Mac I can longer open Indesign CS6

    Hello
    Hello I have a problem since my installation of the Yosemite update on my Mac I can longer open Indesign CS6.
    I have a problem since my installation of the Yosemite update on my Mac I can more open Indesign yet I have installed JavaForOSX2014-001 but it has changed nothing someone could help me?

    Please do not post the same question multiple times. If someone can help you, they will, but you need to be patient -- we're all just volunteers, users like yourself. I'm going to delete your other posts.

  • Indesign cs6 printing problem: OSX 10.9. Mavericks: Message: waste toner box full, not printing.

    This problem was fixed in 10.6.8 with help of Apple and CNET:
    LPD Printer backend file bug.
    How to fix printers not working in OS X 10.6.8 | MacFixIt - CNET Reviews
    Now it occurs again in Mavericks. Indesign CS6 does not print. The same document in PDF prints without problems with Acrobat.

    Hi,
    The HP Deskjet 845c is actually no longer supported on Mac OS X since version 10.6:
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c01856359&tmp_task=prodinfoCategory&cc=us&dlc=en...
    You may try installing the 3rd party HPIJS drivers which seems to support the 845c.
    Be sure to install any of the 3 required download prior adding the printer:
    http://www.linuxfoundation.org/collaborate/workgroups/openprinting/macosxhpijs
    Shlomi
    Say thanks by clicking the Kudos thumb up in the post.
    If my post resolve your problem please mark it as an Accepted Solution

  • "Missing Plug ins" in InDesign CS6

    Hi,
    lately, I've got installed CS6 Standard on a Windows XP machine, German version. There were CS2 and CS4 formerly on this workstation. The admin deleted the CS2 before installing cs6.
    Now, every part of CS6 is up and running - except for InDesign CS6.
    Upon launching InDesign CS6, I keep getting error messages saying, among others:
    "Adobe InDesign erkennt  [plug-in name here] nicht als gültiges Zusatzmodul. Installieren Sie  das Zusatzmodul [plug-in name here] neu, und starten Sie InDesign erneut. Diese Meldung wieder anzeigen? (JA) (NEIN)".
    and/or:
    "Zum Laden von [another plug-in name here] is JBX erforderlich. Installieren Sie  das Zusatzmodul JBX und starten Sie InDesign erneut. Diese Meldung wieder anzeigen? (JA) (NEIN)".
    The first message appears several times along with diverse plug-in names ( ssignment UI, InCopy Bridge UI, InCopyExport, InCopyImport…). The other one concerns only this "JBX", if I remember correctly.
    After all the message are clicked away (it does not matter if I click on JA or NEIN), InDesign CS6 launches in a crippled form, with no palettes, with reduced menus, and it is crashing upon trying to choose the "Preferences".
    The Prefs were already deleted with the appropriate keyboard shortcut.
    What's the issue and how do I get InDesign CS6 to work?

    First of all you should know which Plugin is missing. Then you have to buy it for CS6 and install it properly with the Extension Manager.
    This is not the issue, I think. There was never a 3rd part extension installed along with former ID CS version. So I don't think we'd had to buy any.
    I suppose the Adminstrator has copied the plugin from an older version to the newer version and the plugin seems not be compatible.
    No, he didn't. AFAIK, he's just installed and registered the CS6 according to Adobe's instructions.
    Another thing is obvious that a second plugin is missing which is used by the other plugin. This might be also a third party pi or a default is missing.
    Yes, this is all fine, but again: there was never an extra plug in for ID CS 6 installed on the system. Every version was always installed simply "as it is", because we don't need external plug ins to work with.
    Another thing: It is good to keep older versions installed on the computer for a while when a new version is installed. When all documents have been migrated you can delete (uninstall) the old version. Not before. So it was not a good idea from the administrator to delete the older version.
    You have possibly misunderstood me. Your hint to keep the previous version is highly appreciated; this is, actually, the way we'we been processing with every major software update for years, as well as this time. Only the whole CS2 was deleted, since it was succesfully preventing (on three different Windows workstations) the CS6 installer to do it's job. CS4 is still installed and working.
    The missing plug in issue doesn't exist au dem MacBook Pro, by the way, which was also upgraded from CS4 to CS6. Maybe because I am actually the "admin" of it

Maybe you are looking for