I need help with an application error message

AcroRd32.exe.- application error message appears. It states that   The instruction @"0x60006db6" referenced memory at "0x60006db6". The memory could not be "read". Click OK to terminate program.

Please try to repair the Installation from control Panel-> Add Remove Programs-> Adobe Reader-> Repair.

Similar Messages

  • Need help with the following error message...

    I just got a Shuffle for Christmas and was trying to download iTunes when I got the following message. FYI - I have a PC and the operating system is Windows XP:
    iTunesSetup[1].exe is not a valid Win32 application
    Anyone received this message before? I've looked around the troubleshooting section but am at a loss as to what to do from here...
    Thx

    I do have SR but hoping i can get quicker answer hereYou may always escalate the SR if you are not getting response timely. Anyways, give the reference of this thread in the SR and ask service engineer to file a bug.
    I will email you the wire messageI saw the wire message you mailed across. There are some junk characters in the starting of the payload and that's why parsing is failing. Most probably it is a BOM (Byte Order Mark). Ask your TP to send messages in UTF-8 encoding without BOM or any other junk character in the starting of the message. You may open the wire message payload you mailed across in notepad or textpad and you will able to see those junk characters in the starting of the payload.
    Regards,
    Anuj

  • HT4993 I need help with an Activation Error Message on my Iphone 5

    Hi I am having Trouble with my IPhone 5
    It shows an Activation Error message

    The iPhone 5 says it can not connect to iTunes

  • Question: Need help with overcoming the following message:  "Nothing was imported.

    Need help with overcoming the following message:  “Nothing was imported.  The file(s) or folder(s) selection to import did not contain any supported file types, or the files are already in this catalogue”.
    The photos being scanned are old film shots.  They have NOT been previously scanned.  I am using Photoshop Elements 9 software.
    QUESTION:  how do I override this STOP and or circumvent the photo comparison option????
    Thanks for the help. Bob K ---  [email protected]

      Are you scanning as jpeg, tiff or some other format?
    Are you using continuous numbering for files names as by definition scanned files have no exif data.
     

  • I need help with this code error "unreachable statement"

    the error_
    F:\Java\Projects\Tools.java:51: unreachable statement <-----------------------------------------------------------------------------------------------------------------THIS
    int index;
    ^
    F:\Java\Projects\Tools.java:71: missing return statement
    }//end delete method
    ^
    F:\Java\Projects\Tools.java:86: missing return statement
    }//end getrecod
    ^
    3 errors
    import java.util.*;
    import javax.swing.*;
    import java.awt.*;
    public class Tools//tool class
    private int numberOfToolItems;
    private ToolItems[] toolArray = new ToolItems[10];
    public Tools()//array of tool
    numberOfToolItems = 0;
    for(int i = 0; i < toolArray.length; i++)//for loop to create the array tools
    toolArray[i] = new ToolItems();
    }//end for loop
    }//end of array of tools
    public int search(int id)//search mehtod
    int index = 0;
    while (index < numberOfToolItems)//while and if loop search
    if(toolArray[index].getID() == id)
    return index;
    else
    index ++;
    }//en while and if loop
    return -1;
    }//end search method
    public int insert(int id, int numberInStock, int quality, double basePrice, String nm)//insert method
    if(numberOfToolItems >= toolArray.length)
    return 0;
    int index;
    index = search(id); <-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------HERE
    if (index == -1)
    toolArray[index].assign(id,numberInStock, quality, basePrice,nm);
    numberInStock ++;
    return 1;
    }//end if index
    }//end if toolitem array
    return -1;
    }//end insert method
    public int delete(/*int id*/)//delete method
    }//end delete method
    public void display()//display method
    for(int i = 0; i < numberOfToolItems; i++)
    //toolArray.display(g,y,x);
    }//end display method
    public String getRecord(int i)//get record method
    // return toolArray[i].getName()+ "ID: "+toolArray[i].getID()
    }//end getrecod
    }//end class
    Edited by: ladsoftware on Oct 9, 2009 6:08 AM
    Edited by: ladsoftware on Oct 9, 2009 6:09 AM
    Edited by: ladsoftware on Oct 9, 2009 6:10 AM
    Edited by: ladsoftware on Oct 9, 2009 6:11 AM

    ladsoftware wrote:
    Subject: Re: I need help with this code error "unreachable statement"
    F:\Java\Projects\Tools.java:51: unreachable statement <-----------------------------------------------------------------------------------------------------------------THIS
    int index;
    ^
    F:\Java\Projects\Tools.java:71: missing return statement
    }//end delete method
    ^
    F:\Java\Projects\Tools.java:86: missing return statement
    }//end getrecod
    ^
    3 errorsThe compiler is telling you exactly what the problems are:
    public int insert(int id, int numberInStock, int quality, double basePrice, String nm)//insert method
    if(numberOfToolItems >= toolArray.length)
    return 0; // <<== HERE you return, so everyting in the if block after this is unreachable
    int index;
    index = search(id);  //< -----------------------------------------------------------------------------------------------------------------HERE
    if (index == -1)
    toolArray[index].assign(id,numberInStock, quality, basePrice,nm);
    numberInStock ++;
    return 1;
    }//end if index
    }//end if toolitem array
    return -1;
    }//end insert method
    public int delete(/*int id*/)//delete method
    // <<== HERE where is the return statement?
    }//end delete method
    public String getRecord(int i)//get record method
    // return toolArray.getName()+ "ID: "+toolArray[i].getID() <<== HERE you commented out the return statement
    }//end getrecod
    }//end class

  • Can you help with this serious error message?

    I have Premiere Elements 8.  I tried to open some .prel that I have made and now I get this error message:   Projects created with Adobe Premiere Pro and Adobe Premiere Elements are not compatible.  Please use the appropriate application to open this project.  What gives??  Also, as usual, Premiere Elements 8 crashes after I have accomplished one lousy thing, so I have to constantly open project and save.  Now I can't even open a project.
    Thanks for any help you can give me.

    Holy cow! Something is seriously wrong here, lilthea!
    What model of camcorder is your video coming from and what format and resolution is it?
    What project settings did you select when you set up your project? (You can see them under Edit/Project Settings.)
    Version 8 was not the best version of the program ever produced. In fact, it was one of the worst, when first released. But if you downloaded the update (from Help/Check for Updates) and the rest of your system is stable, you should at least be able to edit video from a miniDV, HDV or even AVCHD camcorder.
    If you truly can't do ANYTHING without it crashing though, there's something much, much deeper going on that a bug in your program or its set-up. (This is why I need you to be as specific as you can about things!) If things are really that unstable, it could indicate malware or viruses or possible corruption of the operating system.
    I sometimes recommend a program that I use every week but that some people object to because it's Chinese software and has been accused of stealing virus definitions from other software companies. But it's got an easy interface. Just select Deep Care, click the go button and then select the option to clean. In my opinion, it makes your operating system as good as new. But there are some people who disagree, so that's my personal recommendation only.
    Download the free version from here:
    http://www.iobit.com/advancedsystemcareper.html
    What you're dealing with could be problems with your source video -- since I don't have enough information to say either way. But, assuming your video came from a miniDV, HDV or AVCHD camcorder and that you've properly set up your project to those specs, a tune-up using Advanced System Care might be worth considering.

  • Need help with System.setClipboard error

    SDK version: 3.3.0.4589
    Requires flash 10.0.12 or higher
    Code:
    private function sendTextToClipboard():void
         System.setClipboard("User Name: " + uname + "\n" + "Password: " + pword);
    I am using the System.setClipboard function in my application and have incountered an interesting problem.
    When the call is made on a windows box (XP and Vista) IE crashes.
    The following is the Vista IE error that is being thrown:
    Problem signature:
    Problem Event Name: APPCRASH
    Application Name: iexplore.exe
    Application Version: 8.0.6001.18865
    Application Timestamp: 4b077416
    Fault Module Name: Flash10c.ocx
    Fault Module Version: 10.0.32.18
    Fault Module Timestamp: 4a613d79
    Exception Code: c0000005
    Exception Offset: 0016f1f2
    OS Version: 6.0.6002.2.2.0.256.6
    Locale ID: 1033
    Additional Information 1: fd00
    Additional Information 2: ea6f5fe8924aaa756324d57f87834160
    Additional Information 3: fd00
    Additional Information 4: ea6f5fe8924aaa756324d57f87834160
    The following is the XP SP3 IE error:
    Internet Explorer has encountered a problem with an add-on and needs to close.
    The following add-on was running when this problem occured:
    File:    FlDbg10b.ocx
    iexplore.exe - Application Error
    The instruction "0x052bee0e" referenced memory at "0x00000018".  The memory could not be read.
    Any help would be greatly apprieciated.

    Try the example in the docs and see if that works.
    Alex Harui
    Flex SDK Developer
    Adobe Systems Inc.
    Blog: http://blogs.adobe.com/aharui

  • Please need Help with web application deployment in Jdeveloper 12c

    Hi,
    I am desperate for help guys. am trying to deploy a web application in weblogic server, but nothing works!!
    I created a project in jdeveloper and created a jsp page inside the project, all what i want is to run that page!
    I followed the instruction here: Deploying Fusion Web Applications , I don't really know if i did it right or wrong, the document is too detailed and not understood clearly.
    I am a newbie oracle user, and trying to build jsp web application connected to oracle database. application deployment fails it says: cannot run application error deploying IntegratedWeblogic..
    please could you tell me the steps of application deployment in Jdeveloper 12c?
    what deployment profiles I need to create (ear, war , mar)?
    what deployment descriptor I need for my app to work?
    please guys I am newbie to oracle, if you could give me simplified answers and straight instructions it will be appreciated .
    thank you

    hi Timo,
    I am building a local web application, meaning the server is internal and will not connect to the web, only to local pcs via network. the application will insert/select data from the database server. My company wants to embed oracle technology on the datatabse and that what am trying to. I am not that expert in java and oracle in general, my main knowledge are in php, html and mysql programming. through my long internet research a lot has recommended jsp with html to be a good choice.
    At beginning I played around with ADF faces, I found it annoying because I prefer coding than using drag and drop interfaces, which always create unwanted results.
    Also am not that professional java programmer, i started learning jsp and found it easier.
    What I am thinking of is to make a web based application that works in browsers (like php), this application has forms to insert data, and also has forms to output data for printing. that's all. I tried to make it in php, but through my little knowledge and internet researches it seems php does not work with oracle and java is the recommended choice (or it works with php but too complicated to make it)
    any recommendation will be much appreciated
    thank you

  • Can anyone help with the following error message?

    While installing itunes update 7.5 received message Error 1905 module c:\programfiles\itunes\itunesminiplaayer.Dl failed to unregister HRESULT-2147220472

    I noticed no one replied to your questions but was wondering what you found out. I had an ipod shuffle and just replaced it with a 3rd gen ipod nano. The new nano who not show up on my itunes so I went in to update it to the new version and received the same exact error message you did. Were you able to figure out a solution?
    Any help you can give would be greatful.

  • Need help installing keep getting error message when i install program

    i download the beta version on my android epic phone by sprint and when i go to install the program it shows a screen installing then an error message pops up almost immediately and say that application was not installed how do i fix this i have tried to re-download it and install it again but it gives the same error message every time now i have also allowed outside markets apps to download on my phone and i still get this error message or what do i need to do to get it installed on my phone?

    Firefox might not be able to run on your mobile . See [https://wiki.mozilla.org/Mobile/Platforms/Android#System_Requirements System requirements for Android mobile] and [https://wiki.mozilla.org/Mobile/Platforms/Android#Known_Issues Known issues for mobiles]

  • Need help, I have an error message "not enough storage"  for icloud and it will not let me do anything

    Need help... getting an error message "not enough storage" for icloud and it will not let me get passed the message

    See if this helps.
    Reboot the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons.

  • Need help interpreting an Apache error message

    I hope my Apache/Tomcat questions of late aren't off topic - I am trying to get them to work together so that Tomcat will handle Java servlet.
    I'm one of collection of newbies trying to troubleshoot the fact that we can't do anything with servlets even though everything seems to be set up OK. I need to verify that my interpretation of an Apache error message is correct (or not).
    Anyway, whenever someone types in the URL of a servlet in the form http:/myURL/mydomainname.com/servlet/HelloWorld (where URL is in the form ##.#.###.###, since the domain name officially "assigned" to the URL yet) The browser displays an error message saying that /myURL/mydomainname.com/servlet/HelloWorld was not found on the server.
    Upon looking at the Apache error log, the following statement is found::
    [Sat Jul 23 17:54:10 2005] [error] [client XX.X.XXX.XXX] File does not exist: /home/virtual/site1/fst/var/www/html/servlet
    (this is a virtual site; all that extra /virtual/site1/fst/ is supposed to be in there.
    Note the fact that the error message stops at the word "servlet" and does not say "/servlet/HelloWorld". That makes me think that Apache does not realize that "/servlet" means "send what comes next over to Tomcat" and instead thinks that the browser is trying to get into a DIRECTORY called "/servlet" which does not exist.
    Am I correct in this? Does that error message imply that is what is going wrong?

    Your note is making me think that you've got the
    Apache Web server running on Linux, and you've tried
    to make Tomcat the servlet/JSP engine that Apache
    forwards all servlet/JSP requests to. Apache is
    listening on port 80, of course. All correct?All correct.
    I'm not sure that you've got Tomcat bolted onto
    Apache properly, Probably not. My question is, basically, is that what the aforementioned error message is implying??
    or if you've deployed your servlet
    correctly. Again - does the aforementioned error message indicate that Apache simply isn't calling Tomcat in the first place, in which case nothing is even looking for the servlet? Yes or no? I've experimented and found that Apache error messages always stop at the first thing that they don't recognize. For example, if someone types in http://URL/domainame/totally/bogus/vaporware, the Apache error message will say: "File does not exist: /home/virtual/site1/fst/var/www/html/totally" because the directory "/totally/" is the first thing it comes accross that does not exist. I'm trying to verify that possibility so that I know better where to look for the error. Or is it possible that Apache DOES recognize what /servlet/ means, is succesfully getting to Tomcat, but something else is going wrong that causes Apache to sned that error message?
    Also, there is no sign of activity in Tomcat's Catalina.out log file since the day
    I last turned Tomcat on (successfully). Since that's the only thing in Tomcat's log folder, I assumed it was where Tocmat's error messages would show up (if not, where are they? Havn't been able to find anything else). If that is the case, Tomcat has indeed not been contacvted by Apache.

  • I need help with an iCal error that I'm getting!

    I am getting the following error message: "Dates to iCal run.app
    Could not run this script because..."
    The rest of the error message is written in characters that I don't understand. It may be binary code. I would appreciate any help you can provide.
    Thanks.
    Macbook Pro   Mac OS X (10.4.9)  

    Hi,
    You are running Dates to iCal (http://www.nhoj.co.uk/datestoical) and the application seems to have bee corrupted somehow.
    Open the application and click the 'stop' button. Download a new copy and install it.
    Let me know how you get on.
    John M

  • I Need help with the following error:

    Hi, I am getting the following error:
    <b>BPE_ADAPTER">SYSTEM_FAILURE_INTERNAL</b>
    I have looked at some of the other threads that deal with this but since I am new to XI I am not sure where to look. I have tried to activate in SXI_CACHE and I get a code of 99 with the following error. I did not get this error in the QAS environment, only when it was moved to Prod. We have cleared and reset all of the caches and am still getting this error when I try to activate in SXI_CACHE:
    <b>E     'STATUSCODE' is not a component of data object 'PAYLOAD'</b>
    Can someone point me in the right direction to fix this? We just moved it to prod and need to get it fixed asap.
    Thanks in advance for all of the help.
    Mike Curtis

    Hi Michael,
    Before SP16:
    the problem should be solved with the help of note 890760. You might find note
    816430 interesting as well, but the first one should help you solve the problem.
    After:
    If those are already in your system, have a look at note 996631. This could be
    the solution.
    Regards and good luck with XI.
    Jaime

  • Help with Encore CS5 Error Message

    When I try to load an Encore CS5 Project with Encore CS5 or CS5.5  I get this error message: Adobe Encore as encountered an error. [..\..\Src\Clip\VideoClip.cpp-276] I am running win 7 64x. Any help appreciated. -ed

    As well as the below, right click the Encore icon and select Run as Administrator... which fixes several "odd" problems
    Long File Names or odd characters cause problems
    Read http://forums.adobe.com/thread/588273
    And #4 Here http://forums.adobe.com/thread/666558?tstart=0
    And This Message Thread http://forums.adobe.com/thread/665641?tstart=0

Maybe you are looking for