InDesign CS4 Debug Application

Hi,
Can anybody suggest how to get the InDesign CS4 Debug application?
Thanks,
Anil Yadav

same question with more detailed answers:
http://forums.adobe.com/message/2696232
Find mail adress here (old post but still valid):
http://blogs.adobe.com/notesfrommnr/2005/08/heres_how_to_ge.html
My plugins where never revisited by somone from adobe, I also had no delay. Reply/access to debug version granted from/by Adobe was very fast (4h).

Similar Messages

  • Adobe InDesign CS4 Debug WIN Installation

    I need to port an InDesign CS3 plugin to InDesign CS4. In order to do that I've installed the Adobe InDesign CS4 Debug WIN but when I'm trying to start the application I receive the following error message in German: "Diese Anwendung konnte nicht gestartet werden, weil die Anwendungskonfiguration nicht korrekt ist. Zur Problembehebung sollten Sie die Anwendung neu installieren.". In english this should mean something like "This application has failed to start because the application configuration is incorrect. Try to reinstall the application.".
    The box I've tried installing on has visual studio C++ 2005 SP1 and InDesign CS3 Debug already installed (which works fine). I've looked through the requirements in the "InDesign® CS4 Read Me" and couldn't find anything that I'm missing.
    Any ideas?
    Thanks in advance.

    Hi Folks,
    ID CS4 Debug and ID CS3 Debug can be installed on the same system. The likely reason that the CS4 version is giving that error is because the CS4 version needs some Visual Studio 2005 SP1 DLLs that aren't installed on the computer.
    I believe that there are a couple of ways to fix this. One is to install Visual Studio 2005 SP1 (the recommended setup for CS4 plug-in development). When you install SP1 the DLLs needed by ID CS4 Debug will be installed. The other way, I think, is to not SP1, but install the release version of ID CS4 on your system. I understand that the ID CS4 Release version installer will install the DLLs needed by the debug version.
    However, if you use VS2005 (no SP1 installed) for CS4 plug-in development you will not be using the recommended development environment for CS4. But if you install SP1, and you want to develop plug-ins for CS3, you will not be using the recommended development environment for CS3 plug-in development. Go figure.
    Please note that once you install VS2005 SP1, any plug-ins that you compile will be looking for the SP1 version of the C/C++ Runtime DLLs when the plug-in is launched. The needed DLLs will be on your development system, so everything will seem fine when you test your CS3 plug-ins on your development computer. But when the plug-in is launched on a machine without the SP1 DLLs installed, the plug-in will not run.
    I'm not sure of the best way to deal with this (I'm mainly a Mac guy), but there was a thread here entitled
    Visual Studio 2005 SP1 about this issue a while back. This thread was partially deleted due to a forum software problem, and one of the ideas that was mentioned was lost from the message thread. Below are the useful (IMHO) missing messages (sent to me by Dirk Becker), who follows the forum using email.
    [Ugh! I told Dirk I would write up a Wiki entry for this, but work happened and I haven't gotten to this yet. :-( ]
    =========
    MISSING MESSAGES FROM THE THREAD: "[IDCS3 WIN] Visual Studio 2005 SP1"
    =========
    FROM: Eugenio Andres
    Hi Jim,
    From your original error message, the problem is most likely with the installation of the C/C++ SP1 runtime DLL on the machine that does not have the compiler. It's not so simple nowadays as copying over the DLLs, because Microsoft invented the side-by-side system, that allows having several versions of the same file on one machine.
    Your options are installing the runtime on each machine (a package for that is available from Microsoft Download) or changing your project to the static runtime ("Multithreaded" instead of "Multithreaded DLL"). I always use static linking in plugins with no problems, although Adobe specifies dynamic in their instructions, but you avoid these "DLL hell" problems.
    Regards,
    Eugenio Andres - www.ExpertosInformaticos.com
    =====
    =====
    FROM: Jim Birkenseer
    Hi Eugenio,
    Thanks for the information.
    So, are you saying that I simply have to go into my Plug-In's property page in VS2005 SP1 and change the C/C++ Code Generation from Multi-threaded DLL (/MD) to Multi-threaded (/MT) and rebuild the project? What are the downsides of doing this--or are there any?
    <...SNIP...>
    -- Jim
    =========
    =========
    FROM: Eugenio Andres
    Hi Jim,
    You're welcome.
    Yes, that project change should do it. The difference is that with the "DLL" version, your plugin loads the C/C++ runtime shared library (DLL) at runtime and calls it for any needed functions (like strcpy, malloc, etc.). Without the "DLL", the linker puts the C/C++ runtime code directly into your plugin and you don't need the C/C++ runtime SP1 DLL (the error you're getting is because your plugin required the DLL and it's not found on that machine).
    The C++ SP1 runtime shared library is different from the C++ non-SP1 library InDesign uses. In this new Windows "side-by-side" scheme, both can live together.
    If you use the exact same C/C++ runtime that Adobe uses, then that library is physically shared and it allows to do some "risky" things as e.g. allocating memory in one module (e.g. InDesign) and freeing it in another (e.g. your plugin). But this is usually not recommended and I don't think Adobe is doing it (but then it's only my impression from the code structure).
    Anyhow, from the moment you use the SP1 compiler, you're not sharing the runtime any more with InDesign, so it doesn't matter if you compile "MultiThreaded" instead of "MultiThreaded DLL". The difference between these is the size of the plugin and the easyness of distribution, and without DLL you miss possible "automatic" updates of the C++ runtime DLL (because the C/C++ runtime code is embedded in your plugin), but lately new versions of the C/C++ runtime become "different" DLLs, as you can see, so that's not so relevant any more - or if it's critical, you can always recompile your plugin and redistribute if needed.
    You can find a brief description of SP1 in
    http://msdn2.microsoft.com/en-us/vstudio/aa718695.aspx
    It looks like minor non-breaking changes to me, but one never knows...
    Cheers,
    Eugenio Andres - www.ExpertosInformaticos.com

  • Error loading Indesign CS4 Debug plug-in. Sxs trace attached

    When I try to open Indesign Debug after placing my plugins in the plug in folder, I get the following Sxs trace:
    INFO: Parsing Manifest File C:\Program Files\Adobe\Adobe InDesign CS4 Debug\Plug-ins\IPG3EXPORTER.PLN.
        INFO: Manifest Definition Identity is (null).
         INFO: Reference:  Microsoft.VC80.DebugCRT,processorArchitecture="x86",publicKeyToken="1  fc8b3b9a1e18e3b",type="win32",version="8.0.50727.4053"
    INFO:  Resolving reference  Microsoft.VC80.DebugCRT,processorArchitecture="x86",publicKeyToken="1  fc8b3b9a1e18e3b",type="win32",version="8.0.50727.4053".
        INFO: Resolving reference for ProcessorArchitecture x86.
            INFO: Resolving reference for culture Neutral.
                INFO: Applying Binding Policy.
                     INFO: Find publisher policy at  C:\Windows\WinSxS\manifests\x86_policy.8.0.microsoft.vc80.debugcrt_1f  c8b3b9a1e18e3b_8.0.50727.762_none_6d78e2ee5a7eb616.manifest
                    INFO: No binding policy redirect found.
                INFO: Begin assembly probing.
                    INFO: Did not find the assembly in WinSxS.
                     INFO: Attempt to probe manifest at  C:\Windows\assembly\GAC_32\Microsoft.VC80.DebugCRT\8.0.50727.4053__1f  c8b3b9a1e18e3b\Microsoft.VC80.DebugCRT.DLL.
                    INFO:  Attempt to probe manifest at C:\Program Files\Adobe\Adobe InDesign CS4  Debug\Plug-ins\Microsoft.VC80.DebugCRT.DLL.
                    INFO:  Attempt to probe manifest at C:\Program Files\Adobe\Adobe InDesign CS4  Debug\Plug-ins\Microsoft.VC80.DebugCRT.MANIFEST.
                     INFO: Attempt to probe manifest at C:\Program Files\Adobe\Adobe InDesign  CS4 Debug\Plug-ins\Microsoft.VC80.DebugCRT\Microsoft.VC80.DebugCRT.DLL.
                     INFO: Attempt to probe manifest at C:\Program Files\Adobe\Adobe  InDesign CS4  Debug\Plug-ins\Microsoft.VC80.DebugCRT\Microsoft.VC80.DebugCRT.MANIFE  ST.
                    INFO: Did not find manifest for culture Neutral.
                INFO: End assembly probing.
    Any ideas? It looks like the manifest is null, whatever that means.

    I'm guessing there is a mismatch between:
         x86_policy.8.0.microsoft.vc80.debugcrt_1fc8b3b9a1e18e3b_8.0.50727.762_none_6d78e2ee5a7eb6 16.manifest
    and
         x86_policy.8.0.microsoft.vc80.debugcrt_1fc8b3b9a1e18e3b_8.0.50727.42_none_3825408a574a21c b.manifest
    is your plugin built on the same machine as you trying to launch InDesign Debug? is InDesign starting without your plugin?
    Regards
    Bartek

  • InDesign CS4 Debug not working on Windows

    Dear All,
    Two days back I purchased Bronze ASN memebership. This is the first time when I am trying debug version of InDesign. I have installed InDesign CS4 Debug on both Mac & Windows. On Mac it is working fine, but on windows it is not working.
    Debug Indesign is not getting launch and asking for re-installation. I have re-installed 2-3 times. Release version allready installed one my PC. I have tried with differeent combination like "install without Release version of InDesign", "insatalled on different drive", etc.
    I hope some one can help me to resolve this issue.
    Regards,
    Rajeev

    I think the Adobe terminology is Required not recommended, but the
    recommended build environment for CS4 plugins is Visual Studio 2005 plus
    service pack 1.
    As has been said many times on this list, and I can confirm from painful
    experience, you may have problems if you try to build your plugins with VS
    2008.
    Caerwyn

  • Where I can get InDesign CS5 debug application

    Hi All,
    Initially InDesign CS5 debug application was available on prerelease forum, Now they removed it from there.
    Please let me know where I can get the InDesign CS5 debug application
    Regards,
    Alam

    Hi Norio,
    I have downloaded the indesign cs5 debug windows installer from adobe partnerr site, installer build is 355.
    I have sucessfully installed it on my windows machiine.
    On running the application I have got following Aseert message one after another.
    - Cannot load plugin FONT MANAGER.RPLN
    - Cannot load plugin SING.APLN
    - About to use nil interface ptr! Queried IID was FontMgrPrefix + 4 (0x3e04), on Boss kWorkspaceBoss
    Then aftter Indesign application gets crashed.
    Please note that I did not load any third party plugin.
    Regards,
    Alam

  • InDesign CS4 Crashes after Software Update Install

    Re: Indesign CS4 keeps crashing!
    I am having the same problem. My InDesign CS4 was fine for months, no problems, until I got a software update available message and I downloaded the update and installed it. After the install I restarted the computer. Since then I can not open InDesign CS4 - it crashes on startup. I have no problem with my CS3 opening. My software is CS4 Design Premium. My computer is a MAC G5 running 10.4.11.
      Machine Name: Power Mac G5
      Machine Model: PowerMac7,2
      CPU Type: PowerPC 970  (2.2)
      Number Of CPUs: 1
      CPU Speed: 1.8 GHz
      L2 Cache (per CPU): 512 KB
      Memory: 2.5 GB
      Bus Speed: 900 MHz
      Boot ROM Version: 5.1.5f2
    Here is the beginning of the crash report, I have the whole thing but did not know if that was too much to post. Thanks.
    Indesign CS4 Version: 6.0.5.602 bugs
    Date/Time:      2010-06-23 10:39:57.808 -0400
    OS Version:     10.4.11 (Build 8S165)
    Report Version: 4
    Command: Adobe InDesign CS4
    Path:    /Applications/CS4/Adobe InDesign CS4/Adobe InDesign CS4.app/Contents/MacOS/Adobe InDesign CS4
    Parent:  WindowServer [65]
    Version: 6.0.5.602 (6050)
    PID:    460
    Thread: 0
    Exception:  EXC_BAD_ACCESS (0x0001)
    Codes:      KERN_PROTECTION_FAILURE (0x0002) at 0x00000000

    The problem did not exist until I installed an Adobe generated 
    software update. It happened immediately on restart after the Adobe 
    generated software update. All the fonts are fine. CS3 opens fine.
    Here is the complete crash report.
    Indesign CS4 Version: 6.0.5.602 bugs
    Date/Time:      2010-06-23 10:39:57.808 -0400
    OS Version:     10.4.11 (Build 8S165)
    Report Version: 4
    Command: Adobe InDesign CS4
    Path:    /Applications/CS4/Adobe InDesign CS4/Adobe InDesign CS4.app/
    Contents/MacOS/Adobe InDesign CS4
    Parent:  WindowServer
    Version: 6.0.5.602 (6050)
    PID:    460
    Thread: 0
    Exception:  EXC_BAD_ACCESS (0x0001)
    Codes:      KERN_PROTECTION_FAILURE (0x0002) at 0x00000000
    Thread 0 Crashed:
    0   PublicLib.dylib                            0x01f28a7c 
    MLocaleSetting::Initialize() + 1068
    1   PublicLib.dylib                            0x01f28b24 
    MLocaleSetting::GetLocale() + 52
    2   com.adobe.InDesign                         0x00004d00 typeinfo 
    name for MStartupScreen + 640
    3   dyld                                       0x8fe15670 
    ImageLoaderMachO::doInitialization(ImageLoader::LinkContext const&) + 
    816
    4   dyld                                       0x8fe0babc 
    ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&) 
    + 212
    5   dyld                                       0x8fe0d604 
    ImageLoader::runInitializers(ImageLoader::LinkContext const&) + 92
    6   dyld                                       0x8fe02cb4 
    dyld::initializeMainExecutable() + 84
    7   com.adobe.InDesign                         0x00001e14 start + 356
    8   com.adobe.InDesign                         0x00001ce0 start + 48
    Thread 1:
    0   libSystem.B.dylib                          0x90053f88 
    semaphore_timedwait_signal_trap + 8
    1   libSystem.B.dylib                          0x900707e8 
    pthread_cond_timedwait_relative_np + 556
    2   ...ple.CoreServices.CarbonCore             0x90bc684c 
    MPWaitOnQueue + 224
    3   PMRuntime.dylib                            0x00011470 
    MemUtils::GetAvailMem() + 256
    4   ...ple.CoreServices.CarbonCore             0x90bc665c 
    PrivateMPEntryPoint + 76
    5   libSystem.B.dylib                          0x9002b908 
    pthreadbody + 96
    Thread 0 crashed with PPC Thread State 64:
       srr0: 0x0000000001f28a7c srr1: 
    0x100000000200f030                        vrsave: 0x0000000000000000
         cr: 0x22000442          xer: 0x0000000000000000   lr: 
    0x0000000001f28a78  ctr: 0x0000000000000001
         r0: 0x0000000001f28a78   r1: 0x00000000bffff800   r2: 
    0x00000000a0b8badc   r3: 0x0000000000000000
         r4: 0x0000000000000001   r5: 0x0000000000000001   r6: 
    0x0000000000000000   r7: 0xffffffffffffffff
         r8: 0x000000000401a800   r9: 0x000000000000000a  r10: 
    0x0000000090bb0434  r11: 0x0000000002255810
        r12: 0x000000009000621c  r13: 0x0000000000000000  r14: 
    0x0000000000000000  r15: 0x0000000000000000
        r16: 0x0000000000000000  r17: 0x0000000000000000  r18: 
    0x0000000000000000  r19: 0x0000000000000000
        r20: 0x0000000000000000  r21: 0x0000000000000000  r22: 
    0x0000000000000000  r23: 0x000000008fe5433c
        r24: 0x000000008fe45348  r25: 0x0000000000100060  r26: 
    0x0000000000000009  r27: 0x000000008fe5c568
        r28: 0x000000000225865c  r29: 0x0000000000000000  r30: 
    0x00000000bffff840  r31: 0x0000000001f2865c
    Binary Images Description:
         0x1000 -     0x4fff com.adobe.InDesign 6.0.5.602 
    (6050)            /Applications/CS4/Adobe InDesign CS4/Adobe InDesign 
    CS4.app/Contents/MacOS/Adobe InDesign CS4
         0x8000 -     0x8fff InDesignModel             /Applications/CS4/
    Adobe InDesign CS4/Adobe InDesign CS4.app/Contents/MacOS/
    InDesignModel.framework/Versions/A/InDesignModel
         0xb000 -     0xbfff InDesignModelAndUI             /Applications/
    CS4/Adobe InDesign CS4/Adobe InDesign CS4.app/Contents/MacOS/
    InDesignModelAndUI.framework/Versions/A/InDesignModelAndUI
         0xe000 -    0x16fff PMRuntime.dylib             /Applications/
    CS4/Adobe InDesign CS4/Adobe InDesign CS4.app/Contents/MacOS/
    PMRuntime.dylib
        0x33000 -    0x38fff com.adobe.AdobeCrashReporter 2.5 
    (3.0.20080806)            /Applications/CS4/Adobe InDesign CS4/Adobe 
    InDesign CS4.app/Contents/Frameworks/AdobeCrashReporter.framework/
    Versions/A/AdobeCrashReporter
        0x46000 -    0x84fff AdobeARE             /Applications/CS4/Adobe 
    InDesign CS4/Adobe InDesign CS4.app/Contents/Frameworks/
    AdobeARE.framework/Versions/A/AdobeARE
        0x8c000 -    0xa9fff AdobeBIB             /Applications/CS4/Adobe 
    InDesign CS4/Adobe InDesign CS4.app/Contents/Frameworks/
    AdobeBIB.framework/Versions/A/AdobeBIB
        0xb2000 -    0xd5fff AdobeBIBUtils             /Applications/CS4/
    Adobe InDesign CS4/Adobe InDesign CS4.app/Contents/Frameworks/
    AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
        0xe1000 -    0xe9fff libboost_thread-mt-1_34_1.dylib             /
    Applications/CS4/Adobe InDesign CS4/Adobe InDesign CS4.app/Contents/
    MacOS/libboost_thread-mt-1_34_1.dylib
       0x205000 -   0x307fff AdobeACE             /Applications/CS4/Adobe 
    InDesign CS4/Adobe InDesign CS4.app/Contents/Frameworks/
    AdobeACE.framework/Versions/A/AdobeACE
       0x322000 -   0x393fff ObjectModelLib.dylib             /
    Applications/CS4/Adobe InDesign CS4/Adobe InDesign CS4.app/Contents/
    MacOS/ObjectModelLib.dylib
       0x3af000 -   0x3c2fff com.adobe.asneu.framework asneu version 
    1.6.2f01 (1.6.2)            /Applications/CS4/Adobe InDesign CS4/
    Adobe InDesign CS4.app/Contents/Frameworks/asneu.framework/Versions/A/
    asneu
       0x479000 -   0x4b7fff DataBaseLib.dylib             /Applications/
    CS4/Adobe InDesign CS4/Adobe InDesign CS4.app/Contents/MacOS/
    DataBaseLib.dylib
       0x671000 -   0x6a0fff AdobeAFL             /Applications/CS4/Adobe 
    InDesign CS4/Adobe InDesign CS4.app/Contents/Frameworks/
    AdobeAFL.framework/Versions/A/AdobeAFL
       0x6bb000 -   0x703fff com.adobe.adobe_caps adobe_caps 2.0.99.0 
    (2.0.99.0)            /Applications/CS4/Adobe InDesign CS4/Adobe 
    InDesign CS4.app/Contents/Frameworks/adobe_caps.framework/Versions/A/
    adobe_caps
       0x709000 -   0x78bfff libboost_regex-mt-1_34_1.dylib             /
    Applications/CS4/Adobe InDesign CS4/Adobe InDesign CS4.app/Contents/
    MacOS/libboost_regex-mt-1_34_1.dylib
      0x1008000 -  0x1516fff AdobeAGM             /Applications/CS4/Adobe 
    InDesign CS4/Adobe InDesign CS4.app/Contents/Frameworks/
    AdobeAGM.framework/Versions/A/AdobeAGM
      0x1679000 -  0x1910fff AdobeCoolType             /Applications/CS4/
    Adobe InDesign CS4/Adobe InDesign CS4.app/Contents/Frameworks/
    AdobeCoolType.framework/Versions/A/AdobeCoolType
      0x198c000 -  0x1d7cfff AdobeMPS             /Applications/CS4/Adobe 
    InDesign CS4/Adobe InDesign CS4.app/Contents/Frameworks/
    AdobeMPS.framework/Versions/A/AdobeMPS
      0x1e05000 -  0x21cffff PublicLib.dylib             /Applications/
    CS4/Adobe InDesign CS4/Adobe InDesign CS4.app/Contents/MacOS/
    PublicLib.dylib
      0x2324000 -  0x23c9fff WRServices             /Applications/CS4/
    Adobe InDesign CS4/Adobe InDesign CS4.app/Contents/Frameworks/
    WRServices.framework/Versions/A/WRServices
      0x2545000 -  0x2ef5fff libicudata.dylib.36.0             /
    Applications/CS4/Adobe InDesign CS4/Adobe InDesign CS4.app/Contents/
    Frameworks/ICUData.framework/Versions/3.6/libicudata.dylib.36.0
      0x2ef8000 -  0x2fdbfff libicui18n.dylib.36.0             /
    Applications/CS4/Adobe InDesign CS4/Adobe InDesign CS4.app/Contents/
    Frameworks/ICUInternationalization.framework/Versions/3.6/
    libicui18n.dylib.36.0
      0x3084000 -  0x3170fff libicuuc.dylib.36.0             /
    Applications/CS4/Adobe InDesign CS4/Adobe InDesign CS4.app/Contents/
    Frameworks/ICUUnicode.framework/Versions/3.6/libicuuc.dylib.36.0
      0x31d2000 -  0x3388fff com.adobe.amtlib amtlib 2.0.1.10077 
    (2.0.1.10077)            /Applications/CS4/Adobe InDesign CS4/Adobe 
    InDesign CS4.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
      0x33b9000 -  0x3524fff WidgetBinLib.dylib             /Applications/
    CS4/Adobe InDesign CS4/Adobe InDesign CS4.app/Contents/MacOS/
    WidgetBinLib.dylib
      0x35b9000 -  0x37affff AdobeOwl             /Applications/CS4/Adobe 
    InDesign CS4/Adobe InDesign CS4.app/Contents/Frameworks/
    AdobeOwl.framework/Versions/A/AdobeOwl
      0x3820000 -  0x3d54fff AdobeOwlCanvas             /Applications/CS4/
    Adobe InDesign CS4/Adobe InDesign CS4.app/Contents/Frameworks/
    AdobeOwlCanvas.framework/Versions/A/AdobeOwlCanvas
    0x8fe00000 - 0x8fe52fff dyld 46.16            /usr/lib/dyld
    0x90000000 - 0x901bcfff libSystem.B.dylib             /usr/lib/
    libSystem.B.dylib
    0x90214000 - 0x90219fff libmathCommon.A.dylib             /usr/lib/
    system/libmathCommon.A.dylib
    0x9021b000 - 0x90268fff com.apple.CoreText 1.0.4 (???)            /
    System/Library/Frameworks/ApplicationServices.framework/Versions/A/
    Frameworks/CoreText.framework/Versions/A/CoreText
    0x90293000 - 0x90344fff ATS             /System/Library/Frameworks/
    ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/
    Versions/A/ATS
    0x90373000 - 0x9072efff com.apple.CoreGraphics 1.258.85 
    (???)            /System/Library/Frameworks/
    ApplicationServices.framework/Versions/A/Frameworks/
    CoreGraphics.framework/Versions/A/CoreGraphics
    0x907bb000 - 0x90895fff com.apple.CoreFoundation 6.4.11 
    (368.35)            /System/Library/Frameworks/
    CoreFoundation.framework/Versions/A/CoreFoundation
    0x908de000 - 0x908defff com.apple.CoreServices 10.4 (???)            /
    System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x908e0000 - 0x909e2fff libicucore.A.dylib             /usr/lib/
    libicucore.A.dylib
    0x90a3c000 - 0x90ac0fff libobjc.A.dylib             /usr/lib/
    libobjc.A.dylib
    0x90aea000 - 0x90b5cfff IOKit             /System/Library/Frameworks/
    IOKit.framework/Versions/A/IOKit
    0x90b72000 - 0x90b84fff libauto.dylib             /usr/lib/libauto.dylib
    0x90b8b000 - 0x90e62fff com.apple.CoreServices.CarbonCore 681.19 
    (681.21)            /System/Library/Frameworks/CoreServices.framework/
    Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x90ec8000 - 0x90f48fff com.apple.CoreServices.OSServices 
    4.1            /System/Library/Frameworks/CoreServices.framework/
    Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x90f92000 - 0x90fd4fff com.apple.CFNetwork 129.24            /System/
    Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/
    CFNetwork.framework/Versions/A/CFNetwork
    0x90fe9000 - 0x91001fff com.apple.WebServices 1.1.2 
    (1.1.0)            /System/Library/Frameworks/CoreServices.framework/
    Versions/A/Frameworks/WebServicesCore.framework/Versions/A/
    WebServicesCore
    0x91011000 - 0x91092fff com.apple.SearchKit 1.0.8            /System/
    Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/
    SearchKit.framework/Versions/A/SearchKit
    0x910d8000 - 0x91101fff com.apple.Metadata 10.4.4 
    (121.36)            /System/Library/Frameworks/CoreServices.framework/
    Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x91112000 - 0x91120fff libz.1.dylib             /usr/lib/libz.1.dylib
    0x91123000 - 0x912defff com.apple.security 4.6 (29770)            /
    System/Library/Frameworks/Security.framework/Versions/A/Security
    0x913dd000 - 0x913e6fff com.apple.DiskArbitration 2.1.2            /
    System/Library/Frameworks/DiskArbitration.framework/Versions/A/
    DiskArbitration
    0x913ed000 - 0x913f5fff libbsm.dylib             /usr/lib/libbsm.dylib
    0x913f9000 - 0x91421fff com.apple.SystemConfiguration 
    1.8.3            /System/Library/Frameworks/
    SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x91434000 - 0x9143ffff libgcc_s.1.dylib             /usr/lib/
    libgcc_s.1.dylib
    0x91444000 - 0x914bffff com.apple.audio.CoreAudio 3.0.5            /
    System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x914fc000 - 0x914fcfff com.apple.ApplicationServices 10.4 
    (???)            /System/Library/Frameworks/
    ApplicationServices.framework/Versions/A/ApplicationServices
    0x914fe000 - 0x91536fff com.apple.AE 312.2            /System/Library/
    Frameworks/ApplicationServices.framework/Versions/A/Frameworks/
    AE.framework/Versions/A/AE
    0x91551000 - 0x91623fff com.apple.ColorSync 4.4.13            /System/
    Library/Frameworks/ApplicationServices.framework/Versions/A/
    Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x91676000 - 0x91707fff com.apple.print.framework.PrintCore 4.6 
    (177.13)            /System/Library/Frameworks/
    ApplicationServices.framework/Versions/A/Frameworks/
    PrintCore.framework/Versions/A/PrintCore
    0x9174e000 - 0x91805fff com.apple.QD 3.10.28 (???)            /System/
    Library/Frameworks/ApplicationServices.framework/Versions/A/
    Frameworks/QD.framework/Versions/A/QD
    0x91842000 - 0x918a0fff com.apple.HIServices 1.5.3 (???)            /
    System/Library/Frameworks/ApplicationServices.framework/Versions/A/
    Frameworks/HIServices.framework/Versions/A/HIServices
    0x918cf000 - 0x918f0fff com.apple.LangAnalysis 1.6.1            /
    System/Library/Frameworks/ApplicationServices.framework/Versions/A/
    Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x91904000 - 0x91929fff com.apple.FindByContent 1.5            /
    System/Library/Frameworks/ApplicationServices.framework/Versions/A/
    Frameworks/FindByContent.framework/Versions/A/FindByContent
    0x9193c000 - 0x9197efff com.apple.LaunchServices 183.1            /
    System/Library/Frameworks/ApplicationServices.framework/Versions/A/
    Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x9199a000 - 0x919aefff com.apple.speech.synthesis.framework 
    3.3            /System/Library/Frameworks/
    ApplicationServices.framework/Versions/A/Frameworks/
    SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x919bc000 - 0x91a02fff com.apple.ImageIO.framework 1.5.9            /
    System/Library/Frameworks/ApplicationServices.framework/Versions/A/
    Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x91a19000 - 0x91ae0fff libcrypto.0.9.7.dylib             /usr/lib/
    libcrypto.0.9.7.dylib
    0x91b2e000 - 0x91b43fff libcups.2.dylib             /usr/lib/libcups.
    2.dylib
    0x91b48000 - 0x91b66fff libJPEG.dylib             /System/Library/
    Frameworks/ApplicationServices.framework/Versions/A/Frameworks/
    ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91b6c000 - 0x91c23fff libJP2.dylib             /System/Library/
    Frameworks/ApplicationServices.framework/Versions/A/Frameworks/
    ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91c72000 - 0x91c76fff libGIF.dylib             /System/Library/
    Frameworks/ApplicationServices.framework/Versions/A/Frameworks/
    ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91c78000 - 0x91ce2fff libRaw.dylib             /System/Library/
    Frameworks/ApplicationServices.framework/Versions/A/Frameworks/
    ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91ce7000 - 0x91d02fff libPng.dylib             /System/Library/
    Frameworks/ApplicationServices.framework/Versions/A/Frameworks/
    ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91d07000 - 0x91d0afff libRadiance.dylib             /System/Library/
    Frameworks/ApplicationServices.framework/Versions/A/Frameworks/
    ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91d0c000 - 0x91dfafff libxml2.2.dylib             /usr/lib/
    libxml2.2.dylib
    0x91e19000 - 0x91e57fff libTIFF.dylib             /System/Library/
    Frameworks/ApplicationServices.framework/Versions/A/Frameworks/
    ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91e5e000 - 0x91e5efff com.apple.Accelerate 1.2.2 (Accelerate 
    1.2.2)            /System/Library/Frameworks/Accelerate.framework/
    Versions/A/Accelerate
    0x91e60000 - 0x91f45fff com.apple.vImage 2.4            /System/
    Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/
    vImage.framework/Versions/A/vImage
    0x91f4d000 - 0x91f6cfff com.apple.Accelerate.vecLib 3.2.2 (vecLib 
    3.2.2)            /System/Library/Frameworks/Accelerate.framework/
    Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x91fd8000 - 0x92046fff libvMisc.dylib             /System/Library/
    Frameworks/Accelerate.framework/Versions/A/Frameworks/
    vecLib.framework/Versions/A/libvMisc.dylib
    0x92051000 - 0x920e6fff libvDSP.dylib             /System/Library/
    Frameworks/Accelerate.framework/Versions/A/Frameworks/
    vecLib.framework/Versions/A/libvDSP.dylib
    0x92100000 - 0x92688fff libBLAS.dylib             /System/Library/
    Frameworks/Accelerate.framework/Versions/A/Frameworks/
    vecLib.framework/Versions/A/libBLAS.dylib
    0x926bb000 - 0x929e6fff libLAPACK.dylib             /System/Library/
    Frameworks/Accelerate.framework/Versions/A/Frameworks/
    vecLib.framework/Versions/A/libLAPACK.dylib
    0x92a16000 - 0x92b04fff libiconv.2.dylib             /usr/lib/
    libiconv.2.dylib
    0x92b07000 - 0x92b8ffff com.apple.DesktopServices 1.3.7            /
    System/Library/PrivateFrameworks/DesktopServicesPriv.framework/
    Versions/A/DesktopServicesPriv
    0x92bd0000 - 0x92e03fff com.apple.Foundation 6.4.12 
    (567.42)            /System/Library/Frameworks/Foundation.framework/
    Versions/C/Foundation
    0x92f36000 - 0x92f54fff libGL.dylib             /System/Library/
    Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92f5f000 - 0x92fb9fff libGLU.dylib             /System/Library/
    Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92fd7000 - 0x92fd7fff com.apple.Carbon 10.4 (???)            /
    System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92fd9000 - 0x92fedfff com.apple.ImageCapture 3.0            /System/
    Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
    ImageCapture.framework/Versions/A/ImageCapture
    0x93005000 - 0x93015fff com.apple.speech.recognition.framework 
    3.4            /System/Library/Frameworks/Carbon.framework/Versions/A/
    Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x93021000 - 0x93036fff com.apple.securityhi 2.0 (203)            /
    System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
    SecurityHI.framework/Versions/A/SecurityHI
    0x93048000 - 0x930cffff com.apple.ink.framework 101.2 
    (69)            /System/Library/Frameworks/Carbon.framework/Versions/
    A/Frameworks/Ink.framework/Versions/A/Ink
    0x930e3000 - 0x930eefff com.apple.help 1.0.3 (32)            /System/
    Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
    Help.framework/Versions/A/Help
    0x930f8000 - 0x93126fff com.apple.openscripting 1.2.7 
    (???)            /System/Library/Frameworks/Carbon.framework/Versions/
    A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x93140000 - 0x9314ffff com.apple.print.framework.Print 5.2 
    (192.4)            /System/Library/Frameworks/Carbon.framework/
    Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x9315b000 - 0x931c1fff com.apple.htmlrendering 1.1.2            /
    System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
    HTMLRendering.framework/Versions/A/HTMLRendering
    0x931f2000 - 0x93241fff com.apple.NavigationServices 3.4.4 
    (3.4.3)            /System/Library/Frameworks/Carbon.framework/
    Versions/A/Frameworks/NavigationServices.framework/Versions/A/
    NavigationServices
    0x9326f000 - 0x9328cfff com.apple.audio.SoundManager 3.9            /
    System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
    CarbonSound.framework/Versions/A/CarbonSound
    0x9329e000 - 0x932abfff com.apple.CommonPanels 1.2.2 (73)            /
    System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
    CommonPanels.framework/Versions/A/CommonPanels
    0x932b4000 - 0x935c2fff com.apple.HIToolbox 1.4.10 (???)            /
    System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
    HIToolbox.framework/Versions/A/HIToolbox
    0x93712000 - 0x9371efff com.apple.opengl 1.4.7            /System/
    Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x93797000 - 0x93797fff com.apple.Cocoa 6.4 (???)            /System/
    Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x93799000 - 0x93dccfff com.apple.AppKit 6.4.10 (824.48)            /
    System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x94159000 - 0x941cbfff com.apple.CoreData 91 (92.1)            /
    System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x94204000 - 0x942c9fff com.apple.audio.toolbox.AudioToolbox 
    1.4.7            /System/Library/Frameworks/AudioToolbox.framework/
    Versions/A/AudioToolbox
    0x9431c000 - 0x9431cfff com.apple.audio.units.AudioUnit 
    1.4            /System/Library/Frameworks/AudioUnit.framework/
    Versions/A/AudioUnit
    0x9431e000 - 0x944defff com.apple.QuartzCore 1.4.12            /
    System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x94528000 - 0x94565fff libsqlite3.0.dylib             /usr/lib/
    libsqlite3.0.dylib
    0x9456d000 - 0x945bdfff libGLImage.dylib             /System/Library/
    Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x945c6000 - 0x945dffff com.apple.CoreVideo 1.4.2            /System/
    Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x94678000 - 0x946b0fff com.apple.vmutils 4.0.0 (85)            /
    System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x94c32000 - 0x94ca3fff libstdc++.6.dylib             /usr/lib/libstdc
    ++.6.dylib
    0x9bcaf000 - 0x9bcd1fff libmx.A.dylib             /usr/lib/libmx.A.dylib
    Model: PowerMac7,2, BootROM 5.1.5f2, 1 processors, PowerPC 970  
    (2.2), 1.8 GHz, 2.5 GB
    Graphics: GeForce FX 5200, GeForce FX 5200, AGP, 64 MB
    Memory Module: DIMM0/J11, 256 MB, DDR SDRAM, PC3200U-30330
    Memory Module: DIMM1/J12, 256 MB, DDR SDRAM, PC3200U-30330
    Memory Module: DIMM2/J13, 1 GB, DDR SDRAM, PC3200U-30330
    Memory Module: DIMM3/J14, 1 GB, DDR SDRAM, PC3200U-30330
    Modem: MicroDash, UCJ, V.92, 1.0F, APPLE VERSION 2.6.6
    Network Service: Built-in Ethernet, Ethernet, en0
    Serial ATA Device: ST3160023AS, 149.05 GB
    Parallel ATA Device: SONY    DVD RW DW-U10A
    USB Device: Apple internal modem, HCF USB V.90 Data/Fax Modem, Up to 
    12 Mb/sec, 500 mA
    USB Device: USB2.0 MFP(Hi-Speed), EPSON, Up to 480 Mb/sec, 500 mA
    USB Device: Hub in Apple Pro Keyboard, Mitsumi Electric, Up to 12 Mb/
    sec, 500 mA
    USB Device: Apple Optical USB Mouse, Logitech, Up to 1.5 Mb/sec, 100 mA
    USB Device: Apple Pro Keyboard, Mitsumi Electric, Up to 12 Mb/sec, 
    250 mA
    Thanks.
    [email protected]
    609.953.0721
    Graphic Designer

  • You can't open the application "Adobe InDesign CS4" because it is not supported on this architecture"

    A day or two ago I went through installing Adobe InDesign CS4 on Leopard OS X.5.8.  After what appears to be a successful installati
    on, in launching InDesign CS4 the message " You can't open the application "Adobe InDesign CS4" because it is not supported on this
    architecture" comes up".  Calling in to support and speaking with the agent who read through previous posts, suggested to me that I
    should try the same fix that has been suggested when I ran across an error when installing Adobe InDesign CS4 on another separate ha
    rd drive externally connected to this computer running Snow Leopard OS X.6.1 for the error reading: "Damaged &/or incomplete install
    ation" when launching afterwards.  The support technician told me to first delete with the uninstall Adobe InDesign CS4, InDesign.
    Following this I am told to run the CS4 Cleanup Utility.  I restart the computer each and every time after running each of the utili
    ties.  Now I am told to install InDesign as a trial version from the DVD and after installation to go ahead & enter the serial numbe
    r.  When launching InDesign CS4 after installation got back the same error as before: "You can't open the application "Adobe InDesig
    n CS4" because it is not supported on this architecture" comes up".  Followed KB404711 article and no success.  What else can be don
    e to fix this issue?
    This morning contacted Adobe Support regarding this response:
    After having a detailed reserach on your issue i acme to the conclusion
    that the problem you are having is not related to Adobe software but its
    in fact related to your MAC version ( OSX-5.8). While reseraching your
    issue i came across
    to many forums where a lot of postings were about the similar error but
    with different products the only comon thing was all the Errors were
    with Mac machine , also when you check the system requirements  for
    Adobe Indesign Cs4
    by going to the following link
    http://www.adobe.com/products/indesign/systemreqs/?promoid=DRHXE  you
    will find the Mac OS version supported are from Mac OS X
    v10.4.11–10.5.4. but we do support Snow Leoprad , so i would like
    to advise to you to either contact your system manufacturer or upgrade
    to Snow Leopard ( mac os x 10.6)
    I have been told that my case is being sent to Level 2 agents and that it can take 24-48 hours for a response.  In the meantime I decided to see what the Support Forums can do for me.  Until then I am down.  Thanks for the help.

    In the application folder there is a folder 'Adobe InDesign CS4' within which there is just the application file. I would expect there should be more file there??
    I've un-installed and installed again - still the same.
    Even downloaded the dmg again and done thwe whole thing over again.

  • InDesign CS4 application moving to front

    Is it possible to stop InDesign CS4 application from moving to the front after saving or opening finishes. After I close a file while saving changes, I move to another application to begin work, such as typing, then InDesign snaps forward interupting my work. Not sure if there is a preference that eludes me or if there needs to be a script added/changed.
    Any thoughts?
    Thanks in advance for any help.
    J

    Thanks Stix! I guess I never noticed that it happens with other programs as well. I'm running on Max OS 10.5 and i'm now in search of a utility that would give me the ability to turn that feature off, or at least ignore requests from running programs.
    Thanks again!

  • JavaScript (JS) To Maximize InDesign CS4 Application

    I'm trying to write a JavaScript that will maximize the InDesign CS4 application window.
    I can control the document windows, but haven't found a way to control the application window.
    Any suggestions?

    Hey!
    Take look here: http://forums.adobe.com/message/2658650
    tomaxxi

  • CS4 "You cannot open the application Adobe InDesign CS4 because it is not supported on this archit

    Just installed CS4. Ai and Ps open fine. i get this prompt with InDesign.
    You cannot open the application Adobe InDesign CS4 because it is not supported on this architecture.
    any clues on how resolve this?
    thanks!

    I'm having exactly the same problem with InDesign from CS4 Design Standard (Photoshop and Illustrator both work), and I don't know what to do. I've called up the Adobe support line five times, and received five different answers, none of which have worked (and on three other occasions, my call was dropped, once after an hour on hold).
    One of the Adobe tech support people said to me "None of CS4 works with either 10.5.8 or Snow Leopard. We will issue a patch for that soon" - which directly contradicts what Adobe itself says on this site. I also went to see a Mac Genius, who couldn't help either.
    I have a 2GHz Macbook with 2GB RAM running 10.5.8. I've run the uninstall, and the Adobe Clean Script, I've repaired permissions on my drive (which isn't case sensitive), restarted, reinstalled, tried installing on an external drive and then tried downloading the trial, in case it's the install CD - nothing works. 
    Any suggestions, anyone? Might there be a problem with my library that is stopping the install? Something else?? I bought CS4 for InDesign primarily, this is not good.

  • Debug version of Adobe InDesign CS4 Server

    Hi All,
    I have installed Debug version of Adobe InDesign CS4 Server on my PC. It gets install properly. When I try to start the server it gives me such error "The system cannot execute the specified program."
    I have written following command to start the server.
    eg.
    C:\Program Files\Adobe\Adobe InDesign CS4 Server>Indesignserver
    So please tell me if there is another command to start the server or the set up that I have is not proper.
    Thanks & Regards,
    Santosh Kadam.

    Hi,
    Have u supplied registration keys at the time of installation?
    Are other InDesign software woring on ur PC?
    Hope this information will help me to fix it.

  • Missing fonts in InDesign CS4 - even when 'open' in Suitcase Fusion 3

    Hi all, I'm running InDesign CS4 on a Intel Mac Pro (tower), about 4 years old, running OSX Snow Leopard (all updates applied).
    Using Suitcase Fusion V3 for font management.
    I have a document that previously had no font issues at all.  Now when I open it InDesign throws up a 'Missing font' error.
    I have the correct fonts installed and 'open' in Suitcase Fusion.
    The font is available in Simpletext and Pages, but not InDesign and Illustrator.
    The troublesome font was OK the other day and has been since it was installed. 
    I've not changed anything that I'm aware of... but now InDesign won't 'see' the font.
    In the 'Find Font' dialogue box the 'Path' says it's 'Unkown or missing'.
    InDesign can see the other weights in the font family (bold, italic etc) but not regular.  And yet the entire font family is in the same folder on my hard drive.
    I've tried deleting all the' Adobe.lst' files.  No Joy.
    I've run Font Doctor on the whole font family, its says it's OK.
    I've tried re-installing the font from a back-up.  Nada.
    If anyone has any suggestions..... feel free to let rip!
    As ever, I await your expertise and unstinting knowledge in these matters   And, needless to say, I'll be mighty appreciative for it!
    RP

    Hi Bob, strangely... I've put the troublesome font, Dax (T1) Regular, in the Applications/Adobe InDesign CS4/Fonts folder and it seems to be working.
    Never had to do that before.
    Would be great to get back to 'normal'.  If possible.
    Although I have many duplicates spread across back-up drives and collected artwork folders, I've also tried to eliminate any duplicate 'open' versions.  But the above solution is the only one that works at the moment.
    RP
    p.s. I also tried removing any AdobeFNT**.lst files, (where ** is a number) before the above work around.  That didn't work either.

  • Is it possible to have Indesign CS4 and CS5.5 both installed on the same Mac? 10.6.8

    We have a bunch of recent Intel macs at our corporation.  Currently they should all have 10.6.8.  They were all imaged from a base image that has Adobe CS4 embedded in it. 
    We are now using a packaging software part of the JAMF Casper suite and AAMIE to push CS5.5 to the end users.
    The problem is that we want to keep CS4 on the end user's computers in case of issues.  That way the end users can try Indesign 5.5 and see if it does everything they need to do and still have Indesign for backwards compatiblity.
    So we created a CS5.5 install package using the AAMIE tool which works fine.  We then use Casper to spam the package out to a Mac.
    The issue that arises is that a few Plugin errors occur during the lauch of Indesign CS5.5 such as:
    Adobe inDesign does not recognize InCopy Bridge UI.InDesignPlugin as a valid plug-in.
    Adobe InDesign does not recognize InCopyExport.InDesignPlugin as a valid plug-in.
    Adobe InDesign does not recognize InCopyExportUI.InDesignPlugin as a valid plug-in.
    Adobe InDesign does not recognize InCopyImport.InDesignPlugin as a valid plug-in.
    There was one more plugin error that occured before the first one but I forgot to write it down.
    If we click okay to them, the application launches okay but when you quit and relaunch it, you still get one of the errors.
    Is this because both applications are installed at the same time?
    Is it offically okay as per Adobe to have Indesign CS4 and CS5.5 installed on the same Macintosh?
    What else should we be considering what to do?

    Well currently, I'm just testing this issue.  I just installed the trial version of  Adobe CS4 suite on my mac and then deployed the CS5.5 package on top off it  The resulting errors that I listed above are the same ones that occur when the end user has a licensed volume license install of CS4 and CS5.5.
    So I'm still back to square 1 where when I deploy cs5.5 on an  end user's mac, they get those plugin errors when they launch Indesign CS5.5.  
    I am not sure about the licensing restrictions, I asked my Director and he is going to check with our VAR.

  • Kuler no longer working in InDesign CS4

    Hi
    I've been googling this a lot but haven't found a (working) solution yet. I did find a link to what could be a solution, but the link is not working anymore.
    I'm an IT guy in an office where we have a small team of four people using Adobe Creative Suite 4. Recently they contacted me asking for help because Kuler was no longer working for them (it stopped working for all four).
    I installed InDesign CS4 on my own machine only to see that it does not work for me either. The error message is "No internet connection detected. Your computer must be online in order to search or access kuler themes".
    When I go to Windows -> Extensions -> Connections I'm able to login, but not able to search for updates, I just get "The update server is unavailable".
    When running the Kuler Air app I just get "kuler klash, please try again later".
    Because we're a big company we do of course have antivirus and firewalls. To make sure that the problem isn't because of this I installed InDesign on a machine (server) on a completely different network with less strict firewall and no antivirus on the machine, but It's just the same error message as before.
    Our machines are running Windows 7 Enterprise (the extra test was done on a Windows 2012 Server).
    Is Kuler just not working for CS4 anymore?
    Looking forward to a clarification on this problem.

    The Kuler team recently rebuilt the backend of the Kuler service for security, maintenance, and peformance reasons.  (the old back-end was showing signs of failure). 
    Anyway, it seems the new backend is not working with old Kuler APIs (CS3, CS4, and the air app and mac widget).  Adobe typically provides support for up to two versions back.  At the moment, that's CS5 or newer.  So, I'm afraid it's not likely that you can expect a fix for CS4.
    At this point, your team can use the web application to browse, create, and search themes.  They can also download themes as ASE files (on the website) to import into InDesign CS4. 

  • Windows 7 Professional 64bit: Installation of Indesign CS3 debug

    Hi
    I try to install Indesign CS3 Debug on a Windows 7 Professional 64bit pc. I extract the setup files and start setup.exe. A dialog is shown (with a progrss bar), but after a short time (2, 3 seconds), the application stops (crashs) without any message.
    What can I do?
    Can I install CS3 Debug on Windows 7?
    Thanks for the help.
    Hans

    Dev environment - i mean Visual Studio
    But fist try to check in Event viewer if there's any error message that could help to find what the actual problem is.
    Regards
    Bartek

Maybe you are looking for