Does CS3 play well under Windows 7 (64 bit)

I have just built an i7 machine using 64 bit Windows 7 RC for the OS.  I then installed my CS3 package (and updated via network).
Premier capture of HDV/DV fails with the likes of Debug event with "TextPopup.cpp-273" and "HotTimecodeControl.cpp-387".
I don't want to waste debug time if there is a basic incompatibilty between CS3 and the OS or 64 bit version.
My package of CS3 has been working well on my old XP machine for years (but I wanted to improve the speed).
Does CS3 play well under Windows 7 (64 bit)?  What should I be aware of moving forward?  Advise?

My problem with capture seems to have been corrected by an update to the motherboard device drivers.
However, I did first try the "XP Mode" suggestion.  XP Mode runs as using "Virtual PC".  This two step approach requires that you first install the Virtual PC application on Windows 7 and then install "Windows-XP-Mode" as the OS on a Virtual PC.  Before that, the motherboard must have "Virtualization Technology" turned on.  This seemed a little cumbersome for a long term solution so I stopped before installing CS3 on the "Virtual XP Machine".  I did a little more shotgun experimentation including driver updates and found that capture had begun to work.
To be sure of the solution, I did a fresh install of Windows 7 (overwriting previous disk contents), motherboard driver updates, and CS3 install (with updates).  Capture is working for both DV and HDV modes.  However, do note that my motherboard does now have Virtualization Technology enabled.  This may or may not be a factor.
I have also noted that there is also an "XP Compatibility Mode" option available for applications (that is different from Windows-XP-Mode).  Windows 7 presents this option by right clicking on the shortcut and selecting Properties/Compatibility.
Hope this helps the next person to stumble down my path.

