Quicktime 7.7 hangs, what is corrupt?

Running Leopard 5.8 on a powerpc G5 with Quicktime 7.7 Pro version.  Program hangs up whenever I go to export a Quicktime movie file and try to change the compression type.  I have run Diskwarrior, corrected permissions and reinstalled Quicktime 7.7.  Problem remains.

To find out if it's system wide or user specific, try this...
Open System Preferences>Accounts, unlock the lock, click on the little plus icon, make a new admin account, log out & into the new account.
Does it work in the new account?

Similar Messages

  • Numbers does not open with the main user after installing mountain lion. It works flawlessly when I use the second account on my mac. What got corrupted in the admin-account, something in the user-library? How can I fix it? I´m kinda desperate...

    Numbers does not open with the main user after installing mountain lion. It works flawlessly when I use the second account on my mac. What got corrupted in the admin-account, something in the user-library? How can I fix it? I´m kinda desperate... (the same happens with the other iWork-Apps!)
    Looking forward to hearing from somebody with a littlemore expertise than me, Chris

    you can remove preferences files by navigating to the Preferences folder for your user as follows:
    0) Quit ALL iWork apps (Keynote, Pages and Numbers)
    1) from the Finder select the menu item "Go > Go To Folder…".  This will bring up a dialog:
    2) enter the path "~/Library/Preferences" (no double quotes)
    3) find the files:
    com.apple.iWork.Keynote.plist
    com.apple.iWork.Numbers.plist
    com.apple.iWork.Pages.plist
    and move these to the trash.  I would NOT empty until later.
    4) restart Numbers

  • My phone had hang what should i do?, my phone had hang what should i do?

    My iphone had hang what should i do?

    Basic troubleshooting steps clearly outlined in the User Guide are restart, reset, restore from backup, restore as NEW.  Have ALL of these steps been tried?

  • I bought my ipad mini 6 months ago, i found out that my ipad always hangs. what should i do? is replacement part of warranty?

    i bought my ipad mini 6 months ago, i found out that my ipad always hangs. what should i do? is replacement part of warranty?

    It would be up to Apple whether or not to replace the device.
    Try a reset ...
    Press and hold the Sleep/Wake button and the Home button together for at least ten seconds, until the Apple logo appears.
    If that doesn't help, tap Settings > General > Reset > Reset All Settings
    If that doesn't help, restore the iPad >  iTunes: Restoring iOS software

  • My multi touch is very slow and it hang what can I do?

    My multi touch is very slow and it hangs
    What can I do?

    Try the standard fixes:
    - Reset. Nothing is lost
    Reset iPod touch: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Restore from backup
    - Restore to factory defaults/new iPod

  • What do corrupted sql database viewer ?

    There MS SQL 2005 server and a database that you want to connect to the server.
    There mdf ldf and files. The problem is that, most likely, the base was incorrectly disabled, and now when you try to connect the message:
    File activation failure. The physical file name "C: \ Program Files \ Microsoft SQL Server \ MSSQL.1 \ MSSQL \ Data \ GB_main_log2.ldf" may be incorrect.
    The log can not be rebuilt because the database was not cleanly shut down. (Microsoft SQL Server, Error: 5120)
    What do corrupted sql database viewer ?

    Hi VectoriaKoalak,
    As other post, the best bet is to restore the database from a good backup.
    However, if you have no backups or have damaged backups.  To fix the database, you can set the database in Emergency Mode and run DBCC CHECKDB with the REPAIR_ALLOW_DATA_LOSS option to fix up corruptions. For more detailed steps, please review
    the following blog.
    EMERGENCY-mode repair: the very, very last resort
    http://www.sqlskills.com/blogs/paul/checkdb-from-every-angle-emergency-mode-repair-the-very-very-last-resort/
    Thanks,
    Lydia Zhang
    Lydia Zhang
    TechNet Community Support

  • Event Dispatch Thread Hangs, what is wrong?

    The Event Dispatch Thread Hangs when showing a modal dialog while running a
    SwingWorker Thread.
    I have included my code at the bottom of the page. There are three classes. I have posted a bug report to red hat. But I want to make sure my code is correct.
    My test case just puts the SwingWorker to sleep
    but the problem occurs if I do something real, like connect to a database, etc.
    Also I have tried little different variations of the logic calling
    setVisible(true)/(false) in different places and the same problem occurs.
    It seems to work with Sun JDK, note I am using IcedTea with Fedora Core 8.
    Version-Release number of selected component (if applicable):
    [szakrews@tuxtel ~]$ java -version
    java version "1.7.0"
    IcedTea Runtime Environment (build 1.7.0-b21)
    IcedTea Client VM (build 1.7.0-b21, mixed mode)How reproducible:
    Every couple times.
    javac TestClass2
    java TestClass2eventually it will hang. If it doesn't try again.
    You don't have to wait for the program to finish either.
    The program runs the Dialog 10 times but it never works or fails in the middle, it will either work or fail from the first dialog displayed.
    I have included a thread dump. That is about the most informative information I can get. Neither tracing nor writing a custom ThreadQueue or Drawing Manager to trace events produces any helpful information.
    Actual results:
    The JProccessBar won't move, and the SwingWorker finishes but the done() method is never run. The PROGRAM is not hung however because if I close the dialog then it will continue.
    Expected results:
    The JProccessBar should always move and the SwingWorker should always run the done() method.
    Additional info:
    java thread dump after freeze, taken with kill -s SIGQUIT <pid>
    2008-06-25 12:25:50
    Full thread dump IcedTea Client VM (1.7.0-b21 mixed mode):
    "DestroyJavaVM" prio=10 tid=0x938afc00 nid=0x1419 waiting on condition
    [0x00000000..0x0018a074]
       java.lang.Thread.State: RUNNABLE
    "AWT-EventQueue-0" prio=10 tid=0x938ae400 nid=0x1429 in Object.wait()
    [0x07f96000..0x07f96f04]
       java.lang.Thread.State: WAITING (on object monitor)
            at java.lang.Object.wait(Native Method)
            - waiting on <0x96748f80> (a java.awt.EventQueue)
            at java.lang.Object.wait(Object.java:503)
            at java.awt.EventQueue.getNextEvent(EventQueue.java:485)
            - locked <0x96748f80> (a java.awt.EventQueue)
            at
    java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:248)
            at
    java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:201)
            at
    java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:195)
            at java.awt.Dialog$1.run(Dialog.java:1073)
            at java.awt.Dialog$3.run(Dialog.java:1127)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.awt.Dialog.show(Dialog.java:1125)
            at java.awt.Component.show(Component.java:1456)
            at java.awt.Component.setVisible(Component.java:1408)
            at java.awt.Window.setVisible(Window.java:871)
            at java.awt.Dialog.setVisible(Dialog.java:1012)
            at net.xtel.production.WaitDialog.showWaitDialog(WaitDialog.java:72)
            at net.xtel.production.WaitDialog.showWaitDialog(WaitDialog.java:102)
            at TestClass2.showWait(TestClass2.java:79)
            at TestClass2.createAndShowGUI(TestClass2.java:126)
            at TestClass2.access$0(TestClass2.java:114)
            at TestClass2$3.run(TestClass2.java:138)
            at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:227)
            at java.awt.EventQueue.dispatchEvent(EventQueue.java:603)
            at
    java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:276)
            at
    java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:201)
            at
    java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:191)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:186)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:178)
            at java.awt.EventDispatchThread.run(EventDispatchThread.java:139)
    "AWT-Shutdown" prio=10 tid=0x938ad000 nid=0x1428 in Object.wait()
    [0x03ea7000..0x03ea7f84]
       java.lang.Thread.State: WAITING (on object monitor)
            at java.lang.Object.wait(Native Method)
            - waiting on <0x96749268> (a java.lang.Object)
            at java.lang.Object.wait(Object.java:503)
            at sun.awt.AWTAutoShutdown.run(AWTAutoShutdown.java:281)
            - locked <0x96749268> (a java.lang.Object)
            at java.lang.Thread.run(Thread.java:675)
    "AWT-XAWT" daemon prio=10 tid=0x938a8400 nid=0x1423 runnable
    [0x02ccc000..0x02ccd104]
       java.lang.Thread.State: RUNNABLE
            at sun.awt.X11.XToolkit.waitForEvents(Native Method)
            at sun.awt.X11.XToolkit.run(XToolkit.java:550)
            at sun.awt.X11.XToolkit.run(XToolkit.java:525)
            at java.lang.Thread.run(Thread.java:675)
    "Java2D Disposer" daemon prio=10 tid=0x93854000 nid=0x1421 in Object.wait()
    [0x07aea000..0x07aead84]
       java.lang.Thread.State: WAITING (on object monitor)
            at java.lang.Object.wait(Native Method)
            - waiting on <0x966e7010> (a java.lang.ref.ReferenceQueue$Lock)
            at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:134)
            - locked <0x966e7010> (a java.lang.ref.ReferenceQueue$Lock)
            at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:150)
            at sun.java2d.Disposer.run(Disposer.java:143)
            at java.lang.Thread.run(Thread.java:675)
    "Low Memory Detector" daemon prio=10 tid=0x93c15000 nid=0x141f runnable
    [0x00000000..0x00000000]
       java.lang.Thread.State: RUNNABLE
    "CompilerThread0" daemon prio=10 tid=0x93c13400 nid=0x141e waiting on condition
    [0x00000000..0x03a8a954]
       java.lang.Thread.State: RUNNABLE
    "Signal Dispatcher" daemon prio=10 tid=0x93c11c00 nid=0x141d waiting on
    condition [0x00000000..0x00000000]
       java.lang.Thread.State: RUNNABLE
    "Finalizer" daemon prio=10 tid=0x095e7000 nid=0x141c in Object.wait()
    [0x005d2000..0x005d3004]
       java.lang.Thread.State: WAITING (on object monitor)
            at java.lang.Object.wait(Native Method)
            - waiting on <0x966e71d8> (a java.lang.ref.ReferenceQueue$Lock)
            at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:134)
            - locked <0x966e71d8> (a java.lang.ref.ReferenceQueue$Lock)
            at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:150)
            at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:177)
    "Reference Handler" daemon prio=10 tid=0x095e2400 nid=0x141b in Object.wait()
    [0x00581000..0x00582084]
       java.lang.Thread.State: WAITING (on object monitor)
            at java.lang.Object.wait(Native Method)
            - waiting on <0x966e7260> (a java.lang.ref.Reference$Lock)
            at java.lang.Object.wait(Object.java:503)
            at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:134)
            - locked <0x966e7260> (a java.lang.ref.Reference$Lock)
    "VM Thread" prio=10 tid=0x095dec00 nid=0x141a runnable
    "VM Periodic Task Thread" prio=10 tid=0x93c17400 nid=0x1420 waiting on condition
    JNI global references: 836
    Heap
    def new generation   total 960K, used 152K [0x93f40000, 0x94040000, 0x966a0000)
      eden space 896K,   9% used [0x93f40000, 0x93f56148, 0x94020000)
      from space 64K, 100% used [0x94020000, 0x94030000, 0x94030000)
      to   space 64K,   0% used [0x94030000, 0x94030000, 0x94040000)
    tenured generation   total 4096K, used 1088K [0x966a0000, 0x96aa0000, 0xb3f40000)
       the space 4096K,  26% used [0x966a0000, 0x967b01b0, 0x967b0200, 0x96aa0000)
    compacting perm gen  total 12288K, used 9169K [0xb3f40000, 0xb4b40000, 0xb7f40000)
       the space 12288K,  74% used [0xb3f40000, 0xb4834740, 0xb4834800, 0xb4b40000)
    No shared spaces configured.CLASS1:
    import java.awt.Dimension;
    import java.awt.Toolkit;
    import java.awt.event.ActionEvent;
    import java.awt.event.ActionListener;
    import java.awt.event.WindowAdapter;
    import java.awt.event.WindowEvent;
    import java.sql.SQLException;
    import java.util.concurrent.ExecutionException;
    import javax.swing.JButton;
    import javax.swing.JFrame;
    import javax.swing.JOptionPane;
    import javax.swing.JPanel;
    import javax.swing.RepaintManager;
    import javax.swing.SwingUtilities;
    import javax.swing.UIManager;
    import javax.swing.UnsupportedLookAndFeelException;
    public class TestClass2 extends JFrame implements ActionListener {
            /** Action Command for <code>searchbtn</code> */
            public static final String SEARCH_BTN_ACTION = "search_btn_action";
             * Constructor.
            public TestClass2() {
                    setSize(650, 350);
                    Dimension screenSize = Toolkit.getDefaultToolkit().getScreenSize();
                    setLocation(screenSize.width / 2 - getSize().width / 2,
                                    screenSize.height / 2 - getSize().height / 2);
                    setDefaultCloseOperation(JFrame.DO_NOTHING_ON_CLOSE);
                    addWindowListener(new WindowAdapter() {
                            @Override
                            public void windowClosing(WindowEvent e) {
                                    exit();
                    JPanel panel = new JPanel();
                    add(panel);
                    setVisible(true);
            @Override
            public void actionPerformed(ActionEvent e) {
                    if (e.getActionCommand().equals(SEARCH_BTN_ACTION)) {
                            JOptionPane.showMessageDialog(this, "Button Pressed");
            public void showWait() {
                    try {
                            WaitDialog.showWaitDialog(this, "Testing...", new SwingWorkerInterface(){
                                    @Override
                                    public Object workToDo() throws Throwable {
                                            Thread.currentThread().sleep(3000);
                                            return null;
                    } catch (InterruptedException e) {
                            // TODO Auto-generated catch block
                            e.printStackTrace();
                    } catch (ExecutionException e) {
                            // TODO Auto-generated catch block
                            e.printStackTrace();
             * Exits the program.
            public void exit(){
                    System.exit(0);
             * Create the GUI and show it. For thread safety, this method should be
             * invoked from the event-dispatching thread.
             * @throws UnsupportedLookAndFeelException
             * @throws IllegalAccessException
             * @throws InstantiationException
             * @throws ClassNotFoundException
             * @throws NullInstanceVariableException
             * @throws SQLException
            private static void createAndShowGUI() {
                    // set look and feel
                    try{
                            UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
                            // Create instance of the ProductCatalog
                            TestClass2 root = new TestClass2();
                            for(int i = 0; i < 10; i++){
                                    root.showWait();
                    }catch(Exception e){
                            e.printStackTrace();
             * @param args
             *            this program does not use arguments
            public static void main(String[] args) {
                    SwingUtilities.invokeLater(new Runnable() {
                            public void run() {
                                    createAndShowGUI();
    }CLASS 2:
    import java.awt.Component;
    import java.awt.Frame;
    import java.awt.event.WindowAdapter;
    import java.awt.event.WindowEvent;
    import java.util.concurrent.ExecutionException;
    import javax.swing.JDialog;
    import javax.swing.JFrame;
    import javax.swing.JLabel;
    import javax.swing.JOptionPane;
    import javax.swing.JPanel;
    import javax.swing.JProgressBar;
    import javax.swing.SwingWorker;
    public class WaitDialog extends JDialog {
            private boolean disposed = false;
            private boolean displayed = false;
            private WorkerThread worker = null;
            WaitDialog(Frame parent, String text, SwingWorkerInterface in){
                    super(parent, true);
                    worker = new WorkerThread(in);
                    setDefaultCloseOperation(JFrame.DO_NOTHING_ON_CLOSE);
                    addWindowListener(new WindowAdapter() {
                            @Override
                            public void windowOpened(WindowEvent e) {
                                    worker.execute();
                            @Override
                            public void windowClosing(WindowEvent e) {
                                    disposeWaitDialog();
                    this.setResizable(false);
                    JLabel message = new JLabel();
                    message.setText(text);
                    JProgressBar pb = new JProgressBar();
                    pb.setIndeterminate(true);
                    // set size and location
                    setSize(200, 100);
                    setLocationRelativeTo(parent);
                    JPanel panel = new JPanel();
                    panel.add(message);
                    panel.add(pb);
                    add(panel);
            public void showWaitDialog(){
                    if(displayed == true){
                            return;
                    if(disposed == true){
                            disposed = false;
                            return;
                    disposed = false;
                    displayed = true;
                    setVisible(true);
            public void disposeWaitDialog(){
                    if(disposed == true){
                            return;
                    if(displayed == true){
                            displayed = false;
                            setVisible(false);
                            return;
                    disposed = true;
                    displayed = false;
            public static Object showWaitDialog(Component parent, String text, SwingWorkerInterface in) throws InterruptedException, ExecutionException {
                    WaitDialog waitDialog = null;
                    if (parent == null) {
                            waitDialog = new WaitDialog(JOptionPane.getRootFrame(), text, in);
                    } else {
                            waitDialog = new WaitDialog(JOptionPane.getFrameForComponent(parent), text, in);
                    while(!waitDialog.worker.isDone()){
                            System.out.println("about to show");
                            waitDialog.showWaitDialog();
                            System.out.println("done showing");
                    waitDialog.dispose();
                    return waitDialog.worker.get();
            class WorkerThread extends SwingWorker<Throwable, Void> {
                    private SwingWorkerInterface in = null;
                    WorkerThread(SwingWorkerInterface in){
                            this.in = in;
                    public Throwable doInBackground(){
                                    try {
                                            System.out.println("about to do work");
                                            in.workToDo();
                                            System.out.println("done work no exception");
                                    } catch (Throwable e) {
                                            System.out.println("done work with exception");
                                            return e;
                                    return null;
                    public void done(){
                                    System.out.println("about to dispose");
                                    disposeWaitDialog();
                                    System.out.println("disposed");
    }CLASS 3:
    public interface SwingWorkerInterface {
            public Object workToDo() throws Throwable;
    }

    There's nothing directly wrong with it, but it will
    prevent other threads acquiring the class lock - but
    that may be what you want.True. Although the typical case for code that looks like this would be to use wait--usually the various threads in question require the same lock, so you have to use wait in order for the waiting thread to give it up and allow the other thread to do its work. Hard to say for sure though what he's doing.
    Also, if loading is all that the other thread does, and you're waiting for that thread to die, use join. But then, if that's the case, and you're only waiting for a single other thread, then you might as well just put it all in one thread, as already indicated.

  • Selecting "Information" gives Quicktime popup window. What's wrong?

    I am using a freshly installed copy of Pages (from App Store) on a MacBook Pro 13" (2011). The first operation after startup already fails. When I select "Information" (via icon or menu) I get the popup window belonging to Quicktime featuring (translated from German) "Start/Stop", "Title image", "Repeat", "Volume", and "Control", but no facilities to set the page format.
    What can I do to make the software useable?
    Ulrich

    Why are you using a script to load the movie? Why not just
    embed it in the
    page 'normally' like you have on the other popups? But do it
    properly so
    they will play in IE6. They do play in Firefox, though. All
    except the "24"
    one.
    You are calling this script:
    http://www.myhappypeople.com/Guilllermo/Pages/InsertMovie.js
    But it is not there.
    BTW: the main image on
    http://myhappypeople.com/ is
    also missing.
    http://myhappypeople.com/Collage_01b.jpg
    not there.

  • My i phone 3gs during restore got hanged what to do ?

    hai this is manbir
    I am using i phone 3 gs, today when i plugedit in with i tunes on my laptop it got hanged.
    When i tried to restore it it says error 1500.
    Pls tell me what i should do.
    thanks

    exactly the same is happening to me too!!
    its pretty frustrating... why cant apple just leave it the way it was... it was fine like it was... no need for the updates.

  • What causes corruption of video when exporting?

    I have a project in Premier Pro 1.5 that plays fine in the program monitor but a stretch of the video gets corrupted when I export it as an AVI file. I'm not sure how to descibe this corruption so I've attached a screen shot of a typical example. It's like when a tv satelite signal weakens because of rain or whatever and you get square pixellated atifacts on the screen. I am an animator, and the video sequences are made from gif files which I export as MOVs and import into PPro for editing. For this sequence I went back to the gif source and re-exported it, etc. The artifacts changed slightly but were still there after exporting from PPro. I've made a lot of movies in this program and never had this problem before. Does anybody have a clue what could be causing it?
    Those red and yellow squares are not supposed to be there!
    PS. I can't try this in PPro CS4 because I can't get that program to export video at all, which is the subject of another thread I have open on this forum, waiting an answer.

    Sorry ... Didn't know I could search my old questions on here. Thanks anyway.

  • Quicktime X... What the Heck!!!!

    Quicktime X. Give me my old QT back. I have pro, but none of the features show up in QT X (10).
    There isn't even a prefs option to see if it is registered. Also, I can't install QT 7.6.4 because of X.
    What the Heck!!!! This version is so dumbed down, it blows!!!!!

    Wyodor wrote:
    You could have found it with Spotlight.
    New kid on the block?
    No, Not at all. Did think I should have to even look for another Quicktime. It's just that after 20 years of post production, this is not the Apple way of doing things.
    I just find it incredibly odd that after so many years of putting this App in the Apps folder, that they would replace it with an inferior version, that has dummy presets and shiny buttons and move the "legendary" full featured app to the utilities folder.
    I guess I have finally entered into the new "old school". Those of you who have fine tuned your encodes for optimal performance know what I'm talking about for sure.
    Thanks for the posts folks.

  • Bootcamp, intel mac pro, using entire drive, installer hangs- what am I doi

    I have been trying to install boot camp and windows on my Mac Pro. Installing on my MacBook Pro was so easy I didn't expect any kind of problems, but I got them anyway.
    a) I am installing on a hard drive and I expect to use the entire drive. I start boot camp and designate the drive. Windows appears to start installing but when I get the format screen, there is no partition on any drive labelled Boot Camp.
    b) if I choose the drive I wanted anyway, it will format for NTFS and copy all the files. It will re-boot and start the GUI install but hang with 33 minutes to go. I have tried this multiple times and the result is identical every time.
    What am I doing wrong?

    As of this point in time, I have been able to get windows installed- I noticed during the windows setup and format section that the disk actually had two partitions, one very small and the other the size of the rest of the disk.
    (this was probably a mistake) but I deleted the small partition, formatted the large one NTFS and continued with the install. Well, windows went on without a whimper after that and I was able to install the windows drivers from my apple disk.
    BUT when i go to preferences/startup disk to select the BOOTCAMP partition (yes, that shows now) I don't see it.
    If I start Fusion, I can see and boot the bootcamp partition but if I go into the control panel and start the bootcamp control, the mac os partition does not show.
    So, does it sound as though I deleted what apple uses to select between the mac os and windows installations when i deleted that small partition?
    I am afraid to try again.

  • Why is Quicktime 7.1 hanging up my computer playing video files?

    Please, I need help because this is way frustrating. I bought an iPOD 5th gen 60 Gb and QT 7.1 Pro to convert my video files and sync them with my iPOD.
    My computer hangs up every time I try and play a local video file from my hard drive. (Same thing in iTunes for that matter). It doesn't matter whether it is -mpg, mpeg, m4v or AVI. Funny thing is that they all play just dandy in Windows Media Player (V10.0) and ATI Media File Player (part of the Radeon All-in-Wonder card multi media suite V9.14). The only files that played on QT 7.1 Pro were the test files on the apple site.
    I tried playing the videos in QT 7.1 in "safe mode". I found the video streams worked on most of the above listed formats but without sound (sound card was auto-disabled in safe mode). AVIs still choked as well as did my ATI generated m4v files off my All-in-Wonder capture card. I then tried it again in normal mode with the sound card disabled and got the same results.
    Could it be a conflict with my sound card or associated drivers? Could it be a codec issue? I know there are several flavors of codecs for seemingly the same file extension, but if I have them on my computer and other media players are accessing them, why not QT. Or is it something else? Can I update or add codec drivers to QT? Should I roll back to a previous version of QT 7.x? If so which?
    My computer:
    Sony Vaio Desktop
    1.8 GHz Pentium 4, 512 Mb ram, ATI All-in-Wonder 7500 128Mb AGP
    SoundMAX Integrated Digital Audio
    Windows Media Player V 10.00.00.4019
    ATI MultiMedia Suite 9.14

    hiya!
    hmmm. it sounds like you might have already seen this document:
    QuickTime: Windows troubleshooting tips
    (have you checked on your DirectX?)
    with regard to following up on the drivers issues, this document might also be helpful:
    Updating the drivers on your Windows PC
    ... if you've got a wireless card, also check on the drivers for that (as well as the sound and video cards).
    love, b

  • DB- verify hangs on checking corrupted DB

    I would very much like to find a definite way to check whether a DB is corrupted or not. I DON'T want to recover it, but only to know the exact answer. I have a sample of corrupted DB, on which DB->verify hangs. Does anyone know the solution to this problem?

    Could you post the command that you have used?
    I presume the database is offline though.

  • QuickTime TeXML Export Hangs

    I'm using QT Pro for Windows version 7.7.4 and I have a MOV file that contains a text track with a textual timecode at each frame.
    If I export the text track to TeXML and the movie is longer than two minutes the export hangs.
    Is there are a workaround or fix for this?
    Thanks

    Opening the XML file with QuickTime appears to have a limit too before it hangs.

Maybe you are looking for

  • Issues in SharePoint 2013 after Upgrade from SharePoint 2010

    I have recently migrated sharepoint 2010 web applicaiton to 2013 using database attach and detach methods.  I have few issues and just wondering they are issues or not.  I am running in compatible mode in 2013. 1.I am not able to make a copy of any e

  • How to Set arguments to PL-SQL Procedure schedule to run from OEM.

    Hi All, OEM Config Details is as follows Oracle (R) Enterprise Manager Ver 9.2.0.1.0 I created a job which is scheduled to run a PL-SQL Procedure. The procedure should accept two arguments as follows. BEGIN FLSTG.PROC_DELETE_DATA (ARG1,ARG2); END; Ar

  • Windows update cannot currently check for updates because the service is not running

    Running Windows 7 on a Dell N5110.  I get the above message for Windows Updates. Below that it states: Find out more about free software from (null).  I have restarted the computer.  I have run McAffe and MalwareBytes Pro- nothing wrong. This answer

  • Blue dots where volume control should be.

    I just got my iPod nano and when I turned it on this morning to listen to a song blue circles were where the blue bar is supposed to be at the bottom of the screen when you are listening to a song. I can still turn the volume up and down, and listen

  • Problem with Adobe Muse & Business Catalyst publishing

    I am unable to publish my site on Adobe Business Catalyst via Muse.  The error in Muse is "Unknown Error" in the dialogue box "Upgrade to Adobe ID".  I have already tried deactivating and reactivating Muse.  I have also tried signing into Business Ca