Illustrator CS4 application not responding after install

Anyone knows how to slove this problem? I got the creative suite CS4 today and after installed dreamweaver, photoshop, acrobat reader works fine and fast except illustrator. When I opened the application and click on open a file or create a file, the application will show "Not Responding".
Anyone know how to solve it? I am using vista

Wade,
You said that Adobe's employees come and visit this forum. And you are right, Adobe's employees disguised as a regular users are here all the time.
When the CEO said Adobe hired Low Level employees I did not know then what he meant. Now I know is for damage control.
I am not only one as you can only wish. Go to Adobe Feedback forum: http://forums.adobe.com/community/general/adobedotcom_feedback
Afraid of the wolves?
Can count higher than 1000.
But you have not answer the question. Where is the CS4 update?

Similar Messages

  • Firefox Not Responding after Installing Microsoft Office 10

    After installing Microsoft Office 10 (student and home edition) on my laptop, I noticed that Firefox is going into the state 'Not Responding' every time I access it - it takes about 10 secs to 'think' and then comes back online. It continues to do this every time I want to access a new page, new link, click on mail in Yahoo Mail, etc. Has anyone experienced this issue?

    1) Check the $IAS_ORACLE_HOME/Apache/JServ/etc/logs/jvm
    has servral logs for OACoreGroup Servlets that are initialied
    2) You might have to enable the debug option in jserv.properties and jserv.conf
    (find IsItWorking.java in Metalink for the appropriate note )
    3) If this is 403 forbidden then check trusted.conf alongside httpd.conf
    pls keep posted about how this issue got resolved.
    Sunil
    JSP not responding after installing 11.5.10.2 on IBM
    HACMP
    i have finished installing Oracle applications
    11.5.10.2 on IBM clusters (HACMP version 5.1)its a
    multinode setup with mutual failover. other
    applications are working fine. the installation went
    well. but the final part on the middle tier , during
    the post install checks it says JSP not responding. I
    checked the apache error-log and saw the follwoing
    entry
    [Sun Apr 23 21:04:21 2006] [error] [client
    172.29.200.74] client denied by server configuration:
    /appl/oracle/devcomn/portal/
    DEV_erpappssrv/oprocmgr-service
    >
    that bafles me because that ip address was not used
    in the installation. its the persistent ip address of
    the HACMP. the service ip that was used in the
    configuration file was 172.29.200.75
    however there is no mention of this in the error
    log.i also edited the oprocmgr.conf in the
    Apache/conf directory after which i dont get the
    error however the servlets pages then hangs and
    returns page cannot be displayed error on internet
    explorer. no error is registered on the error log.
    the jdk am using is 1.4.2 which is the recommended
    one.
    what this means is that i cannot access the self
    service pages and as you know you need self service
    pages to access the application in 11.5.10.2
    i opened a TAR with oracle on 8th April 2006 and till
    today i have not been able to get a solution.
    I am hoping that i will get someone in this forum who
    has met a similar problem or who has an insight into
    how we can solve this problem already am weeks past
    the target go live!!!
    Please Kindly help
    Jeremiah Ochieng

  • Photoshop CS4 will not launch after installing Yosemite.

    Photoshop CS4 will not launch after installing Yosemite. All the other CS4 apps open. I upgraded Java. Genius Bar could not get it to launch.

    Here's the fix I found, by way of an explanation...
    Snow Leopard prompted me on my first startup with the following error:
    "There is a conflict with the _______ font file. This font file contains a font name that conflicts with a system font required by Mac OS X to display onscreen text. You should move this font file to the Trash."
    The fonts it said were conflicting: Helvetica, HelveticaNeue.dfont, Lucida Grande, and Monaco. I figured Snow Leopard probably wanted to replace these fonts with newer versions, and so I clicked "Move to Trash" on all four.
    Apparently 10.6 trashed these fonts but didn't replace them. This was causing Photoshop to crash on load.
    So I restored my ~/Library/Fonts folder from a backup made just before upgrading and this time after a reboot I said "Allow Conflict" on all four dialog boxes and launched Photoshop... everything is back to normal!
    Not sure what kind of "conflict" it's referring to, but apparently moving these font files to the trash as OS X prompted me to do broke a number of apps. Should I report this as a bug?
    Thanks for the ideas!

  • BC4j/JSP Application not responding after some time - when deployed on 9ias

    Hi,
    We are using BC4j/jsp application on 9ias. The application is not responding
    after some time. We have installed 9ias on PIII(384MB RAM). We tried to accesses
    with 10 users, and server is not responding to BC4J/JSP application.
    However the server could able to publish the JSP pages with standerad JDBC code even after that.
    many many thanks in advance
    null

    When the application deployed by BC4J/JSP not responding, does the sample JSP application still works? i.e. does any other application respond? Does 1 user respond? Is the database source (JDBC), running Oracle 8.1.7? What is the platform running the database (e.g. local NT database)?

  • BC4j/JSP Application not responding after some time - when deployed on 9ias BC4j/JSP

    Hi,
    We are using BC4j/jsp application on 9ias. The application is not responding
    after some time. We have installed 9ias on PIII(384MB RAM). We tried to accesses
    with 10 users, and server is not responding to BC4J/JSP application.
    However the server could able to publish the JSP pages with standerad JDBC code even after that.
    Please....help us.........
    many many thanks in advance

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Is there any mechanism that cleans up these connections (back down to the initial or some other minimum I would guess) or do they hang around until either the app server or database shuts down?<HR></BLOCKQUOTE>
    There is currently no mechanism for reducing the connection pool size after a period of high activity. Recently this has been frequently requested and as such will be implemented in the next production release.
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>We have verified this in manual testing. However, when the load tool script exits it doesn't seem to release resources. We know this because we keep seeing our database connections go up and up as more tests are run. Further, we also seem to see more than one connection per "virtual user". For example, when I connect 5 users to the app in manual testing, I get 5 connections. But, when we run a test using the tool, we get 395 database sessions for 200 users. We are having a bit of difficulty understanding why the behavior is different.<HR></BLOCKQUOTE>
    Assuming that the you are performing your manual testing against the same instance of the application on which you are performing your load testing, I would assume that the connections are being released to the pool at the end of the request. One possible reason for the approximate 2:1 ratio between connections and virtual users may be BC4J's use of internal connections. What version of BC4J are you using?
    BC4J requires an internal connection to support state management and spill to disk. The internal connections are pooled with the transaction connection and only held for the duration of the persistence operation. However, if the web server is very busy then a large number of synchronous persistence requests may be received which would explain the eventual 2:1 ratio in the pool's high water mark.
    If the user start times and think times are staggered in order to reduce the incidence of synchronous persistence requests does the ratio of connections to web sessions stabilize at some lower number (i.e. 1.5:1)

  • HP Utility 'Application Not Responding' after downloading Apple update

    Trying to setup a brand new HP Officejet Premium 6700 with a brand new Air (OSX Mavericks v10.9.3).  Was having issues with the supplied printer software and the wireless print capability so uninstalled that and added the software via an Apple Software Update.  I can now print wirelessly however every time I try to open the HP Utility (via Printers & Scanners) I receive a message of 'Application Not Responding'. 
    Have subsequently tried to access HP Utility via the printer USB and am having the same issue.
    I can't get the scanner to connect to the computer without the Utility.  Any suggestions?  I have literally uninstalled and reinstalled every variation of software for HP Officejet 6700 that I can find.  Getting very frustrated.
    Notably I did have the computer connected to the scanner via wireless but lost the ability when I ran the OSX upgrade to 10.9.3.  The printer still references the computer when I click on Scanner/ Computer on the printer itself, but when I try to select the computer it says the computer isn't available.
    Hoping someone has a good suggestion!

    I think there's a good possibility there are "mis-matched" driver files.
    I would:
    delete the HP folder from Library/Printers (you may have to use Go menu > go to folder to see it).
    Get/install the latest HP driver (hopefully includes utility) from:
    http://h10025.www1.hp.com/ewfrf/wc/softwareCategory?product=5058338&cc=us&dlc=en &lc=en
    Reset the Printing System.
    http://support.apple.com/kb/PH14141
    Re-Add the printer in Print & Scan prefs.

  • Applications not responding after Mavericks upgrade

    Just upgraded an IMac-2009 of a friend from Snow Leopard 10.6.8 and faced Mail & Contacts not responding (spinning ball).
    May be there coud be addtl applications not responding but i only checked the major ones and those 2 causes problems.
    I just asked him to re-install OS-X (01:40) and i will see (am living far from him)
    I have also read a lot of communities questions and have some lines of thinking like preferences & permissions.
    2 questions :
    1) Some ideas to help me
    2) is there a way to manage his IMac from home (I have a MacBookPro using Mavericks)
    Thank you in advance
    Best regards

    Hi,
    Thanks for everything you provided to me : it helped me a lot.
    The last status is (for info)
    - i decided to re-install Mavericks (for the 3rd time !!!) as the upgrade was so badly installed and i was surprised to see that this time, the re-installation shows "complements modules to re-install" (translated from french) with a schedule of 01:02 (against 01:40 before)
    - and apparently my friend called me later to say : everything is working fine. He recovered all applications.
    Strange but I am happy by now.
    Thank you again

  • SAP B1 always not responding after install in Windows 7

    Dear All experts,
    I have one client machine after change to Windows 7, the client SAP B1 always show not responding or seems like "freeze", cannot do any thing while user only open some marketing document. But the othes application like Ms Office or others than SAP B1 still can be respone.User have to end process the SAP B1. Sometimes it will create the dump file. Only user's machine with Windows 7 will happen this, others like Windows XP does not facing this problem.
    This issue happen since user change to new machine with Windows 7. Previously, user is using Window XP and does not happen this issue. The current version is SAP B1 2007A SP01 PL 7. The work around we have done is check the FMS, addon, and reformat the machine to reinstall Windows 7, turn off UAC setting. Please advise.
    Thanks & Regards
    Angie

    Hi,
    What windows 7 edition are you using and is it one of this following :
    - Professional, Enterprise & Ultimate
      Edition
    if yes, it is okay that you have done the work around. I suggest to consider the sql native client (sqlnc) installation. Use the correct version of sqlnc. you use 2008 version for SQL 2008 and 2005 version for SQL 2005. Also, check if you have installed  .net framework 1.1 or 2.0.
    What about the PC hardware and software spec. are you using B1 system requirement guidance ?
    Many causes that make slow performance in B1 especially when you are using B1 2007A SP01 PL07. I said that because it is the previous PL that approved by SAP to use in win 7. So, try to upgrade to latest PL i.e. PL11. See if the problem still persists. Let's know if persists.
    JimM

  • JSP is not responding after Installing oracle Apps 11i

    Hi,
    I installed Oracle Applications successfully on my PC with Windows XP OS.
    I used expess installation for the VIS database.
    After installation all Post Install checks passed except for "JSP is not responding"
    checking URL = http://kanaan.mydomain:8003/OA_HTML/jsp/fnd/fndhelp.jsp?dbc=E:\oracle\visappl\fnd\11.5.0\secure\VIS_kanaan\vis.dbc
    JSP is not responding, waiting 15 seconds and retesting.
    Anyhow if I log to http://kanaan.mydomain:8003 I am being directed to a page showing :
    "Oracle Applications Rapid Install Portal"
    Kindly advise how to check what is wrong with JSP and how to fix.
    Thanks in advance
    AK

    Hi,
    All services are starting properly with no errors
    when opening the page "http://kanaan.mydomain:8003/oa_servlets/AppsLogin"
    , i recieve the error :
    The webpage cannot be found
    HTTP 404
    Most likely causes:
    There might be a typing error in the address.
    If you clicked on a link, it may be out of date.
    What you can try:
    Retype the address.
    Go back to the previous page.
    Go to kanaan.mydomain:8003 and look for the information you want.
    More information
    Apache is running in process manager.
    In apache log file the last few lines are :
    [Wed Feb 28 09:56:55 2007] [error] OPM: EW: Fail to start process with mod=JServ and grp=DiscoGroup, it's possible that your configuration file is not correct.
    [Wed Feb 28 09:56:55 2007] [error] OPM: EW: Fail to start process with mod=JServ and grp=OACoreGroup, it's possible that your configuration file is not correct.
    [Wed Feb 28 09:56:55 2007] [error] OPM: EW: Fail to start process with mod=JServ and grp=XmlSvcsGrp, it's possible that your configuration file is not correct.
    [Wed Feb 28 10:27:08 2007] [error] OPM:Can not find one alive process
    [Wed Feb 28 10:27:08 2007] [error] [client 192.168.254.5] File does not exist: /oa_servlets/AppsLogin
    [Wed Feb 28 10:27:17 2007] [error] OPM:Can not find one alive process
    [Wed Feb 28 10:27:17 2007] [error] [client 192.168.254.5] File does not exist: /servlets/weboam/oam/oamLogin/oam/oamLogin
    [Wed Feb 28 10:27:27 2007] [error] OPM:Can not find one alive process
    [Wed Feb 28 10:27:27 2007] [error] [client 192.168.254.5] File does not exist: /oa_servlets/AppsLogin
    [Wed Feb 28 10:27:43 2007] [error] OPM:Can not find one alive process
    [Wed Feb 28 10:27:43 2007] [error] [client 192.168.254.5] File does not exist: /oa_servlets/AppsLogin
    [Wed Feb 28 10:27:48 2007] [error] OPM:Can not find one alive process
    [Wed Feb 28 10:27:48 2007] [error] [client 192.168.254.5] File does not exist: /servlets/weboam/oam/oamLogin/oam/oamLogin
    [Wed Feb 28 11:54:28 2007] [error] OPM:Can not find one alive process
    [Wed Feb 28 11:54:28 2007] [error] [client 192.168.254.5] File does not exist: /oa_servlets/AppsLogin
    [Wed Feb 28 12:12:21 2007] [error] OPM:Can not find one alive process
    [Wed Feb 28 12:12:21 2007] [error] [client 192.168.254.5] File does not exist: /oa_servlets/AppsLogin
    [Wed Feb 28 12:13:56 2007] [error] OPM:Can not find one alive process
    [Wed Feb 28 12:13:56 2007] [error] [client 192.168.254.5] File does not exist: /oa_servlets/AppsLogin
    [Wed Feb 28 12:13:59 2007] [error] OPM:Can not find one alive process
    [Wed Feb 28 12:13:59 2007] [error] [client 192.168.254.5] File does not exist: /servlets/weboam/oam/oamLogin/oam/oamLogin
    [Wed Feb 28 13:57:23 2007] [error] OPM:Can not find one alive process
    [Wed Feb 28 13:57:23 2007] [error] [client 192.168.254.5] File does not exist: /oa_servlets/AppsLogin
    [Wed Feb 28 15:35:40 2007] [error] OPM:Can not find one alive process
    [Wed Feb 28 15:35:40 2007] [error] [client 192.168.254.5] File does not exist: /oa_servlets/AppsLogin
    When running the command "ps -ef | grep -i apache":
    C:\Documents and ettings\Administrator>E:\oracle\visora\iAS\Apache\Apache\bin
    'E:\oracle\visora\iAS\Apache\Apache\bin' is not recognized as an internal or ext
    ernal command,
    operable program or batch file.
    Also apache is running in the processes.
    Kindly advise and thanks for your help

  • Quicktime application not responding after screen recording.

    After taping video gameplay of a heavily modded Fallout: New Vegas, pressing the stop button makes the application stop responding altogether. Causing me to force quit as it saves only a couple seconds.  It worked for awhile for about four recordings and after upgrading the graphics in the game, it just doesn't want to help anymore. This is frustrating and needs a fix as soon as possible. this is maddeningly frustrating. There are no fixes, no manuals on a fix, no upgrades. This needs to be remedied now.

    BOILERPLATE TEXT:
    Note that this is boilerplate text.
    If you give complete and detailed information about your setup and the issue at hand,
    such as your platform (Mac or Win),
    exact versions of your OS, of Photoshop (not just "CS6", but something like CS6v.13.0.6) and of Bridge,
    your settings in Photoshop > Preference > Performance
    the type of file you were working on,
    machine specs, such as total installed RAM, scratch file HDs, total available HD space, video card specs, including total VRAM installed,
    what troubleshooting steps you have taken so far,
    what error message(s) you receive,
    if having issues opening raw files also the exact camera make and model that generated them,
    if you're having printing issues, indicate the exact make and model of your printer, paper size, image dimensions in pixels (so many pixels wide by so many pixels high). if going through a RIP, specify that too.
    A screen shot of your settings or of the image could be very helpful too,
    etc.,
    someone may be able to help you (not necessarily this poster, who is not a Windows user).
    Please read this FAQ for advice on how to ask your questions correctly for quicker and better answers:
    http://forums.adobe.com/thread/419981?tstart=0
    Thanks!

  • Program not Responding after installing PSE8

    I recently upgraded to PSE8.
    Since then I have noticed that when I go to shutdown my system (XP w/ SP3) I get
    a window indicating a program is not responding. The title of the window is
    'End Program - 9c0'. The '9c0' part is not always the same.
    Last night it was 960. I've checked before the shutdown to see if there is any application
    or process with a number like that and I have never found one.
    I believe I keep my system free of viruses, etc. but I did do a complete virus scan
    with Avast as well as Symantec. Plus spyware checks by AdAware and SpyBot.
    I'm wondering if anyone else has noticed anything like this?

    I have the same problem.  I'm running XP SP/3, and after I installed PhotoShopElements my machine hangs at shutdown until I kill a running process.  The problem goes away if I stop ElementsOrganizerSynchAgent.exe.  So for now, my solution is to set the service to start manually.
    Any chance of getting a fix?  The program I assume performs a needed function, and I'm now without it.
    Alan Stone

  • Storage Provider not responding after installing SCVMM 2012 R2 UR5

    After installing UR5 registered storage providers show Not Responding. I had two registered, both scale out fileservers in the same domain as VMM  that were working fine before UR5. Sofs running 2012R2 with latest patches
    Trying to refresh provider:
    Error (26101)
    Storage discovery of provider {0869e333-12f6-44c7-b6b7-7139530a18c9} for user hyper-v\<user> failed from VMM01.hyper-v.blaa.com with error code 46010. 
    Recommended Action
    Specify valid provider, port and user credentials for storage discovery.
    The other one I deleted to recreate it. The deletion yielded:
    Error (26312)
    Unregistering the storage subsystem with unique ID {bca715fb-ce94-47f5-9558-f8e862c3e7dc}:SS failed from VMM01.hyper-v.blaa.com with error code 46005 [SM_RC_SUBSYSTEM_NOT_REGISTERED].
    However the storage provider was removed and now if I run Get-SCStorageProvider i can't see it. When I try to add it back I get an error :-(
    Error (26311)
    Registration of the storage subsystem ss02.hyper-v.blaa.com for user hyper-v\<user> failed from VMM01.hyper-v.blaa.com with error code 4 [SM_RC_GENERIC_FAILURE].
    Not sure what's happening but looking at the roleholder in the storage cluster I have an error in the VMI-Activity log:
    Log Name:      Microsoft-Windows-WMI-Activity/Operational
    Source:        Microsoft-Windows-WMI-Activity
    Date:          2015-02-23 00:11:52
    Event ID:      5858
    Task Category: None
    Level:         Error
    Keywords:      
    User:          SYSTEM
    Computer:      xxx
    Description:
    Id = {99940B20-4D23-0003-FC56-D599234DD001}; ClientMachine = SS02-1; User = HYPER-V\xxx; ClientProcessId = 332; Component = Unknown; Operation = Start IWbemServices::GetObject - root\Microsoft\Windows\Storage\Providers_v2 : SPACES_StorageProvider.ObjectId="{0869e333-12f6-44c7-b6b7-7139530a18c9}";
    ResultCode = 0x80041001; PossibleCause = Unknown
    And a Security error:
    Log Name:      Security
    Source:        Microsoft-Windows-Security-Auditing
    Date:          2015-02-23 00:11:52
    Event ID:      4656
    Task Category: Other Object Access Events
    Level:         Information
    Keywords:      Audit Failure
    User:          N/A
    Computer:      ss02-1.
    Description:
    A handle to an object was requested.
    Subject:
    Security ID:
    HYPER-V\xxx
    Account Name:
    xxx
    Account Domain:
    HYPER-V
    Logon ID:
    0x117FC549
    Object:
    Object Server:
    WS-Management Listener
    Object Type:
    Unknown
    Object Name:
    Unknown
    Handle ID:
    0x0
    Resource Attributes:
    Process Information:
    Process ID:
    0x14c
    Process Name:
    C:\Windows\System32\svchost.exe
    Access Request Information:
    Transaction ID:
    {00000000-0000-0000-0000-000000000000}
    Accesses:
    MAX_ALLOWED
    Access Reasons:
    Access Mask:
    0x2000000
    Privileges Used for Access Check:
    Restricted SID Count:
    0

    UPDATE:
    Managed to get a window to reboot the storage cluster with the incomplete delete. After rebooting the registration of the storage provider completed and is now ok. Will try to reboot the other storage cluster as well.

  • Garageband Not Responding after Installing Pro Tools 8 LE

    So, after having installed Pro Tools 8 LE, I want to use GarageBand, and after clicking the icon, it keeps bouncing. The program does not open and on the Activity Monitor it shows and "Not responding". Any ideas? Thanks! I'm running Mac Os X 10.7.5

    Que Tal Amigos, en busca de este problema en diferentes foros, me di a la tarea de traducir cada unos de sus preguntas y dudas ya que no se ingles, por lo tanto espero que se den a la tarea de traducir esto a su idioma ya que tengo la solucion de este Gran Problema que tenemos todos los que actiuaizamos a Lion OSX 10.7...buen ahi les va al parecer uno de los drivers midi de las superficies de control o interfaces de Avid 002 y 003 utilizan este para poder utilizar sus in/out midis ya que si tu eres de los que no tiene esta interfase o no utilizas estas salidas y entradas es preferible que borres o cambies de ubicacion a alguna carpeta "como la de Plugins unused" este archivo...Library/audio/mididrivers/DigiDioMidiDriver
    este driver es el que crea conflictos entre Garageband,Logic y Protools, hoy lo he echo y todos mis programas van de maravilla...Protools 8.0.5, Logic 9.0.5 Garageband etc...Espero se de gran ayuda ya que estuve por muchos foros y nunca encontre la respuesta,pero mis pocos conocimientos de audio me hiceron llegar a esta conclucion....saludos y Feliz Dia De Gracias......
    atte Mexicano Terco....

  • ITunes and other applications "not responding" after impoting CD's

    Hi....After I import songs from a my CD collection into into my iTunes (version 7.02) library, many applications, including iTunes, freeze up and are "not responding", and I'm forced to CTRL-ALT-DEL to "end task" on the unresponsive applications. For example, if I have my AOL browser running, I can no longer open new web pages after importing a CD on iTunes. Also, after closing the applications (via CTRL-ALT-DEL), nothing happens when I double click on them again to reopen the programs (again, including itunes itself). To be able to run the programs again I have to either restart the computer or log off my user ID and log back on. Any help would be greatly appreciated! Thanks in advance!
    Dell Dimension   Windows XP   Pentium 4 - 2.52 GHz, 768 MB of RAM

    I am having similar problem. After I imported songs
    from CD and exit itunes, I try to log off and my
    computer freezes up. It doesn't log off, screen goes
    black. I can't do anything, not even ctr-alt-del. I
    have to push button to power off. Does anyone know
    whats going on? Help
    Ok, I'm embarrassed that I didn't try this fix before posting my initial question, as any sane Windows user should know to try this troubleshoot early on for many Windows problems: Running the disk defragmenter solved the problem of my PC feezing after I imported a CD into iTunes. Katikat..I'm not sure how close your issue is to the problem I was having, but I suugest trying it if you haven't already. If you've never run the disk defrag it's easy: START -- All Programs -- Accessories -- System Tools -- Disk Defragmenter, then choose your hard drive(s). Depending on how much stuff is on your hard drive and how long it's been since you last defrag, this can take anywhere from 10 minutes to over an hour. Not sure if this will help with your problem, but worth a try. Best of luck. Piachet
    Dell Dimension   Windows XP  

  • Application not responding after trying to open event

    Hi,
    I just updated to Final Cut 10.1.3
    I was working on a project in final cut and my computer crashed. When I restarted my computer and Final Cut, it seemed ok. It opens on the project I was working on before the one I was working on when it crashed. When I go to scroll up in the event, towards where the most recent projects are, eventually I get the spinning rainbow of death and then final cut stops responding. I have forced quit and restarted it but the same thing keeps happening. When I open other earlier projects in the same event, they seem to open and work fine.
    I tried 'Update Projects and Events' but when I click 'update all' it says that it can't find anything to update.
    Please help!
    Thanks,
    Cat

    I am having the same problem;
    I am working on a project in FCP 10.1.4 and every now and then, usually after making an edit, FCP starts to reload projects and then hangs when trying to load one of them (not always the same one).
    I have to force quit, restart deleting preferences, then after a while it happens again.
    In the Activity Monitor there are two precesses not responding - LaunchDaemon and  Codec32BitTool.
    2 x 2.4GHz Quad Core MacPro, OS10.9.5

