I think I found a bug with CC 14 in which text layers wont render! Super Annoying!!!!!!!

I was editing a Youtube video and I noticed my text layers I added to my footage wouldn't render out on video. Instead my video would freeze then start playing again. I tried to render out as a ProRes file and it still happened. Then I just wanted to render out the text and low and behold the screen was blank. I just switched recently from CS6 is there any way around this? It's a good thing I discovered this early because I still have my 30days to cancel.
I'm editing on a Macbook Pro Retina 15 inch with 2GB Nvidia Card and 16GB of RAM.
Thank you all in advance

In addition to the oddities that Ann noted, the sequence is interlaced whereas the export settings are progressive. I have no particular reason to think that any of these weird little details would cause a problem, but it sure is a quirky set of properties.
I'd start by testing with a more normal scenario to see if the problem persists:
New project
New sequence, using a 1080 preset, such as AVCHD 1080p24.
Create a Universal Counting Leader and a title and add both to the timeline.
Export to the same YouTube preset.
If the encoded output from that sequence has the same problem, then it's time to collect info about your system: OS version, graphics card & driver, whether you've installed any codecs.
If the title survives the test, then start tweaking things in the direction of the problematic sequence, changing just one variable at a time--adding the odd 29.99 AVCHD clip, changing one sequence setting at a time, etc. Export after each change and see if the issue resurfaces.
Also worth testing:
try the various encoding paths: "in-process" by clicking Export in the Export Settings dialog, and via AME by clicking Queue.
In AME, encode one with the Import Sequences Natively setting enabled, then again with the option disabled. [Preferences>General]
Test with Renderer set to GPU Acceleration and with it set to Software Only [File>Project Settings>General]

