Indesign CS5.0 SDK - Reframe Command

Hello
I have a working version of code that palces an excel spreadsheet on a document then prints it to PDF
My sheet has to be resized tho, so I am succesful in calling the code below in VBScript to resize, then expand my spreadsheet on the page
Set myScaleMatrix = myInDesignServer.TransformationMatrices.Add(.2,.2)
mypage.PageItems.FirstItem().Transform 2021222766, 1095660652, myScaleMatrix
mypage.PageItems.FirstItem().Reframe 2021222766 , Array(Array(1, 1), Array(780, 600))
I really need help translating this to C# .Net. So far I have:
InDesign. 
TransformationMatrix trns = app.TransformationMatrices.Add(.215, .215);page.PageItems.FirstItem().Transform(2021222766, 1095660652, trns);
but...
////does not work   page.PageItems.Reframe(???????);
////does not work   page.PageItems.FirstItem().Fit(1718906723);
How do I use the Reframe and Fit calls in C#. Thank You

Thanks, I added the -Wno-write-strings into my project build settings, under the GCC 4.2 Warnings / Other Warning Flags
And now I can build my plugins. Thanks a lot for this very quick answer.

Similar Messages

  • InDesign CS5 Server SDK

    Hi,
    I notice that InDesign CS5 Server is available from the partner download area.  However, I haven't been able to find the InDesign CS5 Server SDK; I've looked in the partner download area and also on http://www.adobe.com/devnet/indesign/sdk/index.html. That page has the CS4 Product SDK and the CS4 Server SDK but for CS5 it only has the Products SDK (which doesn't contain InDesignServerAPI.jar).
    Where can I get the CS5 Server SDK, or whatever is required to compile Java programs that use InDesign CS5 Server?  Is it released yet?
    Thanks,
    Francis

    Thanks for that tip Harbs, I have regenerated the API, which produced an InDesignServerAPI.jar that I've been able to use to compile and run against CS5 Server.  So I can get on with developing again now . However, it's inconvenient to have to regenerate just to be able to start Java development (and it would be worse if I was using Windows because I'd need to buy Visual Studio, fortunately all the tools needed for regeneration on Mac OS X are free).
    Also there are some very useful documents included in the CS4 Server SDK that aren't in the CS5 Products SDK, for example ww-ids-java.pdf (Working with Adobe Indesign CS4 Server Java) and the "Regenerating the Adobe InDesign CS5 Server Java API" document mentions the Server SDK (e.g. "The InDesign CS5 Server SDK installation contains the prebuilt Java API Jar file") so I'm still curious as to whether there will be a CS5 Server SDK.

  • Adobe InDesign CS5 Server SDK - libraries JAVA

    trying with helloworld.java in ids cs5 server sdk.
    the library com.adobe.ids.sdk.utils.* cannot be imported.
    any idea how/from where to import it?
    are there more libraries available?

    Thanks for that tip Harbs, I have regenerated the API, which produced an InDesignServerAPI.jar that I've been able to use to compile and run against CS5 Server.  So I can get on with developing again now . However, it's inconvenient to have to regenerate just to be able to start Java development (and it would be worse if I was using Windows because I'd need to buy Visual Studio, fortunately all the tools needed for regeneration on Mac OS X are free).
    Also there are some very useful documents included in the CS4 Server SDK that aren't in the CS5 Products SDK, for example ww-ids-java.pdf (Working with Adobe Indesign CS4 Server Java) and the "Regenerating the Adobe InDesign CS5 Server Java API" document mentions the Server SDK (e.g. "The InDesign CS5 Server SDK installation contains the prebuilt Java API Jar file") so I'm still curious as to whether there will be a CS5 Server SDK.

  • Corrupt SDK ZIP: InDesign CS5 Products SDK Win [535]

    Dear Adobe
    When trying to unzip the InDesign CS5 Products SDK for Win [535], WinRAR notifies me that "The archive is corrpt". When opening the SDK with the Windows ZIP functionality, there are a lot of files missing.
    The mentioned file is named: Adobe_InDesign_CS5_Products_SDK_535_Win.zip
    I really don't like the idea of developing with a potential corrupt SDK.
    So can you please provide a "clean" SDK ZIP as soon as possible?
    Thanks, Marco

    Thanks for that tip Harbs, I have regenerated the API, which produced an InDesignServerAPI.jar that I've been able to use to compile and run against CS5 Server.  So I can get on with developing again now . However, it's inconvenient to have to regenerate just to be able to start Java development (and it would be worse if I was using Windows because I'd need to buy Visual Studio, fortunately all the tools needed for regeneration on Mac OS X are free).
    Also there are some very useful documents included in the CS4 Server SDK that aren't in the CS5 Products SDK, for example ww-ids-java.pdf (Working with Adobe Indesign CS4 Server Java) and the "Regenerating the Adobe InDesign CS5 Server Java API" document mentions the Server SDK (e.g. "The InDesign CS5 Server SDK installation contains the prebuilt Java API Jar file") so I'm still curious as to whether there will be a CS5 Server SDK.

  • Boost::Regex dylib in Adobe InDesign CS5 SDK

    Dear all,
         I am doing my plugin for InDesign that uses regular expression. So I have done the plugin and its running fine in Windows. To get it run successfully I had included the path "D:\AdobeIndesignSDKCS5\external\asl\boost_libraries\bin.v2\libs\regex\build\msvc-9.0\relea se\architecture-x86\threading-multi\boost_regex.lib" in Additional Dependencies field that present in Linker option (Microsoft Visual Studio 2008).
         But I could not find any matching library for performing regular expression operation in MAC version of the Indesign CS5 SDK. So I could not able to link to appropriate library in my xcode project which leads to linking error.
         Any solutions for this?
    Regards,
    Prabas

    Dear Markus,
         Thanks a lot. Its working fine nw. I consider this as the timely great help. thanks again
    Regards,
    Prabas

  • What about InDesign CS5 SDK.

    I got information that Adobe Will soon release its InDesign CS5. Is there any information about its SDK?
    Thanks.

    No. It is not wrong information. I am sure that Adobe will release InDesign CS5 see the web site at the bottom
    August 12, 2009
    Adobe today announced that future versions of the Creative Suite for the Mac OS would no longer support computers with the PowerPC chipset. That is, CS5 and later will only support Intel-based Macs.
    Wow.
    Well, given that Apple itself is dropping PowerPC support in Snow Leopard (10.6), it’s kind of a no-brainer that Adobe would follow along. But it’s still a bit of a shock to see it in writing. I’m glad that Adobe has released this information now, so that companies thatexpect to upgrade to CS5 will have time to ensure their hardware is upgraded, too.
    In the meantime, Adobe notes: “Those who own Creative Suite 3 and Creative Suite 4 will still be able to use the software on either a PowerPC based Mac or an Intel based Mac and do not have to upgrade their software. However, Adobe will not be developing for this platform other than for critical issues that may arise.”
    http://indesignsecrets.com/adobe-dropping-support-for-powerpc-macs-in-indesign-cs5.php

  • InDesign CS5 SDK - Can plugins run on previous versions?

    Can I create Adobe InDesign Plugins with InDesign CS5 SDK that will also run on previous versions of InDesign such as CS4, CS3?
    Thanks
    -Ajay

    I totally disagree.
    As a plugin developer i am developing solutions for something adobe actually didn't include in their projects.
    There also isn't any compare between the amout all plugin developer have to spent to make their plugin compatible with 3 or more different Adobe-Versions and the amout adobe would had to spent to make their SDK backword-compatible.

  • 'Package' command not working in Indesign CS5.5

    Hi Everyone. I am using Indesign CS5.5, and cannot create a 'Package' folder that collects all fonts and graphic assets used in a document I am working on. Using File>Package, the progress bar hurries through very quickly (way too quickly for a 80Mb file!) and the resulting 'Package ' folder is empty - no fonts, no images!
    Has anyone else experienced this? And did they solve the problem?
    Thanks in advance.

    IDML never contains the images. It contains references to the images.
    The images aren't altered. The person who sent the file to you needs to relink the images to the InDesign file in the Links panel.

  • Where  is the SDK available for Adobe InDesign CS5?

    Can u please tell me where is the plugin Editor available for Adobe InDesign CS5?

    Downloads available:
    Suites and Programs:  CC 2014 | CC | CS6 | CS5.5 | CS5 | CS4 | CS3
    Acrobat:  XI, X | 9,8 | 9 standard
    Premiere Elements:  13 | 12 | 11, 10 | 9, 8, 7 win | 8 mac | 7 mac
    Photoshop Elements:  13 |12 | 11, 10 | 9,8,7 win | 8 mac | 7 mac
    Lightroom:  5.7.1| 5 | 4 | 3
    Captivate:  8 | 7 | 6 | 5
    Contribute:  CS5 | CS4, CS3
    Download and installation help for Adobe links
    Download and installation help for Prodesigntools links are listed on most linked pages.  They are critical; especially steps 1, 2 and 3.  If you click a link that does not have those steps listed, open a second window using the Lightroom 3 link to see those 'Important Instructions'.

  • I can't open PDF files in InDesign CS5

    Hi all,
    I can't seem to open any PDF files of any version while using InDesign CS5...
    I'm currently running InDesign in Windows 7 Professional x32bit...
    This message keeps popping up:
    Cannot open the file "TIG_Sheet_and_Application.pdf". Adobe InDesign may not support the file format, a plug-in that supports the file format may be missing, or the file may be open in another application.
    I've made sure that the file was not open in any application, and its not just this particular pdf files... all PDF files can't be opened. The only thing that actually opens in InDesign are the indd files...
    I try going through the plug-in list, but there's a bunch and I'm not sure which one is it...
    Tried google search for a solution but found no solution...
    Can anyone help me?
    Cheers,

    krystlew, and others reading this thread and considering the answers "snarky" or "not helpful": note that this is the InDesign SDK forum -- that is, a question posted here should be about programming for InDesign:
    About this Forum
    The InDesign SDK forum is for discussions on InDesign plugin development using the InDesign SDK. InDesign plugins are developed in C++.
    Presumably, you found this discussion because the error message lead you here: that you cannot "open" a PDF. That's InDesign's usual message for all content that it cannot 'open' with the command "File > Open..."; try for example with a Word document, a JPEG image, or an Excel spreadsheet. InDesign is perfectly able to import these files -- but you cannot use "File > Open...". You must use the command "File > Place..." instead. "Placing a PDF" is described in the online Help: https://helpx.adobe.com/indesign/using/placing-graphics.html
    It is a regular User Interface question and so unrelated to what this forum is for. General InDesign questions can be asked in the regular user forum: https://forums.adobe.com/community/indesign/content
    I believe that the original question was posted in error in this forum and thus got interpreted as "what do I need to code to natively open PDFs". The answer is: lots. InDesign does not provide anything to natively read a PDF, so you would have to program literally everything.
    (Some of the other posts ask why InDesign cannot already do this -- and the answer is, "Because It Is Incredibly Hard". The counterargument I usually give is that InDesign can also import (place) and export JPEG images and yet it is not a JPEG Editor. I can provide technical arguments as well. One is, there are lots of ways to construct PDFs in such a way that important content information is lost -- even something as basic as "what text is actually here".
    ... So, kudo's to Markzware for making it possible anyway! If you found this post because you need to convert a PDF file to a native, editable InDesign document, try their software.)

  • InDesign CS5 quit unexpectedly

    My InDesign CS5 quits unexpectedly when I try to open larger files. I'd appreciate any help. I need to work on this file asap. thanks in advance. Here is the error code that I get:
    Process:         Adobe InDesign CS5 [1585]
    Path:            /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Adobe InDesign CS5
    Identifier:      com.adobe.InDesign
    Version:         7.0.0.355 (7000)
    Code Type:       X86 (Native)
    Parent Process:  launchd [108]
    Date/Time:       2011-11-22 22:38:55.885 -0800
    OS Version:      Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:          560407 sec
    Crashes Since Last Report:           11
    Per-App Interval Since Last Report:  569971 sec
    Per-App Crashes Since Last Report:   10
    Anonymous UUID:                      EFA39E0D-2656-422C-92A2-8A2F6600DAF0
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000001
    Crashed Thread:  0  Main Thread  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:  Main Thread  Dispatch queue: com.apple.main-thread
    0   ???                                     0xa06866f0 _XHNDL_trapback_instruction + 0
    1   com.adobe.InDesign.Text                 0x217fced7 GetPlugIn + 449559
    2   ...adobe.InDesign.AppFramework          0x1d1f242f GetPlugIn + 54943
    3   ...adobe.InDesign.AppFramework          0x1d1f25c7 GetPlugIn + 55351
    4   ....InDesign.Generic Page Item          0x23181beb GetPlugIn + 581771
    5   ...adobe.InDesign.AppFramework          0x1d1f242f GetPlugIn + 54943
    6   ...adobe.InDesign.AppFramework          0x1d1f2cb9 GetPlugIn + 57129
    7   ...adobe.InDesign.AppFramework          0x1d1f2bad GetPlugIn + 56861
    8   ...InDesign.Document Framework          0x1f20daf0 0x1f1b1000 + 379632
    9   ...InDesign.Document Framework          0x1f213930 0x1f1b1000 + 403760
    10  ...InDesign.Document Framework          0x1f1bf00c 0x1f1b1000 + 57356
    11  ...InDesign.Document Framework          0x1f1bef0f 0x1f1b1000 + 57103
    12  ...e.InDesign.Document Actions          0x2487d7c6 0x2487b000 + 10182
    13  PublicLib.dylib                         0x011644d2 Command::DoImmediate(short) + 34
    14  com.adobe.InDesign.Utilities            0x1c9abaa3 0x1c9aa000 + 6819
    15  com.adobe.InDesign.Utilities            0x1c9abccc 0x1c9aa000 + 7372
    16  ...adobe.InDesign.AppFramework          0x1d1da6e8 0x1d1c0000 + 108264
    17  PublicLib.dylib                         0x0116562b CmdUtils::ProcessCommand(ICommand*) + 59
    18  ...e.InDesign.Document Actions          0x24883519 GetPlugIn + 2185
    19  com.adobe.InDesign.Open Place           0x2345f17c GetPlugIn + 29244
    20  com.adobe.InDesign.Open Place           0x23460406 GetPlugIn + 33990
    21  com.adobe.InDesign.Open Place           0x23457845 0x23456000 + 6213
    22  com.adobe.InDesign.Open Place           0x2345886b GetPlugIn + 2347
    23  PublicLib.dylib                         0x011644d2 Command::DoImmediate(short) + 34
    24  com.adobe.InDesign.Utilities            0x1c9abaa3 0x1c9aa000 + 6819
    25  com.adobe.InDesign.Utilities            0x1c9abccc 0x1c9aa000 + 7372
    26  ...adobe.InDesign.AppFramework          0x1d1da6e8 0x1d1c0000 + 108264
    27  PublicLib.dylib                         0x0116562b CmdUtils::ProcessCommand(ICommand*) + 59
    28  ...e.InDesign.Import Export UI          0x1de5e9db GetPlugIn + 9243
    29  PublicLib.dylib                         0x011644d2 Command::DoImmediate(short) + 34
    30  com.adobe.InDesign.Utilities            0x1c9abaa3 0x1c9aa000 + 6819
    31  com.adobe.InDesign.Utilities            0x1c9abccc 0x1c9aa000 + 7372
    32  ...adobe.InDesign.AppFramework          0x1d1da6e8 0x1d1c0000 + 108264
    33  PublicLib.dylib                         0x0116562b CmdUtils::ProcessCommand(ICommand*) + 59
    34  com.adobe.InDesign.Document UI          0x2486fcfc 0x2486e000 + 7420
    35  com.adobe.InDesign.Actions              0x24e64de3 GetPlugIn + 11699
    36  ...be.InDesign.PMWelcomeScreen          0x260062bc GetPlugIn + 7916
    37  ...be.InDesign.PMWelcomeScreen          0x260077bd GetPlugIn + 13293
    38  ...adobe.InDesign.AppFramework          0x1d1f0007 GetPlugIn + 45687
    39  ...adobe.InDesign.AppFramework          0x1d1f05c9 GetPlugIn + 47161
    40  PublicLib.dylib                         0x0124fe89 CSubject::Change(IDType<ClassID_tag>, IDType<PMIID_tag> const&, void*) + 89
    41  com.adobe.InDesign.Widgets              0x203ab70c 0x2039d000 + 59148
    42  com.adobe.InDesign.Widgets              0x203ab811 0x2039d000 + 59409
    43  WidgetBinLib.dylib                      0x027f9f54 GenericButtonEventHandler::TriggerControlData() + 68
    44  WidgetBinLib.dylib                      0x027f9629 ControlEventHandler::LButtonUp(IEvent*) + 217
    45  PublicLib.dylib                         0x01184c9e CEventDispatcher::DispatchToEventHandlers(IEvent*) + 222
    46  PublicLib.dylib                         0x01184758 CEventDispatcher::DispatchEvent(IEvent*, IEvent::SystemHandledState) + 24
    47  ...obe.InDesign.Application UI          0x1ed97b56 GetPlugIn + 296854
    48  ...obe.InDesign.Application UI          0x1ed955ec GetPlugIn + 287276
    49  com.apple.HIToolbox                     0x99ca1c2f DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1567
    50  com.apple.HIToolbox                     0x99ca0ef6 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
    51  com.apple.HIToolbox                     0x99cc37f3 SendEventToEventTarget + 52
    52  com.apple.HIToolbox                     0x99cd534f ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 1257
    53  com.apple.HIToolbox                     0x99ca2080 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 2672
    54  com.apple.HIToolbox                     0x99ca0ef6 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
    55  com.apple.HIToolbox                     0x99cc37f3 SendEventToEventTarget + 52
    56  ...adobe.InDesign.AppFramework          0x1d1c3085 0x1d1c0000 + 12421
    57  ...adobe.InDesign.AppFramework          0x1d1e855a GetPlugIn + 14282
    58  com.adobe.InDesign                      0x000028ab main + 187
    59  com.adobe.InDesign                      0x000027c6 start + 54
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                       0x98d7a382 kevent + 10
    1   libSystem.B.dylib                       0x98d7aa9c _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib                       0x98d79f59 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib                       0x98d79cfe _dispatch_worker_thread2 + 240
    4   libSystem.B.dylib                       0x98d79781 _pthread_wqthread + 390
    5   libSystem.B.dylib                       0x98d795c6 start_wqthread + 30
    Thread 2:
    0   libSystem.B.dylib                       0x98d53b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x98d816e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x98db05a8 pthread_cond_timedwait_relative_np + 47
    3   ...ple.CoreServices.CarbonCore          0x95b84b90 TSWaitOnConditionTimedRelative + 242
    4   ...ple.CoreServices.CarbonCore          0x95b80533 MPWaitOnQueue + 250
    5   PMRuntime.dylib                         0x00014130 MemUtils::GetAvailMem() + 288
    6   ...ple.CoreServices.CarbonCore          0x95b6454a PrivateMPEntryPoint + 68
    7   libSystem.B.dylib                       0x98d81259 _pthread_start + 345
    8   libSystem.B.dylib                       0x98d810de thread_start + 34
    Thread 3:
    0   libSystem.B.dylib                       0x98d53afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x98d54267 mach_msg + 68
    2   ...ple.CoreServices.CarbonCore          0x95c2cab0 TS_exception_listener_thread + 160
    3   libSystem.B.dylib                       0x98d81259 _pthread_start + 345
    4   libSystem.B.dylib                       0x98d810de thread_start + 34
    Thread 4:
    0   libSystem.B.dylib                       0x98d81aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x98d8175e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x98d833f8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore          0x95b9921e TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore          0x95b84b68 TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore          0x95b80533 MPWaitOnQueue + 250
    6   AdobeACE                                0x0005a6f1 0x20000 + 239345
    7   AdobeACE                                0x0005a0ed 0x20000 + 237805
    8   ...ple.CoreServices.CarbonCore          0x95b6454a PrivateMPEntryPoint + 68
    9   libSystem.B.dylib                       0x98d81259 _pthread_start + 345
    10  libSystem.B.dylib                       0x98d810de thread_start + 34
    Thread 5:
    0   libSystem.B.dylib                       0x98d81aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x98d8175e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x98d833f8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore          0x95b9921e TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore          0x95b84b68 TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore          0x95b80533 MPWaitOnQueue + 250
    6   AdobeACE                                0x0005a6f1 0x20000 + 239345
    7   AdobeACE                                0x0005a0ed 0x20000 + 237805
    8   ...ple.CoreServices.CarbonCore          0x95b6454a PrivateMPEntryPoint + 68
    9   libSystem.B.dylib                       0x98d81259 _pthread_start + 345
    10  libSystem.B.dylib                       0x98d810de thread_start + 34
    Thread 6:
    0   libSystem.B.dylib                       0x98d81aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x98d8175e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x98d833f8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore          0x95b9921e TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore          0x95b84b68 TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore          0x95b80533 MPWaitOnQueue + 250
    6   AdobeACE                                0x0005a6f1 0x20000 + 239345
    7   AdobeACE                                0x0005a0ed 0x20000 + 237805
    8   ...ple.CoreServices.CarbonCore          0x95b6454a PrivateMPEntryPoint + 68
    9   libSystem.B.dylib                       0x98d81259 _pthread_start + 345
    10  libSystem.B.dylib                       0x98d810de thread_start + 34
    Thread 7:
    0   libSystem.B.dylib                       0x98d81aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x98d8175e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x98d833f8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore          0x95b9921e TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore          0x95b84b68 TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore          0x95b80533 MPWaitOnQueue + 250
    6   AdobeACE                                0x0005a6f1 0x20000 + 239345
    7   AdobeACE                                0x0005a0ed 0x20000 + 237805
    8   ...ple.CoreServices.CarbonCore          0x95b6454a PrivateMPEntryPoint + 68
    9   libSystem.B.dylib                       0x98d81259 _pthread_start + 345
    10  libSystem.B.dylib                       0x98d810de thread_start + 34
    Thread 8:
    0   libSystem.B.dylib                       0x98d81aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x98d8175e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x98d833f8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore          0x95b9921e TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore          0x95b84b68 TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore          0x95b80533 MPWaitOnQueue + 250
    6   AdobeACE                                0x0005a6f1 0x20000 + 239345
    7   AdobeACE                                0x0005a0ed 0x20000 + 237805
    8   ...ple.CoreServices.CarbonCore          0x95b6454a PrivateMPEntryPoint + 68
    9   libSystem.B.dylib                       0x98d81259 _pthread_start + 345
    10  libSystem.B.dylib                       0x98d810de thread_start + 34
    Thread 9:
    0   libSystem.B.dylib                       0x98d81aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x98d8175e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x98d833f8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore          0x95b9921e TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore          0x95b84b68 TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore          0x95b80533 MPWaitOnQueue + 250
    6   AdobeACE                                0x0005a6f1 0x20000 + 239345
    7   AdobeACE                                0x0005a0ed 0x20000 + 237805
    8   ...ple.CoreServices.CarbonCore          0x95b6454a PrivateMPEntryPoint + 68
    9   libSystem.B.dylib                       0x98d81259 _pthread_start + 345
    10  libSystem.B.dylib                       0x98d810de thread_start + 34
    Thread 10:
    0   libSystem.B.dylib                       0x98d81aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x98d8175e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x98d833f8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore          0x95b9921e TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore          0x95b84b68 TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore          0x95b80533 MPWaitOnQueue + 250
    6   AdobeACE                                0x0005a6f1 0x20000 + 239345
    7   AdobeACE                                0x0005a0ed 0x20000 + 237805
    8   ...ple.CoreServices.CarbonCore          0x95b6454a PrivateMPEntryPoint + 68
    9   libSystem.B.dylib                       0x98d81259 _pthread_start + 345
    10  libSystem.B.dylib                       0x98d810de thread_start + 34
    Thread 11:
    0   libSystem.B.dylib                       0x98d53b42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                       0x98d816f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib                       0x98dca05f pthread_cond_wait + 48
    3   com.adobe.amt.services                  0x0978e126 C_AMTUISwitchSuppressUpdates + 16768
    4   com.adobe.amt.services                  0x09786db0 C_EULA_SetState + 2164
    5   com.adobe.amt.services                  0x0978e18c C_AMTUISwitchSuppressUpdates + 16870
    6   libSystem.B.dylib                       0x98d81259 _pthread_start + 345
    7   libSystem.B.dylib                       0x98d810de thread_start + 34
    Thread 12:  com.apple.CFSocket.private
    0   libSystem.B.dylib                       0x98d72ac6 select$DARWIN_EXTSN + 10
    1   com.apple.CoreFoundation                0x98f77c53 __CFSocketManager + 1091
    2   libSystem.B.dylib                       0x98d81259 _pthread_start + 345
    3   libSystem.B.dylib                       0x98d810de thread_start + 34
    Thread 13:  Thread 4
    0   libSystem.B.dylib                       0x98d81aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x98dad9c5 nanosleep$UNIX2003 + 188
    2   libSystem.B.dylib                       0x98dad903 usleep$UNIX2003 + 61
    3   ...extensis.cpp-core-framework          0x27896135 GSystem::OSSleep(unsigned long) + 21
    4   ...extensis.cpp-core-framework          0x278426fa GMultiUserLockFileMgr::LockRenewalThreadFunc(GThread*) + 2608
    5   ...extensis.cpp-core-framework          0x27842bda GMultiUserLockFileMgr::LockRenewalThreadFuncStub(GThread*) + 322
    6   ...extensis.cpp-core-framework          0x2789c3f1 GThread::PthreadInternal(void*) + 239
    7   libSystem.B.dylib                       0x98d81259 _pthread_start + 345
    8   libSystem.B.dylib                       0x98d810de thread_start + 34
    Thread 14:  IPCClient rcvr: FMClient.501.1585.2695619904.2
    0   libSystem.B.dylib                       0x98d72ac6 select$DARWIN_EXTSN + 10
    1   ...extensis.cpp-core-framework          0x2782625d GIPCReceiver::OSWaitForData() + 2301
    2   ...extensis.cpp-core-framework          0x2781a971 GIPCClient::ReceiverThreadProc(GThread*) + 949
    3   ...extensis.cpp-core-framework          0x2789c3f1 GThread::PthreadInternal(void*) + 239
    4   libSystem.B.dylib                       0x98d81259 _pthread_start + 345
    5   libSystem.B.dylib                       0x98d810de thread_start + 34
    Thread 15:  Agent IF Message Handler
    0   libSystem.B.dylib                       0x98d81aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x98d8175e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x98d812b1 pthread_cond_timedwait$UNIX2003 + 72
    3   ...extensis.cpp-core-framework          0x2785a071 GSemaphore::TimedWait(unsigned long) + 77
    4   ...extensis.cpp-core-framework          0x2781f4d1 GIPCClient::GIPCMTDataAccumulator::WaitForData(unsigned long, std::vector<char, std::allocator<char> >&, bool) + 39
    5   ....ExtensisFontManagement.sdk          0x27d882ef GAgentIFMessageHandlerThread::RunMessageHandlerThread() + 497
    6   ....ExtensisFontManagement.sdk          0x27d88a7d GAgentIFMessageHandlerThread::AgentIFMessageHandlerThreadFunc(GThread*) + 67
    7   ...extensis.cpp-core-framework          0x2789c3f1 GThread::PthreadInternal(void*) + 239
    8   libSystem.B.dylib                       0x98d81259 _pthread_start + 345
    9   libSystem.B.dylib                       0x98d810de thread_start + 34
    Thread 16:
    0   libSystem.B.dylib                       0x98d81aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x98d8175e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x98d833f8 pthread_cond_wait$UNIX2003 + 73
    3   ...adobe.InDesign.AppFramework          0x1d2e3ffa GetPlugIn + 1045098
    4   ...adobe.InDesign.AppFramework          0x1d2dfe4f GetPlugIn + 1028287
    5   ...adobe.InDesign.AppFramework          0x1d2e014c GetPlugIn + 1029052
    6   ...adobe.InDesign.AppFramework          0x1d2e3ac6 GetPlugIn + 1043766
    7   boost_threads                           0x01704fcd thread_proxy + 141
    8   libSystem.B.dylib                       0x98d81259 _pthread_start + 345
    9   libSystem.B.dylib                       0x98d810de thread_start + 34
    Thread 17:
    0   libSystem.B.dylib                       0x98d81aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x98d8175e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x98d833f8 pthread_cond_wait$UNIX2003 + 73
    3   ...adobe.InDesign.AppFramework          0x1d2e3ffa GetPlugIn + 1045098
    4   ...adobe.InDesign.AppFramework          0x1d2dfe4f GetPlugIn + 1028287
    5   ...adobe.InDesign.AppFramework          0x1d2e014c GetPlugIn + 1029052
    6   ...adobe.InDesign.AppFramework          0x1d2e3ac6 GetPlugIn + 1043766
    7   boost_threads                           0x01704fcd thread_proxy + 141
    8   libSystem.B.dylib                       0x98d81259 _pthread_start + 345
    9   libSystem.B.dylib                       0x98d810de thread_start + 34
    Thread 18:
    0   libSystem.B.dylib                       0x98d81aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x98dad9c5 nanosleep$UNIX2003 + 188
    2   ...sign.Support for JavaScript          0x2224ffab GetPlugIn + 344123
    3   ...sign.Support for JavaScript          0x222339c3 GetPlugIn + 227923
    4   ...sign.Support for JavaScript          0x222500b8 GetPlugIn + 344392
    5   libSystem.B.dylib                       0x98d81259 _pthread_start + 345
    6   libSystem.B.dylib                       0x98d810de thread_start + 34
    Thread 19:
    0   libSystem.B.dylib                       0x98d910d6 recvfrom$UNIX2003 + 10
    1   libSystem.B.dylib                       0x98db0eab recv$UNIX2003 + 54
    2   ServiceManager-Launcher.dylib           0x2c5a26cf Invoke + 54887
    3   ServiceManager-Launcher.dylib           0x2c5a176e Invoke + 50950
    4   ServiceManager-Launcher.dylib           0x2c5a061f Invoke + 46519
    5   ServiceManager-Launcher.dylib           0x2c5a0671 Invoke + 46601
    6   ServiceManager-Launcher.dylib           0x2c5a06fb Invoke + 46739
    7   ServiceManager-Launcher.dylib           0x2c59aafe Invoke + 23190
    8   ServiceManager-Launcher.dylib           0x2c59ace7 Invoke + 23679
    9   ServiceManager-Launcher.dylib           0x2c59b8c7 Invoke + 26719
    10  ServiceManager-Launcher.dylib           0x2c59b9c5 Invoke + 26973
    11  ServiceManager-Launcher.dylib           0x2c59edb0 Invoke + 40264
    12  ServiceManager-Launcher.dylib           0x2c59f059 Invoke + 40945
    13  ServiceManager-Launcher.dylib           0x2c59f687 Invoke + 42527
    14  ServiceManager-Launcher.dylib           0x2c59f884 Invoke + 43036
    15  ServiceManager-Launcher.dylib           0x2c591826 Login + 1654
    16  ServiceManager-Launcher.dylib           0x2c592c71 Login + 6849
    17  ServiceManager-Launcher.dylib           0x2c59fdf3 Invoke + 44427
    18  ServiceManager-Launcher.dylib           0x2c5a2341 Invoke + 53977
    19  libSystem.B.dylib                       0x98d81259 _pthread_start + 345
    20  libSystem.B.dylib                       0x98d810de thread_start + 34
    Thread 20:
    0   libSystem.B.dylib                       0x98d53b42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                       0x98d816f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib                       0x98dca05f pthread_cond_wait + 48
    3   com.adobe.adobeswfl                     0x46460d5f APXGetHostAPI + 2567887
    4   com.adobe.adobeswfl                     0x462021ef APXGetHostAPI + 82783
    5   com.adobe.adobeswfl                     0x46460e4c APXGetHostAPI + 2568124
    6   com.adobe.adobeswfl                     0x46460eb7 APXGetHostAPI + 2568231
    7   com.adobe.adobeswfl                     0x46460f9b APXGetHostAPI + 2568459
    8   libSystem.B.dylib                       0x98d81259 _pthread_start + 345
    9   libSystem.B.dylib                       0x98d810de thread_start + 34
    Thread 21:
    0   libSystem.B.dylib                       0x98d53b42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                       0x98d816f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib                       0x98dca05f pthread_cond_wait + 48
    3   com.adobe.adobeswfl                     0x46460d5f APXGetHostAPI + 2567887
    4   com.adobe.adobeswfl                     0x462021ef APXGetHostAPI + 82783
    5   com.adobe.adobeswfl                     0x46460e4c APXGetHostAPI + 2568124
    6   com.adobe.adobeswfl                     0x46460eb7 APXGetHostAPI + 2568231
    7   com.adobe.adobeswfl                     0x46460f9b APXGetHostAPI + 2568459
    8   libSystem.B.dylib                       0x98d81259 _pthread_start + 345
    9   libSystem.B.dylib                       0x98d810de thread_start + 34
    Thread 22:
    0   libSystem.B.dylib                       0x98d53b42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                       0x98d816f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib                       0x98dca05f pthread_cond_wait + 48
    3   com.adobe.adobeswfl                     0x46460d5f APXGetHostAPI + 2567887
    4   com.adobe.adobeswfl                     0x462021ef APXGetHostAPI + 82783
    5   com.adobe.adobeswfl                     0x46460e4c APXGetHostAPI + 2568124
    6   com.adobe.adobeswfl                     0x46460eb7 APXGetHostAPI + 2568231
    7   com.adobe.adobeswfl                     0x46460f9b APXGetHostAPI + 2568459
    8   libSystem.B.dylib                       0x98d81259 _pthread_start + 345
    9   libSystem.B.dylib                       0x98d810de thread_start + 34
    Thread 23:
    0   libSystem.B.dylib                       0x98d53b42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                       0x98d816f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib                       0x98dca05f pthread_cond_wait + 48
    3   com.adobe.adobeswfl                     0x46460d5f APXGetHostAPI + 2567887
    4   com.adobe.adobeswfl                     0x462021ef APXGetHostAPI + 82783
    5   com.adobe.adobeswfl                     0x46460e4c APXGetHostAPI + 2568124
    6   com.adobe.adobeswfl                     0x46460eb7 APXGetHostAPI + 2568231
    7   com.adobe.adobeswfl                     0x46460f9b APXGetHostAPI + 2568459
    8   libSystem.B.dylib                       0x98d81259 _pthread_start + 345
    9   libSystem.B.dylib                       0x98d810de thread_start + 34
    Thread 24:
    0   libSystem.B.dylib                       0x98d53b42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                       0x98d816f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib                       0x98dca05f pthread_cond_wait + 48
    3   com.adobe.adobeswfl                     0x46460d5f APXGetHostAPI + 2567887
    4   com.adobe.adobeswfl                     0x462021ef APXGetHostAPI + 82783
    5   com.adobe.adobeswfl                     0x46460e4c APXGetHostAPI + 2568124
    6   com.adobe.adobeswfl                     0x46460eb7 APXGetHostAPI + 2568231
    7   com.adobe.adobeswfl                     0x46460f9b APXGetHostAPI + 2568459
    8   libSystem.B.dylib                       0x98d81259 _pthread_start + 345
    9   libSystem.B.dylib                       0x98d810de thread_start + 34
    Thread 25:
    0   libSystem.B.dylib                       0x98d53b42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                       0x98d816f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib                       0x98dca05f pthread_cond_wait + 48
    3   com.adobe.adobeswfl                     0x46460d5f APXGetHostAPI + 2567887
    4   com.adobe.adobeswfl                     0x462021ef APXGetHostAPI + 82783
    5   com.adobe.adobeswfl                     0x46460e4c APXGetHostAPI + 2568124
    6   com.adobe.adobeswfl                     0x46460eb7 APXGetHostAPI + 2568231
    7   com.adobe.adobeswfl                     0x46460f9b APXGetHostAPI + 2568459
    8   libSystem.B.dylib                       0x98d81259 _pthread_start + 345
    9   libSystem.B.dylib                       0x98d810de thread_start + 34
    Thread 26:
    0   libSystem.B.dylib                       0x98d53b42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                       0x98d816f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib                       0x98dca05f pthread_cond_wait + 48
    3   com.adobe.adobeswfl                     0x46460d5f APXGetHostAPI + 2567887
    4   com.adobe.adobeswfl                     0x462021ef APXGetHostAPI + 82783
    5   com.adobe.adobeswfl                     0x46460e4c APXGetHostAPI + 2568124
    6   com.adobe.adobeswfl                     0x46460eb7 APXGetHostAPI + 2568231
    7   com.adobe.adobeswfl                     0x46460f9b APXGetHostAPI + 2568459
    8   libSystem.B.dylib                       0x98d81259 _pthread_start + 345
    9   libSystem.B.dylib                       0x98d810de thread_start + 34
    Thread 27:
    0   libSystem.B.dylib                       0x98d53b42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                       0x98d816f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib                       0x98dca05f pthread_cond_wait + 48
    3   com.adobe.adobeswfl                     0x46460d5f APXGetHostAPI + 2567887
    4   com.adobe.adobeswfl                     0x462021ef APXGetHostAPI + 82783
    5   com.adobe.adobeswfl                     0x46460e4c APXGetHostAPI + 2568124
    6   com.adobe.adobeswfl                     0x46460eb7 APXGetHostAPI + 2568231
    7   com.adobe.adobeswfl                     0x46460f9b APXGetHostAPI + 2568459
    8   libSystem.B.dylib                       0x98d81259 _pthread_start + 345
    9   libSystem.B.dylib                       0x98d810de thread_start + 34
    Thread 28:
    0   libSystem.B.dylib                       0x98d53b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x98d816e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x98db05a8 pthread_cond_timedwait_relative_np + 47
    3   com.adobe.adobeswfl                     0x46460d27 APXGetHostAPI + 2567831
    4   com.adobe.adobeswfl                     0x465d60d8 APXGetHostAPI + 4096584
    5   com.adobe.adobeswfl                     0x46460e4c APXGetHostAPI + 2568124
    6   com.adobe.adobeswfl                     0x46460eb7 APXGetHostAPI + 2568231
    7   com.adobe.adobeswfl                     0x46460f9b APXGetHostAPI + 2568459
    8   libSystem.B.dylib                       0x98d81259 _pthread_start + 345
    9   libSystem.B.dylib                       0x98d810de thread_start + 34
    Thread 29:
    0   libSystem.B.dylib                       0x98d53afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x98d54267 mach_msg + 68
    2   com.apple.CoreFoundation                0x98f382df __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation                0x98f373c4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation                0x98f371f1 CFRunLoopRunInMode + 97
    5   com.apple.Foundation                    0x90a9b224 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 329
    6   com.apple.Foundation                    0x90a624c4 -[NSThread main] + 45
    7   com.apple.Foundation                    0x90a62474 __NSThread__main__ + 1499
    8   libSystem.B.dylib                       0x98d81259 _pthread_start + 345
    9   libSystem.B.dylib                       0x98d810de thread_start + 34
    Thread 30:
    0   libSystem.B.dylib                       0x98d53b4e semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore          0x95b96942 MPWaitOnSemaphore + 125
    2   MultiProcessor Support                  0x310420f0 0x31008000 + 237808
    3   ...ple.CoreServices.CarbonCore          0x95b6454a PrivateMPEntryPoint + 68
    4   libSystem.B.dylib                       0x98d81259 _pthread_start + 345
    5   libSystem.B.dylib                       0x98d810de thread_start + 34
    Thread 31:
    0   libSystem.B.dylib                       0x98d53b4e semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore          0x95b96942 MPWaitOnSemaphore + 125
    2   MultiProcessor Support                  0x310420f0 0x31008000 + 237808
    3   ...ple.CoreServices.CarbonCore          0x95b6454a PrivateMPEntryPoint + 68
    4   libSystem.B.dylib                       0x98d81259 _pthread_start + 345
    5   libSystem.B.dylib                       0x98d810de thread_start + 34
    Thread 32:
    0   libSystem.B.dylib                       0x98d53b4e semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore          0x95b96942 MPWaitOnSemaphore + 125
    2   MultiProcessor Support                  0x310420f0 0x31008000 + 237808
    3   ...ple.CoreServices.CarbonCore          0x95b6454a PrivateMPEntryPoint + 68
    4   libSystem.B.dylib                       0x98d81259 _pthread_start + 345
    5   libSystem.B.dylib                       0x98d810de thread_start + 34
    Thread 33:
    0   libSystem.B.dylib                       0x98d53b4e semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore          0x95b96942 MPWaitOnSemaphore + 125
    2   MultiProcessor Support                  0x310420f0 0x31008000 + 237808
    3   ...ple.CoreServices.CarbonCore          0x95b6454a PrivateMPEntryPoint + 68
    4   libSystem.B.dylib                       0x98d81259 _pthread_start + 345
    5   libSystem.B.dylib                       0x98d810de thread_start + 34
    Thread 34:
    0   libSystem.B.dylib                       0x98d53b4e semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore          0x95b96942 MPWaitOnSemaphore + 125
    2   MultiProcessor Support                  0x310420f0 0x31008000 + 237808
    3   ...ple.CoreServices.CarbonCore          0x95b6454a PrivateMPEntryPoint + 68
    4   libSystem.B.dylib                       0x98d81259 _pthread_start + 345
    5   libSystem.B.dylib                       0x98d810de thread_start + 34
    Thread 35:
    0   libSystem.B.dylib                       0x98d53b4e semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore          0x95b96942 MPWaitOnSemaphore + 125
    2   MultiProcessor Support                  0x310420f0 0x31008000 + 237808
    3   ...ple.CoreServices.CarbonCore          0x95b6454a PrivateMPEntryPoint + 68
    4   libSystem.B.dylib                       0x98d81259 _pthread_start + 345
    5   libSystem.B.dylib                       0x98d810de thread_start + 34
    Thread 36:
    0   libSystem.B.dylib                       0x98d53b4e semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore          0x95b96942 MPWaitOnSemaphore + 125
    2   MultiProcessor Support                  0x310420f0 0x31008000 + 237808
    3   ...ple.CoreServices.CarbonCore          0x95b6454a PrivateMPEntryPoint + 68
    4   libSystem.B.dylib                       0x98d81259 _pthread_start + 345
    5   libSystem.B.dylib                       0x98d810de thread_start + 34
    Thread 37:
    0   libSystem.B.dylib                       0x98d53b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x98d816e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x98db05a8 pthread_cond_timedwait_relative_np + 47
    3   com.adobe.adobeswfl                     0x46460d27 APXGetHostAPI + 2567831
    4   com.adobe.adobeswfl                     0x465d60d8 APXGetHostAPI + 4096584
    5   com.adobe.adobeswfl                     0x46460e4c APXGetHostAPI + 2568124
    6   com.adobe.adobeswfl                     0x46460eb7 APXGetHostAPI + 2568231
    7   com.adobe.adobeswfl                     0x46460f9b APXGetHostAPI + 2568459
    8   libSystem.B.dylib                       0x98d81259 _pthread_start + 345
    9   libSystem.B.dylib                       0x98d810de thread_start + 34
    Thread 38:
    0   libSystem.B.dylib                       0x98d53b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x98d816e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x98db05a8 pthread_cond_timedwait_relative_np + 47
    3   com.adobe.adobeswfl                     0x46460d27 APXGetHostAPI + 2567831
    4   com.adobe.adobeswfl                     0x4647b6de APXGetHostAPI + 2676814
    5   com.adobe.adobeswfl                     0x46460e4c APXGetHostAPI + 2568124
    6   com.adobe.adobeswfl                     0x46460eb7 APXGetHostAPI + 2568231
    7   com.adobe.adobeswfl                     0x46460f9b APXGetHostAPI + 2568459
    8   libSystem.B.dylib                       0x98d81259 _pthread_start + 345
    9   libSystem.B.dylib                       0x98d810de thread_start + 34
    Thread 39:
    0   libSystem.B.dylib                       0x98d79412 __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x98d799a8 _pthread_wqthread + 941
    2   libSystem.B.dylib                       0x98d795c6 start_wqthread + 30
    Thread 40:
    0   libSystem.B.dylib                       0x98d53afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x98d54267 mach_msg + 68
    2   com.apple.CoreFoundation                0x98f382df __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation                0x98f373c4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation                0x98f3d304 CFRunLoopRun + 84
    5   com.apple.DesktopServices               0x995beb3d TSystemNotificationTask::SystemNotificationTaskProc(void*) + 643
    6   ...ple.CoreServices.CarbonCore          0x95b6454a PrivateMPEntryPoint + 68
    7   libSystem.B.dylib                       0x98d81259 _pthread_start + 345
    8   libSystem.B.dylib                       0x98d810de thread_start + 34
    Thread 41:
    0   libSystem.B.dylib                       0x98d79412 __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x98d799a8 _pthread_wqthread + 941
    2   libSystem.B.dylib                       0x98d795c6 start_wqthread + 30
    Thread 42:
    0   libSystem.B.dylib                       0x98d79412 __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x98d799a8 _pthread_wqthread + 941
    2   libSystem.B.dylib                       0x98d795c6 start_wqthread + 30
    Thread 43:
    0   libSystem.B.dylib                       0x98d81aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x98dad9c5 nanosleep$UNIX2003 + 188
    2   libSystem.B.dylib                       0x98dad903 usleep$UNIX2003 + 61
    3   com.apple.AppKit                        0x92ebfe2d -[NSUIHeartBeat _heartBeatThread:] + 2039
    4   com.apple.Foundation                    0x90a624c4 -[NSThread main] + 45
    5   com.apple.Foundation                    0x90a62474 __NSThread__main__ + 1499
    6   libSystem.B.dylib                       0x98d81259 _pthread_start + 345
    7   libSystem.B.dylib                       0x98d810de thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x217ed6fb  ecx: 0x00000000  edx: 0x00000000
      edi: 0x00000001  esi: 0x2e78e068  ebp: 0xbfffc318  esp: 0xbfffc100
       ss: 0x0000001f  efl: 0x00010246  eip: 0xa06866f0   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
      cr2: 0x00000001
    Binary Images:
        0x1000 -     0x4ffb +com.adobe.InDesign 7.0.0.355 (7000) <95D99393-D179-BC50-386C-509F6FD0809A> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Adobe InDesign CS5
        0xa000 -     0xafff +InDesignModel ??? (???) <D054C2C9-F070-A1E1-2D78-BACDC9DCC960> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/InDesignModel.framework/Versions/A/InDesignModel
        0xe000 -     0xefff +InDesignModelAndUI ??? (???) <770DFBFF-7C31-ECD4-88FE-BCFED53CFC33> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/InDesignModelAndUI.framework/Versions/A/InDesignModelAnd UI
       0x12000 -    0x19ff3 +PMRuntime.dylib ??? (???) <EC9AB7BF-B671-AE6F-5C9E-7A49F9C265BE> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/PMRuntime.dylib
       0x20000 -   0x134fff +AdobeACE ??? (???) <DD291A17-ECF4-FE20-5837-AC1F5BC76940> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
      0x157000 -   0x67dfff +AdobeAGM ??? (???) <6F8EB120-6F01-38AE-8363-BC941B8AE12E> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
      0x7be000 -   0x7fafff +AdobeARE ??? (???) <EF398654-5384-F84A-8B62-DA1F64E2FAD1> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeARE.framework/Versions/A/AdobeARE
      0x803000 -   0x81efff +AdobeBIB ??? (???) <CDFB3340-3A46-292A-121E-2820EC62D78E> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
      0x828000 -   0x849ff7 +AdobeBIBUtils ??? (???) <482199DF-1251-ED75-4958-563C6E49CD6F> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
      0x855000 -   0xb47ff7 +AdobeCoolType ??? (???) <2BF62C8A-D715-FDE8-650C-1984CFFCE33C> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
      0xbcf000 -   0xfa7ff7 +AdobeMPS ??? (???) <272DAEDE-FC7E-B412-7C97-CF47FF6BF242> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS
    0x1038000 -  0x10a6ff7 +ObjectModelLib.dylib ??? (???) <B71699FF-823E-D40E-A62F-2E9FD2FE9B56> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/ObjectModelLib.dylib
    0x10c9000 -  0x1123fe7 +DataBaseLib.dylib ??? (???) <3FC5D05A-298D-654B-F235-C0579E0A347F> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/DataBaseLib.dylib
    0x113c000 -  0x1553fff +PublicLib.dylib ??? (???) <D0EB805F-5E47-2677-CA21-5C51D510234F> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/PublicLib.dylib
    0x16da000 -  0x16f1ff6 +AdobeAFL ??? (???) <CFC0FF78-A748-AC45-2E62-8F20090D911C> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeAFL.framework/Versions/A/AdobeAFL
    0x1702000 -  0x170aff3 +boost_threads ??? (???) <B00C0C9E-7175-B6D2-E58B-7278E0EB8863> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/boost_threads.framework/Versions/1_37/boost_threads
    0x1714000 -  0x1719ffd +ASLSupportLib.dylib ??? (???) <D4BEF46E-063B-696F-FE83-DD943ABA838A> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/ASLSupportLib.dylib
    0x171e000 -  0x171fff2 +libtbbmalloc.dylib ??? (???) <A1EAB5E4-3F88-5E37-7068-7A35A3EC69DE> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/libtbbmalloc.dylib
    0x1723000 -  0x1731fe7 +libtbb.dylib ??? (???) <FFA49B03-C516-D23D-B535-B64D7CD35ECE> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/libtbb.dylib
    0x1739000 -  0x1871fe7 +WRServices ??? (???) <9E3A36AD-71F1-B9C7-AC3F-30A7E63C8B57> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices
    0x18b3000 -  0x18b7ffc +com.adobe.AdobeCrashReporter 3.0 (3.0.20100302) <E6437929-0E69-8A56-E69F-F64305E82DD9> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashR eporter
    0x18be000 -  0x226efff +libicudata.dylib.36.0 36.0.0 (compatibility 36.0.0) <02108DEA-3DD2-14BE-DAEB-BE522B619C1D> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/ICUData.framework/Versions/3.6/libicudata.dylib.36. 0
    0x2271000 -  0x233eff3 +libicui18n.dylib.36.0 36.0.0 (compatibility 36.0.0) <08F15219-7F35-574E-7725-1ACAA1B18A00> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/ICUInternationalization.framework/Versions/3.6/libi cui18n.dylib.36.0
    0x23a1000 -  0x247bfef +libicuuc.dylib.36.0 36.0.0 (compatibility 36.0.0) <5EE72009-40B3-7FB7-3A49-576AEDE0D400> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/ICUUnicode.framework/Versions/3.6/libicuuc.dylib.36 .0
    0x24bb000 -  0x252bfeb +com.adobe.adobe_caps adobe_caps 3.0.116.0 (3.0.116.0) <50675115-BEDC-72F9-C42D-374196E83EC2> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/adobe_caps.framework/Versions/A/adobe_caps
    0x2536000 -  0x259cffb +com.adobe.amtlib amtlib 3.0.0.64 (3.0.0.64) <DD471011-9120-1BC2-F1B5-D6FF09D0859F> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
    0x25b2000 -  0x264bfef +boost_regex ??? (???) <462635B6-7AF0-B43D-74D6-4AC15ACBC66A> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/boost_regex.framework/Versions/1_37/boost_regex
    0x2690000 -  0x26d0ff7  com.apple.vmutils 4.2 (106) <834EA6B0-C91B-4CF1-ED3C-229C26459578> /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x26e9000 -  0x279efe7  libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <0B69B1F5-3440-B0BF-957F-E0ADD49F13CB> /usr/lib/libcrypto.0.9.7.dylib
    0x27e4000 -  0x27e6ffb +boost_system ??? (???) <FBD2BBDA-A758-FFCE-ABBA-7FDAB09FAF0F> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/boost_system.framework/Versions/1_37/boost_system
    0x27eb000 -  0x2987fff +WidgetBinLib.dylib ??? (???) <A653F189-2C78-4606-1921-350F81951C7C> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/WidgetBinLib.dylib
    0x2a65000 -  0x2c04fe7 +com.adobe.owl AdobeOwl version 3.0.84 (3.0.84) <25884999-8A98-F8C9-699B-ED75261B6BFC> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
    0x2c6d000 -  0x2ceafff +AdobeOwlCanvas ??? (???) <65B2E680-4F43-BE46-2290-3500758D1BF7> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeOwlCanvas.framework/Versions/A/AdobeOwlCanvas
    0x2d06000 -  0x2d09ff8 +com.adobe.ape.shim adbeape version 3.1.65.7508 (3.1.65.7508) <FFDDAB7A-220F-7344-F12B-010CA0C41DAB> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/adbeape.framework/Versions/A/adbeape
    0x44e5000 -  0x44edfff +com.adobe.asneu.framework asneu version 1.7.0.1 (1.7.0.1) <80195B5C-2C67-D841-232C-74FCAB79D304> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/asneu.framework/Versions/A/asneu
    0x47e4000 -  0x47e5ff3 +com.adobe.InDesign.Metadata Database Filter 7.0.0.355 (???) <8153D24F-2DB5-B2AB-9717-70E7532E8B02> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Metadata Database Filter.InDesignPlugin/Metadata Database Filter
    0x47e9000 -  0x47eaff1 +com.adobe.InDesign.Global Preferences Panel 7.0.0.355 (???) <DF2380A0-A851-5529-7A36-1A3973B89200> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Global Preferences Panel.InDesignPlugin/Global Preferences Panel
    0x47ee000 -  0x47f6ffc +com.adobe.InDesign.Workgroup Client UI 7.0.0.355 (???) <282ADA7E-C3D6-ADF8-6FB8-466B5F074934> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Workgroup Client UI.InDesignPlugin/Workgroup Client UI
    0x9769000 -  0x97d0fea +com.adobe.amt.services AMTServices 3.0.0.64 (BuildVersion: 3.0; BuildDate: Mon Jan 26 2010 21:49:00) (3.0.0.64) <EE468E2C-A6BD-E2EE-7ABE-69168B143B44> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/amtservices.framework/Versions/A/amtservices
    0x97ec000 -  0x97edff7  com.apple.textencoding.unicode 2.3 (2.3) <78A61FD5-70EE-19EA-48D4-3481C640B70D> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x97f2000 -  0x97faff3 +PathTypeLib.dylib ??? (???) <F753ACE3-9AB5-76D6-8F55-CEF5E19401AF> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/PathTypeLib.dylib
    0xad5b000 -  0xad94ffb +com.adobe.AAM.AdobeUpdaterNotificationFramework UpdaterNotifications 1.0.0.64 (1.0.0.64) <C64CCBDC-B8E9-45E8-53E7-8577CFE9F2F0> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/UpdaterNotifications.framework/Versions/A/UpdaterNo tifications
    0xadd5000 -  0xadf0ffb +com.adobe.InDesign.IME 7.0.0.355 (???) <3510053A-A752-0311-B35B-14EBEAC6D18D> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/IME.InDesignPlugin/IME
    0x1b7af000 - 0x1b7deff0 +TextPanelLib.dylib ??? (???) <F7BEA3B0-B264-4ECA-C7C1-E161D2CDCE4F> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/TextPanelLib.dylib
    0x1b7fa000 - 0x1b7fbfff +com.adobe.InDesign.Help 7.0.0.355 (???) <6E875143-BA05-093F-B1AE-385ADE146CC5> /Applications/Adobe InDesign CS5/Plug-Ins/UI/Help.InDesignPlugin/Help
    0x1c89d000 - 0x1c89dff7  libmx.A.dylib 315.0.0 (compatibility 1.0.0) <01401BF8-3FC7-19CF-ACCE-0F292BFD2F25> /usr/lib/libmx.A.dylib
    0x1c8a2000 - 0x1c8a2ff7 +DTraceSupport.dylib ??? (???) <3B2D713B-751B-BD11-5DEA-7B7F6017CB58> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/DTraceSupport.dylib
    0x1c9aa000 - 0x1c9cefef +com.adobe.InDesign.Utilities 7.

    Not sure which of these fixed the problem but it is fixed by performing these things.
    1. Updated Suitcase Fusion Software to latest.
    2. Updated Disc Doctor.
    3. Ran Disc Doctor and removed duplicates
    4. Updated InDesign software
    This link was for a Photoshop cs5 crashing issue but it is where I found the steps to help my InDesign issue.
    http://forums.adobe.com/message/3095925
    Jeffrey Tranberry (.8)
    8. Aug 30, 2010 6:56 PM (in response to dentedhelmet)
    Correct AnswerRe: cs5 photoshop continuous crashing
    http://forums.adobe.com/message/3095925#3095925Find Bad fonts and reset your font caches: Troubleshooting Fonts in Photoshop CS5:
    http://kb2.adobe.com/cps/843/cpsid_84363.html
    Also, figure out if you have any duplicate fonts as that might cause a problem as well:
    http://www.chipchick.com/2010/08/photoshop-cs5-mac-crash-fix.html
    We're working with Apple to get a fix for font issues.
    Also helpful: See Was DYP response (1.) on Aug 28, 2010. Number 3. on fonts was helpful for me.
    http://forums.adobe.com/message-abuse!input.jspa?objectID=3095925&objectType=2

  • Private interfaces in the CS5.5 SDK

    I am porting a set of 3rd party InDesign CS3 plug-ins to CS5.5 and have hit a problem with some
    command interfaces in the CS5.5 SDK that have not been made public.
    Specifically I need to intercept and interrogate interfaces ( in a command interceptor ) on the following command bosses.
    ILinkCreateCmdData on kLinkCreateCmdBoss
    ILinkAttachCmdData on kLinkAttachCmdBoss
    ILinkDeleteCmdData on kLinkDeleteCmdBoss
    Is it possible to get a copy of these interfaces?
    Thanks

    Hi Dirk,
    We have been trying to create a technical support case to get an answer from Adobe,
    but navigating to the correct place to ask the question in the adobe support web site has
    proved difficult.
    What i'm really after is the correct place to pose the question.
    Any Ideas?
    Regards,
    Tom

  • Unable to debug indesign cs5 plugin in windows

    Hi, again. Originaly posted here: http://forums.adobe.com/thread/766469?tstart=0
    We are having some problems with an indesign sc5 plugin, it works perfectly in macosx but in windows it causes indesign to crash. Anyway after some trouble shooting we tried running it in debug indesign. Problem is that the debug version of indesign wont even start, it fezzes in the splash screen on "Registering xxx plug-ins". It hangs before we can write anything in log files and thatching a debugger gives nothing. Closer inspections
    revealed that all the indesign treads is in "waiting" state. Waiting for what? Don't know. Killing one of the threads allows indesign to start but it will not have loaded the plugin and we are back on square one unable to debug.
    Anyway I installed the osx version of debug indesign and starting it gives an assert like: 
    No translation of key 'com.adobe.rc.operationalmessages' to British string. 
    BreakStrToDebugger
    ASSERT_FUNC
    Examining the stack of the indesign main thread in windows gives pretty much the same thing:
    0, ntkrnlpa.exe!KiDeliverApc+0xb3
    1, ntkrnlpa.exe!ZwYieldExecution+0x19ae
    2, ntkrnlpa.exe!NtWaitForSingleObject+0x9a
    3, ntkrnlpa.exe!KeReleaseInStackQueuedSpinLockFromDpcLevel+0xb14
    4, ntdll.dll!KiFastSystemCallRet
    5, kernel32.dll!WaitForSingleObject+0x12
    6, PMRuntime.dll!ClientShowAssert+0x8d
    7, PMRuntime.dll!BreakStrToDebugger+0x15
    8, PMRuntime.dll!ASSERT_FUNC+0x117
    9, NETAPI32.dll+0xbe86972
    (as reported by the ProcessHacker process viewer)
    So the win version is trying to show an assert window but fails, locking indesign in the splash screen? Stoping indesign before any plugin execution?
    As we cant get any debug information out we don really know what the problem is, making it rather hard to debug. We have triple checked the build and linking options. Studied the plugin exports. Inserted an ridiculous amount of trace statements in the code, doesn't work in the debug version but anyway.
    Have anyone had a problem like this or know what might cause it?
    What happens in the indesign startup process, what does the “Registering plug-ins” actually do? It's not executing any plugin functions and the the initialization of the plugins doesn't happen until later.

    You are correct in that none pf the plug-in code is executed during the "Registering ### plug-ins" phase. What is done here is simply loading the plugins by reading from their resource definitions. For example, if you try to load a CS4 plug-in in InDesign CS5 or if you try to load a release plug-in in debug version you will get errors and popups here and your plugin will not load and be available (these are just example errors and may not be relevant to your case). As far as I know InDesign should not crash just because there is a problem with your plugin, but there could be bugs.
    I would recommend:
    1. Remove your plugins and verify that InDesign debug starts properly without any 3rd party extensions.
    2. Compile one of the SDK sample plugins (debug target) and make sure that InDesign still starts properly.
    3. Create a new project using DollyXs, compile it and make sure it loads in InDesign.
    4. Remove the template files and add your own source files except the basic .fr file and make sure it still loads in InDesign.
    5. Keep changing things one at a time in your .fr file and verify it still loads until it looks exactly like your original .fr file.
    Good luck.
    Note: "No translation of key 'XXX' to British string." errors is in general quite harmless. It's only a problem with the string translation and should only affect string output in menus/dialogs etc. They should of course be fixed, but can generally be ignored for a while unless an infinite ASSERT loop prevents you from debugging.

  • How to make previous version documents(CS1 and CS3) without extension  readable in InDesign CS5

    I have some previous version documents of CS1 and CS3  on Mac  which have been saved without any extension e.g 300, CS3doc etc.
    When I open such documents in InDesign CS5 they appear to be unreadable .  Only on  selecting 'All documents' filter  I am able to open those documents.
    I want to make all such documents (which are without extension) readable with 'All Readable Documents ' also .
    How I can do that, please  help me !!!!!

    The first thing I'd do is make sure the issue is really what I suspect it is - i.e. I suspect your extension-less documents don't have the proper type and creator.
    If you fire up a Terminal window, you should be able to use the GetFileInfo command to check one of the files:
    Assume 'sampleFile' is sitting on your desktop, you'd do
    GetFileInfo ~/Desktop/sampleFile
    (not sure when/whether GetFileInfo is installed on a Mac - I think it used to be part of Apple's developer tools, but on my Snow Leopard it resides in /usr/bin)
    Check what it says for 'type' and 'creator'.
    If these are not correct, we've confirmed that that's the reason why they don't show up in your file dialog.
    If the issue is type/creator related, I can think of the following options:
    a) Change your code to accept ANY file type/extension - I suspect this would work (not tested!):
    openFileDialog->AddType( '????' );
    If memory serves right, '????' should be accepted as a wildcard.
    b) correct the file types BEFORE they are viewed in the File Dialog - for example, if these files are in a very specific folder somewhere, you might be able to scan the folder, and correct their type and creator (e.g. iterate through all extensionless files in folder 'xyz' and change their type and creator). A lot depends on how those files get there, and whether they are tied to a specific folder or not - are they 'old' files, or are they being generated in some workflow? If they're all over a user's system or all over a file server, such pre-scanning and cleaning up file types approach will be a no-go.
    Cheers,
    Kris

  • Can anyone help with isolating the cause of an InDesign CS5 crash?  It's intermittent...

    Hi All,
    I've got a client that's running into an intermittent crashing problem with InDesign.  Ordinarily "intermittent" points to hardware, but we wanted to rule out bad software first, especially as InDesign is the ONLY application that's crashing on this system.   The crashing doesn't seem to correspond to any given task that's executed within InDesign either.  This is an iMac 2.5 GHz Intel Core i5 (mid 2011 model), 8 GB of RAM.  Original this iMac was running Snow Leopard with InDesign CS5 (7.0.4), and crashing fequently then.  For numerous reasons including the crashing we did an erase and install of the OS, this time installing 10.8.2, and a fresh install of CS5 and ran all updates from Adobe (to 7.0.4), and then ran a Disk Permissions repair (we have not updated to 10.8.3 due to reports I've seen of more crashing with InDesign CS5).  Fonts and InDesign application support files from ~/Library were migrated over manually, but no other user data.  The crashing occurs within two user accounts on this fresh OS (one of which was created to troubleshoot with as a clean environment) so isn't likely user account related but due to fonts that may not be confirmed.  Being that it's intermittent it's been quite hard to track down.  Linotype Font Explorer is installed on this system and I have just now disabled the font activation plugins in case that is part of the problem here; haven't had a chance yet to let the system run without those to see if the problem is resolved.  Two recent crash logs (below) show different activity causing the crash (I've included thread 0 only, but can post more if requested; my experience has been that thread 0 will usually give you what you need, but given that we're seeing different cuases here I'm at a loss).  We have tried fresh RAM in the system in case this was related to bad memory, and that made no difference.  Font caches for both applications and the OS have been cleared and fonts showing any missing printer font files have been disabled.  Any help would be greatly apprecaited.  
    Many thanks,
    Mike
    Log 1:
    Process:         Adobe InDesign CS5 [11565]
    Path:            /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Adobe InDesign CS5
    Identifier:      com.adobe.InDesign
    Version:         7.0.4.553 (7040)
    Code Type:       X86 (Native)
    Parent Process:  launchd [238]
    User ID:         501
    Date/Time:       2013-05-02 12:45:38.327 -0700
    OS Version:      Mac OS X 10.8.2 (12C60)
    Report Version:  10
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000004
    VM Regions Near 0x4:
    --> __PAGEZERO             0000000000000000-0000000000001000 [    4K] ---/--- SM=NUL  /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Adobe InDesign CS5
        __TEXT                 0000000000001000-0000000000005000 [   16K] r-x/rwx SM=COW  /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Adobe InDesign CS5
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.adobe.InDesign.Links                0x11da9cfd 0x11d39000 + 462077
    1   com.adobe.InDesign.Links                0x11dad857 0x11d39000 + 477271
    2   com.adobe.InDesign.Links                0x11dabcc0 0x11d39000 + 470208
    3   com.adobe.InDesign.Links                0x11da96b9 0x11d39000 + 460473
    4   DataBaseLib.dylib                       0x010fd89f InterfaceSnapshot::ResetObjectToSnapshot(IDataBase*, IPMUnknown*, IDType<SnapshotID_tag>, ISnapshotCache*, scoped_lastrevinfodataref&) + 575
    5   ObjectModelLib.dylib                    0x01063b80 0x1038000 + 179072
    6   ObjectModelLib.dylib                    0x01070eb8 ShuksanInit(IStartupScreen* (*)(), IPlugIn*) + 23784
    7   DataBaseLib.dylib                       0x010ce158 0x10c9000 + 20824
    8   com.adobe.InDesign.Links                0x11d7b093 0x11d39000 + 270483
    9   com.adobe.InDesign.Links                0x11d7d991 0x11d39000 + 280977
    10  com.adobe.InDesign.Links                0x11d8ee5a 0x11d39000 + 351834
    11  com.adobe.InDesign.Links                0x11d9f17f 0x11d39000 + 418175
    12  com.adobe.InDesign.Links                0x11da016e 0x11d39000 + 422254
    13  com.adobe.InDesign.Links                0x11d78258 0x11d39000 + 258648
    14  com.adobe.InDesign.Links                0x11e05bbc GetPlugIn + 191420
    15  com.adobe.InDesign.Links                0x11e05836 GetPlugIn + 190518
    16  com.adobe.InDesign.Document Framework          0x0d937a85 0xd936000 + 6789
    17  com.adobe.InDesign.Document Framework          0x0d937b75 0xd936000 + 7029
    18  com.adobe.InDesign.AppFramework          0x0bbb60ed GetPlugIn + 201661
    19  com.adobe.InDesign.Links                0x11d71025 0x11d39000 + 229413
    20  com.adobe.InDesign.Links                0x11d70d6c 0x11d39000 + 228716
    21  ObjectModelLib.dylib                    0x01062640 0x1038000 + 173632
    22  ObjectModelLib.dylib                    0x010651bb 0x1038000 + 184763
    23  com.adobe.InDesign.Document Framework          0x0d9d0ed0 0xd936000 + 634576
    24  com.adobe.InDesign.Links                0x11dc53f8 0x11d39000 + 574456
    25  com.adobe.InDesign.Document Framework          0x0d937a85 0xd936000 + 6789
    26  com.adobe.InDesign.Document Framework          0x0d937b75 0xd936000 + 7029
    27  com.adobe.InDesign.AppFramework          0x0bbb60ed GetPlugIn + 201661
    28  PublicLib.dylib                         0x01161d6c UIDList::ReadWrite(IPMStream*, UIDList::EXferType) + 204
    29  PublicLib.dylib                         0x01161f50 UIDList::ReadWriteXferReference(IPMStream*) + 32
    30  com.adobe.InDesign.Links                0x11db2d49 0x11d39000 + 499017
    31  ObjectModelLib.dylib                    0x01062640 0x1038000 + 173632
    32  ObjectModelLib.dylib                    0x01065ab5 0x1038000 + 187061
    33  com.adobe.InDesign.Document Framework          0x0d9d13ec 0xd936000 + 635884
    34  com.adobe.InDesign.Document Framework          0x0d9d0c1e 0xd936000 + 633886
    35  com.adobe.InDesign.Generic Page Item          0x117a0a86 GetPlugIn + 149142
    36  PublicLib.dylib                         0x01164422 Command::DoImmediate(short) + 34
    37  com.adobe.InDesign.Utilities            0x0ce10aa3 0xce0f000 + 6819
    38  com.adobe.InDesign.Utilities            0x0ce10ccc 0xce0f000 + 7372
    39  com.adobe.InDesign.AppFramework          0x0bb7a688 0xbb60000 + 108168
    40  PublicLib.dylib                         0x0116557b CmdUtils::ProcessCommand(ICommand*) + 59
    41  com.adobe.InDesign.Document Framework          0x0d952c6d 0xd936000 + 117869
    42  PublicLib.dylib                         0x01164422 Command::DoImmediate(short) + 34
    43  com.adobe.InDesign.Utilities            0x0ce10aa3 0xce0f000 + 6819
    44  com.adobe.InDesign.Utilities            0x0ce10ccc 0xce0f000 + 7372
    45  com.adobe.InDesign.AppFramework          0x0bb7a688 0xbb60000 + 108168
    46  PublicLib.dylib                         0x0116557b CmdUtils::ProcessCommand(ICommand*) + 59
    47  PublicLib.dylib                         0x01163cd1 CompoundSequenceCmd::Do() + 369
    48  PublicLib.dylib                         0x01164422 Command::DoImmediate(short) + 34
    49  com.adobe.InDesign.Utilities            0x0ce10aa3 0xce0f000 + 6819
    50  com.adobe.InDesign.Utilities            0x0ce10ccc 0xce0f000 + 7372
    51  com.adobe.InDesign.AppFramework          0x0bb7a688 0xbb60000 + 108168
    52  PublicLib.dylib                         0x0116557b CmdUtils::ProcessCommand(ICommand*) + 59
    53  com.adobe.InDesign.AppFramework          0x0bb83bef 0xbb60000 + 146415
    54  PublicLib.dylib                         0x01164422 Command::DoImmediate(short) + 34
    55  com.adobe.InDesign.Utilities            0x0ce10aa3 0xce0f000 + 6819
    56  com.adobe.InDesign.Utilities            0x0ce10ccc 0xce0f000 + 7372
    57  com.adobe.InDesign.AppFramework          0x0bb7a688 0xbb60000 + 108168
    58  PublicLib.dylib                         0x0116557b CmdUtils::ProcessCommand(ICommand*) + 59
    59  com.adobe.InDesign.AppFramework          0x0bb83bef 0xbb60000 + 146415
    60  PublicLib.dylib                         0x01164422 Command::DoImmediate(short) + 34
    61  com.adobe.InDesign.Utilities            0x0ce10aa3 0xce0f000 + 6819
    62  com.adobe.InDesign.Utilities            0x0ce10ccc 0xce0f000 + 7372
    63  com.adobe.InDesign.AppFramework          0x0bb7a688 0xbb60000 + 108168
    64  PublicLib.dylib                         0x0116557b CmdUtils::ProcessCommand(ICommand*) + 59
    65  com.adobe.InDesign.Widgets              0x0e99304b GetPlugIn + 211323
    66  com.adobe.InDesign.Widgets              0x0e996386 GetPlugIn + 224438
    67  com.adobe.InDesign.Widgets              0x0e995fc0 GetPlugIn + 223472
    68  PublicLib.dylib                         0x0117982b CScrapSuite_Extensible::Paste(IClipboardController*, IControlView*, short) + 219
    69  com.adobe.InDesign.Application UI          0x0d3d1ff4 0xd3af000 + 143348
    70  com.adobe.InDesign.Application UI          0x0d3d2f05 0xd3af000 + 147205
    71  com.adobe.InDesign.Application UI          0x0d3d0abc 0xd3af000 + 137916
    72  com.adobe.InDesign.Application UI          0x0d433632 GetPlugIn + 217730
    73  com.adobe.InDesign.Actions              0x13d30de3 GetPlugIn + 11699
    74  com.adobe.InDesign.Actions              0x13d1eccc 0x13d1d000 + 7372
    75  WidgetBinLib.dylib                      0x02880334 MDefaultEH::KeyboardShortcut(IEvent*) + 484
    76  WidgetBinLib.dylib                      0x0287fb34 CDefaultEH::KeyDown(IEvent*) + 148
    77  WidgetBinLib.dylib                      0x02880133 MDefaultEH::KeyDown(IEvent*) + 163
    78  PublicLib.dylib                         0x01184bee CEventDispatcher::DispatchToEventHandlers(IEvent*) + 222
    79  PublicLib.dylib                         0x011846a8 CEventDispatcher::DispatchEvent(IEvent*, IEvent::SystemHandledState) + 24
    80  com.adobe.InDesign.Application UI          0x0d446b99 GetPlugIn + 296937
    81  com.adobe.InDesign.Application UI          0x0d4445dc GetPlugIn + 287276
    82  com.apple.HIToolbox                     0x9995cb6b _InvokeEventHandlerUPP(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*, long (*)(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*)) + 36
    83  com.apple.HIToolbox                     0x997e4594 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1343
    84  com.apple.HIToolbox                     0x997e3980 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 430
    85  com.apple.HIToolbox                     0x997f7855 SendEventToEventTarget + 88
    86  com.apple.HIToolbox                     0x998178b2 ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 2392
    87  com.apple.HIToolbox                     0x997e4a3f DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 2538
    88  com.apple.HIToolbox                     0x997e3980 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 430
    89  com.apple.HIToolbox                     0x997f7855 SendEventToEventTarget + 88
    90  com.apple.HIToolbox                     0x997d9077 SendTSMEvent + 75
    91  com.apple.HIToolbox                     0x997d8b0b SendUnicodeTextAEToUnicodeDoc + 745
    92  com.apple.HIToolbox                     0x997d8704 TSMKeyEvent + 980
    93  com.apple.HIToolbox                     0x998281e5 TSMProcessRawKeyEvent + 3102
    94  com.apple.HIToolbox                     0x99868ec5 HandleCompatibilityKeyEvent + 323
    95  com.apple.HIToolbox                     0x997e0aba HIApplication::EventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 7318
    96  com.apple.HIToolbox                     0x9995cb6b _InvokeEventHandlerUPP(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*, long (*)(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*)) + 36
    97  com.apple.HIToolbox                     0x997e4594 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1343
    98  com.apple.HIToolbox                     0x997e3980 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 430
    99  com.apple.HIToolbox                     0x997e37ca SendEventToEventTargetWithOptions + 94
    100 com.apple.HIToolbox                     0x9981738c ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 1074
    101 com.apple.HIToolbox                     0x997e4a3f DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 2538
    102 com.apple.HIToolbox                     0x997e3980 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 430
    103 com.apple.HIToolbox                     0x997f7855 SendEventToEventTarget + 88
    104 com.adobe.InDesign.AppFramework          0x0bb62fd5 0xbb60000 + 12245
    105 com.adobe.InDesign.AppFramework          0x0bb884fa GetPlugIn + 14282
    106 com.adobe.InDesign                      0x0000288b main + 187
    107 com.adobe.InDesign                      0x000027a6 start + 54
    Log 2:
    Process:         Adobe InDesign CS5 [745]
    Path:            /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Adobe InDesign CS5
    Identifier:      com.adobe.InDesign
    Version:         7.0.4.553 (7040)
    Code Type:       X86 (Native)
    Parent Process:  launchd [142]
    User ID:         501
    Date/Time:       2013-05-07 15:00:42.593 -0700
    OS Version:      Mac OS X 10.8.2 (12C60)
    Report Version:  10
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
    VM Regions Near 0:
    --> __PAGEZERO             0000000000000000-0000000000001000 [    4K] ---/--- SM=NUL  /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Adobe InDesign CS5
        __TEXT                 0000000000001000-0000000000005000 [   16K] r-x/rwx SM=COW  /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Adobe InDesign CS5
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.adobe.InDesign.Text                 0x0ff26f59 GetPlugIn + 1072585
    1   com.adobe.InDesign.Text                 0x0ff2c0eb GetPlugIn + 1093467
    2   com.adobe.InDesign.Text                 0x0ff2c1ef GetPlugIn + 1093727
    3   com.adobe.InDesign.Text                 0x0ff2c2c7 GetPlugIn + 1093943
    4   DataBaseLib.dylib                       0x010fd89f InterfaceSnapshot::ResetObjectToSnapshot(IDataBase*, IPMUnknown*, IDType<SnapshotID_tag>, ISnapshotCache*, scoped_lastrevinfodataref&) + 575
    5   ObjectModelLib.dylib                    0x01063b80 0x1038000 + 179072
    6   ObjectModelLib.dylib                    0x01070eb8 ShuksanInit(IStartupScreen* (*)(), IPlugIn*) + 23784
    7   DataBaseLib.dylib                       0x010ce158 0x10c9000 + 20824
    8   com.adobe.InDesign.Text                 0x0ff2e909 GetPlugIn + 1103737
    9   com.adobe.InDesign.Text                 0x1004932e GetPlugIn + 2261406
    10  com.adobe.InDesign.Text                 0x0fe3fcba GetPlugIn + 125738
    11  com.adobe.InDesign.Text                 0x0fe400ff GetPlugIn + 126831
    12  com.adobe.InDesign.Text                 0x0fec3876 GetPlugIn + 665318
    13  PublicLib.dylib                         0x01164422 Command::DoImmediate(short) + 34
    14  com.adobe.InDesign.Utilities            0x0ce3baa3 0xce3a000 + 6819
    15  com.adobe.InDesign.Utilities            0x0ce3bccc 0xce3a000 + 7372
    16  com.adobe.InDesign.AppFramework          0x0bb7a688 0xbb60000 + 108168
    17  com.adobe.InDesign.AppFramework          0x0bb6cf11 0xbb60000 + 53009
    18  com.adobe.InDesign.AppFramework          0x0bb62f0e 0xbb60000 + 12046
    19  com.adobe.InDesign.AppFramework          0x0bb884fa GetPlugIn + 14282
    20  com.adobe.InDesign                      0x0000288b main + 187
    21  com.adobe.InDesign                      0x000027a6 start + 54

    Thanks, Peter. 
    The "link related" and "text related" crashes were what I interpretted here, too, though I'm at a loss on how to proceed given that this is a fresh system and applications.  This is happening with multiple InDesign projects in a design office environment where many others work on the same files and none of the other computers are having problems with these files.  I've removed the same files listed (thank you for those) before and did so effectively with creating the new user account to test with, but it had no effect.  I just tried again though, as these files could easily have becone corrupt again if they were being written to when InDesign crashed.  Will let you know if that makes any difference.  I've also gone through and completely cleaned out the fonts again and once more cleared the font caches.  If need be I'll reboot this system into safe mode and try that way.
    Best,
    Mike

Maybe you are looking for

  • Energy saver not coming on when lid closed

    I'm not sure if this because I changed some setting or because I did the battery sw upgrade but now when IU close the lid on my MBR it does not sleep. The apple on the back of it stays lit, and it looks like the display never goes off. Is there a set

  • Mass Video Asset Management in Lightroom 4 - Watch as I Test (Flail and Fumble)

    The Project is to: catalog, keyword, manage, rate, and organize over 3400 video clips (AVCHD clips re-wrapped as MOV files) shot in 30 days in Costa Rica. The shoot was purely run and gun -total guerrilla style. As we were unable to do much transfer

  • Highest compression for archive purposes

    Hey Everyone, I'm looking to compress my videos at very high quality for storage using compressor. (some of my videos are 1-2 minutes others are 5 minutes). I tried a couple of times but my exports were 20 gb...too large. In case I ever put together

  • How to partition hard drive?

    I have a 13" Macbook Pro that I purchased new in the spring of 2009. I want to partition the hard drive in order to put Windows 7 on it. I only have one app that requires Windows so I probably don't need a very large partition. What is the best way t

  • Adding 2 values

    Hi, I need to add 2 values in my jsf page am trying with <af:inputText id="XXCreateManualPerDataVOExperienceGained" *value="#{(#{bindings.XXCreateManualPerDataVOExperienceGained.longValue} + #{bindings.XXCreateManualPerDataVOAssignedWorkExperience.lo