Maybe you are looking for

  • Update IBAN number in vendor master

    Hi Guru's i was trying to update vendor 2589 in company code 1001 with IBAN number xxxxxxxx. it was throwing rrror message  “Bank number and bank account number cannot be generated”. how to do it can anybody do let me know the steps value points will

  • ASM_PRIMARY_to_ASM PHYSICAL STANDBY

    HI All,    Can any one please share Some good documents for creating - ASM primary to ASM standby creation . any links... PRIMARY AND STANDBY: in ASM : Datafiles in +DATA01 archive in +FRA01 DB - 11gR2 OS - Linux-64 bit. using +FRA01 for archive dest

  • Help! iPhoto quit unexpectedly

    Can anyone help me, my iphoto keeps crashing.. Here are the error msgs...... Process:         iPhoto [324] Path:            /Applications/iPhoto.app/Contents/MacOS/iPhoto Identifier:      com.apple.iPhoto Version:         9.5.1 (902.17) Build Info:  

  • Mappings - crememdm etc.

    Hi, I'd like to send Crememdm IDOC from MDM to XI but are there any predefined mappings from MDM objects to IDOCs in MDM? or do I have to build the mapping inside MDM myself ? if there are can I download them from somewhere? Thank you for your help,

  • Solo Not Available to Grouped Tracks

    I may be missing something here but it seems as if the ability to solo a set of grouped tracks is missing in Logic 8. You can mute a set of grouped tracks but not solo them. Seems well odd to me! Is there a workaround? Regards, John