Similar Messages

  • I think I found a problem with the calculator application.

    I'm a south korean highschool student and I think I found a problem with calculator application. I use iPod touch 4th generation with iOS 5.0.1. I was playing with calculator app and I found out that 0.1!(factorial) is 0.951350769866873. This can't be right bacause factorial calculation can only be definrd whan n is natural number or 0(in n!). I want apple to correct this error.
    And if you are someone working with apple, please let me know the algorithm of factorial calculation(if possible). I would be grateful if I can have a chance to study the algorithm and find out what made 0.1! possible.
    so question.
    do anybody know how to send an email to apple? I tried but I couldn't find the address.

    Apple doesn't dialogue with users via email the way you want, but you can report such problems to them via
    http://www.apple.com/feedback/
    But in this particular case you should be aware that factorial can in fact be done for non-integers:
    http://en.wikipedia.org/wiki/Factorial#Extension_of_factorial_to_non-integer_val ues_of_argument

  • HT1688 PassSource beta - geting message - Found the bug with account creation

    PassSource beta website giving me a message - "Found bug with account creation"

    PassSource is NOT an Apple service.

  • I think this is a bug with rendering a string to a graphics2d

    Hiya,
    The following lines of code create the rendering error I am experiencing, to which I have tested on several computers.
    BufferedImage bi=new BufferedImage(100,100,BufferedImage.TYPE_INT_ARGB);
    Graphics2D g2d=bi.createGraphics();
    g2d.setColor(new Color(1f,0f,0f,0.5f));
    g2d.fillRect(0,0,100,100);
    RenderingHints renderingHints=new RenderingHints(RenderingHints.KEY_ANTIALIASING,RenderingHints.VALUE_ANTIALIAS_ON);
    RenderingHints rh=new RenderingHints(RenderingHints.KEY_TEXT_ANTIALIASING,RenderingHints.VALUE_TEXT_ANTIALIAS_ON);
    renderingHints.add(rh);
    rh=new RenderingHints(RenderingHints.KEY_ALPHA_INTERPOLATION,RenderingHints.VALUE_ALPHA_INTERPOLATION_QUALITY);
    renderingHints.add(rh);
    g2d.setRenderingHints(renderingHints);
    g2d.setFont(new Font("Lucida",Font.BOLD,14));
    g2d.setColor(Color.BLACK);
    g2d.drawString("SQOWTGBC",10,30);
    When the destination image has an alpha of 1 the text is rendered with the correct antialiasing. However, in this example where the alpha is 0.5 the text is rendered with unwanted artifacts.
    [http://sphotos-b.ak.fbcdn.net/hphotos-ak-ash4/269344_590137484330481_704825569_n.jpg]
    This image has JPG artifacts but the unwanted rendering artifacts are still visible (ie the brighter edges)
    I am wondering if this is not in fact an error but the intended result. If so, how to I configure the graphics object to render the antialiased text without the artifacts?
    I could not find where to submit a bug on the oracle website for the life of me so maybe if someone would like to explain how this is achieved I will be very grateful.
    Penny
    x
    I have spent several hours trying to find if this has been reported as a bug or if there is a solution posted online but to no avail.
    Edited by: 995038 on Mar 20, 2013 5:32 AM
    Edited by: 995038 on Mar 20, 2013 5:33 AM
    Edited by: 995038 on Mar 20, 2013 5:36 AM

    I have made a work around for the moment.
    This work around uses a BufferedImage to render the antialiased text first which does not create the artefacts and then draw the image of the text to where the text should appear. I dont think this is an acceptable solution because in the case where there could be 1000s of TextLayout objects the increased overhead would be unacceptable.
    private void drawTextLayout(Graphics2D g2d,float x,float _y) {
    Rectangle r=_g2d.getClipBounds();
    bufferG2D.translate(r.x,r.y);
    Composite c=bufferG2D.getComposite();
    bufferG2D.setComposite(clearComposite);
    bufferG2D.fill(r);
    bufferG2D.setComposite(c);
    textLayout.draw(bufferG2D,_x,_y);
    bufferG2D.translate(-r.x,-r.y);
    _g2d.drawImage(buffer,r.x,r.y,null);
    the BufferedImage of bufferG2D would need to be large enough to cater for any size of text to be rendered to which I believe the size should be set to the screen size. This solution requires that there always be a _g2d clip assigned.
    Regards
    Penny

  • I think I found a bug/bad design - what am i missing?

    Hi Edwin and the team,
    This is my first post as I'm sinking my teeth into the PM Server and Designer. We're considering to use the BPEL technology in the BIG way. And I think it's very cool as the Web Services-based EAI delivers a cost-effective and not proprietary solution!
    Let me describe to you what I believe is a bug or a dubious design. In the Designer, File>New>Oracle BPEL Project creates a new project with a file bpel.xml. For example, look at your CreditFlow sample. In that file there is <partnerLinkBinding name="..." <property name=wsdlLocation"> http://<host name of the WSDL host server>/....
    when the partner WSDL is hosted on the localhost that <host name> in the line above is the name of my machine instead of 'localhost'. Then, <project name>.bpel validation crashes when you're in the off-line (disconnected) mode or connected via VPN gateway (since obviously you think you don't need a proxy because everything is local). But, even if it works inside the LAN I think it's a bad design; since it's generated automatically by Designer the developer doesn't have a clue what's wrog when he/she needs to debug your code. The Designer should stick there 'localhost' instead of the the name of my computer on the network.
    Here how I spotted it. I generated you CreditFlow sample in the Quick Start Tutorial. I went by the book, Compiled the CreditFlow.bpel and it crashed! The book did not say it was supposed to crash. The book said everything should be honky dory. The Validator printed a message: "connection timeout...." Since I'm new to the BPEL it took me awhile to figure out and once I stick 'localhost' in the right place in bpel.xml everything worked. Again, I was running everything on localhost.
    If I helped you guys - great or what am I missing here?
    The problem is that if my company decides to convert the Biz Analysts into BPEL modelers how could a BA figure out the solution to the problem like this? He/She would just give up and tell the Technologists (us) that this is a bad product.
    Thanks,
    Greg
    P.S. What happened to Doron Sherman (CTO) and the old Collaxa folks? He is not listed in the ORCL directory. For those who don't know BPEL Server and Designer were developed by Collaxa and ORCL bought that company last year.

    Hi Gregory,
    I think that the problem you are reporting is a proxy configuration error. There are 2 places where you need to configure the proxy: in the obsetenv.bat and in the eclipse>windows>preferences>BPEL Designer.
    If the server is up and the proxy configuration is correct, you should not receive a timeout error.
    Let me try to explain why it is not possible/desirable to have localhost: the url is generated by the server when it generates a WSIL list of the processes deployed on the server. The server does not know if the client requesting this list is local or remote, this is why he uses the real host name (otherwise remote client would not be able to connect to the service).
    One additional note: the tool is not currently targeted at business analyst (unless they have some development background). BPEL entails some inherent complexity: parallel processing, async interactions, exception management, WSDL, XML Schema, transformation. So although we are working hard on continuously simplifying the implementation and increasing the productivity, we are still targeting application developers.
    I hope this helps.
    Edwin

  • Found New Bug with 1.1.3

    Tried on two iphones if you have the security lock on it sometimes does not work has anyone else noticed this problem?

    Try these steps. I've found that when one thing clearly works and another clearly doesn't, the disconnect may be in the actual discrete steps.
    Starting from the home screen
    1) Tap Settings
    2) Tap General
    3) Look at Passcode Lock (should be off)
    4) Tap Passcode Lock
    5) Enter a Passcode
    Again, to make sure we're both doing the same thing, enter 1589
    6) Enter 1589 again
    You should now see the Passcode Lock screen.
    7) Press the black button on the upper right hand edge of your iPhone
    8) Press the Home button
    9) Slide your finger across "slide to unlock" to unlock the phone
    You should now be prompted to "Enter Passcode". If not, maybe there are more serious problems.

  • BC4J/Jedeveloper 3.2 BUG with SetAttribute on LONG RAW

    Hi,
    I'm using Jdeveloper 3.2, a BC4J/JSP application and a Oracle Thin connection to Oracle 8.0.4.
    I think I found a bug in BC4J:
    I have a table with a LONG RAW column that is also used by other (non BC4J)
    applications to store binary data (including, but not limited to JPG's)
    I'm able to retrieve data of any size using GetAttribute().
    When I use the following code from a WebBean, it fails on commit
    when the file is bigger than 4K.
    The error is:
    Error Message: JBO-26041: Failed to post data to database during "Update":
    SQL Statement " UPDATE BDATA Bdata SET LRDATA=:1 WHERE ID_CARD=:2 AND CODE_REGISTRATION=:3".
    Error Message: ORA-01461: can bind a LONG value only for insert into a LONG column
    public void setData(java.io.File f) throws Exception
    long len = f.length();
    InputStream in = new FileInputStream(f);
    Row myRow = qView.getCurrentRow();
    byte[] buffer = new byte[(int)len];
    in.read(buffer, 0, (int) len);
    in.close();
    Raw myval = new Raw(buffer);
    myRow.setAttribute("Lrdata", myval);
    Please help, I need this to work !
    null

    Raw domain is limited to the oracle-JDBC limitations of 4K length for such-streaming data types unless a Stream is used to update the data. We plan to support such streaming for Raw domain in the next major-release.
    However, you should be able to work with Raw domain and if your data size is bigger than 4K, override the doDML() method in EntityImpl (that contains the Raw attribute) and perform a custom update for the Raw data. Basically the logic will be something like:
    doDML()
    1. save the raw attribute value
    2. Populate 'null' or a single byte-bytearray for raw attribute value so that super.doDML() won't fail.
    3. prepare an update statement with just the raw column and where clause for this entity's primary key.
    4. fill in the raw data using an in-memory stream over the bytes from the Raw domain instance held in step 1. Use Statement.setBinaryStream() method.
    5. execute the statement (to post the stream).
    6. re-populate the entity data-structure with the valid Raw domain instance.
    null

  • Photo sync bug with Aperture albums?

    Hi, I think I have found a bug with how iTunes syncs photos across to my new (and until my number ports across, useless) iPhone.
    If you set it up that only selected Aperture albums are synced, like this;
    [ ] album1
    [tick] album2
    [ ] album3
    [tick] album4
    then albums 2 and 4 are optimized and copied across.
    However, if in Aperture you create a new album (by importing new photos, say) that appears in the list, e.g., between album2 and album3, then the ticks retain their spacial position, not their position relative to the album they are meant to sync;
    [ ] album1
    [tick] album2
    [ ] album_new
    [tick] album3
    [ ] album4
    So now, when you sync, album4 is deleted and album3 is placed on the phone - not what you would expect.
    Has anyone else noticed this?
    Tristan

    Tweekme wrote:
    It is fixed now though. If you upgrade to iTunes 7.5, and iPhone software Update 1.1.2
    Hi Scott,
    Thanks for the reply.
    That's strange... I am using leopard, with iTunes 7.5 and a brand new UK iPhone (so it has 1.1.2 already on it). It was essentially in 'virgin' state too; I had to return my 1st phone due to a tiny but annoying problem with it. I noticed the this after only a couple of syncs - when the sync was taking a while due to the photo optimizing step.
    I will take another look tonight.
    Thanks,
    Tristan

  • Creating a QT movie in iPhoto 5--possible bug with OS 10.4.3

    Playing around with the new feature that allows you to "print" to PDF and think I found a bug. From what I understand, you should be able to create a book in iPhoto, go to Print and choose "Save PDF to iPhoto." This would save each page in your book as an image that can be made into a slideshow. This is an awesome feature that really simplifies the process of sharing books as a slideshow, BUT, it doesn't work in 10.4.3. We tried it on 10.4.2 and it does work. Has anyone else come across this issue?

    Hi Helen,
    I just did a test run to see if I had the same problem as you, and I do.
    I got an Automator Applescript error. I do remember seeing posts about some Automator actions/workflows being broken with 10.4.3 in the other forums.
    Maybe you might find more info by going to one of those forums. I do think that this will have to be a bug fix.
    Wish I could have been more help, but I think we are all in the same boat right now.
    Lori

  • BUG with Memory CAS-Latency with MSI i848P Neo-LS BIOS

    I have a bug with MSI i848P Neo-LS BIOS. I try many MSI i848P with same trouble : the CAS Latency is always set to 2.0 even if the memory is CAS Latency 2.5.
    It doesn't depend on PSU or others things (graphics card,...).
    Try with Pentium 4C 2.6 or 2.8
    But I have just one brand of memory (but many different sticks). Chips reference are VT56DD32M8PC-5 (256 or 512 Mb). This memory are reference as Cas Latency 2.5
    If I set memory timings on SPD or manual : same result !!!
    If I set memory speed on AUTO or 400 MHz : same result  !!!
    If I set other timings, then they are save correctly (ie : RAS# precharge set to 3 or 4).
    I check timings with latest version of Memtest86+ V1.0 : http://www.memtest.org/
    and of course, I get many errors.
    The same memory tested on others mobo, give good results.
    I try Windows XP installation and I get....  blue screens.
    With some memory sticks : I have this message "memory timing too tighly",
    if I press F1 to continue: then I get a memory cas latency of 2.5 with memtest86+ and then no error.
    I try BIOS revision 1.0 (default) and 1.2: same result !!!
    So, as I said before, I think this is a bug with the BIOS. I agree that a BIOS cannot detect correctly all kind of memory, but if you set memory timings manualy, then it must be set as you want ! ?
    Any idea...
    Thanks

    H0 Alex,
    You are correct.I have the same problem with my 875p neo lsr on bios 1.9. TH0S 0S B0OS BUG.but everyone says your psu is not enough or your rams isnt  on the MSI Memory Compatability List.
    why all of rams I try give same result?
    MS0 boards works only with 10 or 20 ram.you don't say customer why you use this rams?
    why in asus boards many os these rams working properly.This rams isnt on the MSI Memory Compatability List.but working.I try many no name rams and results are very good in all of the tests.
    In my opinion MS0 bioses doesnt work good enough.
    You don't drive a car.Car Drives you.

  • Possible bug with Triggers tab

    Hi there,
    I'm using 1.0.0.12.15 and think there is a bug with the triggers tab. When I navigate to my table (which has one trigger on it), and then click on the Triggers tab, the trigger shows up multiple times. It's probably not a coincidence that it shows up the same number of times that there are columns :)
    Looks like a missing join condition somewhere.
    Hope this helps

    Tracked this one down too...
    SQL Developer is getting the triggers like this:
    Select dt.trigger_NAME, dt.trigger_type, dt.triggering_Event, dt.status, do.object_id , do.owner sdev_link_owner, dt.trigger_NAME sdev_link_name,'TRIGGER' sdev_link_type
    from all_triggers dt, all_objects do
    where do.owner = :OBJECT_OWNER
    and dt.owner = :OBJECT_OWNER
    and dt.trigger_name = do.object_name
    and dt.table_name = :OBJECT_NAME
    However, we got other objects (mainly tables) with the same name as the trigger. Not specifying the object type will identify them the same way as the trigger, resulting them all to be included in the select!
    Adding "and do.object_type = 'TRIGGER'" will solve the problem.
    K.

  • Bug with the cover flow in OS3.1.2

    I am a Chinese user of iTouch and I have found a bug with the cover flow.
    In the normal mode, there is only 1 album. But when i switch it to the cover flow, it has more than one, all of which have the complete album after it.
    what's still peculiar is that
    1.it happens only to the simplified chinese songs.
    2.when i switch the language of my itouch to traditional chinese or english, there is 1 cover flow.
    can anyone help me?

    tell apple. http://www.apple.com/feedback/ipodtouch.html

  • Jdk1.3.1 bug with rmic -iiop?

    Hi
    Does anyone know whether there is a bug with the rmic -iiop feature of jdk1.3.1?
    When I try to use rmic -iiop, with the -classpath option, it throws a java.lang.ClassFormatError.
    e.g.
    rmic -classpath .;C\irfeclient\requestrecord.jar -iiop com.ch.irfe.curvegen.xtools.CurveGenImpl
    If I leave out the current directory when setting the classpath, the compiler says it can't find the implementation class com.ch.irfe.curvegen.xtools.CurveGenImpl.
    If I just try using rmic without -iiop, it works. However I need to generate iiop stubs.
    Has anyone managed to resolve this one?
    many thanks
    Lyndsey

    I've done some further investigation and I think it is a bug with jdk1.3.1. I have tried using IBMs JDK that comes with WebSphere 3.5, and it works fine.

  • I think I've found a bug... (CS 4 6.0.4, export to EPUB, w/ test case)

    Hi everyone,
    I think I've found a bug. I suppose I would like to see if others can reproduce it - I've managed to on 2 work machines, but the more the merrier. I suppose I'm also hoping that giving this bug more exposure will increase the likelihood of it getting resolved. I can dream
    The bug shows itself when exporting an InDesign document (or book) to "Digital Editions", or as an EPUB file. The InDesign source needs to have a Table of Contents, and this TOC has to be used by the EPUB to create TOC entries (see the "contents" tab of the export window). In certain cases, using the InDesign TOC causes the EPUB export to garble certain characters; unicode-specific characters, in my experience.
    Steps to reproduce:
    Create a new document, add a blank text frame and fill it with placeholder text. add a heading to this text frame, styled appropriately.
    Create a table of contents, using the heading style you defined and used previously.
    Add some unicode characters to the end of your text frame. I've been using "bêche-de-mer — a genus", which has 2 unicode characters. My tests have shown about 1715 characters in the text frame is enough to trigger this bug.
    Save the document and export to digital editions. under the "contents" tab, check the "include indesign TOC entries" option.
    Open the EPUB (or unzip it and view the xhtml content). I would expect to see "bêche-de-mer — a genus" at the end. However, I see something more like "b√™che-de-mer ‚Äî a genus" instead. I do see the correct output if I don't check the "include indesign TOC entries" option when exporting to EPUB.
    I've confirmed the fonts I've tried are unicode-compliant and have the relevant character codes. I'm running the latest update to InDesign CS4 (6.0.4) on OSX 10.4.11. This character encoding problem doesn't manifest itself in the PDF or IDML export, only the EPUB export. Choosing whether or not to include embedded fonts in the EPUB doesn't make a difference to the outcome. I have run this test on my machine and a workmates, which is OSX 10.5.[something]
    I'll attach a test document to see if others can reproduce this bug. I'd be interested to hear if others can, or cannot reproduce it. I have submitted a bug report at https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform, but that doesn't exactly imbue me with confidence that anything will get done in a hurry...
    This problem is pretty annoying; I can either have EPUB navigation, or uncorrupt text. My current (proposed) workaround is for the operator to create 2 EPUBs, one with a TOC and one without, and merge the two together... EPUB transplant if you will. A bit ugly....
    thanks for listening!

    Hiya Joe (and Archie)
    It is indeed an annoying bug - I spent a few days looking around it before posting (wow, it must be nearly a year ago now).
    Fortunately, it really is straightforward (if a bit of a hassle) to workaround:
    - make 2 EPUBs, identical except one will have a TOC generated (epub-a), the other will not (epub-b)
    - extract the TOC file from epub-a and insert it into epub-b
    remembering that EPUB is a zip package, this is very easy indeed. On OSX you have /usr/bin/zip and /usr/bin/unzip to assist with extraction / insertion in a script (bash, applescript, etc). I don't think Windows comes with command-line zip programs, so you'd need to hunt around a bit.
    Good luck. I don't know if this is resolved in the latest 6.0.5 patch - if you haven't updated to that, it might be worth a shot. And if you have and it's still a problem, please respond to this message just so there's a log stating as much.
    Steve

  • Flash Player 11.3.300.262 Not working with Firefox. I think I found the problem.

    *Flash Player 11.3.300.262 is not working with Firefox. I think I found the problem.*
    Millions of people got off work & turned on there computers recently to discover that Firefox is not playing any videos or flash content. Just like me, millions of people are randomly searching the internet in a futile & frustrating attempt at answers. Unfortunately, many of those people will simply stop using firefox & deem it a glitchy, unreliable browser.
    This happened to me a couple days ago. I started up my computer & got a pop-up from Adobe saying that I need to update my flash player to 11.3.300.262. I've always thought of adobe as being a reliable software company, so I clicked on it with confidence that things will be working even smoother. To my horror, I relalized that right after the update, my main browser, firefox was destroyed. Then I went on the frustrating process of uninstalling, re-installing, running virus scan, researching the internet like a lost child. I said to myself, "that's why I hate updating stuff, because updates always seem to change stuff you don't want it to change & there always seems to be a problem with the updates." I usualy update software months after it releases, because microsoft & all the other software companies always seem not to test there stuff properly before releasing them. Then we have to look at a glitchy computer until the next update fixes it. Well, that is my rant. Now let me discuss the problem I found.
    Problem:
    What I did was, go into my firefox extentions menu & I disabled the 11.3.300.262 & I re-enabled the previous flash player. After that, everything worked perfect again. Then a today (a week later), I turned on my computer & my firefox wasn't playing any videos or flash content again. I went into my firefox extenions menu again, & I discovered that my old flash player had been deleted, & this new glitchy 11.3.300.262 had been enabled. Why did adobe feel the need to into my computer & automaticly delete & update my flash player. Now it doesn't work. THIS IS REALY FRUSTRATING!
    The Issue I discovered:
    "RealPlayer" is the most popular video program & it is installed on millions of computers. For some strange reason Firefox does not want its users to use Real Player. Specifically the RealPlayer Browser Record Plugin 15.0.2. I also discovered that my Browser Record Plugin 15.0.2 was automatically disabled when the Adobe 11.3.300.262 was automatically updated also.
    - Maybe this could be because of some copyright conspiracy to keep people from downloading videos from the web.
    - Maybe firefox wants people to use there download add-on instead of RealPlayers downloader.
    I don't know what ther reason is. But what I do know is Nobody is going to delete there RealPlayer from there computer just to use FireFox. We can simply use Chrome or Internet explorer. I took the advise from Adobe & disabled the FireFox RealPlayer Extention. I also went into my RealPlayer preferences options, But there was no option to disable download recording from FireFox. BECAUSE I ALREADY DISABLED THE ADD-ON in FireFoxes menu.
    Solution:
    Step 1: Adobe needs to update all the computers with the previous flash player. That way we can choose to enable the previous flash player in our FireFox. or wait until a new update fixes the problem with firefox.
    Step 2: Adobe & FireFox need to get together & go back to the drawing board. They need to create a update that actually works on computers that have Real Player installed on them. I don't care which company does the update. All I care about is if it works. Thank You.
    Oh yea, Im running FireFox 13.0.1, Windows 7, HP computer, Real Player is up to date.

    Hey Chris,
    I was able to duplicate this issue on my Windows 7 laptop as follows:
         1)  Completely uninstall FlashPlayer (using your tool) as well as Mozilla Firefox and Mozilla Maintenance Service (used Windows 7 - uninstall from Control Panel).  Please note that I checked the box that said "Remove my Firefox personal data and customizations" to ensure that Firefox was completely gone from my laptop.
         2)  I then went out to the Firefox website and downloaded the "Firefox Setup 13.0.1.exe" app to my laptop.  I ran this app to install Firefox.
         3)  I then went to the following website http://www.ishmael.org.uk/karaoke02.php as I know that this URL uses Flash Player (obviously you can go to any URL that uses Flash Player - I'm just letting you know which one I used).  I then clicked on the icon on this page to install Flash Player.
    Once the install was completed, the URL stops responding and appears to be locked up (although it will occassionally hiccup and display portions of the page and then lock up again).  You will eventually get a pop-up notice from Firefox that has the header "Warning:  Unresponsive script" and says the following: 
         A script on this page may be busy or it may have stopped responding.  You can stop the script now, or you can continue to to see of the script will complete.  Script:  chrome://browser/content/browser.js:6551 
    Selecting "Stop script" will get Firefox working until you hit another page that uses Flash Player.
    To ensure that the above URL is not the culprit, I used one from your website http://helpx.adobe.com/flash-player/kb/find-version-flash-player.html and had the same results.
    Hope this info helps!
    Jeff
    NOTE:  As a reminder, I do not have RealPlayer installed on my laptop (and never have had it installed)

