Messed up Adobe process

My Adobe Flash Player, which I need, and just uninstalled keeps asking me to accept or deny to allow companies to store things on my computer. This will NEVER be allowed. Why is this happening? I trust Adobe but in NO WAY outside companies. Most of them are foreign. I have a GREAT virus and Spam scanner, but I do not want this feature to accept or deny at all. I want it never to happen nor to be asked.

attach a screenshot of a request you think is coming from flash player.

Similar Messages

  • ADS: COM.adobe processing exception could not retrieve a password

    Hi,
    I am getting the error while clicking onto the print preview option at VF03. I am not able to get any output after that. Please help to resove this issue. The print preview report is in Adobe format.
    ADS.com:Adobe processing Exception could not retrieve a password for credentials:reader rights(200,101)
    regards
    raj

    Hi,
    That error message would sure to seem to point that the credentials are not accessible to the user that ADS webservice call is being made by,
    Check for user credential
    Check for below url as well
    http://help.sap.com/saphelp_nw2004s/helpdata/en/56/f2c94a069f44a785b85748e11f82a0/content.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/fe/e8cc48abee49f082dfbd5b45d98dd4/content.htm
    Hope it helps.
    Cheers
    Deepanshu

  • ADS:com.adobe.Processing Exception:Could not retrive(200101)

    I am trying to create an Interactive ADOBE form. Created the form through SFP transaction and coded the print program also. When I am trying to give the EDITing fascility to my form I am getting error saying "ADS:com.adobe.Processing Exception:Could not retrive(200101)" how to resolve the issue? do anyboyd got the same problem and how did resolve?

    Thanks for replying.
    I am not getting the error if I comment the line. The code is as below
    CALL FUNCTION 'FP_FUNCTION_MODULE_NAME'
        EXPORTING
          i_name     = 'ZZ_TEST_ADOBE1'
        IMPORTING
          e_funcname = fm_name.
    now call the generated function module
    FP_OUTPUTPARAMS-FILLABLE = 'X'.
      fp_outputparams-connection = p_conn.
      CALL FUNCTION 'FP_JOB_OPEN'
        CHANGING
          ie_outputparams = fp_outputparams
        EXCEPTIONS
          cancel          = 1
          usage_error     = 2
          system_error    = 3
          internal_error  = 4
          OTHERS          = 5.
      IF sy-subrc <> 0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
            WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.
    DO p_loop TIMES.
        FP_DOCPARAMS-FILLABLE = 'X'.
        fp_docparams-langu   = 'EN'.
        fp_docparams-country = 'US'.
        CALL FUNCTION fm_name
          EXPORTING
            /1bcdwb/docparams = fp_docparams
           zvbak              = VBAK
           zadr               = ADRC.
    Plz tell me how to remove th error.

  • I use Adobe Acrobat Pro XI (11.0.08) When performing "Save as" "Reduced file size pdf" Adobe processes for a while then completely stops, and has to close down. Just started doing that today.

    I use Adobe Acrobat Pro XI (11.0.08) When performing "Save as" "Reduced file size pdf" Adobe processes for a while then completely stops, and has to close down. Just started doing that today.

    I have Windows 8.1, and when I right click on the Windows flag (bottom left), the menu gives me a "Search" option. When I enter "%temp%", it goes to " "my username"/ appdata/temp" which is a list of file 1718 file folders. Many are empty but I did a small sample. Is that the right place to delete?    I tried Windows- Disk Clean, but that did not help.

  • Adobe processes keep running after closing program!

    Hello,
    I have this issue with Adobe Premiere Pro, After Effects, Media Encoder and Audition but not with Photoshop, Dreamweaver etc.
    Everytime I close one of those programs the respective process keeps running in the background.
    I can't restart the program until I go to the task manager and kill the process (AfterFX.exe, Adobe Premiere Pro.exe, pproheadless.exe)
    I already tried a clean uninstall with the cleaner tool and reinstall but the problem remains.
    I encountered this problem few months ago after a longer break from Adobe.
    Never had any problems before.
    I cloned my complete system with Acronis on a new SSD few months ago..
    can't remember anything else with much impact which could have triggered this.
    System: Win7 x64
    Software: Adobe CC

    I found the Solution (for me at least)
    It seems to be a driver problem with graphic cards from nvidia's 600 series.
    I have installed the oldest available driver for my GTX 680 and everything works fine now (some newer drivers might also work)
    I'm gonna write a e-mail to the Nvidia support and tell them what happened, pls do the same if you found the solution due to this post and
    upcoming drivers gonna work well for us again.
    best regards

  • ReadTimeOut Error in Adobe Process after 10mins

    Hi All
    I am using Adobe workbench Lifecycle 9.5. When I invoke the process either through client or Through Webservice I am getting timeout after 10 mins.
    Somebody pls suggest me how to get out of the issue.
    Rajasekaran T
    Pls reply if more information required on my process

    I have this same problem running a LiveCycle process on JBoss/Linux after 10 minutes.  I have a support ticket open, but I'm not getting any help. 
    1. I have changed the JBoss transaction timeout to 20 minutes
    2. I have also increased the Number of Seconds to 1500 (Right Click on Process in workbench->Configure->Advanced(tab)), but I still get the following exception after 10 minutes:
    ALC-DSC-099-000: com.adobe.idp.dsc.net.DSCSocketTimeoutException: java.net.SocketTimeoutException: Read timed out
              at com.adobe.idp.dsc.provider.impl.soap.axis.sdk.SoapAxisDispatcher.throwExceptionHandler(So apAxisDispatcher.java:203)
              at com.adobe.idp.dsc.provider.impl.soap.axis.sdk.SoapAxisDispatcher.doSend(SoapAxisDispatche r.java:129)
              at com.adobe.idp.dsc.provider.impl.base.AbstractMessageDispatcher.send(AbstractMessageDispat cher.java:66)
              at com.adobe.idp.dsc.clientsdk.ServiceClient.invoke(ServiceClient.java:208)
              at com.adobe.workbench.utils.invoke.InvokeWithProgressRunner.invokeServiceOperation(InvokeWi thProgressRunner.java:230)
              at com.adobe.workbench.utils.invoke.InvokeWithProgressRunner.run(InvokeWithProgressRunner.ja va:125)
              at java.lang.Thread.run(Thread.java:662)
    Caused by: java.net.SocketTimeoutException: Read timed out
              at java.net.SocketInputStream.socketRead0(Native Method)
              at java.net.SocketInputStream.read(SocketInputStream.java:129)
              at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
              at java.io.BufferedInputStream.read(BufferedInputStream.java:237)
              at org.apache.axis.transport.http.HTTPSender.readHeadersFromSocket(HTTPSender.java:583)
              at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:143)
              at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
              at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
              at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
              at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165)
              at org.apache.axis.client.Call.invokeEngine(Call.java:2765)
              at org.apache.axis.client.Call.invoke(Call.java:2748)
              at org.apache.axis.client.Call.invoke(Call.java:2424)
              at org.apache.axis.client.Call.invoke(Call.java:2347)
              at org.apache.axis.client.Call.invoke(Call.java:1804)
              at com.adobe.idp.dsc.provider.impl.soap.axis.sdk.SoapAxisDispatcher.doSend(SoapAxisDispatche r.java:127)
              ... 5 more

  • Trying to remove Genieo - Messed up the process

    So I am trying to remove genieo from my computer and started by deleting it from Safari, Firefox and I think Chrome. The process I used to remove it from the browsers were from wiki how based on the following instructions:
    After I did this I looked further into the whole Genieo issue and I had a feeling I did not fully remove the program from my computer. I'm not a computer savvy guy, but a program like this sounds like something that doesnt go away this easily. After that, I found I was supposed to delete a file listed as "launchd.conf." Through all the paths that websites provided, I could not find it but I know it is there because it is still running after looking at my activity monitor. I have also read that if I do this wrong, I will potentially mess up my computer which I have neither the time nor expertise to solve such an issue.
    If anyone can please let me know where I can go from here after botching the process thus far, please let me know. Thank you.
    T

    Hi ..
    It's malware  ...
    See: (Users of Mac OS X 10.6.8 or older should use my manual removal instructions) > http://www.adwaremedic.com/index.php

  • Sony reader de-installation messes with adobe digital editions?

    after sony reader programme took over my whole computer I removed the programme. unfortunately now adobe digital editions won't read any books any more. I remove and then reInstalled but it isn't helping at all. anyone know how to fix this?

    When you have ADE (digital editions) open with  "bookshelves" page with a "Getting Started with Adobe Digital Editions" booklet in it,
    enter cmd-shift-U, or menu/Help/Authorize Computer.
    That will ask for your Adobe ID and password and authorize the computer.
    Once that has been done you shouldn't need to do it again.
    Sometimes you do need to if things go wrong, but you certainly shouldn't have to do it at all regularly.
    When that has been done, plug in the Kobo; it should show up in the left pane of ADE.
    Use "menu/Help/Authorize Device" and that will authorize your Kobo with the Adobe ID from the Mac.
    You can then copy books by drag-dropping onto the Kobo within ADE

  • Photos app really messed up my process of editing/storing!!

    First of all, I cannot drag and drop a photo into Photoshop to edit?  This HAS to be a bug.  I could easily drag a photo over and open in Photoshop using iPhoto. 
    Second, having no event folders is a PAIN.  There is NO way to drop a photo into Instagram if it isn't in your camera roll.  That's a major problem.
    Third, I want to see a status bar when I'm moving pictures.  I don't like the little status circle like in iMovie.  There is no way to see a percentage of progress easily so I can visually see it's moving.  Was this also another oversight? 
    I'm actively looking for another program.  This way of organization is not Apple-esqe at all.  Not user-friendly and it's hard if you're a power user that likes to edit. 
    I'm really bummed out about this update.  I want iPhoto back!!!!!!!!!!!

    You can have iPhoto back. Just launch it. Done.
    I cannot drag and drop a photo into Photoshop to edit?  This HAS to be a bug.  I could easily drag a photo over and open in Photoshop using iPhoto.
    It's not a bug - and that wasn't how to do it in iPhoto either. All that got you was a preview. In iPhoto, you should set Photoshop as an External Editor (Preferences -> General -> Edit Photo: Choose from the Drop Down Menu.) This way, when you double click a pic to edit in iPhoto it will open automatically in Photoshop or your Image Editor, and when you save it it's sent back to iPhoto automatically. This is the only way that edits made in another application will be displayed in iPhoto.
    That facility does not exist in Photos. Photos requires that developers write an extension to their app to allow to to hook into Photos. None have done that, at time of writing. But they wills soon turn up.
    Second, having no event folders is a PAIN.  There is NO way to drop a photo into Instagram if it isn't in your camera roll.  That's a major problem.
    Events are not a part of Photos. You may need to rethink your organisation - or use Albums. In Photos all your iPhoto Events are converted into Albums. I don't know what you mean by the reference to instagram, or how it refers to Events.
    Third, I want to see a status bar when I'm moving pictures.  I don't like the little status circle like in iMovie.  There is no way to see a percentage of progress easily so I can visually see it's moving.  Was this also another oversig
    http://www.apple.com/feedback/macosx.html is the place for feature requests and feedback
    I'm actively looking for another program.  This way of organization is not Apple-esqe at all.  Not user-friendly and it's hard if you're a power user that likes to edit.
    Well given that it was devised by Apple to work across the Apple ecosystem, I think it's pretty Apple-esque But it is different and there is a learning curve. I find it hard to believe that the mythical "power user" would use an app like Photos or indeed, iPhoto.

  • UE-V 2.0 process cause Adobe acrobat process add-on to be stopped ?

    Hi, 
    I am using a terminal server (Windows 2008 R2 SP1) (RemoteApp) accessing "internet explorer 10" application.
    I found out that using the UE-V 2.0 and using "Adobe Reader XI - UE-V Template"  caused the adobe reader add-on stop working.
    Removing the template from template location solved the issue.
    Since I already checked the template and it looks fine, I think the issue is related to how UE-V hook to the adobe process.
    Have someone else notice this issue ?

    Is there anything in the event viewer under Application and Services Logs ->  Microsoft -> User Experience Virtualization -> App Agent -> Operational?  That may give you some clues.
    How are you utilizing remoteapp in this scenario?  Is IE 10 being published to the user(s)?
    Thanks

  • Process variables populating on adobe eForms ES2

    Hi all,
    I've an adobe process with an output integer process variable called StepID and i made a form and want to populate this variable on the form, i've made a WSDL data connection and found the variable in the invoke response but when i put this variable on the form to be bound i found no value of it on the form although the variable has a value in the process.
    thanks so much for your time and effort.
    BR

    Hi paul,
    sorry for my late reply, yes i bound the datafield as output , also there is no security on the web service and unfortunately it is not on the public domain it is on private server in addition i didn't call the click event on the invoke button because the WSDL is already invoked from a JAVA servlet also i don't want to invoke it from the eForm just i want to know how i can bind a field in the eform to a process variable even if i don't want to use WSDL data connection if there is another type of connection or variable type or something.
    Thanks so much paul for your help.

  • Adobe Functional Content and the Creative Cloud

    Hello All
    To any Adobe Employee who may read this, can you please get someone at Adobe to take control of this issue and see that the library, templates and all other functional content gets packaged correctly and enabled as a download and "sub-install" for the parent product inside the Adobe Application Manager.
    I think as subscribing users we should get better service and direction from Adobe in regards to this functional content. As I type this I have more than 10 tabs open, each one leading to a thread that has something to do with how to install and fix a problem with the Functional Content for After Effects, Premiere Pro and Encore.
    See if you can in less than 30 minutes figure out exactly what to do to activate this content by reading these threads:
    http://forums.adobe.com/message/4447237#4447237
    http://helpx.adobe.com/x-productkb/multi/library-functional-content-missing.html
    http://forums.adobe.com/message/4418591#4418591
    http://forums.adobe.com/message/4400620#4400620
    http://forums.adobe.com/thread/1006810?start=0&tstart=0
    http://forums.adobe.com/message/4511169#4511169
    http://forums.adobe.com/thread/1028055?tstart=0
    http://forums.adobe.com/message/4417092#4417092
    http://forums.adobe.com/thread/1002454
    http://forums.adobe.com/message/4417092#4417092
    I have been very reluctant to do anything because I am reading a lot of conflicting and incomplete information. This link in particular, http://helpx.adobe.com/x-productkb/multi/library-functional-content-missing.html, is really unhelpful because there are 3 methods to do something but reading it I am not sure if each method does the same thing or if each does one part of the 3 sets of missing Functional Content. Additionally "solution" 3 presents a place to put the content but then leaves out the path we are to do it to.
    Most disappointing is the fact that the first "solution" did not get me the menu buttons I am looking for in Encore and I don't know if I screwed up or if the install was incomplete for some reason.
    Do I now need to install one of the other "solutions"? Those of you in the community that are about to hit reply, please don't. Do not answer that question.
    Here is why...
    Adobe is responsible for delivering us customers a product. It is Adobe's responsibility to fix the mess that a number of paying customers are having regarding this Functional Content.
    TO ADOBE:
    Here is what I and I think a lot of other subscribers want you to do:
    You already have a Solution in place. One that doesn't require a lot of user intervention and doesn't require anyone to pick a "solution" and screw it up, search for more help and spend hours of their time fixing a mess.
    Adobe Application Manager. Create the proper installation packages. Put them on the servers, tell the AAM how to clean up the mess any users who have tried these "solutions" have made. Then have it install the proper packages as a "Sub-Installation" for each of the parent software that it is for.
    This solution will not only make things better for us end users, but you will also make the manageability of the Functional Content easier for your teams as well. And if your teams wanted to add additional Functional Content to any program that is part of the creative cloud or that the Adobe Application Manager manages, then it would be a simple matter of creating an installation package and adding it to the AAM's list of installable programs.
    You just did this exact thing with Lightroom 4.1! Why can you not do this for the Functional Content?!?
    Back to the Community Members that want to answer my post. Don't. Instead if you agree with me or even if you don't, sign off on this thread or indicate your virtual thumbs down. Either way I don't want an answer, I want an action from Adobe, the only ones who can fix the mess.
    I really believe that the Application Manager is the most elegant solution. If any of you have ever used Steam, you know what a great feeling it is when you can download a game demo, try it, buy it and just have everything take care of itself. I don't even have to worry about updates; Steam takes care of my games. And the thing that makes it really valuable? I DON'T PAY $50 A MONTH TO USE STEAM AND HAVE IT JUST WORK, IT IS FREE!
    All I want at this point is Functional Content that I don't have to read a 50+ page manual to install. I know that is an exaggeration, but honestly if it is 1 badly written set of instructions or 50 what does it matter? I don't pay Adobe so I can read up on how to install their software; I just want to use it.
    I guess I should also point out that this is now the second large hold up to my project that I started subscribing for. The first was a problem that I again had to figure out the solution to by working around it, when again Adobe seems to be unable to correct the problem, here, here, here and here.
    And now here I am again at a slight stand still because I can't use my DVD authoring software to create a button on a Wedding DVD menu.
    Okay, you can go ahead and reply... but I would still prefer no answers, just /agree or /disagree.

    Did you even read the post?
    Jeff A Wright wrote:
    For now though please reference Library, title templates, template projects missing: Premiere Pro, After Effects, Encore CS5 - CS6 - http://helpx.adobe.com/x-productkb/multi/library-functional-content-mi ssing.html for information on how to obtain the additional content.
    Have you read the page in your link?
    Can you correctly install from the instructions on that page?
    And I quote:
    Additional Solution: Install the Resource Central library content   
    Download the extra library content
    Choose your language to begin the download:
    English French German Japanese Italian Spanish Korean
    Extract the Library content to the Library folder
    Extract the zip file that you just downloaded. This will create a .7z file, eg. en-US.7z.
    Extract the .7z file to any convenient location, eg. Desktop. This will create a folder based on the language you selected.
    Copy the contents of the language folder (eg. en-US) to the following location:
    Keywords: cpsid_85388
    Where? Copy the contents to where? I don't see a path written there... is it a secret? Do I have to highlight the hidden text? Nooo... that didn't work...
    Honestly I must appologize for my brashness and sarcastic attitude. I find it questionable to expect the paid subscribing creative but not technically inclined customers to do the work of fixing this problem when Adobe has the means and the tools to fix it for us.
    Jeff Bellune wrote:
    Not an employee, but I am a forum moderator.  Please stop spamming the forum with links to this topic.  They have all been deleted.
    Jeff
    Ok. Fair enough, I will admit that last night in my anger and frustration I was being a little childish.
    But as a Community Professional don't you believe that you would be better served by Adobe if they were to make one easy simple Adobe Application Manager download for the content that should have been published right at the launch of the new version? Wouldn't your time be better spent actually working on your projects rather than fixing Adobe's mess and responding to people in 10 different forums trying to help them?
    All of this also makes me wonder how Adobe prioitizes the "bugs" that people are dealing with. Wouldn't it be quick to put a someone or a couple of people on the problem of gathering the functional content and getting them to package it and ready it for publishing through the AAM? The process of adding it to the list of installs might be more complicated but a package that knows where to put the content? I would think that something like this could be give a get it done now priority as it would aleviate a lot of the forum posts and something like the missing export choices in Media Encoder or Premiere Multicamera Issues would take more time due to investigation and so you put them on a priority based on the number of users affected.
    It just seems to me that a month after launching a new version is an awfull long time for the publishing of an update to add functional content that was in all the previous versions.
    I guess I will stop "ranting" now. Thanks for responding Jeff AW, at least I have official word that there will be some sort of update on this issue.

  • What is Flash Professional CS6? | Learn Flash Professional CS6 | Adobe TV

    Dive into Adobe Flash Professional CS6. See how web designers, developers, and animators can use Flash to create rich content for screen and web environments.
    http://adobe.ly/Jo2HUO

    Actually, what Flash Pro is, is a profound disappointment. I've been using Flash since Macromedia days and have generally put up with the huge change in focus that's happened between AS2 and AS3. I was irked by the sudden need to have to declare classes for even the simplest functions but lived with it because there was nothing much else out there. It wasn't until very recently that the truth finally dawned on me; Flash is a bloody mess.
    Adobe have completely betrayed the design community and after long consideration I've come to the conclusion that Apple were entirely right to prevent Flash appearing on iOS devices. I don't want to have to write reams of code to make a simple ad, it's a waste of time and money and my clients really don't care whether their code is elegant or not. All that matters is pixels on screen.
    Flash has completely lost its way. Instead of being a ground-breaking design tool it's just another OOPL with a half-baked IDE. What's the point of Flash? It's a product which is now conceptually flawed, a scripting language with a few graphic bolt-ons, a tool which actually reduces productivity instead of enhancing it.
    The name Flash Pro is misleading, it should be called ActionScript Pro. Flash has become a programming tool only, and in the process thrown up so many barriers to productivity that it's become all but unusable in the purpose for which it was originally conceived.
    It seems to me that Adobe lack the imagination to produce ground-breaking products any more. All they deliver are engineering solutions with incremental improvements and that's only a good enough solution whilst there's nothing else out there. Quite evidently the ground is shifting and as a product Flash is clinging on to the edge of a cliff. Flash is exposed.
    In the 21st century it seems extraordinary that a product marketing itself as a design tool requires designers to start a creative project by deciding which packages to import. This is useful to me why? Does my client give a damn? Why doesn't the application work that out for itself? It's like asking a driver to service their own engine every time they take the car out. Sure, a knowledge of code is beneficial but starting from first principles every time you start a project? It's just not good enough.
    I'll keep using Flash for now, but as soon as something new gains sufficient critical mass - Corona, Kwik 2, anything that actually gives designers productivity tools - I'm out of here.

  • Adobe Creative Cloud Desktop App Window Blank, Windows 8.1 (Resolved)

    Platform: PC
    OS: Windows 8 (8.1)
    I needed to download Flash, so I searched for my Desktop Application Manager.  Opened the Creative Cloud App, and saw this:
    I waited for it to "load" but nothing ever loaded.  I clicked the gear to see if I could log out and log back in, but just saw three practically useless options:
    [Help, Pin to Notification Area..., Quit]
    I waited 2 hours for customer service, and finally got this answer:
    Launch the run window. (press: window button, type: "run" OR window button + X, select "Run")
    Type %appdata%
    You'll see AppData > Roaming, click AppData in the address bar.
    Open Local > Adobe > OOBE
    Cut opm.db and paste it to the desktop.
    >>If you receive an error, open the task manager and close ALL Adobe processes, then retry.
    Open Adobe Creative Cloud Desktop Application
    Log in. (ta-da!)
    Delete the file that you cut and pasted to the desktop.
    I hope this helps someone avoid the long wait time for customer service to fix this error that seems to have sprouted after some update corrupted the opm.db file.

    1.  quit the app (from the task bar) and relaunch.  if that fails:
    2.  Remove the OPM.db file and relogin into the Creative Cloud desktop application using the Adobe ID tied to your subscription.
        Mac OS: You can locate the OPM.db file in the \User\<user name>\Library\Application Support\Adobe\OOBE folder. To access the hidden user Library folder, see Access hidden user library files | Mac OS 10.7 Lion.
        Windows: You can locate the OPM.db file in the \Users\<user name>\AppData\Local\Adobe\OOBE folder.  To view the hidden AppData folder, see Show hidden files, folders, filename extensions | Windows XP, Vista, Windows 7.

  • Adobe Premiere Elements 7.0 hangs while exporting and during peak file generation.

    I have Adobe Premiere Elements 7.0 (PRE7). I have a project which is using a single clip from a Mini-DV that was captured with Nero 8. Nero 8 was used because it was captured prior to installing PRE7. The file is 12GB and is on a USB disk drive because I don't have the space on my main hard drive (I have about 11GB free). My project doesn't do too much that's fancy. It merely uses about 20 minutes of the 60 minute Mini-DV captured AVI, and it uses simple transitions between each scene. I also have very simple titles at start and end. No themes or anything else.
    I've seen two problems. 1) While editing the project, seemingly (but I'm not positive it's related) while the peek file was being generated, PRE7 would get into a state of using about 40% to 50% CPU, and it would not let me do anything else. The other problem, 2) While using "Share" to export the video to WMA for playback on PC (about 180MB estimated file size according to Adobe), the file is exported to about the last remaining 5 seconds, but then PRE7 goes into that mode of hanging with 40% to 50% CPU usage.
    One time when it had this 50% CPU issue, I let it sit overnight, and the export was finished in the morning. The export that time was to a 90MB FLV for posting to the "web" according to the Share wizard. But when I was doing the above (issue #2), it went into the 50% CPU usage but didn't finish after waiting around 2 hours. Even if I were to let it sit that time, and it were to finish, it seems like something's wrong and that this is unacceptable.
    When this happens, and PRE7 goes into 50% CPU utilization, there is no pacifier or percentage bar advancing. It usually happens near 100% finished. Only one time did it complete successfully after leaving it unattended at 90% complete for an extraordinary amount of time.
    To recap:
    C:\ hard drive ---> PRE7, my project.
    E:\ USB drive ---> 12GB source AVI file and destination for export.
    I saw elsewhere on this forum that someone imported a mini-dv captured AVI into Window Movie Maker and then exported it to Mini-DV from that app. This solved that person's problem with hanging during peak file creation. I had the 50% hang issue during peak file generation but I'm not sure it was related to peak file generation. A peak file was generated in a project which, when exported with share as mentioned above, still did the hang 50% CPU issue. Regardless, I will try the import/export/movemaker thing and report back but I've been trying enough things that I wanted to take a second to ask for assistance.
    Does anyone have this issue, and is there a patch or fix?
    I might be able to provide a user mode dump of the 50% CPU adobe process. There is some call stack information and I'm wondering if developers would want this info if they don't already have a solution/fix to this bug.
    Thanks for any help.

    I have some more info on the hang which I've been experiencing during export/share of a project which uses an AVI as its one main clip. Adobe Premiere Elements 7 (PRE7) appears to be hanging because it's looping endlessly in ImporterAVI.prm. I'm wondering if this info can be passed onto Adobe developers and/or if I can submit this information elsewhere for such processing. I also have a process dump file which might be helpful, not to mention the original project files.
    I used Process Monitor to help analyze this situation, and prior to PRE7 getting into the endless loop, it appears to be reading from the AVI file little by little, and WMEncodingHelper.exe is writing out little by little to the destination file, both of which I would expect. When PRE7 gets to the end of the import/export, Process Monitor appears to show all the aforementioned disk activity ceasing. I see neither process reading or writing. This would be normal if the share/export procedure had completed. But PRE7 is not complete. It is hung and is operating at 50% CPU utilization.
    Far below in this post are technical details which may be helpful to an Adobe developer determine why the importer could get into this endless loop. In those details, there is a jump instruction, "jb ImporterAVI!xImportEntry+0xf32", which will always jump if a particular compare always turns out a certain way. But in my review of the counters being compared, it never will get to a point of exiting. When I modify a flag (the carry flag) to be 0, the loop exits. When I did this, my export/share of my project completed successfully. So it was done, but for some reason, PRE7 was looping and looping in its AVI importor instead of completing the export (aka "Share").
    I cannot say that this certainly indicates a bug with PRE7, but it seems to me that there's enough data for Adobe to be at least investigating this particular issue. I'm not the only person who has seen this as there was at least one other message describing the same problem which the user resolved by effectively re-creating the AVI file via a no-op import/export into and out of MovieMaker. My AVI also goes through MovieMaker, import/export, without a hitch.
    In a sense, I view PRE7's "share" as essentially an import, processing of imported information (i.e., effects and transitions), and an export. It's an import of all clips into the project at the right times, a processing of all effects, and finally an export to a destination. I realize this is simplistic, but the point I'm making is I have a simple project with a single AVI, and it appears that the "import" portion of PRE7's Share option is choking on the only clip used by this project. I also don't have much but simple transitions and a beginning/ending title on the project, so I'm not thinking this use of PRE7 is much more than what I'm doing with MovieMaker when importing/exporting this AVI.
    I fully agree that optimum hardware can be either required or critical for certain types of video editing, but PRE7 is a consumer program and I'm not using anything extensive about it and the symptoms are that PRE7 is looping on its import of a file other programs don't have a problem with. I already tried purchasing a 1TB external, which I'm glad I did, but I really think Adobe developers should look at this issue. There may be a problem with handling certain AVI clips used in a project when those clips come from certain sources. If there is an issue, perhaps it could warrant a fix that would make PRE7 more compatible with these other clips.
    Does Adobe have a procedure for people to upload (or mail) projects and files to it so that they can troubleshoot why the importer gets into this state? I also mentioned earlier that I have a full user-mode dump of the process which may be of value to a dev. Can I submit this information anywhere?
    Here are textual technical details:
    Plug-in which loops: C:\Program Files\Adobe\Adobe Premiere Elements 7.0\Plug-ins\en_US\ImporterAVI.prm
    The following are the instructions at the "bottom" of the loop which never ends. Below, I put "***" at the jump instruction I mentioned earler. If I force the carry flag to be 0 at that point, and the jump is skipped, the export completed successfully. Additionally, notice that [esp-0x1c] is 0x2000, and that both eax and edi are 0. When I see it loop, eax stays at 0 and never reaches 0x2000. I wonder if something about the AVI is causing values used by this importer to be such that it causes this endless loop, and if that's the case, and if such values are valid/good, I'm wondering if the importer can be fixed by being able to detect such values so as to not choke (if in fact it's an importer issue).
    1239dda2 50 push eax
    1239dda3 ffd1 call ecx
    1239dda5 8b442424 mov eax,dword ptr [esp+24h]
    1239dda9 015c2428 add dword ptr [esp+28h],ebx
    1239ddad 03c7 add eax,edi
    1239ddaf 83c410 add esp,10h
    1239ddb2 3b44241c cmp eax,dword ptr [esp+1Ch]
    1239ddb6 89442414 mov dword ptr [esp+14h],eax
    ; *** This is where it loops around and around.
    1239ddba 0f82f2feffff jb ImporterAVI!xImportEntry+0xf32 (1239dcb2)
    ImporterAVI!xImportEntry+0x1040:
    1239ddc0 8b542420 mov edx,dword ptr [esp+20h]
    1239ddc4 52 push edx
    1239ddc5 e810d40000 call ImporterAVI!xImportEntry+0xe45a (123ab1da)
    1239ddca 83c404 add esp,4
    ImporterAVI!xImportEntry+0x104d:
    1239ddcd 5f pop edi
    1239ddce 5e pop esi
    1239ddcf 5d pop ebp
    1239ddd0 33c0 xor eax,eax
    1239ddd2 5b pop ebx
    1239ddd3 83c428 add esp,28h
    1239ddd6 c3 ret
    ChildEBP RetAddr Args to Child
    WARNING: Stack unwind information not available. Following frames may be wrong.
    3195d9b8 12387545 10590f9c 27c53e00 06b35ff6 ImporterAVI!xImportEntry+0x103a
    3195d9ec 1239ea10 06b35ff6 00000000 27ad8a60 ImporterAVI+0x7545
    3195da1c 1238aa31 06b3554b 00000000 7fdf0000 ImporterAVI!xImportEntry+0x1c90
    00000000 00000000 00000000 00000000 00000000 ImporterAVI+0xaa31
    [esp-1Ch]: 3195d9a0 00002000
    eax=00000000 ebx=00000000 ecx=3195dbcc edx=00000000 esi=27ad8a60 edi=00000000
    eip=1239ddba esp=3195d984 ebp=3c7ba50b iopl=0 nv up ei ng nz na pe cy
    cs=001b ss=0023 ds=0023 es=0023 fs=003b gs=0000 efl=00000287
    ImporterAVI!xImportEntry+0x103a:
    1239ddba 0f82f2feffff jb ImporterAVI!xImportEntry+0xf32 (1239dcb2) [br=1]

Maybe you are looking for

  • Windows 8.1 reinstallation on a new drive

    I am unable to reinstall Windows 8.1 on a laptop with a new hard drive as the licence code is hidden in the BIOS.  How do I get access to complete the installation and activate Windows?

  • How to Handle Multiple Thread in JAVA Callout with OSB 11g

    Hi Team, With My OSB 11g, I want create a static Thread when Java callout. Java code as below.      private static Thread thread; static {           * lazy load thread and with thread-safe ensure           if(thread == null){                synchroni

  • TS1702 PrintDirect Application Upgrade does not reauthenticate on iPad Air.

    Hi Can anyone assist me please. I purchased the PrintDirect Application for both my iphone 5S and new ipad air, both are running latest IOS software. The app. is downloaded first as a free app, then with purchase of an in-app upgrade to obtain full f

  • BSP - Look and Feel / Theme

    Good Morning All, disclaimer: I checked the blogs, I checked the discussions, I checked the examples, I checked the doco - and couldn't find the answer to my question. Question: I've already seen it, but can't remember where it is, does anyone know t

  • Can I make a website with just using Photoshop and Flash together?

    I am new to web design and am working on a website. I have not purchased dreamweaver, but am familiar with it from school. I do have Adobe Flash and Photoshop extended. Can I just use the two programs Adobe Flash, and Photoshop extended to complete a