Elements 12 will not run. I am using windows 7, all updates have been made. When I try to open it up, it loads at first, then closes, and will not open up again. I need help with this, as I have not found a single answer in this forum that works.

As stated, I just downloaded elements 12. Every time i open it up, it gets to the organizer home screen, then shuts down. After this, it will not reopen. I have made all the updates to my windows 7, and I have searched this forum and have yet to find an proper solution to this issue, and by the looks I am not the only person with this issue. Anyone's help would be greatly appreciated.

My post has been viewed 24 times, and yet have had no answers. I have always like adobe products, however if this is the type of support they offer, I will never purchase another product of theirs. The issue I am having is the same issue many others have had, and yet no answer. Poor customer service!

Similar Messages

  • TS3297 Hi, I've setup my new mini ipad today, restored a backup from icloud and all is fine.  However, when I try to download my music, they almost completely download then an error message pops up saying "unable to download songs" - can anyone help pleas

    Hi, I've setup my new mini ipad today, restored a backup from icloud and all is fine.  However, when I try to download my music, they almost completely download then an error message pops up saying "unable to download songs" - can anyone help please?

    So it appears iCloud/iTunes Match isn't the issue - the error message would seem to be complaining about where the music is being downloaded to. So with this in mind:
    In iTunes select Preferences and select Advanced. The iTunes media folder should be set to /Users/<your account>/Music/iTunes/iTunes Music. <your account> would be whatever your user account is. If you see something else there I'd guessing it is a folder you don't have permission to write to.

  • Need help with applet servlet communication .. not able to get OutputStream

    i am facing problem with applet and servlet communication. i need to send few image files from my applet to the servlet to save those images in DB.
    i need help with sending image data to my servlet.
    below is my sample program which i am trying.
    java source code which i am using in my applet ..
    public class Test {
        public static void main(String argv[]) {
            try {
                    URL serverURL = new URL("http://localhost:8084/uploadApp/TestServlet");
                    URLConnection connection = serverURL.openConnection();
                    Intermediate value=new Intermediate();
                    value.setUserId("user123");
                    connection.setDoInput(true);
                    connection.setDoOutput(true);
                    connection.setUseCaches(false);
                    connection.setDefaultUseCaches(false);
                    // Specify the content type that we will send binary data
                    connection.setRequestProperty ("Content-Type", "application/octet-stream");
                    ObjectOutputStream outputStream = new ObjectOutputStream(connection.getOutputStream());
                    outputStream.writeObject(value);
                    outputStream.flush();
                    outputStream.close();
                } catch (MalformedURLException ex) {
                    System.out.println(ex.getMessage());
                }  catch (IOException ex) {
                        System.out.println(ex.getMessage());
    }servlet code here ..
    public class TestServlet extends HttpServlet {
         * Processes requests for both HTTP <code>GET</code> and <code>POST</code> methods.
         * @param request servlet request
         * @param response servlet response
         * @throws ServletException if a servlet-specific error occurs
         * @throws IOException if an I/O error occurs
        protected void processRequest(HttpServletRequest request, HttpServletResponse response)
                throws ServletException, IOException {
             System.out.println(" in servlet -----------");
            response.setContentType("text/html;charset=UTF-8");
            PrintWriter out = response.getWriter();
            ObjectInputStream inputFromApplet = null;
            Intermediate aStudent = null;
            BufferedReader inTest = null;
            try {         
                // get an input stream from the applet
                inputFromApplet = new ObjectInputStream(request.getInputStream());
                // read the serialized object data from applet
                data = (Intermediate) inputFromApplet.readObject();
                System.out.println("userid in servlet -----------"+ data.getUserId());
                inputFromApplet.close();
            } catch (Exception e) {
                e.printStackTrace();
                System.err.println("WARNING! filename.path JNDI not found");
            } finally {
                out.close();
        @Override
        protected void doGet(HttpServletRequest request, HttpServletResponse response)
                throws ServletException, IOException {
            System.out.println(" in foGet -----------");
            processRequest(request, response);
         * Handles the HTTP <code>POST</code> method.
         * @param request servlet request
         * @param response servlet response
         * @throws ServletException if a servlet-specific error occurs
         * @throws IOException if an I/O error occurs
        @Override
        protected void doPost(HttpServletRequest request, HttpServletResponse response)
                throws ServletException, IOException {
            System.out.println(" in doPost -----------");
            processRequest(request, response);
         * Returns a short description of the servlet.
         * @return a String containing servlet description
        @Override
        public String getServletInfo() {
            return "Short description";
        }// </editor-fold>
    }the Intermediate class ..
    import java.io.Serializable;
    public class Intermediate implements Serializable{
    String userId;
        public String getUserId() {
            return userId;
        public void setUserId(String userId) {
            this.userId = userId;
    }

    Hi,
    well i am not able to get any value from connection.getOutputStream() and i doubt my applet is not able to hit the servlet. could you review my code and tell me if it has some bug somewhere. and more over i want to know how to send multiple file data from applet to servlet . i want some sample or example if possible.
    do share if you have any experience of this sort..
    Thanks.

  • I need help with storage.    5 GB are free.   So iCloud sends an email that I need more.   So I purchase 20GB and now I want to downgrade back to the 5GB.   I can check the 5GB box, but no DONE button appears.   Anyone have an answer?

    I Need help with iCloud storage.   5gb are free, so I get an email, that mine is just about full.   So I upgraded to 20gb and now I want to downgrade back to 5gb.
    tthe DONE button doesn't highlight, so my requested can't be completed.   Any help will be appreciated.

    Have you tried rebooting the computer? If not, the next step is to contact iCloud Support. http://www.apple.com/support/icloud/

  • I generally back up and restore my iphone every week... and this time i backed it up..and i can see that backup time and file size.. now.. when i try to restore my iphone.. i select the back up and now it is taking forever to restore. help me

    i generally back up and restore my phone every week.. just that i dont have any problem with the network issues. !!
    today at 00:46 1st june.. i backed up my iphone and it was perfect...
    when i try to restore it.. it is taking 15+ hours .. and that time stays like that for almost 3 hours...  it does not happen.
    i even called the apple help center. and they said me to install as a new device... and when i said what wil happen to my messages.. they say .. they wont stay.. and wil be deleted.. and all my apps i need to download again..
    but earlier i din need to do any of it.!!! it worked really fine .!!!
    please help me..!!! i got some important details in this back up.... please help me.!!!

    Once in a while the restore process seems to mess up.  What I don't understand is why you would perform a weekly restore.
    At any rate, if you must restore, perform a device reset (settings>general>reset) and then you will have the opportunity to restore from iCloud.  Restore a device whenever it no longer works correctly, not just as a matter of maintenance.  If it ain't broke, don't fix it.

  • Yet Again, I need help with .gifs.

    I have tried Xee, doesn't work, tried Paintbrush and that doesn't help either. i am trying to add text to a gif, and the minute i do and try and view it in Xee, i doesn't move. please help?

    Might try GIFfun...
    http://www.stone.com/NewDownload.html#GIFfun
    And the great GraphicConverter...
    http://www.macupdate.com/info.php/id/263

  • My email was working fine on my i -phone s for 3 weeks and now i cannot receive or send e-mails on the same account, i have deleted the account and tried to add it again it comes up with messages like 'yahoo server not found' or asks me to keep typing my

    How can i set up my email account on my i-phone s 4 . it was working fine up till saturday. The icloud account works fine
    I have deleted and added again but it says i cannot send or receive emails even if i save acccount.Asks me to type in my password which i keep doing without results, i have even had to change my password in the process. I also comes up with a message saying 'yAHOO SERVER NOT FOUND' WITH THE MESSEANGER IT SAYS YOU CANNOT SIGN IN NOW TRY LATER. I HAVE BEEN ON THE ISSUE SINCE 10 AM

    it seems that after a upgrade these days you get problems ???
    Sadly so far too often.
    Since it's on more than one, I think you should contact BT, there are several 5.7.1 meanings...
    https://support.google.com/a/answer/3726730?hl=en

  • Need help with Snow leopard I have Mac OS X ver 10.5.8

    Need help figuring out how to upgrade to snow leopard I have Mac OS X version 10.5.8

    Hey DreenaQ,
    Thanks for the question. Mac OS X 10.6 Snow Leopard is available from the Apple Online Store:
    Mac OS X 10.6 Snow Leopard - Apple Store (U.S.)
    http://store.apple.com/us/product/MC573Z/A/mac-os-x-106-snow-leopard
    Thanks,
    Matt M.

  • Hello, I would just like to report the little problem with the apple store. When I try to download an app it loads for about 2 seconds and then it stops downloading! I don't know what's wrong

    Hi, when I try to download an application the app stores downloads it for about 2 seconds and then it stops downloading it! I don't know what's wrong?

    Try This...
    Close All Open Apps... Sign Out of your Account... Perform a Reset... Try again...
    Reset  ( No Data will be Lost )
    Press and Hold the Sleep/Wake Button and the Home Button at the Same Time...
    Wait for the Apple logo to Appear...
    Usually takes about 15 - 20 Seconds... (But can take Longer..)
    Release the Buttons...
    If no joy...Reset all settings
    Settings > General > Reset > Reset all Settings.
    This will return all iDevice settings to factory defaults... you will not lose any data.... But you will have to re-enter all of the device settings.

  • I am having difficulty playing most pogo games and need help with it. I have down loaded the recent version of java and am still unable to get the games to load. Is someone able to please help me ? Thank- You

    I am seriously needing some help and guidance in getting my mac to help me play pogo games. I will be thrilled with any help to show and tell me what to do. Thank-You so much !

    Back up all data.
    Launch the Keychain Access application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Keychain Access in the icon grid.
    Select the login keychain from the list on the left side of the Keychain Access window. If your default keychain has a different name, select that.
    If the lock icon in the top left corner of the window shows that the keychain is locked, click to unlock it. You'll be prompted for the keychain password, which is the same as your login password, unless you've changed it.
    Right-click or control-click the login entry in the list. From the menu that pops up, select Change Settings for Keychain "login". In the sheet that opens, uncheck both boxes, if not already unchecked.
    From the menu bar, select
    Keychain Access ▹ Preferences ▹ First Aid
    If the box marked Keep login keychain unlocked is not checked, check it.
    Select
    Keychain Access ▹ Keychain First Aid
    from the menu bar and repair the keychain. Quit Keychain Access.

  • New to Flash AS3, Need help with some weird issues, have .fla link attached...

    Basically, the buttons are not visible when siteplan_mc is replayeed after floorplan closes, but they still work. Most things are only working on double click for soe reason, tho I have them to function on click. and the back button only woorks on unit 1 floorplan, tho the code it the same for all floorplans. I have a feeling it has something to do with levels... but I really have no idea... hopefully someone can help!
    thanks in advance,
    Sarah
    http://www.30eastroosevelt.com/RRHA_SITE.fla

    There are at least two things you're doing wrong. You can't go to a frame where something exists for the first time, and immediately do something to it. Like in your playunit functios for example:
    gotoAndStop("unit1")
    unit1_mc.alpha = 1
    unit1_mc hasn't yet drawn itself on stage to have its alpha set, and so there's an error. That is something that was improved in Flash 10, so if you had set the Flash to publish for Flash 10 and not Flash 9, then the floor plans and the back buttons appears ok. It would sometimes work with double clicks because by the second time you clicked, the movieclip now existed. You might be able to do what you want by having all of the room units on frame 1 of the siteplan_mc, and then set their visible to true or false as you need them, instead of doing the gotoAndStop().
    The other problem is that you're trying to set listeners on the Back buttons that don't yet exist. Wait until you're on the frame where the buttons exists, and then set its listener for the mouse click.
    Other things you're doing could be improved too, but really you might want to get together with someone who has done more AS3, to help you become more familiar with how it works.

  • Need help with parallel process in background; not able to call FM in bgnd

    Hello,
      I am trying since 2 days to solve the issue of parallel process in background without using FPP.
    For which I want to call function module of class method in new task but to be processed by background process and not dialog.
    I searched so many websites but everyone has suggesteed to 'call function in background task' . But the fact is the processing of function happens by dailog process even in this case.
    I want to loop at table and call FM or class method inside each loop.
    Kindly suggest me how can I call function or class method in new task in everycall and prcoess it in background.
    thanks

    Balaji,
    Is the name of the button between single or double quotes?
    Regards,
    Dan
    Blog: http://DanielMcGhan.us/
    Work: http://SkillBuilders.com/

  • Need help with touchpad Apoint2k - program is not verified

    hi,
    my problem is when overtimes iam start the windows, the touch pad Apoint2k appears 3 times saying the program is not verified. do you want start the program. It's just irritating me..

    I would suggest you the follwing:
    Remove the touchpad software from your computer, download the newest version from here:
    http://eu.computers.toshiba-europe.com/cgi-bin/ToshibaCSG/download_drivers_bios.jsp
    and install it. I assume its just a software issue..
    Please reply after performing this action, would be interesting if it worked for you.
    Greetings

  • HT4993 I need help with iCloud. I have no idea how to work it.

    I have my phone set up on icloud, however I'm not enjoying it that much. I get songs from my moms ipod that I dont like to listen to! How can I remove her songs from icloud so they wont show up on my phone?

    It sounds like you and your mom are sharing an Apple ID.  If you have your iPhone set to receive automatic downloads, then you will recieve a copy of anything she purchases.
    Go to Settings > iTunes & App Store, look at the toggles under AUTOMATIC DOWNLOADS and turn off what you don't want to receive.

  • My question disappeare​d - need help with sending email - option is not there

    can not send email from blackberry from my aol or hotmail accounts. I can send from my work email .???

    Didn't disappear, it's right here, and answered.
    no option to send email on aol or hotmail
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

Maybe you are looking for

  • Can no longer edit/adjust presenter note font sizes etc

    In a large presentation (meaning I don't wish to start over) I can now no longer edit the presenter fonts, in terms of size or other font related changes - either via the format bar, font window or toolbar icons... All options appear grayed out or un

  • Can't here my center speaker on my Inspire 5.1 p5800

    I got inspire 5.1 p5800 speakers and my sound card is an sound blaster audigy platinum. When i do test my center speaker works out find, but when i play music of any audio file type, video of any file type, dvd in 5. mode and games in 5.1 mode I can'

  • Xfce4 xorg 1.6 font troubles

    Hi, im trying to setup (im newbie in archlinux) my xfce4, all is fine..but my fonts not sure http://img9.imageshack.us/img9/6668/clipboard01my6.png if you see my destkop, the font im using with anti-aliasing but i still find is a bit difused... i wan

  • Installing windows 7 on the NEW iMac 21.5inch mac

    Hey Guys im thinking on buying the new iMac 21.5 mac (link Below) but im wondering how would you install windows 7 on there through bootcamp. The Mac doesnt have a disk drive and Apple USB Super Drive connects via USB which the Mac will not read well

  • TS1263 Keyboard issue for macbook pro 13"

    I'm using macbook pro 13-inch, Mid 2009. my keys from q to y sometimes working sometimes not. I thought it was the software problem. So after reformat the macbook pro, i still having the problem and I can't resolve the issue. Can anyone help to assis