Similar Messages

  • Can I get an older release of Firefox? 36.0 does not play well with Windows 7.

    Firefox 36.0.4 does not play well with Windows 7. If it opens at all, it freezes within a minute so the screen goes pale and I get the classic spinning circle of death. Then the header says (not responding).
    Ideally I would like to drop back to version 32 or 33, but 34 and 35 had fewer problems.
    Can I find older versions anywhere?

    You can [[Install an older version of Firefox]] any time. But which will cause significant security risk. So If you can't use the latest version of Firefox, we recommend that you use the latest version of another browser.
    If the latest version of Firefox is causing problems for you or you just don't like something about it, please give us feedback about it here:
    [https://input.mozilla.org/en-US/feedback/ Submit your feedback and suggestions about Firefox]
    Anyway head for the ftp for older version but please be careful with these: ftp://ftp.eu.mozilla.org/pub/firefox/releases/

  • Image.getScaledInstance() does not always work under Windows Vista

    Hi:
    I've run into some intermittent image scaling problems under Windows Vista (minus Aero effects) that I never experienced with the same program, same image(s), running same Java version under XP. The images I'm using are all JPEGs, and the problem appears to affect approx 1 out of 3 grayscale images (no color ones so far) w/o respect to size (ie: small ones can be problems while larger ones will work). Java -version shows 1.6.0_02-b06. I was wondering if anyone else out there has seen this, or can point out what I may be doing wrong. Sample code to duplicate follows.
    Tx,
    Jallewel
    // ===================================================================
    // Image Scaling Problem, Description & Demo Program (minus the image):
    //   Environment:  SDK/JRE: Java 1.6.0_02-b06, running under
    //        Windows Vista Home Premium (32-Bit) on Dell Inspiron w/3GB RAM
    //   ************* Symptoms ******************
    //   Problem occurs when invoking image.getScaledInstance().
    //   Problem shows up under Windows Vista, configured w/Windows Classic look
    //       & feel - that is, with Aero effects turned OFF.
    //   Problem does NOT show up under Windows XP on Dell Dimension 4500.
    //   Test across computers used same SDK/JRE, Java program, and Image.
    //   Problem ONLY appears in grayscale JPEG images, and only 1 out of 3 of those.
    //   (I can provide a problem image)
    // Results Compiling & Running This Program:
    //   C:\Users\~\VistaProblem>javac VistaProblem.java
    //   C:\Users\~\VistaProblem>java VistaProblem
    //      Uncaught error fetching image:
    //      java.lang.ClassCastException: [I cannot be cast to [B
    //        at java.awt.image.ColorModel.getAlpha(Unknown Source)
    //        at java.awt.image.ColorModel.getRGB(Unknown Source)
    //        at sun.awt.image.ImageRepresentation.convertToRGB(Unknown Source)
    //        at sun.awt.image.ImageRepresentation.setPixels(Unknown Source)
    //        at java.awt.image.AreaAveragingScaleFilter.accumPixels(Unknown Source)
    //        at java.awt.image.AreaAveragingScaleFilter.setPixels(Unknown Source)
    //        at sun.awt.image.ImageDecoder.setPixels(Unknown Source)
    //        at sun.awt.image.JPEGImageDecoder.sendPixels(Unknown Source)
    //        at sun.awt.image.JPEGImageDecoder.readImage(Native Method)
    //        at sun.awt.image.JPEGImageDecoder.produceImage(Unknown Source)
    //        at sun.awt.image.InputStreamImageSource.doFetch(Unknown Source)
    //        at sun.awt.image.ImageFetcher.fetchloop(Unknown Source)
    //        at sun.awt.image.ImageFetcher.run(Unknown Source)
    import java.*;
    import java.awt.*;
    import java.io.*;
    import javax.imageio.*;
    // class VistaProblem
    public class VistaProblem extends Frame {
       private static ScrollPane sp = new ScrollPane(ScrollPane.SCROLLBARS_AS_NEEDED);
       public static ImageComponent ic;
       // Constructor
       public VistaProblem() {
          super("VistaProblem");
          add(sp, BorderLayout.CENTER);
          this.setSize(700, 520);
          setVisible(true);
         String fPathName = "./ProblemImage.jpg";
          ic = new ImageComponent(getToolkit().getImage(fPathName));
          sp.add(ic);
          sp.validate();
          ic.Scale(220, 200);
       // class ImageComponent
       class ImageComponent extends Component {
          private Image image;
          // Constructor
          ImageComponent(Image img) {
             this.image = img;
          // paint
          public void paint(Graphics g) {
             g.setColor(getBackground());
             g.drawImage(image, 10, 10, this);
             g.dispose();
          // Scale
          public void Scale (int width, int height) {
             // ***** PROBLEM LINE HERE; COMMENT OUT AND PROGRAM WORKS *****
             this.image = this.image.getScaledInstance(width, height, Image.SCALE_SMOOTH);
             repaint();
       // Main Entry Point
       public static void main(String args[]) {
          Frame f = new VistaProblem();
    } // end VistaProblem

    That does indeed appear to be a bug. I looks like it's having problems with the alpha value in the color model, so a possible workaround would be to change the color model the image uses before scaling. This may entail creating a new BufferedImage and drawing the old image into it.

  • Firefox 6 running under Windows 7 64-bit does not render fonts correctly.

    The default sans-serif font for Firefox is Arial. Running Firefox 6 under Windows 7 32-bit, the font renders properly, but under 64-bit Win7, the font is too heavy, and bold or strong makes no difference. I run Win7 64-bit on a laptop computer and use Firefox 5 on it, and the fonts render properly. Possibly a Firefox 6/64-bit problem?

    Hi strangerland, don't give up hope -- I'm using Firefox 36.0.4 on Windows 7 right now.
    That said, I understand troubleshooting fatigue and when you find time to think about Firefox again, and have the opportunity to shut down and restart Windows, you might try testing in Windows Safe Mode with Networking, a mode that blocks some external programs that can interfere with Firefox.
    * [http://windows.microsoft.com/en-us/windows/advanced-startup-options-including-safe-mode#1TC=windows-7 Advanced startup options (including safe mode) - Windows Help]
    * [http://windows.microsoft.com/en-us/windows/start-computer-safe-mode#start-computer-safe-mode=windows-7 Start your computer in safe mode - Windows Help]

  • Driver for HP Laserjet 1012 to work under Windows 7- 64 bit

    Am trying to install a HP Laserjet 1012 to work under Windows 7- 64 bit and at HP Support, could find drivers for Vista -64-bit only.
    I have tried to install this Vista - 64 bit driver and it does not seem to even print a test page.
    Is there some other tweak that I need to make or
        or
    does it mean there will be no driver specifically usable for Win - 7 and I might as well junk the printer?
    Thanks in advance.

    Hi
    Add Printer
    Click Start then select devices and Printer the select Add Printer then select Add a local printer Use an existing port -> Next select the Printer from Manufacturer list and select the Printer from Printer list click Next and follow the Instruction. 
    Let us know how it goes!
    "I work for HP."
    ****Click the (purple thumbs up icon in the lower right corner of a post) to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    Regards
    Manjunath

  • Need help getting Adobe OnLocation CS3 to work with windows 7 64 bit. Any ideas?

    Need help getting Adobe OnLocation CS3 to work with windows 7 64 bit.  The program installed ok and the S/N took.
    The program does record video and audio HDV M2T.
    The problem is video doesn't display or play back on the monitor component @ 16:9 or 720 p.  4:3....
    The scopes respond as do the audio components when recording. (with a blank monitor component).
    The video does play back on my system no problem.
    Any ideas?
    Dan

    Moving the discussion to OnLocation
    Thanks,
    Atul Saini

  • I have an original version of Photoshop CS3.  I run Windows 7 32 bit.  After an update of the operat

    I have an original version of Photoshop CS3.  I run Windows 7 32 bit.  After an update of the operating system by MS, my Photoshop refused to work, whereas before the MS update, the software worked perfectly.  Please help.  Ernst

    Dear Sir,
    I have an original version of Photoshop CS3. I run Windows 7 (32 bit) on my PC.  After a recent (±2 months ago) update/upgrade by Microsoft of Windows 7 (32 bit) on my PC, I lost all functionality of the Photoshop software despite the fact that I have been running Photoshop CS3 on Windows 7 for the past 2 years without any problems. I uninstalled the software from my PC and tried to re-install it again.  It would not re-install.  After I press the software “setup” function to install the software, a window appears and a blue band runs across it, but then everything disappears from the screen again without leaving any message as to why the software would not install.
    I have been informed by Adobe Helpdesk that Photoshop CS3 does not run on the Windows 7 OS.  Due to previous experience that Photoshop CS3 had in fact run on my PC on Windows 7, I find it totally strange that I could not install the software again.
    In fact the, same version of Photoshop CS3 is currently running without any problems on my laptop under Windows 7 (64 bit).
    Please help if you can.
    Kind regards,
    Ernst Odendaal

  • Flash player does not work properly on Windows 7 32 bits

    Hello,
    My flash player does not work properly on Windows 7 32 bits with Firfox and IE8 (lasts versions).
    My Flash player version : 10.0.45.2, but I tried with version 9 too, with same problems.
    I have tried to uninstall, reboot, reinstall several times, ... witch did not worked.
    In fact, it works correctly on some sites, like youtube, but not on some others like :
    http://www.dailymotion.com/ => black screen instead of videos, right click gives flash context menu
    http://www.canalplus.fr/ => videos does not load, right click gives flash context menu
    http://www.myspace.com/ => no audio player, right click gives flash context menu
    some games in http://www.kongregate.com/ => black screen instead of games, right click gives flash context menu
    I have no problem with shockwave in http://www.adobe.com/shockwave/welcome/
    No problem too with flash player on http://www.adobe.com/software/flash/about/
    But in the Global Privacy Settings panel (http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager02.htm l), I cannot change any settings :
    I cannot check boxes,
    My changes are not saved.
    In most of flash animations, videos, ...,
    when I click on parameters, I cannot do anything, even closing.
    when I am in full screen mode, the message "press escape to exit...." does not disappear.
    Last thing, all those problems was not there when I was on Windows XP, few weeks ago, and appear with my registered Windows 7 premium familly edition, with the same hardware configuration...
    Thank you for your help

    Hi eidnolb
    Thanks for your answer.
    This is what I have :
    Verify user permissions
    I have an administrator account.
    I tried (uninstall, install and run) with super-administrator account for same results
    Install the most current version.
    I am running the latest version (10.0.45.2)
    Run the Clean Installer to Fix 3rd Party Flash Player Cleaners
    I did not "clean" my computer.
    Troubleshoot Pop-up blockers
    I have no Pop-up or esle blocker  software.
    Ensure that Internet utilities do not block Flash Player
    I tried (uninstall, install and run) without Avast.
    I have windows 7 firewall. I do not know where I can allow ActiveX  controls and Flash (SWF) content. I do not see anything relative to ActiveX an Flash in allowed program list.
    Fix machine crashes when displaying Flash content
    I have no freez or crash.
    Using IE, Shockwave Flash Object is Enabled and vs 10.0.45.2
    Using FF, I have SWF vs  10.0.45.2 and it is Enabled
    I really do not understand !!
    Thanks,
    Ju'

  • How to install itune under Windows XP 64-bit professional with SP2?

    I have iPhone 3GS for over a year and I have set it up at my work computer (Windows XP professional) with latest iTune and it work great. Recently our IT has upgraded our system and all of our new machines has Windows XP 64-bit OS.
    I can't figure out how to install iTune under Windows XP 64-bit, to synch with my e-mail, contact and calendars any more?
    Can any one help?

    New machines? With XP 64-bit? Your IT department is being rather foolish, in my opinion, deploying new installations of XP 64 since Microsoft discontinued mainstream support for it (more than two years ago) and it's never really been satisfactory.
    Anyway, there is no version of iTunes that supports the 64-bit version of Windows XP and almost certainly never will be. If you search the iTunes for Windows forums for "XP 64" you'll find threads describing the process some people have used to "crowbar" iTunes onto XP 64, with varying levels of success, none of them complete. Connecting to iPhones is one of the most problematic issues.
    Regards.

  • Rocketfish Bluetooth Keyboard RF-BTKB2 not working under Windows 7 64 bit

     Rocketfish Bluetooth Keyboard RF-BTKB2 not working under Windows 7 64 bit
    Anyone had successs in this or another Bluetooth Keyboard after a bit of a struggle?  What did you do to get it working?  When I Add Device in Bluetooth it sees the keyboard but enlessly scans for it when I try to select and connect.  The Rocketfish Bluetooth mouse worked just fine.

    My friend, i have both, the bluetooth mouse and keyboard here that your talking about. and the keyboard was a struggle to pair with the windows 7 64 bit.... i think i spent 2 days working with it. and i didnt try anything special, i just kept trying to pair
    it, and unplugging the dongle and working with it... and after a while. it worked... Lately though, i have been looking into getting a wired mouse and keyboard becuase of the delays and sleep time i have with my current keyboard(rocketfish). supposidly there
    is a way around the delays but it disables all the options on your keyboard. IE the media buttons, and web browsing features. and my mouse keeps dieing off too....
    Also, after researching these products more, i found that alot of people experienced similar problems with them, Being delays and mouse failure. Even with fresh batteries and all. The products werent meant to be used long term(2-3 years) for extensive use...
    I dont know about you but i thinki paid 100 bucks for the pair so thats only 25 bucks a year... Which is kinda silly considering i coulda got a better one that wont cough up on me.
    If anyone reading this finds a good wireless keyboard that doesnt delay, and a mouth that doesnt delay...(my biggest concern). Please mention it. i am very interested in.

  • Outlook 2010 or earlier versions are not recognized in PSE 9 under Windows 7 64 Bit

    Hello, is there any info available "to convince" Photoshop Elements to recognize a installed Outlook 2010 and to work with Outlook 2010 in a WIN 7 64 Bit system?
    In my Photoshop elements 7 and 9 versions it is not possible withinPSE 9 or PSE 7 under  windows 7 64 Bit  to select  Outlook as a valid parameter under the otion settings within Elements to handle emails functions within PSE properly.....

    Yep. I agree with the above comments. Other users have reported issues while working with outlook 64 bit. Here is one such discussion http://forums.adobe.com/message/3289324 .
    Thanks

  • Director 12 under Windows OS 64 bit

    Do you know why Director 12 (as Director 11.5) uses only one core of the  processors when running under Windows Seven 64 bits ?

    Got the exact same problem aswell, finally fed up with it now as i just started up firefox and 14 new windows opened because of this bug, luckily my computer can handle them but someone with a slower processor it would have been a nightmare, needs fixing ASAP.
    Reverting back to 3.6.3 until this issue is solved. (link for anyone wanting to do the same below)
    http://www.filehippo.com/download_firefox/7345/

  • I tunes 11 freezes under windows 7 64-bit immediately and won´t do anything. Please help

    itunes 11 freezes under windows 7 64-bit immediately and won`t do anything. Please help !

    The first thing to do is make sure you are using the latest version of iTunes. Look on the Help/Check for updates menu option in iTunes, which will confirm that you have the latest version or enable you to download it.
    The effective way to Sync the iPod is to add your songs to iTunes and then connect the iPod to iTunes after you have added your songs.
    So if you have been connecting the iPod and then trying to add songs "to the iPod" - don't!
    You add the music to iTunes and then sync the iPod with iTunes afterwards.
    Next, try connecting the iPod to iTunes, if you get the "duplicate file message", can you post it here (exact wording please)?
    Once you have the iPod connected to iTunes, click on the Device that appears on the left of the iTunes window. On the Device/Summary screen, choose (check) Sync only checked songs and videos. Providing the songs still have the check mark on in iTunes (the default when songs are added to iTunes), those songs will Sync with the iPod.
    Notice the other options in additiion to Summary. Look on the Podcasts pane for the Sync option (to add Podcasts to your iPod) and also on the Photos pane for options for adding (or not) Photos to your iPod. If you change any of these options, you will need to press the Sync button afterwards for the changes to take effect.
    Lastly (for now), you can only Sync the iPod with one iTunes library. If you try and Sync it with a second library on your computer, or with iTunes on another computer, all your previous songs etc will be removed and replaced with the new library.
    A thought... could the duplicate file message be because you have two iTunes libraries on your machine?

  • Does photoshop 12 works under windows 8.1

    Does A dobe Photoshop Elements 12 work under Windows 8.1? When I try to install it, there is a message "The file archive part of Adobe... is missing" Please help

    Please post Photoshop Elements related queries over at
    http://forums.adobe.com/community/photoshop_elements

  • Flash player 11.8 does not play YouTube video Windows 7 Enterprise

    Since I spent days troubleshooting this, I thought I might save others the same.
    Environment:
    windows 7 enterprise 32 bit (System meets requirements for flash player)
    Workstation part of an AD Domain
    Occurs on all workstations
    Using a proxy to access the internet (this is not the problem as chrome works fine and HTML5 works fine)
    Flash Player 11.8
    Browsers: IE 8, IE9, IE10, FireFox, Chrome
    Chrome plays videos fine
    HTML5 Player plays fine in all browsers
    IE8, 9, and 10 do not play videos; it starts to play then loops then dies with youtube error message
    FireFox does not play youtube videos same as IE
    I tried all solutions found on the internet, adjusting browser settings or uninstalling and reinstalling flash none of it worked.
    solution down grade flash player

    "Chrome plays videos fine
    HTML5 Player plays fine in all browsers"
    Chrome has its own embedded Flash Player - the installed version DOESN'T affect it.
    HTML5 DOESN'T use Flash (It's MP4 or webm)
    Download the Flash Player uninstaller. Flash Player uninstaller
    Download the Adobe Flash Player installer directly by clicking the following links.
    Flash Player for ActiveX (Internet Explorer)
    Flash Player Plug-in (All other browsers)
    SAVE all files.
    On each workstation:
    Run the uninstaller to remove both ActiveX and regular Flash Player.
    Reboot and then run the installers to replace both plugins.
    Check to be sure FP is enabled for IE: http://forums.adobe.com/thread/885448
    Disable ActiveX filtering: http://forums.adobe.com/thread/867968

Maybe you are looking for

  • My apps don't open what can i do?

    hello people, my apps directly close when i try to open them.... what can i do? please help me..... i already checked the website and used the tips from apple but the don't work.... so please help me! Greetz me

  • CP issues during data migration through IDOC

    HI,    We are migrating data from One server to another thru PFAL, but the CP data is not posted as it gives the error Relationship starting from 01P 00093159 impossible - 01CP50002607 does not exist/is not active             is there a way to migrat

  • Help, Substring not working, dont know why...

    I need to load some xml file and extract some data from it. I have this code. I thing that this have to work but havent...it prints input error... Any suggestion? file is opened by this code it works if (e.getSource() == openButton) { int returnVal =

  • Location Heuristic doesnot create orders

    Hi,       I have a product that is inhouse production at a location. When I see the product view, there is a lot a demand coming in as SNP dependent demand and the available qty. is also below zero. Even though I rerun the location heuristic, the sys

  • Downloading pdfs from ipad mail

    Due to corporate restrictions, I can't get to dropbox from my company laptop to move files. so I send them to my ipad pop email acct and cannot see how to get the pdf files to my dropbox account on the ipad. do i have to do this on my home computer?