CS2 Javascript crashing InDesign works as 2 parts and in CS3.

I have a script which works fine in CS3 but when I set it up in CS2 I found it was crashing InDesign. I've tried to cut it down to the minimum and set the 2 parts as functions.
The first function makeMyslug create a new layer called slug and then some text frames on all master pages, with details about the document. The second function printMyslug prints all pages to postscript and adds a page number to the postscript file.
If I have a document open and run each of the functions separately all is well. If I try and run both function in one go InDesign crashes. The script seems to crash InDesign once the printing process begins.
NOTE for this example to work you will need to have a document open and make sure there are no blank pages. I'll post in as a reply so that it can be copied if anyone is able to help me out.
Any suggestions would be greatly appreciated.

//Here is the script.
var mySluglay, myBlueBlk, mySlugChr, mySlugPar, myPageNo, myTitle
myPageNo = 1;
myTitle = "Test";
myDocument = app.activeDocument;
function makeMyslug(){
//Create a layer for the slug items.
mySluglay = myDocument.layers.item("Slug");
if (mySluglay == null){
mySluglay = myDocument.layers.add({name:"Slug"});
//Create a blue background color.
myBlueBlk = myDocument.colors.item("BlueBack");
if (myBlueBlk == null){
myDocument.colors.add({name:"BlueBack", model:ColorModel.process, colorSpace:ColorSpace.cmyk, colorValue:[100, 60, 0, 0]});
//Create a cahr style.
mySlugChr = myDocument.characterStyles.item("SlugChar");
if (mySlugChr == null){
myDocument.characterStyles.add({name:"SlugChar", appliedFont:"Arial"});
//Create a para style.
mySlugPar = myDocument.paragraphStyles.item("SlugPar");
if (mySlugPar == null){
myDocument.paragraphStyles.add({name:"SlugPar"});
// Set units to mm.
app.activeDocument.viewPreferences.horizontalMeasurementUnits = MeasurementUnits.MILLIMETERS
app.activeDocument.viewPreferences.verticalMeasurementUnits = MeasurementUnits.MILLIMETERS;
with(myDocument.documentPreferences){
//Slug
slugBottomOffset = "20";
slugTopOffset = "20";
slugInsideOrLeftOffset = "0";
slugRightOrOutsideOffset = "0";
//Set the documents ruler origin to page origin. This is very important
//--if you dont do this, getting objects to the correct position on the
//page is much more difficult.
myDocument.viewPreferences.rulerOrigin = RulerOrigin.pageOrigin;
//Create the slug details on all master pages.
with(myDocument.masterSpreads.item(0)){
myDocument.pages[0].appliedSection.continueNumbering = false;
myDocument.pages[0].appliedSection.pageNumberStart = parseInt(myPageNo);
var myDetails = "Title: "+myTitle;
var myPageWidth = myDocument.documentPreferences.pageWidth;
var myPageHeight = myDocument.documentPreferences.pageHeight;
mp = app.activeDocument.masterSpreads.everyItem().pages.everyItem().getElements();
for (i = 0; i < mp.length; i++){
var myTitleBox = mp[i].textFrames.add(myDocument.layers.item("Slug"), undefined, undefined, {geometricBounds:[myPageHeight+6,10,myPageHeight+14, myPageWidth-10], contents:myDetails});
myTitleBox.label = "Title";
myTitleBox.textFramePreferences.verticalJustification = VerticalJustification.bottomAlign;
myTitleBox.parentStory.paragraphs[0].appliedCharacterStyle = "SlugChar";
myTitleBox.parentStory.paragraphs[0].appliedParagraphStyle = "SlugPar";
myTitleBox.parentStory.fillColor = myDocument.swatches.item("Paper");
myTitleBox.parentStory.pointSize = 10;
myTitleBox.bringToFront();
myTitleBox.textFramePreferences.ignoreWrap = true;
myTitleBox.textFramePreferences.textColumnCount = 1;
var mycount = app.activeDocument.masterSpreads.item(0).pages.item(0).textFrames.item("Title");
var myBlueBlock = mp[i].textFrames.add(myDocument.layers.item("Slug"), undefined, undefined, {geometricBounds:[myPageHeight+6, 8,myPageHeight+20, myPageWidth-8]});
myBlueBlock.label = "BlueBlock";
myBlueBlock.fillColor = "BlueBack";
myBlueBlock.textFramePreferences.verticalJustification = VerticalJustification.bottomAlign;
myBlueBlock.sendToBack();
var myWhiteBlock = mp[i].textFrames.add(myDocument.layers.item("Slug"), undefined, undefined, {geometricBounds:[myPageHeight+14.5, 9,myPageHeight+19, myPageWidth-9]});
myWhiteBlock.label = "WhiteBlock";
myWhiteBlock.fillColor = myDocument.swatches.item("Paper");
var myPageNoBox = mp[i].textFrames.add(myDocument.layers.item("Slug"), undefined, undefined, {geometricBounds:[myPageHeight-5, 10, myPageHeight+18, myPageWidth-10]});
myPageNoBox.label = "PageNo";
myPageNoBox.insertionPoints.item(0).contents = SpecialCharacters.autoPageNumber;
myPageNoBox.insertionPoints.item(0).contents = SpecialCharacters.emSpace;
myPageNoBox.insertionPoints.item(0).contents = "Page No";
myPageNoBox.parentStory.paragraphs[0].appliedCharacterStyle = "SlugChar";
myPageNoBox.parentStory.paragraphs[0].appliedParagraphStyle = "SlugPar";
myPageNoBox.textFramePreferences.verticalJustification = VerticalJustification.bottomAlign;
myPageNoBox.textFramePreferences.ignoreWrap = true;
myPageNoBox.textFramePreferences.textColumnCount = 1;
//print function
function printMyslug(){
alert("Start print process.");
myDocument.printPreferences.printer = Printer.POSTSCRIPT_FILE;
myDocument.printPreferences.ppd = PPDValues.DEVICE_INDEPENDENT;
for(var myCounter = 0; myCounter < myDocument.pages.length; myCounter++){
myPageName = myDocument.pages.item(myCounter).name;
myDocument.printPreferences.pageRange = myPageName;
//The name of the exported files will be the base name + the page name + ".pdf".
//If the page name contains a colon (as it will if the document contains sections),
//then remove the colon.
var myRegExp = new RegExp(":","gi");
myPageName = myPageName.replace(myRegExp, "_");
myFilePath = "/c/idjavascript/test_" + myPageName + ".ps";
myFile = new File(myFilePath);
document.printPreferences.printFile = myFile;
try{
myDocument.print(false);
catch(e){
alert("Page "+myPageName+" may be blank plesae check.");
//call the makeMyslug function
makeMyslug();
//call the printMyslug function
printMyslug();

Similar Messages

  • Dreamweaver crashes when working with BC-Site and pause for more then 10 Min

    Hi,
    absolutely annoying and drives me crazy: when working at a BC-Site in DW and pausing for approx 10 min. DW crashes regularly (always!) when saving or uploading (which is the same). This sucks so deeply! Could you pleeeeease take care of this issue, because it seems easy to solve.
    If you want me to send crash reports, I do, but only to Apple, because Adobes own crash report is never showing up and I dont know how to install. Otherwise I would bomb you with crash reports, it happens dozent of times per day.
    I am also paid partner of BC, maybe this speeds up the whole thing...
    Regards
    Citzwerth

    Hi Alex,
    here is the crash report.
    Regards,
    Dennis
    Process:         Dreamweaver
    Path:            /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/MacOS/Dreamweaver
    Identifier:      com.adobe.dreamweaver-12.1
    Version:         12.1.1.5966 (12.1.1)
    Code Type:       X86 (Native)
    Parent Process:  launchd
    User ID:         501
    Date/Time:       2013-02-14 11:28:43.083 +0100
    OS Version:      Mac OS X 10.8.2 (12C60)
    Report Version:  10
    Interval Since Last Report:          233853 sec
    Crashes Since Last Report:           13
    Per-App Interval Since Last Report:  119982 sec
    Per-App Crashes Since Last Report:   1
    Anonymous UUID:                      8D8BAEE8-F567-511F-B2CD-86495221EFED
    Crashed Thread:  0  Dispatch queue: NSPersistentUI Work
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
    VM Regions Near 0:
    --> __PAGEZERO             0000000000000000-0000000000001000 -/- SM=NUL  /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/MacOS/Dreamweaver
        __TEXT                 0000000000001000-00000000019ce000 r-x/rwx SM=COW  /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/MacOS/Dreamweaver
    Application Specific Information:
    Performing @selector(dispatchMenuSelection:) from sender DVAMacMenuItem 0x14ad5b70
    Thread 0 Crashed:: Dispatch queue: NSPersistentUI Work
    0   com.apple.CoreFoundation           0x96cf30cd __CFBinaryPlistWrite + 317
    1   com.apple.CoreFoundation           0x96d561be __CFBinaryPlistWriteToStreamWithOptions + 46
    2   com.apple.Foundation               0x941a06fc -[NSKeyedArchiver finishEncoding] + 628
    3   com.apple.AppKit                   0x94d3e5ea -[NSPersistentUIRecord generateArchive:] + 204
    4   com.apple.AppKit                   0x94d3e358 -[NSPersistentUIBucket encodeInvalidPersistentStateIntoRecords:] + 186
    5   com.apple.AppKit                   0x94d3de34 __85-[NSPersistentUIManager flushAllChangesOptionallyWaitingUntilDone:updatingSnapshots:]_block_invoke_0 + 707
    6   libdispatch.dylib                  0x977aac82 dispatchclient_callout + 46
    7   libdispatch.dylib                  0x977ac456 dispatchbarrier_sync_f_invoke + 39
    8   libdispatch.dylib                  0x977ac42d dispatch_barrier_sync_f + 87
    9   libdispatch.dylib                  0x977aec3e dispatch_sync + 45
    10  com.apple.AppKit                   0x94d3d7ee -[NSPersistentUIManager flushAllChangesOptionallyWaitingUntilDone:updatingSnapshots:] + 697
    11  com.apple.AppKit                   0x94d3d507 -[NSPersistentUIManager flushPersistentStateAndClose:waitingUntilDone:] + 198
    12  com.apple.AppKit                   0x94d3d396 __42-[NSPersistentUIManager acquireDirtyState]_block_invoke_0 + 106
    13  com.apple.AppKit                   0x94c6430e ____NSHysteresisBlock_block_invoke_0 + 258
    14  libdispatch.dylib                  0x977aac82 dispatchclient_callout + 46
    15  libdispatch.dylib                  0x977ad007 dispatchsource_invoke + 699
    16  libdispatch.dylib                  0x977ac00a dispatchqueue_invoke + 66
    17  libdispatch.dylib                  0x977b02af dispatchmain_queue_callback_4CF + 171
    18  com.apple.CoreFoundation           0x96cf61d5 __CFRunLoopRun + 1845
    19  com.apple.CoreFoundation           0x96cf563a CFRunLoopRunSpecific + 378
    20  com.apple.CoreFoundation           0x96cf54ab CFRunLoopRunInMode + 123
    21  com.apple.HIToolbox                0x9919f15a RunCurrentEventLoopInMode + 242
    22  com.apple.HIToolbox                0x9919eec9 ReceiveNextEventCommon + 374
    23  com.apple.HIToolbox                0x9919ed44 BlockUntilNextEventMatchingListInMode + 88
    24  com.apple.AppKit                   0x94b7ea3a _DPSNextEvent + 724
    25  com.apple.AppKit                   0x94b7e26c -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 119
    26  com.adobe.dreamweaver-12.1         0x003ea4d7 CEventDispatcher::ProcessEvent(int, unsigned long) + 529
    27  com.adobe.dreamweaver-12.1         0x00ff4f33 DWNetCallback::ProcessAppMessages() + 49
    28  com.adobe.dreamweaver-12.1         0x00ff56ee DWNetCallback::WaitUntilDone() + 1974
    29  com.adobe.dreamweaver-12.1         0x00c733c0 CNetIOAgent::ChDir(unsigned short const, CSiteInfo) + 2170
    30  com.adobe.dreamweaver-12.1         0x00311277 CFileTransfer::GetRemoteFileInfo(CString, CString, unsigned long, _FILETIME, int, int, CSiteInfo) + 875
    31  com.adobe.dreamweaver-12.1         0x0032f8d7 SiteNet::GetRemoteFileInfo(CString, CString, unsigned long, _FILETIME, int, int, CSiteInfo) + 105
    32  com.adobe.dreamweaver-12.1         0x00c7b025 CNetIOAgent::CheckLockFileOwner(unsigned short const, CString&, CString, CSiteInfo*) + 205
    33  com.adobe.dreamweaver-12.1         0x00d24a0f CTransferAgent::GetFileLockInfo(unsigned short const, bool&, CString&, CString&, CSiteInfo) + 379
    34  com.adobe.dreamweaver-12.1         0x00c7198c CNetIOAgent::GetFileLockInfo(unsigned short const, bool&, CString&, CString&, CSiteInfo) + 1340
    35  com.adobe.dreamweaver-12.1         0x0030678d CFileTransfer::UploadOK(CString, CString, CString, CString, int, int&, int&, int&, CSiteInfo, CString, int, std::vector<std::pair<CString, CSiteInfo>, std::allocator<std::pair<CString, CSiteInfo> > >) + 1177
    36  com.adobe.dreamweaver-12.1         0x0031d26e CFileTransfer::UploadAFile(CString, CString, CString, unsigned long, CString, int, int, _FILETIME, int&, int&, int&, int, int, int, int, int, CSiteInfo, int, int, std::vector<std::pair<CString, CSiteInfo>, std::allocator<std::pair<CString, CSiteInfo> > >, CStringList*) + 3904
    37  com.adobe.dreamweaver-12.1         0x0032ff0b SiteNet::UploadAFile(CString, CString, CString, unsigned long, CString, int, int, _FILETIME, int&, int&, int&, int, int, int, int, int, CSiteInfo, int, int, std::vector<std::pair<CString, CSiteInfo>, std::allocator<std::pair<CString, CSiteInfo> > >, bool, CStringList*) + 539
    38  com.adobe.dreamweaver-12.1         0x00c296da CFileView::Process(REQUEST&) + 1290
    39  com.adobe.dreamweaver-12.1         0x0039cdf3 CAppFTPOpQueue::ProcessRefreshRequests() + 113
    40  com.adobe.dreamweaver-12.1         0x0039d032 CAppFTPOpQueue::Process() + 100
    41  com.adobe.dreamweaver-12.1         0x001c61b1 CFileView::UploadOpenDoc(CString, CString, CString, CString, unsigned long, CString, int, int, int&, int&, int&, int, int, int, CSiteInfo, int, int) + 681
    42  com.adobe.dreamweaver-12.1         0x001ea37e CSiteInfo::Put(CString const&, int) + 2272
    43  com.adobe.dreamweaver-12.1         0x001f2c07 SiteServices::Put(CString const&, bool) + 285
    44  com.adobe.dreamweaver-12.1         0x0055d7a8 TitanDoc::OnSaveDocument(unsigned short const*, int) + 2636
    45  com.adobe.dreamweaver-12.1         0x00b697cb TitanDoc::OnSaveDocument(unsigned short const*) + 35
    46  com.adobe.dreamweaver-12.1         0x01157b07 CDocument::DoSave(unsigned short const*, int) + 471
    47  com.adobe.dreamweaver-12.1         0x00559195 TitanDoc::DoSave(unsigned short const*, int) + 73
    48  com.adobe.dreamweaver-12.1         0x01157301 CDocument::DoFileSave() + 51
    49  com.adobe.dreamweaver-12.1         0x00559e6b TitanDoc::DoFileSave() + 395
    50  com.adobe.dreamweaver-12.1         0x0055ad3d TitanDoc::DoFileSave(int) + 137
    51  com.adobe.dreamweaver-12.1         0x0055b1ad TitanDoc::OnFileSave() + 41
    52  com.adobe.dreamweaver-12.1         0x0115f261 CCmdTarget::OnCmdMsg(unsigned int, int, void, AFX_CMDHANDLERINFO) + 271
    53  com.adobe.dreamweaver-12.1         0x01156f5b CDocument::OnCmdMsg(unsigned int, int, void, AFX_CMDHANDLERINFO) + 51
    54  com.adobe.dreamweaver-12.1         0x0114e973 CView::OnCmdMsg(unsigned int, int, void, AFX_CMDHANDLERINFO) + 103
    55  com.adobe.dreamweaver-12.1         0x0115fa9c CFrameWnd::OnCmdMsg(unsigned int, int, void, AFX_CMDHANDLERINFO) + 84
    56  com.adobe.dreamweaver-12.1         0x0114c551 CWnd::OnCommand(unsigned int, long) + 239
    57  com.adobe.dreamweaver-12.1         0x0114aa10 CWnd::OnWndMsg(unsigned int, unsigned int, long, long*) + 60
    58  com.adobe.dreamweaver-12.1         0x0114a082 CWnd::WindowProc(unsigned int, unsigned int, long) + 58
    59  com.adobe.dreamweaver-12.1         0x003ac68e CWnd::WinSendMessage(unsigned int, unsigned int, long) + 44
    60  com.adobe.dreamweaver-12.1         0x00942299 JSMenuCaller::CallMenuHandler(JSContext, JSObject, unsigned short const*, unsigned int) + 221
    61  com.adobe.dreamweaver-12.1         0x00956685 JSObjDreamweaver::saveDocument(JSContext, JSObject, unsigned int, long, long) + 537
    62  com.adobe.dreamweaver-12.1         0x004ccab8 JSCallNativeSafe + 52
    63  com.adobe.dreamweaver-12.1         0x0040517d js_Invoke + 2440
    64  com.adobe.dreamweaver-12.1         0x0044e936 js_Interpret + 300471
    65  com.adobe.dreamweaver-12.1         0x004a09fb js_Execute + 502
    66  com.adobe.dreamweaver-12.1         0x003ed301 JS_EvaluateUCScriptForPrincipals + 130
    67  com.adobe.dreamweaver-12.1         0x003ed385 JS_EvaluateUCScript + 67
    68  com.adobe.dreamweaver-12.1         0x000f84d2 JSInterp::ExecuteScript(Run, TitanDoc, unsigned short const, unsigned short const, unsigned short const, long, unsigned short const, CString*, JSInterp::ScriptMode, int, int, int, int, int, int) + 1670
    69  com.adobe.dreamweaver-12.1         0x000e42e8 JSCommand::RunCommand(JSMfcDoc, unsigned short const, int, long*, JSCommand::CommandContext) + 616
    70  com.adobe.dreamweaver-12.1         0x009ee72f JSUICommand::CallExecuteOrKillFocusHandler(TitanDoc, int, unsigned short const, bool) + 991
    71  com.adobe.dreamweaver-12.1         0x009eeb43 JSUICommand::Execute(TitanDoc, int, unsigned short const) + 215
    72  com.adobe.dreamweaver-12.1         0x009cca30 JSMenusCommands::Execute(unsigned int) const + 312
    73  com.adobe.dreamweaver-12.1         0x009c8595 JSMenus::ExecuteCommand(unsigned int) const + 27
    74  com.adobe.dreamweaver-12.1         0x00613ce9 NTECodeView::OnExecuteJSMenuItem(unsigned int) + 101
    75  com.adobe.dreamweaver-12.1         0x0115f261 CCmdTarget::OnCmdMsg(unsigned int, int, void, AFX_CMDHANDLERINFO) + 271
    76  com.adobe.dreamweaver-12.1         0x0114e93c CView::OnCmdMsg(unsigned int, int, void, AFX_CMDHANDLERINFO) + 48
    77  com.adobe.dreamweaver-12.1         0x0115fa9c CFrameWnd::OnCmdMsg(unsigned int, int, void, AFX_CMDHANDLERINFO) + 84
    78  com.adobe.dreamweaver-12.1         0x0114c551 CWnd::OnCommand(unsigned int, long) + 239
    79  com.adobe.dreamweaver-12.1         0x0114aa10 CWnd::OnWndMsg(unsigned int, unsigned int, long, long*) + 60
    80  com.adobe.dreamweaver-12.1         0x0114a082 CWnd::WindowProc(unsigned int, unsigned int, long) + 58
    81  com.adobe.dreamweaver-12.1         0x003ac68e CWnd::WinSendMessage(unsigned int, unsigned int, long) + 44
    82  com.adobe.dreamweaver-12.1         0x0124950b MMUI::COwlFrameWnd::OnCommand(unsigned int, long) + 65
    83  com.adobe.dreamweaver-12.1         0x0058285c TitanMainFrame::OnCommand(unsigned int, long) + 60
    84  com.adobe.dreamweaver-12.1         0x0114aa10 CWnd::OnWndMsg(unsigned int, unsigned int, long, long*) + 60
    85  com.adobe.dreamweaver-12.1         0x0114a082 CWnd::WindowProc(unsigned int, unsigned int, long) + 58
    86  com.adobe.dreamweaver-12.1         0x003ac68e CWnd::WinSendMessage(unsigned int, unsigned int, long) + 44
    87  com.adobe.dreamweaver-12.1         0x0116c4b5 CRealApp::DoHandleCommand(int) + 369
    88  com.adobe.dreamweaver-12.1         0x0116c33b non-virtual thunk to CRealApp::DoHandleCommand(int) + 27
    89  com.adobe.exo.framework            0x04199658 exo::uisupport::CommandHandler::HandleCommand(int) + 84
    90  com.adobe.exo.framework            0x04198a53 exo::uisupport::CommandHandler::DoCallMyCommandChain(int) + 49
    91  com.adobe.exo.framework            0x04197d65 exo::uisupport::CommandHandlerBase::CallCommandChain(int) + 65
    92  com.adobe.exo.framework            0x04152324 exo::app::OS_AppBase::DispatchMenuCommand(int) + 146
    93  com.adobe.exo.framework            0x04152c9f boost::detail::function::void_function_obj_invoker0, void) + 36
    95  com.adobe.dvacore.framework        0x034660f8 boost::detail::function::function_obj_invoker0<boost::_bi::bind_t<int, int ()(boost::function0<void>, void), boost::_bi::list2<boost::_bi::value<boost::function0<void>>, boost::_bi::value, bool*) + 129
    99  com.adobe.exo.framework            0x04150e0e -[ExoMacApplication handleMenuCommand:] + 174
    100 com.adobe.dvaui.framework          0x03a1db42 -[DVAMacMenuItem dispatchMenuSelection:] + 66
    101 libobjc.A.dylib                    0x93a335d3 -[NSObject performSelector:withObject:] + 70
    102 com.apple.AppKit                   0x94c6abd2 -[NSApplication sendAction:to:from:] + 436
    103 com.apple.AppKit                   0x94da73dc -[NSMenuItem _corePerformAction] + 529
    104 com.apple.AppKit                   0x94da706b -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 163
    105 com.apple.AppKit                   0x94da66f4 -[NSMenu _performActionWithHighlightingForItemAtIndex:sendAccessibilityNotification:] + 79
    106 com.apple.AppKit                   0x94da66a0 -[NSMenu _performActionWithHighlightingForItemAtIndex:] + 48
    107 com.apple.AppKit                   0x94da5ba5 -[NSMenu performKeyEquivalent:] + 306
    108 com.apple.AppKit                   0x94da4f5c -[NSApplication _handleKeyEquivalent:] + 915
    109 com.apple.AppKit                   0x94c5aee1 -[NSApplication sendEvent:] + 5512
    110 com.adobe.dvaui.framework          0x039eeeb4 -[DVAMacApplication sendEvent:] + 852
    111 com.adobe.exo.framework            0x0415171f -[ExoMacApplication sendEvent:] + 559
    112 com.apple.AppKit                   0x94b7472c -[NSApplication run] + 951
    113 com.adobe.exo.framework            0x04150b73 exo::app::OS_AppBase::RunEventLoop() + 67
    114 com.adobe.dreamweaver-12.1         0x0116c83f CRealApp::Run() + 395
    115 com.adobe.dreamweaver-12.1         0x0114fef0 CWinAppImpl::Run() + 36
    116 com.adobe.dreamweaver-12.1         0x011501df main + 95
    117 com.adobe.dreamweaver-12.1         0x004e27f5 start + 53
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib             0x937a69ae kevent + 10
    1   libdispatch.dylib                  0x977adc71 dispatchmgr_invoke + 993
    2   libdispatch.dylib                  0x977ad7a9 dispatchmgr_thread + 53
    Thread 2:
    0   libsystem_kernel.dylib             0x937a58e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                  0x983d2220 pthreadcond_wait + 833
    2   libsystem_c.dylib                  0x984580ec pthread_cond_timedwait$UNIX2003 + 70
    3   com.adobe.boost_threads.framework     0x028a926e boost::condition_variable::timed_wait(boost::unique_lock::run() + 64
    9   com.adobe.boost_threads.framework     0x028a1737 thread_proxy + 167
    10  libsystem_c.dylib                  0x983cd557 pthreadstart + 344
    11  libsystem_c.dylib                  0x983b7cee thread_start + 34
    Thread 3:
    0   libsystem_kernel.dylib             0x937a5c72 __semwait_signal + 10
    1   libsystem_c.dylib                  0x98457a61 nanosleep$UNIX2003 + 189
    2   com.apple.carbonbundletemplate     0x119d94db ScObjects::Thread::sleep(unsigned int) + 59
    3   com.apple.carbonbundletemplate     0x119d5339 ScObjects::BridgeTalkThread::run() + 185
    4   com.apple.carbonbundletemplate     0x119d9848 ScObjects::Thread::go(void*) + 168
    5   libsystem_c.dylib                  0x983cd557 pthreadstart + 344
    6   libsystem_c.dylib                  0x983b7cee thread_start + 34
    Thread 4:
    0   libsystem_kernel.dylib             0x937a5b3e __recvfrom + 10
    1   libsystem_c.dylib                  0x98457bcb recv$UNIX2003 + 54
    2   ServiceManager-Launcher.dylib      0x11bb3733 Invoke + 47867
    3   ServiceManager-Launcher.dylib      0x11bb2846 Invoke + 44046
    4   ServiceManager-Launcher.dylib      0x11bb1988 Invoke + 40272
    5   ServiceManager-Launcher.dylib      0x11bb1a0f Invoke + 40407
    6   ServiceManager-Launcher.dylib      0x11bacbaf Invoke + 20343
    7   ServiceManager-Launcher.dylib      0x11bacea7 Invoke + 21103
    8   ServiceManager-Launcher.dylib      0x11bad685 Invoke + 23117
    9   ServiceManager-Launcher.dylib      0x11bad8f9 Invoke + 23745
    10  ServiceManager-Launcher.dylib      0x11bb02a0 Invoke + 34408
    11  ServiceManager-Launcher.dylib      0x11bb03fd Invoke + 34757
    12  ServiceManager-Launcher.dylib      0x11bb0c91 Invoke + 36953
    13  ServiceManager-Launcher.dylib      0x11bb0db2 Invoke + 37242
    14  ServiceManager-Launcher.dylib      0x11ba3656 Login + 461
    15  ServiceManager-Launcher.dylib      0x11ba709a Login + 15377
    16  ServiceManager-Launcher.dylib      0x11bb1165 Invoke + 38189
    17  ServiceManager-Launcher.dylib      0x11bb32eb Invoke + 46771
    18  libsystem_c.dylib                  0x983cd557 pthreadstart + 344
    19  libsystem_c.dylib                  0x983b7cee thread_start + 34
    Thread 5:
    0   libsystem_kernel.dylib             0x937a58e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                  0x983d2220 pthreadcond_wait + 833
    2   libsystem_c.dylib                  0x984580a1 pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.ape.engine               0x1252504f APXGetHostAPI + 2633743
    4   com.adobe.ape.engine               0x122b662f APXGetHostAPI + 83439
    5   com.adobe.ape.engine               0x1252513e APXGetHostAPI + 2633982
    6   com.adobe.ape.engine               0x125251a7 APXGetHostAPI + 2634087
    7   com.adobe.ape.engine               0x125252c6 APXGetHostAPI + 2634374
    8   libsystem_c.dylib                  0x983cd557 pthreadstart + 344
    9   libsystem_c.dylib                  0x983b7cee thread_start + 34
    Thread 6:
    0   libsystem_kernel.dylib             0x937a58e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                  0x983d2220 pthreadcond_wait + 833
    2   libsystem_c.dylib                  0x984580a1 pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.ape.engine               0x1252504f APXGetHostAPI + 2633743
    4   com.adobe.ape.engine               0x122b662f APXGetHostAPI + 83439
    5   com.adobe.ape.engine               0x1252513e APXGetHostAPI + 2633982
    6   com.adobe.ape.engine               0x125251a7 APXGetHostAPI + 2634087
    7   com.adobe.ape.engine               0x125252c6 APXGetHostAPI + 2634374
    8   libsystem_c.dylib                  0x983cd557 pthreadstart + 344
    9   libsystem_c.dylib                  0x983b7cee thread_start + 34
    Thread 7:
    0   libsystem_kernel.dylib             0x937a58e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                  0x983d2220 pthreadcond_wait + 833
    2   libsystem_c.dylib                  0x984580a1 pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.ape.engine               0x1252504f APXGetHostAPI + 2633743
    4   com.adobe.ape.engine               0x122b662f APXGetHostAPI + 83439
    5   com.adobe.ape.engine               0x1252513e APXGetHostAPI + 2633982
    6   com.adobe.ape.engine               0x125251a7 APXGetHostAPI + 2634087
    7   com.adobe.ape.engine               0x125252c6 APXGetHostAPI + 2634374
    8   libsystem_c.dylib                  0x983cd557 pthreadstart + 344
    9   libsystem_c.dylib                  0x983b7cee thread_start + 34
    Thread 8:
    0   libsystem_kernel.dylib             0x937a58e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                  0x983d2220 pthreadcond_wait + 833
    2   libsystem_c.dylib                  0x984580a1 pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.ape.engine               0x1252504f APXGetHostAPI + 2633743
    4   com.adobe.ape.engine               0x122b662f APXGetHostAPI + 83439
    5   com.adobe.ape.engine               0x1252513e APXGetHostAPI + 2633982
    6   com.adobe.ape.engine               0x125251a7 APXGetHostAPI + 2634087
    7   com.adobe.ape.engine               0x125252c6 APXGetHostAPI + 2634374
    8   libsystem_c.dylib                  0x983cd557 pthreadstart + 344
    9   libsystem_c.dylib                  0x983b7cee thread_start + 34
    Thread 9:
    0   libsystem_kernel.dylib             0x937a58e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                  0x983d2289 pthreadcond_wait + 938
    2   libsystem_c.dylib                  0x983d2512 pthread_cond_timedwait_relative_np + 47
    3   com.adobe.ape.engine               0x12525017 APXGetHostAPI + 2633687
    4   com.adobe.ape.engine               0x1253e20e APXGetHostAPI + 2736590
    5   com.adobe.ape.engine               0x1252513e APXGetHostAPI + 2633982
    6   com.adobe.ape.engine               0x125251a7 APXGetHostAPI + 2634087
    7   com.adobe.ape.engine               0x125252c6 APXGetHostAPI + 2634374
    8   libsystem_c.dylib                  0x983cd557 pthreadstart + 344
    9   libsystem_c.dylib                  0x983b7cee thread_start + 34
    Thread 10:
    0   libsystem_kernel.dylib             0x937a58e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                  0x983d2289 pthreadcond_wait + 938
    2   libsystem_c.dylib                  0x983d2512 pthread_cond_timedwait_relative_np + 47
    3   com.adobe.ape.engine               0x12525017 APXGetHostAPI + 2633687
    4   com.adobe.ape.engine               0x126b30c8 APXGetHostAPI + 4264072
    5   com.adobe.ape.engine               0x1252513e APXGetHostAPI + 2633982
    6   com.adobe.ape.engine               0x125251a7 APXGetHostAPI + 2634087
    7   com.adobe.ape.engine               0x125252c6 APXGetHostAPI + 2634374
    8   libsystem_c.dylib                  0x983cd557 pthreadstart + 344
    9   libsystem_c.dylib                  0x983b7cee thread_start + 34
    Thread 11:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib             0x937a37d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib             0x937a2cb0 mach_msg + 68
    2   com.apple.CoreFoundation           0x96cf0599 __CFRunLoopServiceMachPort + 185
    3   com.apple.CoreFoundation           0x96cf5f7f __CFRunLoopRun + 1247
    4   com.apple.CoreFoundation           0x96cf563a CFRunLoopRunSpecific + 378
    5   com.apple.CoreFoundation           0x96cf54ab CFRunLoopRunInMode + 123
    6   com.apple.Foundation               0x9413013a +NSURLConnection(Loader) _resourceLoadLoop: + 395
    7   com.apple.Foundation               0x941941d8 -[NSThread main] + 45
    8   com.apple.Foundation               0x9419415b __NSThread__main__ + 1396
    9   libsystem_c.dylib                  0x983cd557 pthreadstart + 344
    10  libsystem_c.dylib                  0x983b7cee thread_start + 34
    Thread 12:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib             0x937a5be6 __select + 10
    1   com.apple.CoreFoundation           0x96d39c00 __CFSocketManager + 1632
    2   libsystem_c.dylib                  0x983cd557 pthreadstart + 344
    3   libsystem_c.dylib                  0x983b7cee thread_start + 34
    Thread 13:
    0   libsystem_kernel.dylib             0x937a58e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                  0x983d2220 pthreadcond_wait + 833
    2   libsystem_c.dylib                  0x984580a1 pthread_cond_wait$UNIX2003 + 71
    3   WebKitDw.dylib                     0x17981273 WTF::TCMalloc_PageHeap::scavengerThread() + 179
    4   WebKitDw.dylib                     0x179812e1 WTF::TCMalloc_PageHeap::runScavengerThread(void*) + 17
    5   libsystem_c.dylib                  0x983cd557 pthreadstart + 344
    6   libsystem_c.dylib                  0x983b7cee thread_start + 34
    Thread 14:
    0   libsystem_kernel.dylib             0x937a5c72 __semwait_signal + 10
    1   libsystem_c.dylib                  0x98457a61 nanosleep$UNIX2003 + 189
    2   libsystem_c.dylib                  0x9845792a usleep$UNIX2003 + 60
    3   com.adobe.dreamweaver-12.1         0x003ab1d5 Sleep + 21
    4   com.adobe.dreamweaver-12.1         0x00f591b6 CodeViewTypingMonitorThread::MonitorThread() + 184
    5   com.adobe.dreamweaver-12.1         0x00f59253 CodeViewTypingMonitorThread::tramp(void*) + 17
    6   libsystem_c.dylib                  0x983cd557 pthreadstart + 344
    7   libsystem_c.dylib                  0x983b7cee thread_start + 34
    Thread 15:
    0   libsystem_kernel.dylib             0x937a5672 __mmap + 10
    1   libsystem_c.dylib                  0x983e963b allocate_pages + 163
    2   libsystem_c.dylib                  0x983f518c allocate_pages_securely + 77
    3   libsystem_c.dylib                  0x983f49dd szone_malloc_should_clear + 3219
    4   libsystem_c.dylib                  0x983e9a3e szone_malloc + 24
    5   libsystem_c.dylib                  0x983e754b malloc_zone_malloc + 75
    6   libsystem_c.dylib                  0x983e7f87 malloc + 53
    7   com.apple.carbonbundletemplate     0x11891e42 xmalloc + 47
    8   com.apple.carbonbundletemplate     0x1189c769 buffer_init + 29
    9   com.apple.carbonbundletemplate     0x118b2ca6 send_path_request + 33
    10  com.apple.carbonbundletemplate     0x118b35ae do_realpath + 51
    11  com.apple.carbonbundletemplate     0x1187df5c MMNetIO::SFTPNetChannelProcessor::ResolvePathAndEnsureConnected(MM::URI const&, MM::URI&, bool) + 600
    12  com.apple.carbonbundletemplate     0x1187f7bb MMNetIO::SFTPNetChannelProcessor::ChDir(MM::URI const&, MMNetIO::NetCallback*, bool) + 159
    13  com.apple.carbonbundletemplate     0x11877d01 MMNetIO::RequestDelegator<MMNetIO::SFTPNetChannel, MMNetIO::SFTPNetChannelProcessor>::ChDirRequest::operator()(MMNetIO::SFTPNetChannel*) + 43
    14  com.apple.carbonbundletemplate     0x1187d03d MMNetIO::RequestProcessor<MMNetIO::SFTPNetChannel, MMNetIO::SFTPNetChannel, MMNetIO::NetIOException>::ProcessRequests() + 309
    15  com.apple.carbonbundletemplate     0x1187d322 MMNetIO::RequestProcessor<MMNetIO::SFTPNetChannel, MMNetIO::SFTPNetChannel, MMNetIO::NetIOException>::RequestProcessorTrampoline(void*) + 29
    16  libsystem_c.dylib                  0x983cd557 pthreadstart + 344
    17  libsystem_c.dylib                  0x983b7cee thread_start + 34
    Thread 16:
    0   libsystem_kernel.dylib             0x937a60ee __workq_kernreturn + 10
    1   libsystem_c.dylib                  0x983d004c pthreadworkq_return + 45
    2   libsystem_c.dylib                  0x983cfe19 pthreadwqthread + 448
    3   libsystem_c.dylib                  0x983b7cca start_wqthread + 30
    Thread 17:
    0   libsystem_kernel.dylib             0x937a60ee __workq_kernreturn + 10
    1   libsystem_c.dylib                  0x983d004c pthreadworkq_return + 45
    2   libsystem_c.dylib                  0x983cfe19 pthreadwqthread + 448
    3   libsystem_c.dylib                  0x983b7cca start_wqthread + 30
    Thread 18:
    0   libsystem_kernel.dylib             0x937a60ee __workq_kernreturn + 10
    1   libsystem_c.dylib                  0x983d004c pthreadworkq_return + 45
    2   libsystem_c.dylib                  0x983cfe19 pthreadwqthread + 448
    3   libsystem_c.dylib                  0x983b7cca start_wqthread + 30
    Thread 19:
    0   libsystem_kernel.dylib             0x937a60ee __workq_kernreturn + 10
    1   libsystem_c.dylib                  0x983d004c pthreadworkq_return + 45
    2   libsystem_c.dylib                  0x983cfe19 pthreadwqthread + 448
    3   libsystem_c.dylib                  0x983b7cca start_wqthread + 30
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x1c2c6bf0  ebx: 0x96cf2f9e  ecx: 0x094bd000  edx: 0xffffff00
      edi: 0x00000026  esi: 0x00000000  ebp: 0xbfff9488  esp: 0xbfff9410
       ss: 0x00000023  efl: 0x00010286  eip: 0x96cf30cd   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
      cr2: 0x00000000
    Logical CPU: 3
    Binary Images:
        0x1000 -  0x19cdfef +com.adobe.dreamweaver-12.1 (12.1.1.5966 - 12.1.1) <2598CE2D-12C5-3D07-5ADF-7BB0158D2EDE> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/MacOS/Dreamweaver
    0x28a0000 -  0x28aeff3 +com.adobe.boost_threads.framework (5.0.0 - 5.0.0.0) <67CFF2D8-EECE-F07D-6F18-0FBB4F4DAACF> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/boost_threads.framework/Versions/A/boost_threads
    0x28d3000 -  0x28ddffb +com.adobe.boost_signals.framework (5.0.0 - 5.0.0.0) <26B524FA-76CB-214E-6EC8-AA9F6A01078F> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/boost_signals.framework/Versions/A/boost_signals
    0x28f6000 -  0x28fcff7 +com.adobe.boost_date_time.framework (5.0.0 - 5.0.0.0) <84117AD5-70A2-8A57-B30E-731AADF22165> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/boost_date_time.framework/Versions/A/boost_date_time
    0x291c000 -  0x291ffff +com.adobe.boost_system.framework (5.0.0 - 5.0.0.0) <CB368F0D-A050-6444-86DD-D4B2D6E6BDBA> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/boost_system.framework/Versions/A/boost_system
    0x2927000 -  0x2c57ffb +com.adobe.dvaadameve.framework (5.0.0 - 5.0.0.0) <DE1BB1F1-4BC6-7957-EAF6-5AE155A15982> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/dvaadameve.framework/Versions/A/dvaadameve
    0x33ff000 -  0x3413ff3 +com.adobe.boost_filesystem.framework (5.0.0 - 5.0.0.0) <3F47E640-1789-D9D3-8CEC-21F17AFD0B13> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/boost_filesystem.framework/Versions/A/boost_filesystem
    0x343e000 -  0x35beff3 +com.adobe.dvacore.framework (5.0.0 - 5.0.0.0) <C25BFCAF-3BFB-4FB4-4C51-072AF674BC33> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/dvacore.framework/Versions/A/dvacore
    0x375a000 -  0x3b7cfef +com.adobe.dvaui.framework (5.0.0 - 5.0.0.0) <3A5BE23D-8FC4-7DDF-C40E-7483C2398D20> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/dvaui.framework/Versions/A/dvaui
    0x4148000 -  0x41edfff +com.adobe.exo.framework (5.0.0 - 5.0.0.0) <974E1C54-7055-9C1A-49C2-00672E5CB5D0> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/exo.framework/Versions/A/exo
    0x432a000 -  0x43d8fff +com.adobe.dvaworkspace.framework (5.0.0 - 5.0.0.0) <AB5BAB1A-AB8E-3C60-CE92-055B8326BFEB> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/dvaworkspace.framework/Versions/A/dvaworkspace
    0x44ff000 -  0x46d9feb +com.adobe.owl (AdobeOwl version 4.0.93 - 4.0.93) <9E6B8841-D4FA-A2B7-2B0A-1D2DE2219B00> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
    0x4707000 -  0x470effb +com.adobe.ape.shim (3.3.8.19346 - 3.3.8.19346) <B711CAA7-29D6-D5CF-CE1B-A611896C8D87> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/adbeape.framework/Versions/A/adbeape
    0x4717000 -  0x4730fe7 +libChar16.dylib (1) <56CA72CF-B4F6-5A6B-3CAA-64BE2AD16FFD> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/MacOS/libChar16.dylib
    0x474d000 -  0x476fff7 +libCoreTypes.dylib (1) <53CC8708-E962-ACB5-C713-C6D356B0D7C6> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/MacOS/libCoreTypes.dylib
    0x4788000 -  0x47d0ff7 +libCurl.dylib (1) <83FB1960-36AD-DA6B-B864-A07D2CBF2D0B> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/MacOS/libCurl.dylib
    0x47ec000 -  0x47f9ff7 +libZ.dylib (1) <4818FD4E-E6B0-84CE-CA68-B456AD40875C> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/MacOS/libZ.dylib
    0x4801000 -  0x48adff7 +libCrypto.dylib (1) <55CC7B8B-B817-E3B4-ABB2-9900DFA39787> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/MacOS/libCrypto.dylib
    0x4950000 -  0x4973ff7 +libSSL.dylib (1) <811AB643-D40C-A9F0-63C3-886B76AB7D7B> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/MacOS/libSSL.dylib
    0x498b000 -  0x498cff7 +libCocoa.dylib (1) <DCDB2597-90DA-9DE8-D61C-DA9DEA9A7004> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/MacOS/libCocoa.dylib
    0x4992000 -  0x4bddfff  com.apple.carbonframeworktemplate (1.0 - 1.0) <57FE035C-0CDF-C1A4-54FA-A0FCDA54677C> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/Xerces.framework/Versions/A/Xerces
    0x4ea8000 -  0x4eb3ff3  com.apple.carbonframeworktemplate (1.0 - 1.0) <19D66CE4-2F01-A903-1629-5979E8A6D8CC> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/NetIO.framework/Versions/A/NetIO
    0x4ec3000 -  0x4ec6ffb +com.adobe.AdobeCrashReporter (6.0 - 6.0.20120720) <A6503206-E545-4C47-B725-D6658C3E0BF5> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashReporter
    0x4ecd000 -  0x5049ff3 +com.adobe.ACE (AdobeACE 2.19.18.19243 - 2.19.18.19243) <464E11C2-11BF-EED9-445F-B110D65E1944> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
    0x5059000 -  0x5620fef +com.adobe.AGM (AdobeAGM 4.26.17.19243 - 4.26.17.19243) <895F58FE-CF43-B09B-336E-C7725860E6AF> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
    0x5693000 -  0x56aefff +com.adobe.BIB (AdobeBIB 1.2.02.19243 - 1.2.02.19243) <147A128F-ACC3-A4AB-C003-20CEAD8AE1CC> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
    0x56b4000 -  0x56dafff +com.adobe.BIBUtils (AdobeBIBUtils 1.1.01 - 1.1.01) <55E00096-6399-E2FD-021E-A15B8CF15ABB> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
    0x56e0000 -  0x5a07ffb +com.adobe.CoolType (AdobeCoolType 5.10.31.19243 - 5.10.31.19243) <4DB6A24B-C380-EF7A-B9A1-BF373C6F0AAD> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
    0x5a3f000 -  0x6aebff3 +com.adobe.psl (AdobePSL 13.0.0.19655 - 13.0.0.19655) <47A9AAEC-43CD-17C9-6E58-6312315FC15D> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/AdobePSL.framework/Versions/A/AdobePSL
    0x6c64000 -  0x6c8cfeb +com.adobe.AXE8SharedExpat (AdobeAXE8SharedExpat 3.7.101.18636 - 3.7.101.18636) <C38ACBCE-04AA-DF40-FF79-29377F25CDAF> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8SharedExpa t
    0x6cab000 -  0x6d07fef +com.adobe.AdobeXMPCore (Adobe XMP Core 5.3 -c 11 - 66.145661) <123A0829-A85B-6E67-0E48-4F37B08E4C03> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
    0x6d10000 -  0x6d7dffb +com.adobe.headlights.LogSessionFramework (2.1.2.1652) <82DA9279-45D2-AD40-C86C-F5A94B9DAAFF> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/LogSession.framework/Versions/A/LogSession
    0x6dcc000 -  0x6eaeff3 +com.adobe.amtlib (amtlib 6.0.0.75 - 6.0.0.75) <808CABA8-E8E6-AC45-4905-A6AA59E8C41C> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
    0x6ebe000 -  0x6fa6fe3 +com.adobe.AXEDOMCore (AdobeAXEDOMCore 3.7.101.18636 - 3.7.101.18636) <2540764B-C2F2-61D7-EFBA-6663171FD19A> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/AdobeAXEDOMCore.framework/Versions/A/AdobeAXEDOMCore
    0x7037000 -  0x703bffd  com.apple.JavaVM (14.5.0 - 14.5.0) <1163556C-5C1D-3C5A-8767-682DAE7D3174> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
    0x7043000 -  0x7059ffc  libexpat.1.dylib (12) <D4F1FD2B-F75A-322C-843E-113EF5F8EEAF> /usr/lib/libexpat.1.dylib
    0x7062000 -  0x714dff3 +com.adobe.linguistic.LinguisticManager (6.0.0 - 17018) <8CA89B59-BCD4-58A2-D40E-C41F1621EAD1> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/AdobeLinguistic.framework/Versions/3/AdobeLinguistic
    0x71d6000 -  0x7f1bff7 +libicudata.40.0.dylib (40) <015E6351-4F42-00C1-2096-BEE385B275B1> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/ICUData.framework/Versions/4.0/libicudata.40.0.dylib
    0x7f2f000 -  0x7fcdfe3 +libicucnv.40.0.dylib (40) <D11DC46F-D58E-B17C-9356-46F593D5A7CF> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/ICUConverter.framework/Versions/4.0/libicucnv.40.0.dylib
    0x7ff0000 -  0x8125fe7 +libicui18n.40.0.dylib (40) <8BE3FE71-0CE6-2B93-B5F2-B4F0DD274B91> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/ICUInternationalization.framework/Versions/4.0/libicui18n.40. 0.dylib
    0x819a000 -  0x828bfef +libicuuc.40.0.dylib (40) <4CF7066A-6E82-FF80-93E6-6849149FBB98> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/ICUUnicode.framework/Versions/4.0/libicuuc.40.0.dylib
    0x82c9000 -  0x887ffe7 +com.adobe.dw.imageoptimization.engine (Dreamweaver Image Optimization CS6 Library version "12.0.0.043" - "12.0.0.043") <932726A9-6ECC-4BE5-9271-3482F6025679> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/ImageOptimization.framework/Versions/A/ImageOptimization
    0x8e9f000 -  0x8fdffeb +com.winsoft.wrservices (WRServices 5.0.0 - 5.0.0) <6D085279-1185-E7F0-B0D8-FBADBA062516> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices
    0x9052000 -  0x9095ff3 +com.adobe.AAM.AdobeUpdaterNotificationFramework (UpdaterNotifications 6.0.0.24 - 6.0.0.24) <4B40551F-5306-C836-02AD-109826BD580C> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/UpdaterNotifications.framework/Versions/A/UpdaterNotification s
    0x90ae000 -  0x9242fff +com.adobe.PlugPlug (3.0.0.383 - 3.0.0.383) <2205B6E1-7C9E-1892-EC68-C1B326C727A8> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/PlugPlug.framework/Versions/A/PlugPlug
    0x92ea000 -  0x937fffb +com.adobe.boost_regex.framework (5.0.0 - 5.0.0.0) <CDE64B45-1DAE-0459-BE2C-5E229A86E19B> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/boost_regex.framework/Versions/A/boost_regex
    0x9438000 -  0x9451ff7  com.apple.ScriptingBridge (1.3 - 61.2) <74397541-E4DD-3DCA-BA5F-F7AAF145819A> /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge
    0x9460000 -  0x9460ff7  libffi.dylib (18) <362F6C27-6407-388E-9521-8A2A0845188C> /usr/lib/libffi.dylib
    0x9464000 -  0x9483fff +libtbb.dylib (0) <6EA19434-60D6-505D-CB6F-5CA562A0F2A7> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/libtbb.dylib
    0x949a000 -  0x94a2fef +libtbbmalloc.dylib (0) <7A79ED70-A4AC-737A-2FAA-63B6FB29D4ED> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/libtbbmalloc.dylib
    0x94b1000 -  0x94b5fff  JavaLaunching (1) <D457DAD6-EEA5-375B-AA96-0D1B2CD08253> /System/Library/PrivateFrameworks/JavaLaunching.framework/Versions/A/JavaLaunching
    0x94f8000 -  0x94f9ffd  com.apple.textencoding.unicode (2.5 - 2.5) <4E2ABBEB-1F0D-3C06-BA0C-C3CEDDF17BD2> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0xa3af000 -  0xa3b3ffb  libFontRegistryUI.dylib (100) <10CAC446-A500-3291-A144-7FAFA57D6720> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framework/Resourc es/libFontRegistryUI.dylib
    0xa3de000 -  0xa3ebff3  com.apple.Librarian (1.1 - 1) <88A55A5E-40FF-3234-8394-2317120B79AB> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
    0xd3dc000 -  0xd3e4ff3  com.apple.URLMount.AFPPlugin (5.0 - 5.0) <4346DC40-1299-35FC-9059-25959910DC07> /System/Library/Filesystems/NetFSPlugins/afp.bundle/Contents/MacOS/afp
    0xd3eb000 -  0xd3f8ffb  com.apple.KerberosHelper (4.0 - 1.0) <6CB4B091-3415-301A-87B2-D9D374D0FC17> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosHelper
    0xd402000 -  0xd40bfff  com.apple.AppleSRP (5.0 - 1) <3B64757C-2F3F-327D-A7C1-9FCBAC4AB684> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
    0xd59b000 -  0xd59cff8  ATSHI.dylib (341.1) <7FD74F4D-E42A-30CB-8863-1832BFADFE5D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/ATSHI.dylib
    0xd5a1000 -  0xd5affff  libSimplifiedChineseConverter.dylib (61) <60899F9C-A79F-3BC2-855E-DC5C78B98FEB> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0xd5b3000 -  0xd5c5ffd  libTraditionalChineseConverter.dylib (61) <519CAA3F-715E-3CAE-B158-57EC95D916B1> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0xd728000 -  0xd729ffb  com.apple.carbonbundletemplate (12,1,1, 5966 - 12,1,1) <64A22745-4F4A-269D-6E4D-3BEFAED2B0AC> /Applications/Adobe Dreamweaver CS6/*/MM.bundle/Contents/MacOS/MM
    0xd72f000 -  0xd730ff7  com.apple.carbonbundletemplate (12,1,1, 5966 - 12,1,1) <2C4AD2B8-7068-284F-B405-7E76C3BF7524> /Applications/Adobe Dreamweaver CS6/*/DWfile.bundle/Contents/MacOS/DWfile
    0xd747000 -  0xd74cfff  com.apple.audio.AppleHDAHALPlugIn (2.3.1 - 2.3.1f2) <58BDA15D-2B2D-3E77-BC8C-D14AB1E4AC4E> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Conten ts/MacOS/AppleHDAHALPlugIn
    0x11876000 - 0x118d1ffb  com.apple.carbonbundletemplate (1.0 - 1.0) <E9FA144B-7149-06A5-1818-114158A1348C> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/PlugIns/NetIOSFTP.bundle/Contents/MacOS/NetIOSFTP
    0x11976000 - 0x11994fe3  com.apple.carbonbundletemplate (3.0.2,5966 - 3.0.2) <DF503B82-0805-33BE-41C4-087FDA005879> /Applications/Adobe Dreamweaver CS6/*/MMNotes.bundle/Contents/MacOS/MMNotes
    0x119ba000 - 0x119feff7  com.apple.carbonbundletemplate (1.0.0,5966 - 1.0.0) <8C2D3FAC-2C20-D9B9-6C07-45A0E9313147> /Applications/Adobe Dreamweaver CS6/*/JSBridge.bundle/Contents/MacOS/JSBridge
    0x11b1e000 - 0x11b90fef +com.adobe.adobe_caps (adobe_caps 6.0.29.0 - 6.0.29.0) <E4ADECD5-05B4-E78B-09D8-E45FD640E84D> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/adobe_caps.framework/adobe_caps
    0x11b9e000 - 0x11bc5ffb +ServiceManager-Launcher.dylib (389) <4EEAF886-0B48-9FF4-BE65-41E222123A50> /Library/Application Support/Adobe/*/ServiceManager-Launcher.dylib
    0x11d00000 - 0x11d47ff3  com.apple.AppleShareClientCore (3.0 - 3.0) <51846A19-3354-34FD-8AEF-C4247B800B13> /System/Library/Frameworks/AppleShareClientCore.framework/Versions/A/AppleShareClientCore
    0x12200000 - 0x12254fe7 +com.adobe.ape (3.3.8.19346 - 3.3.8.19346) <0B80F7A7-EC10-A7C7-5E6E-787953553C55> /Library/Application Support/Adobe/*/adbeapecore.framework/adbeapecore
    0x1226d000 - 0x131b5fcb +com.adobe.ape.engine (3.3.8.19346 - 3.3.8.19346) <FB642021-E854-27B0-9C15-E3567B4F56B9> /Library/Application Support/Adobe/*/adbeapecore.framework/Libraries/adbeapeengine.bundle/Contents/MacOS/adbea peengine
    0x133b0000 - 0x1345bfff  libcrypto.0.9.7.dylib (106) <041B3399-5033-3395-9A71-6693F3A33D94> /usr/lib/libcrypto.0.9.7.dylib
    0x139a3000 - 0x13a61ff3  ColorSyncDeprecated.dylib (400) <35E3054C-5DF1-30D4-A368-C4FDB0992373> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x13aa5000 - 0x13ad9ff7 +com.adobe.pip (6.0.0.1654) <21A87289-747E-A0BD-2692-F9E844932E26> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/AdobePIP.framework/AdobePIP
    0x1416c000 - 0x141a2ff3  com.apple.carbonbundletemplate (1.0 - 1.0) <EF55459C-7A94-B732-57CA-637980F73046> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/PlugIns/NetIOFTP.bundle/Contents/MacOS/NetIOFTP
    0x17867000 - 0x17fceff7 +WebKitDw.dylib (1) <C2B5C513-4CDD-E33F-C60E-FA61C54BE7D3> /Applications/Adobe Dreamweaver CS6/*/WebKitDw.dylib
    0x19300000 - 0x19422ff3  com.apple.carbonbundletemplate (1.0 - 1.0) <987D482C-3B7C-E708-6A68-F5DC376CF5C5> /Applications/Adobe Dreamweaver CS6/*/JS_KnowledgeEngine.bundle/Contents/MacOS/JS_KnowledgeEngine
    0x1946c000 - 0x19507ff3  com.apple.carbonbundletemplate (1.0 - 1.0) <BC4C9A0D-0563-F6AF-41CC-EA9CDD28DE39> /Applications/Adobe Dreamweaver CS6/*/PHP_KE.bundle/Contents/MacOS/PHP_KE
    0x40000000 - 0x400c4fe3 +com.adobe.JP2K (2.0.0 - 2.0.0.20946) <A6551B2A-78C7-611B-4BC2-2F55DEFE1C84> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/AdobeJP2K.framework/Versions/A/AdobeJP2K
    0x8fe4f000 - 0x8fe81e57  dyld (210.2.3) <23516BE4-29BE-350C-91C9-F36E7999F0F1> /usr/lib/dyld
    0x90007000 - 0x90007ffd  com.apple.audio.units.AudioUnit (1.8 - 1.8) <4C13DEA2-1EB0-3D06-901A-DB93184C06F0> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x90008000 - 0x900a8ff7  com.apple.QD (3.42 - 285) <1B8307C6-AFA8-312E-BA5B-679070EF2CA1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framewo rk/Versions/A/QD
    0x900a9000 - 0x900cbfff  libc+abi.dylib (24.4) <06479DA4-BC23-34B6-BAFC-A885814261D0> /usr/lib/libc+abi.dylib
    0x900f8000 - 0x900f8fff  com.apple.Accelerate (1.8 - Accelerate 1.8) <4EC0548E-3A3F-310D-A366-47B51D5B6398> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x90976000 - 0x909dcfff  com.apple.print.framework.PrintCore (8.1 - 387.1) <F8CF762B-B707-3021-958F-BB8D33DB3576> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore. framework/Versions/A/PrintCore
    0x90c77000 - 0x90ca8fff  com.apple.DictionaryServices (1.2 - 184.4) <0D5BE86F-F40A-3E39-8569-19FCA5EDF9D3> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryService s.framework/Versions/A/DictionaryServices
    0x90ca9000 - 0x90cb7fff  com.apple.opengl (1.8.6 - 1.8.6) <1AD1AE7B-B57B-35B5-B571-32A34F0DA737> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x90cb8000 - 0x90cbcff7  libmacho.dylib (829) <5280A013-4F74-3F74-BE0C-7F612C49F1DC> /usr/lib/system/libmacho.dylib
    0x90cc7000 - 0x90de5ff7  com.apple.MediaControlSender (1.4.5 - 145.3) <E0931EE7-4ACA-3538-9658-B9B2AC1E6A80> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaControlSen der
    0x90de6000 - 0x90df6ff2  com.apple.LangAnalysis (1.7.0 - 1.7.0) <875363E7-6D02-3229-A9DD-E5A5568A7D61> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalys is.framework/Versions/A/LangAnalysis
    0x90df7000 - 0x90dfefff  liblaunch.dylib (442.26.2) <310C99F8-0811-314D-9BB9-D0ED6DFA024B> /usr/lib/system/liblaunch.dylib
    0x90dff000 - 0x90e74ff7  com.apple.ApplicationServices.ATS (332 - 341.1) <95206704-F9C9-33C4-AF25-FE9890E160B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/ATS
    0x90e75000 - 0x90eaafff  libTrueTypeScaler.dylib (84.5) <2598F930-5E6B-37D7-B1E6-18181A972C6E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libTrueTypeScaler.dylib
    0x90eab000 - 0x910c2fff  com.apple.CoreData (106.1 - 407.7) <17FD06D6-AD7C-345A-8FA4-1F0FBFF4DAE1> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x910c3000 - 0x911ceff7  libJP2.dylib (845) <D409C913-6FA4-3D60-BFE0-B9FC6A02FEE0> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x911cf000 - 0x911d3fff  com.apple.OpenDirectory (10.8 - 151.10) <A1858D81-086F-3BF5-87E3-9B70409FFDF6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x911d4000 - 0x911d8fff  com.apple.IOSurface (86.0.3 - 86.0.3) <E3A4DB0A-1C1A-31E3-A550-5C0E1C874509> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x911e0000 - 0x911e8fff  libcopyfile.dylib (89) <4963541B-0254-371B-B29A-B6806888949B> /usr/lib/system/libcopyfile.dylib
    0x911e9000 - 0x911f0ffb  libunwind.dylib (35.1) <E1E8D8B3-3C78-3AB1-B398-C180DC6DCF05> /usr/lib/system/libunwind.dylib
    0x911f1000 - 0x9124afff  com.apple.QuickLookFramework (4.0 - 555.4) <96911441-FDD4-3B68-9E0C-51BA11A97C2E> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x91953000 - 0x919c2ffb  com.apple.Heimdal (3.0 - 2.0) <1ABF438B-30E6-3165-968C-E2EA1A9DF1FD> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x919c3000 - 0x919d0fff  libGL.dylib (8.6.1) <C7A3917A-C444-33CC-8599-BB9CD8C12BC4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x91a02000 - 0x91a51ff6  libTIFF.dylib (845) <989A2EB9-3A49-3157-8E9C-B16E6005BC64> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91a52000 - 0x91a69ff4  com.apple.CoreMediaAuthoring (2.1 - 914) <37C0A2C7-73B3-39BC-8DE1-4A6B75F115FC> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthor ing
    0x91a6a000 - 0x91a6afff  com.apple.CoreServices (57 - 57) <956C6C6D-A5DD-314F-9C57-4A61D41F30CE> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x91a6b000 - 0x91a90ffb  com.apple.framework.familycontrols (4.1 - 410) <5A8504E7-D95D-3101-8E20-38EADE8DEAE1> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x91a91000 - 0x91aaeff7  libresolv.9.dylib (51) <B9742A2A-DF15-3F6E-8FCE-778A58214B3A> /usr/lib/libresolv.9.dylib
    0x91afb000 - 0x91b17ff7  libPng.dylib (845) <14C43094-C670-3575-BF9B-3A967E05EAC0> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91b18000 - 0x91b18fff  com.apple.Cocoa (6.7 - 19) <354094F0-F36B-36F9-BF5F-FD60590FBEB9> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x91b19000 - 0x91babffb  libvMisc.dylib (380.6) <6DA3A03F-20BE-300D-A664-B50A7B4E4B1A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvMisc.dylib
    0x91bac000 - 0x91bc1fff  com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) <DE68CEB5-4959-3652-83B8-D2B00D3B932D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynt hesis.framework/Versions/A/SpeechSynthesis
    0x91bc2000 - 0x91c3bff0  com.apple.CorePDF (2.0 - 2) <6B5BF755-F336-359C-9A99-F006F61442CF> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x91c3c000 - 0x91c93ff3  com.apple.HIServices (1.20 - 417) <561A770B-8523-3D09-A763-11F872779A4C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices .framework/Versions/A/HIServices
    0x91c94000 - 0x91d75fff  libcrypto.0.9.8.dylib (47) <D4EFFCFB-206D-3E3D-ADB5-CBAF04EB8838> /usr/lib/libcrypto.0.9.8.dylib
    0x91d76000 - 0x91da3ffb  com.apple.CoreServicesInternal (154.2 - 154.2) <DCCF604B-1DB8-3F09-8122-545E2E7F466D> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesI nternal
    0x91da4000 - 0x91e78fff  com.apple.backup.framework (1.4.1 - 1.4.1) <55F2A679-9B21-3F43-A580-4C2ECF6A5FC5> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x91e85000 - 0x91edeff7  com.apple.ImageCaptureCore (5.0.1 - 5.0.1) <541529F7-063E-370B-9EB2-DF5BE39073E6> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
    0x91edf000 - 0x91f3cfff  com.apple.audio.CoreAudio (4.1.0 - 4.1.0) <9549B81F-4425-34EE-802B-F462068DC0C5> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x91f80000 - 0x91ffcffb  libType1Scaler.dylib (101.1) <0D94D786-29F7-33DB-B64B-B264FA5EACD2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libType1Scaler.dylib
    0x91ffd000 - 0x92044ff3  com.apple.CoreMedia (1.0 - 926.62) <69B3835E-C02F-3935-AD39-83F8E81FB780> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x92045000 - 0x92062fff  libxpc.dylib (140.41) <1BFE3149-C242-3A77-9729-B00DEDC8CCF2> /usr/lib/system/libxpc.dylib
    0x92063000 - 0x9206affe  com.apple.agl (3.2.1 - AGL-3.2.1) <8E0411D3-19F7-30E1-92A2-337F7F0EBCDA> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x9206b000 - 0x920cdfff  libc+.1.dylib (65.1) <C0CFF9FF-5D52-3EAE-B921-6AE1DA00A135> /usr/lib/libc+.1.dylib
    0x920ce000 - 0x92136fe7  libvDSP.dylib (380.6) <55780308-4DCA-3B10-9703-EAFC3E13A3FA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvDSP.dylib
    0x92139000 - 0x9213bfff  com.apple.securityhi (4.0 - 55002) <62E3AE75-61CB-341E-B2A0-CFC985A2BF7F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Ve rsions/A/SecurityHI
    0x9213c000 - 0x923c8ffb  com.apple.RawCamera.bundle (4.03 - 676) <53F1CD12-96E9-3E41-BEA9-46B75FC707D4> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x92406000 - 0x9240affc  libGIF.dylib (845) <714E9F0D-D7A3-3F58-B46E-FCBE0F144B23> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x9240b000 - 0x92413fff  com.apple.CommerceCore (1.0 - 26) <AF0D1990-8CBF-3AB4-99DF-8B7AE14FB0D5> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCor e.framework/Versions/A/CommerceCore
    0x92414000 - 0x92415ffd  com.apple.TrustEvaluationAgent (2.0 - 23) <E42347C0-2D3C-36A4-9200-757FFA61B388> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluati onAgent
    0x92416000 - 0x92443ffe  libsystem_m.dylib (3022.6) <9975D9C3-3B71-38E3-AA21-C5C5F9D9C431> /usr/lib/system/libsystem_m.dylib
    0x92444000 - 0x924beff7  com.apple.securityfoundation (6.0 - 55115.4) <A959B2F5-9D9D-3C93-A62A-7399594CF238> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x931f8000 - 0x932e9ffc  libiconv.2.dylib (34) <B096A9B7-83A6-31B3-8D2F-87D91910BF4C> /usr/lib/libiconv.2.dylib
    0x932ea000 - 0x932f3ff9  com.apple.CommonAuth (3.0 - 2.0) <A1A6CC3D-AA88-3519-A305-9B5D76C5D63B> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x932f4000 - 0x93339ff7  com.apple.NavigationServices (3.7 - 200) <F6531764-6E43-3AF3-ACDD-8A5551EF016A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.fram ework/Versions/A/NavigationServices
    0x9333a000 - 0x93340fff  libGFXShared.dylib (8.6.1) <E32A7266-FCDD-352C-9C2A-8939265974AF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x93341000 - 0x933ffff3  com.apple.ColorSync (4.8.0 - 4.8.0) <EFEDCB37-4F20-3CEC-A185-5D2976E11BAC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/ColorSync
    0x93400000 - 0x93401ffd  libunc.dylib (25) <58599CBF-E262-3CEA-AFE1-35560E0177DC> /usr/lib/system/libunc.dylib
    0x93402000 - 0x93466fff  com.apple.datadetectorscore (4.0 - 269.1) <4D155F09-1A60-325A-BCAC-1B858C2C051B> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCor e
    0x93467000 - 0x9348bfff  com.apple.PerformanceAnalysis (1.16 - 16) <18DE0F9F-1264-394D-AC56-6B2A1771DFBE> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAna lysis
    0x9348c000 - 0x9348dfff  libDiagnosticMessagesClient.dylib (8) <39B3D25A-148A-3936-B800-0D393A00E64F> /usr/lib/libDiagnosticMessagesClient.dylib
    0x9348e000 - 0x936befff  com.apple.QuartzComposer (5.1 - 284) <4E8682B7-EBAE-3C40-ABDB-8705

  • Javascript adobe indesign to add/delete parts of pdf document and adjusting layout on pages

    as a very new beginner i Adobe InDesign, and defining me as a dummie!, I'm making a interactiv pdf form for leaders. in this form, depending on what they check out in the first page, different parts in the pdf document has to be added/removed (not only buttoms at textfields, but also text in the form). and preferably, the layout should adopt to those changes. I have tried by exporting the file into Adobe Acrobat pro, using Tools/forms/addaction - add/hide element. Unfornately, that only removes textfiels, buttoms .... but not text. it doesn't either adjust layout. The alternativ would be to use the action import new pdf file, which I manage. Meanwhile, I Wonder how it is possible in a same document. Can somebody help me to succeed in making this interactiv form come true?! tx,

    A PDF form is not appropriate for this. You'd have better luck with some
    sort of an HTML app.

  • Javascript is not working on some sites, and some sites also display in what looks like arabic. whats going on? how do i fix the javascript problem? javascript IS functioning in other browsers.

    Site displays fine in IE but in Mozilla, displays in text only, with the message: "Billboard requires a JavaScript enabled browser to get the full experience." Getting similar messages on other sites. Also, some sites are displaying in part English, part what looks like Arabic to me. Whats that about? Havent played with any language settings- in the browser OR on my computer. The affected sites listed are both displaying in text only. The login page for Mozilla website is one of the sites i mentioned displaying in part (Arabic?)

    Reload a web page and bypass the cache with:
    * Press and hold Shift and left-click the Reload button.
    * Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    * Press "Cmd + Shift + R" (MAC)
    See [[Keyboard shortcuts]] and [[Mouse shortcuts]]
    * "Remove the Cookies" from sites that cause problems: Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]
    * [[Troubleshooting plugins]]
    If it does work in Safe-mode then disable all extensions and then try to find which is causing it by enabling one at a time until the problem reappears.
    * Use "Disable all add-ons" on the [[Safe mode]] start window to disable all extensions.
    * Close and restart Firefox after each change via "File > Exit" (Mac: "Firefox > Quit"; Linux: "File > Quit")

  • Crash db work very very slow and server

    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0
    In the log file at the time that server crash down i found this message
    *** 2009-02-28 03:03:49.484
    *** SERVICE NAME:() 2009-02-28 03:03:49.468
    *** SESSION ID:(166.1) 2009-02-28 03:03:49.468
    Media recovery not enabled or manual archival only 0x10000
    Maximum redo generation record size = 156160 bytes
    Maximum redo generation change vector size = 150672 bytes
    *** 2009-02-28 07:51:07.218
    Media recovery not enabled or manual archival only 0x10000
    *** 2009-02-28 09:21:05.218
    Media recovery not enabled or manual archival only 0x10000
    *** 2009-02-28 09:51:16.843
    Media recovery not enabled or manual archival only 0x10000
    *** 2009-02-28 09:54:47.531
    WHAT does it MEAN ???
    Bye Bye

    HI..
    Can you paste the output of
    sql> archive log list
    Refer to metalink Doc ID: 373445.1      
    HTH
    Anand
    Edited by: Anand... on Feb 28, 2009 10:01 PM
    Metalink DOC Id added

  • Opening CS2 files in InDesign CS3 - crashing

    Hi,
    I'm just wondering if anyone knows why InDesign CS2 files might crash InDesign CS3 when you try to open them (on Mac OS10.4.11)? The files still crash CS3 even when all the elements have been deleted from the file - all the text, pics, swatches, para and char styles, layers. If the file is saved as and then try to open it in CS3 it still crashes InDesign.
    Very much hoping someone might be able to shed some light....
    Thanks very much,
    Susannah

    Might InDesign CS2 have been using a third-party plug-in?
    Alistair

  • InDesign crashing when working on a document

    Hi all,
    I am using CS6 and Windows 7. I have used Photoshop for a while with no problem but am just starting to use InDesign and it keeps crashing. I can insert images and text and save a document but crashes occur when working on a document -  most often when using the selection tool =
    I get these two messages during startup so are these relevant to the crashing or any other ideas please?

    @  Michael Witherell thanks for your reply. My InDesign is up to date in Help / Updates (if that is what you mean by the patch) and yes I have reset the preferences but the problem is the same - touching the select tool is enough to cause a crash. While  searching on InDesign crashing I saw a suggestion to create a new user in Windows. I don't want to speak too soon but this seems to fix the problem - with my regular Windows user (in which I do everything inlcluding CS6 Photoshop) and with no other programs running, using the select tool (for example) immediately causes InDesign to crash but with the new user it seems so far that I can use the select tool - move stuff around - with no crashing so far. Does that give any clue to what the problem is?
    Thanks...

  • Indesign crashes when working from server

    I have two different machines that Indesign constantly crashes on when working from the mac server (mac mini 10.8.5). The servers eject and then Indesign gets the spinning beach ball. The computers must be rebooted for Indesign to run normally again. I work from my desktop and don't have any disconnet/crashing issues.
    Has anyone had similar issues?

    The server is running AFP and the users connect and mount the server share on thier desktop. They open files in Indesign from the mounted server hard drive on thier desktop.

  • Adobe Flash & Javascript don't work even though Enabled

    Ever since what I think was either a Firefox upgrade (I don't know which one) or installation of Quicktime, my Adobe Flash Plugin is perpetually crashed and I cannot play any Flash content on any website. All that displays in place of the video is a gray screen with the sad-face Lego icon and the message: “The Adobe Flash Plugin has crashed. Please reload the page to try again.” (See attached image.) But it will not resolve when reloaded.
    No Flash videos on any sites work. HTML5 videos work on YouTube when tested, but non-HTML5 videos won't work.
    Also, my Javascript does not seem to be working since at least some displays requiring javascript don't work. Sometimes the display just doesn't work, and sometimes I get a message that javascript is disabled and must be enabled, but it is already enabled (set to “true” in about:config).
    I have spent days scouring every help forum entry I can find on troubleshooting Flash Player and Javascript. Everything on my end seems to be in order and I cannot find or fix either problem. I think it is possible the issue could have its roots in the fact that Javascript seems to not be working which may be preventing Flash Player content from working...??
    Also, Flash content does work in I.E. but not in Firefox (I do not have Chrome installed so did not test in Chrome). I have too many window tabs open in Firefox and can't switch to I.E. (nor do I like to use I.E.).
    PLEASE HELP as this is crippling for very important work deadlines I have.
    This is what else I know and have tried:
    I have a Toshiba Satellite C75D-A Laptop;
    Processor: AMD A6-5200 APU with Radeon HD Graphics; x64; 2.00 Ghz;
    RAM: 8 MB;
    OS: 64-bit system; Windows 8.1 (but some auto-check utilities detect it as 8.0 because it was upgraded.);
    Graphics Card: “Desktop Graphics” System – AMD Radeon HD 8400 (0x9830);
    Installed Graphics Driver Version: AMD 13.352.1004.1007 (Driver Date: 4/22/2014)
    My Device Manager graphics driver updater states: “driver software is up to date.”
    From the AMD website: the graphics driver auto-detect utility recommended the AMD Catalyst Driver (amd-catalyst-omega-14.12-without-dotnet45-win8.1-64bit.exe) I tried installing this driver, but it won't install. After trying to install, I got a message stating: “We are unable to find a driver for your system.” But Device Manager states I have a current driver, and my graphics card & driver seem to be working fine, so I do not believe this is part of the issue.
    I am using Latest Firefox version 35.0.1; and
    Using Latest Flash Player: 32-bit NPAPI Plug-in Version: 16.0.0.296; designated: “always activate” (Downloaded new update several times, including fresh install after uninstall; system & web address icons indicate Flash is enabled).
    I turned off hardware acceleration in FF Tools>Options>Advanced>General
    I disabled WebGL as explained here: https://support.mozilla.org/en-US/kb/upgrade-graphics-drivers-use-hardware-acceleration
    I am using Ad-Block Plus which has never affected things in the past. I have not tried starting FF in Safe Mode because I believe I will lose all open tabs and not be able to recover them (I may have over 200 open). But disabling add-ons has no effect (I disabled all except for Sessions Manager in case of a crash). (My No-Script has been disabled for at least six months.)
    I have Windows Media Player and Quicktime installed.
    Quicktime is most recent upgrade (7.7.6) so should not be a problem according to:
    “QuickTime plugin takes over Flash” at:
    http://kb.mozillazine.org/Flash#Disabling_Protected_Mode_in_Flash_11.3
    (note underscores in place of spaces in string; underscores not insertable here)
    Disabling Quicktime had no effect in the prior version of FF (ver. 35.0), but in latest FF ver. 35.0.1, Flash videos only display a plain (blank) gray screen instead of the sad-faced icon and crash message.
    (I tried to uninstall Quicktime altogether, but was not able to due to Error codes 2502 & 2503. I tried troubleshooting that as well with no luck using methods successful for other programs, including here:
    http://www.fixkb.com/2014/01/error-2503-and-2502-when-uninstalling-on-windows-8.html;
    & here:
    http://answers.microsoft.com/en-us/windows/forum/windows_8-winapps/re-internal-error-codes-2502-and-2503-for/ba5f2145-aa6e-4cc0-81a7-e4346f43b698.)
    Disabling my FF theme and using the default brought back the sad-faced icon and crash message in the place of videos on some YouTube pages, but not other YouTube pages (where video was still blank gray screen). It also enabled a still Flash image (an ad) to display on a different website page that previously had a Flash Plugin crash message. I have been using this same theme for a couple of years without previous issue. While turning it off did generate an effect on some still imagery, it didn't fix the video problem.
    I tried Disabling Protected Mode in Flash 11.3 as explained here:
    http://kb.mozillazine.org/Flash#Disabling_Protected_Mode_in_Flash_11.3
    (note underscores in place of spaces in string; underscores not insertable here).
    It did not solve the issue.
    I also deleted all storage & data in Flash Player as advised. This had no effect either.
    I've tried all solutions I've been able to find and am at a loss for what to try next. Please help and advise ASAP. Thank you!!

    ''guigs2 [[#answer-684038|said]]''
    <blockquote>
    I truely admire the efforts that have been made to make this work.
    "“We are unable to find a driver for your system.” "
    For it not installing, you need to follow these instructions to install them: see the comments: [http://answers.microsoft.com/en-us/insider/forum/insider_wintp-insider_devices/windows-10-atiamd-display-drivers/50944d10-dde3-4e08-8244-d54eb2b1e7de] --> take warning though it looks like it has caused issues for others as well.
    Since it was working for some youtube videos and not others, there might be an issue with a particular video codec. DO you have OpenH264 Video Codec provided by Cisco Systems, Inc. plugin?
    Is it possible to try Safe Mode after saving your session with [https://addons.mozilla.org/en-US/firefox/addon/session-manager/ Session Manager Addon]? IT would test hardware acceleration in Firefox.
    </blockquote>
    Thank you, guigs2! Sorry for my delayed reply...I didn't realize I hadn't gotten back to you. Update is that I did try a whole slew of other troubleshooting steps including starting FF in safe mode, to no avail. However, I was FINALLY (after months) able to solve this problem just today by pure chance!
    The problem was that hardware acceleration was enabled in the Flash settings. I had not been able to turn it off because I didn't have access to the Flash Player settings as long as the crash error message was visible, which was all the time! Today, by a sheer fluke, I saw a static picture in place of the crash message on a Flash video. I snagged the opportunity to call up the settings and turn off hardware acceleration, and it fixed the problem for my whole browser! This has been a frustrating issue because I did not have access to the settings utility as long as I had the crash message, which was always, so my Flash was crippled without the ability for me to fix it until pure luck gave me this window of opportunity.
    Does anyone know another way to access the settings utility if this ever happens again in the future? I could not find a way. (Incidentally, I had tried disabling hardware acceleration via my graphics driver settings, but it didn't fix the problem.) We need Adobe to allow some other way to access the Flash Player settings utility when this problem arises since they aren't accessible when there is a static crash message.
    Thanks again!

  • [CS3 JS] event crashes InDesign

    Scripting ladies and gentlemen,
    I'm working on this event script that searches for linked PDF files and
    lets the user copy/relink them. Using the afterOpen eventListener however
    crashes InDesign no matter what I do. This is also the case with
    beforeClose. It appears that my function cnvrtPDFlnk is causing the crash
    (I'm able to alert succesfully with the afterOpen event if I //-comment
    the cnvrtPDFLnk(myDocument)).
    Do one of you scripting gurues have a tip?
    #targetengine "session"
    main();
    function main() {
       app.addEventListener("afterOpen", myEventFunction, false);
    function myEventFunction(myEvent) {
       var myDocument = myEvent.parent;
       var label = docLabel(myDocument, "PDFCheck");
       if(label) {
          //myEvent.stopPropagation();
          //myEvent.preventDefault();
          exit();
       else {
          cnvrtPDFLnk(myDocument);
    function docLabel(myDocument, key) {
       var hasLabel = (eval(myDocument.extractLabel(key))?true:false);
       return hasLabel;
    function cnvrtPDFLnk(myDocument) {
       var graphics = myDocument.allGraphics;
       var link; var linkExt; var linkType; var linkPath; var linkPageRef; var myConfirm; var myFolder; var myFile; var myOrgPath;
       var myLinkObjects = [];
       for (var i = 0; i < graphics.length; i++) {        
          link = graphics[i].itemLink;
          linkExt = link.filePath.split('.').pop().toLowerCase(); 
          linkType = link.linkType.toLowerCase();       
          if (linkExt == 'pdf' || linkType.match('pdf') != null) {
             link.show();
             if(myConfirm= confirm(link.name+"\nDo you want to convert this link?")?myLinkObjects.push(link):alert("Link skipped!\n"+link.name));
       if (myLinkObjects.length > 0) {
          myFolder = Folder.selectDialog("Point me to a hotfolder..");
          copyLink(myLinkObjects, myFolder); // run copyLink function - copies links according to myfolder
          if(myConfirm = confirm("Do you want to relink now?")) {
             reLink(myLinkObjects); // run reLink function - relinks according to myFile dialogue
             app.menuActions.item("Fit Page in Window").invoke();
             app.menuActions.item("First Page").invoke();    
       myDocument.insertLabel("PDFCheck", "true");
       }// no links
    }// end cnvrtPDFLnk
    Best regards,
    Rasmus

    Hi Rasmus,
    Here is an example of scripted plug-in — very simple yet useful for me.
    Its goal is to check color settings in InDesign and Photoshop after a document opens. We use two profiles at work: one for the main part of our magazine and another profile for its cover and the inset for another magazine. Sometimes, although rarely, we forget to switch on the correct setting.
    That's where the plug-in comes to the aid. After a document opens it checks if the file name contains certain characters – e.g. if file name starts with "Obl_" that means that this is a cover and the script checks the color settings, if they are not correct it gives warning.
    Here is short description of how to do it:
    Create a new scripted plug-in project from APIDTemplate.indd file.
    Open APID panel
    Enter 'docLoaded' into Event Filter field and press Enter
    Here is the script that does the job (the script file is generated in the same folder as indd-file):
    if (theItem.eventCode == "docLoaded") {
       var gKasmyDoc = app.activeDocument;
       var gKasDocumentName = app.activeDocument.name;
       KasCheckProfile();
       KasinfoFromPS();
    function KasCheckProfile(){
       var myIssueNumber = parseInt(gKasDocumentName.substr(2, 3));
       if (gKasDocumentName.substr(0, 2) == "Q_" && myIssueNumber >= 730 && myIssueNumber <= 999 && gKasDocumentName.match("_Vshivka") == null){
          if (app.colorSettings.workingSpaceCMYK != "ISO Web Coated"){
             alert("Внимание! Для газеты должен использоваться провиль \"ISO Web Coated\", а установлен. — " + app.colorSettings.workingSpaceCMYK);
       if (gKasDocumentName.substr(0, 2) == "Q_" && myIssueNumber >= 730 && myIssueNumber <= 999 && gKasDocumentName.match("_Vshivka") != null){
          if (app.colorSettings.workingSpaceCMYK != "ImationMatchprn175lpi_avr.icc          "){
             alert("Внимание! Для вшивки должен использоваться провиль \"ImationMatchprn175lpi_avr.icc\", а установлен. — " + app.colorSettings.workingSpaceCMYK);
       else if (gKasDocumentName.substr(0, 4) == "Obl_"){
          if (app.colorSettings.workingSpaceCMYK != "ImationMatchprn175lpi_avr.icc          "){
    //         alert("Внимание! Для обложки должен использоваться провиль \"ImationMatchprn175lpi_avr.icc\", а установлен. — " + app.colorSettings.workingSpaceCMYK);
             if (confirm("Внимание! Для обложки должен использоваться провиль \"ImationMatchprn175lpi_avr.icc\", а установлен. — " + app.colorSettings.workingSpaceCMYK)) {
                app.colorSettings.cmsSettings = "Listovaya Mashina";
    function KasinfoFromPS() {
       var bt = new BridgeTalk;
       bt.target = "photoshop";
       bt.body = "app.colorSettings;"
       bt.onResult = function(resObj) {
          var myResult = resObj.body;
          KascheckPsColorSettings(myResult);
       bt.send();
    function KascheckPsColorSettings(myColorSettings){
       var myIssueNumber = parseInt(gKasDocumentName.substr(2, 3));
       if (gKasDocumentName.substr(0, 2) == "Q_" && myIssueNumber >= 730 && myIssueNumber <= 999 && gKasDocumentName.match("_Vshivka") == null){
          if (myColorSettings != "ISO Web Coated"){
             alert("Внимание в Photoshop! Для газеты должен использоваться провиль \"ISO Web Coated\", а установлен. — \"" + myColorSettings + "\"");
       if (gKasDocumentName.substr(0, 2) == "Q_" && myIssueNumber >= 730 && myIssueNumber <= 999 && gKasDocumentName.match("_Vshivka") != null){
          if (myColorSettings != "Listovaya Mashina"){
             alert("Внимание в Photoshop! Для вшивки должен использоваться провиль \"ImationMatchprn175lpi_avr.icc\", а установлен. — \"" + myColorSettings + "\"");
       else if (gKasDocumentName.substr(0, 4) == "Obl_"){
          if (myColorSettings != "Listovaya Mashina"){
             alert("Внимание в Photoshop! Для обложки должен использоваться провиль \"ImationMatchprn175lpi_avr.icc\", а установлен. — \"" + myColorSettings + "\"");
    You can put your own stuff into the script:
    if (theItem.eventCode == "docLoaded") {
    // do your stuff here
    And finally generate the plug-in.
    Kasyan

  • GREP search crashes InDesign

    Hi,
    I have a script which imports XML and formats it. As part of the formatting, there's numerous GREP searches which remove redundant spaces, returns and so on.
    One in particular crashes InDesign and it's driving me nuts.
    It's supposed to remove redundant returns in a table:
    // GREP Search for redundant returns
    app.findGrepPreferences = app.changeGrepPreferences = null;      
    app.findGrepPreferences.appliedParagraphStyle = "ArticleMinister";
    app.findGrepPreferences.findWhat = "\r$";
    app.changeGrepPreferences.changeTo = "";
    app.activeDocument.changeGrep();
    The problem is there's an XML closing tag between the carriage return and the end of the para, i.e. data{return}</closingtag>, but it works fine when the XML is data</closingtag>{return}.
    Any assistance would be most appreciated.

    Hi Vamitul,
    Thanks very much for the reply and it makes perfect sense.
    This script creates quite a complex document and, for some reason, moving the {return} outside the XML tags makes a mess of the document. I do not know why but I suspect that some of the 'clean up' non-GREP search and replace commands in the script are ignoring the XML data - perhaps not but I cannot for the life of me work out why a simple change is making the text a real mess.
    So the 'harder fix' sounds like something worth pursuing as this is the last step in a long process. Do you have any more information about checking the xmlContents? I don't expect anyone else to do my work for me, but advanced (or even intermediate) scripting is something I struggle with.
    Cheers,
    Simon.

  • All CS2 apps crash with "Read Only Memory Exception" error.

    Machine Specs.
    Apple G5 1.8ghz DP
    OS X 10.4.10
    It doesn't matter which one I open, they all crash with the same error. This started when a user placed a support ticket for their mac not starting up. I wasn't able to save the user so I created a new user, and then moved their desktop files over to the new user. However the only files I moved were those on the desktop, and their Notes data directory.
    Thinking my job done I marked the tickets closed and walked away.
    I got a call later when the user came into the office and the issue was that Indesign CS2 was crashing with a "Read Only Memory Exception" error. I first deleted the Preferences on the machine. That didn't work.
    So I created a new user to see if it was the user causing the errors. I received the same error when opening Indesign CS2 from the brand new user account. I also tested all other CS2 programs and got the same errors.
    Next I tried deleting the CS2 programs and re-installing them. No luck, same error, even with a new user. I have not re-installed any plug-ins with the new App installs yet.
    Removed all fonts, and ran a font cache cleaner. Same error.
    Finally, the last thing I've tried is to manually remove every adobe application on the machine. Acrobat 5/6/7, CS1, CS2...etc. I have also removed any Adobe files/folders in the //library/, and /$home/Library/.
    Yet I still get the same error. Short of a complete wipe I'm not sure where to proceed next. I'm really confused and hoping someone can give me some clues.

    Thanks to a comcast permissions error any new files I upload to my comcast.net pages requires the administrator username/password to even see the file to download it. Simply giving out the URL for new files results in page not found errors.
    So for the forseeable future I don't see any way to upload this file correctly. Its there on my webspace all 63megs of it. If I login through the FTP account I can upload and download to my hearts content but since anonymous access is disabled I'm not giving out my administrator login info.
    I've got a gig of space, using 22mb of it, and can't upload any more files because no-one has permissions to access them.
    I spent a half hour on the phone with comcast trying to figure this out. However I don't know whats going on with their end. I have a trouble ticket open for a level 3 tech, we'll see whats going on.
    So the Font Scrubber will remain unavailable for the time being unless someone wants to give me guest upload access to a FTP account. I'm not opening a fileshare account with anyone, don't like'm.

  • Crashing inDesign, bad format file, and more

    InDesign has started playing not very nice over the past three weeks. It started with the app not responding if I left it idle for a period of a few hours. I would have to force quit. Then it started saying bad file format when i try to make a pdf. It has also told me that I it doesn't have enough memory and I should delete some files. Most recently it has escalated to crashing when I start the program and use Command O to open a doc. I am running a new MacBook Pro (6 weeks old) with OS 10.7.2, using CS 5.5. I use Suitcase Fusion 3 to manage fonts.
    This was part of the last crash report generated:
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
    Does this mean anything to anyone?
    Help! I need to get some work done!

    It started with the app not responding if I left it idle for a period of a few hours. I would have to force quit.
    Next time, run Activity Monitor and then View > Send Signal: Abort (SIGABRT) and upload the crash report to http://pastebin.com/ and post a link here.
    I use Suitcase Fusion 3 to manage fonts.
    I'll bet you 2:1 this is the source of problems.
    This was part of the last crash report generated:
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
    Does this mean anything to anyone?
    Yes, it means InDesign crashed. 90% of crashes are this variety. The rest of the crash report is necessary. Upload to http://pastebin.com/ and post a link here.

  • Adobe Creative Suite CS2 freezing/crashing

    I'm not sure if this is an isolated issue or something bigger, but I'm having problems with CS2 programs crashing and freezing up on me. I often run photoshop, illustrator, and inDesign at the same time, and 1 out of the 3 will always freeze up or crash on me either randomly or when it comes to saving a file in one of the 3 programs. I have the 2ghz macbook with the 100gb 7200rpm HD upgrade.

    Sorry to be the bearer of bad news but I heard CS simply doesn't work. Might want to check that statement though, its not from experience. From what I heard Quark 6, Virtual PC and CS all don't run, but like I say thats not from experience. I'd suggest using your old one until the Universal Binary is released...

  • Photoshop CS2 keeps crashing on MacBook Pro running snow leopard

    I have been using CS2 on my MacBook Pro for more than two years.  Just two days ago, the Photoshop application began to UNEXPECTEDLY QUIT every time I opened it.  All other apps in the CS2 are working fine.  I have NEVER had a problem with the CS2 or this application.  I did download a trial of QuarkXpress 9 and a trial of Office for Mac 2011, but that should not have any effect on the CS2.  I went to the Apple store and we reloaded my system software (Snow Leopard) and updated back to my original 10.6.8 system but Photoshop keeps quitting.  I called Adobe tech support just now and we spent over 90 minutes, re-installed Version Que and still Photoshop keep quitting.  We changed the Administrator and that had no effect, Photoshop keeps quitting.  There is no common action that causes it.  I can be cloning and it will freeze, I can flatten, cut and paste and save, then it quits.  Any suggestions?  I cannot afford to upgrade to CS5 and I am more concerned WHY this would happen out of the clear blue...I have not added any typefaces.  Any suggestions?

    Wilder Ideas wrote:
    …why would the Rosetta bugs just miraculously show up now (after running on the same system for at least 6 months)…
    Maybe you applied an update to your OS recently?
    Illustrator is from a different planet, as are other point applications artificially lumped together into a "suite" by marketing fiat.  How other applications behave is irrelevant.
    You really, really need to upgrade.
    I didn't want to upgrade beyond Photoshop CS4, so I stopped upgrading all my  hardware and all my software. Therefore, I experience no problems whatsoever.
    2.5 GHz Power Mac (PPC) G5-Quad; 16 GB RAM; mutant, flashed 550MHz nVidia GeForce 7800GTX, 1,700 MHz 512 MB VRAM; ATTO ExpressPCI UL5D LP SCSI card; Mac OS X Tiger 10.4.11 and Leopard 10.5.8 boot drives; Spotblight, Dashboard and Time Machine permanently disabled; dual 22" CRT monitors; USB wireless 'n' available but connected to the Internet via wired Ethernet; FW flatbed scanner; 2 SCSI scanners (one tabloid-size transparency scanner and a film scanner); various internal & external HDs; FW Epson 2200 and Ethernet Samsung ML-2850ND printers; 2 x Back-UPS RS 1500 XS units.  Photoshop 11.0.2. Illustrator 10.0.3, Acrobat Professional 8.3.1, InDesign 2.0.2 .
    The fallacy is the attempt to get away with piecemeal upgrading—as in just the OS, or just the CPU.
    Wo Tai Lao Le
    我太老了

Maybe you are looking for

  • Problem with Superdrive after using Bootcamp

    Alright so earlier today I decided to Bootcamp my Macbook and install Windows 7 with a 70GB partition. I was using https://help.apple.com/bootcamp/mac/5.0/help/#/bcmp173b3bf2 and http://www.howtogeek.com/186907/how-to-install-windows-on-a-mac-with-bo

  • Error in ABAP Import Phase -  3 jobs failed

    Hi, My installation of ECC IDES has failed in ABAP Import phase. 3 jobs has failed. I figured out from the logs that there are 3 loads that has failed. Failed loads are SAPPOOL, SAP0000 and SAPSLEXC. The prominant error in them are as below. Please a

  • I cannot click on any part of a YouTube video

    When I play a video, it plays fine, but I can't play/pause, click on the video area of the screen (such as annotation, captions, replay after the video is done, etc...). This also causes my exit button (the "X" button at the top right of the Firefox

  • Camera app only shows still camera option. Video option is gone

    The iphone 4 camera app intermittently would not open. Now the video option does not show at all. Still takes photos but no way to get to video mode. And the answer is? John

  • Solman ehp1 installation error

    Hi all, we are facing some problem while installing Solman EHP1 on solaris_X64.  with SID = SOL we are getting the following error while giving the binaries for the installation export An error occurred while processing option SAP Solution Manager 7.