Maybe you are looking for

  • Mini Display ports - thunderbolt compatibility?

    I have a 3.33 Ghz 6 Core Mid 2010 Mac Pro with 2 mini display ports. I'm looking to buy a 27" Monitor. If I buy one of the (now old) NON-Thunderbolt Apple Cinema Displays, I can assume it will work with my machine. However, will the Mini Display Port

  • Query  related to the transfer of the control to the other controller.

    Hi all, I have a query related to the transfer of the control to the other controller. I have components A and B .From a view of component A I neeed to open a window which belong to component B.Problem is that ,if I use create_window_for_cmp_usage( )

  • PDFMaker Files Missing Suddenly - Is there a fix?

    after last update suddenly get missing pdfmaker files do you want to run the installer in repair mode when trying to make a pdf.  I've already spent a good amount of time on google and nothing i've tried seems to fix the problem. Running Win 7 Pro 64

  • Apple AU plugin question + "AUpitch" problems

    Are the "Apple" AU plugins a part of the OS or are they stored somewhere on the system? Are they ever updated? The Apple AU plugin "AUpitch" inserted on a bus or an Aux object will produce a loud 'pop' before audio passes through it and after the aud

  • Problem During Extraction

    Hello All, I tried enhancing the 0customer_Attr  datasource through user exit EXIT_SAPLRSAP_002. I had entered 4 fields and tried to fill the data to these fields by writing the abap code. But after in bw the values of the fields which i have entered