Out of sync - Lightroom & Bridge

I have about 550 images that I shot in Canon Raw. I launched Adobe Bridge so that I could make some universal/global changes to all of the images (Camera Profile,  White Balance, Contrast, Vibrance, Clarity, etc.) in Camera Raw. After I made the changes, I launched Lightroom so that I could tweak the images individually. Occasionally, I'd have the need to go back and forth between Lightroom and Bridge, when I'd want to make more global changes to multiple images.
What I'm now finding is that the images are not in sync between the two applications. I'll make changes in Bridge (Camera Raw) to several images, and then go back to Lightroom, and the changes aren't reflected. In Lightroom, I choose "Syncronize Folder", and it goes through the motions, but the images don't sync. When I go to open each image in Photoshop from Lightroom & Bridge, I still have two separate, completely deferent images. If I open the image from the Finder, I get the Bridge version, which is the last version that I've modified.
Help!?
Thanks,
Jeff

Before an explanation of having LR and Bridge/ACR see each other's edits, please note that the global things you say you are doing in ACR/Bridge can be done just as easily in LR and maybe easier, using the Sync... button or Copy/Paste settings and you'll save yourself a lot of grief and needing to be careful if you forget about Bridge/ACR for en masse things whenever possible, as long as you are using LR with the same images.
Ok now for how to make Bridge and ACR see each other's changes:
Bridge stores edits in an XMP sidecar, while LR stores them internally and to synchronize them is not always as easy as you'd expect; however, if you manually read and write the XMP files from LR then you can make it work.
First, you should make sure that your default settings for toning and everything else are identical between ACR and LR otherwise LR and ACR will use their defaults for things that aren't specified in the XMP files and you might have differences.
If you do things in Bridge/ACR as your very first step, then it should generate XMP files that have the same base filename as the RAW but with an XMP extension.  When you import files into LR then it will use things it sees in the XMP sidecar files for its initial settings, but then it internalizes them and you have to do something to make it write the changes back out to the XMP files if you are going to edit them in Bridge, again. 
If your first step is to Import the files into LR for sorting then Bridge won't know anything about any changes you also make unless you create XMP files for the images you've changed.
You can either have LR automatically write the changes to XMP files (a preference sets this) or you can do it manually by doing Library / (select all) / Metadata / Write Changes to Files (note the S on Files if multiple files are selected which they aren't if you are in Develop) and this is safest, anyway, in case LR hasn't caught up writing things automatically to XMP files if you've made mass changes in LR. 
Once any LR changes are in the XMP files, then Bridge/ACR will see them. 
Once you are done with Bridge/ACR you have to do something to tell LR there are changes it needs to look for in the XMP files, since its primary location for changes is in its internal database.  You can use Library / (select all) / Metadata / Read Changes from Files to overwrite LR's settings with whatever is in the XMP file.
You have to be careful with this and not erase changes by writing when you should be reading or reading when you should be writing.  To fix the situation you find yourself in, now, you may have to forego your changes in either LR or Bridge by telling LR to editor Read Metadata from Files (overwrites LR changes) or Write Metadata to Files (overwrites Bridge changes).
I think the Synchronize can be used if the dates in the XMP file are newer than what LR has internally but I'm not sure if this always works and someone else will have to give the definite answer on Synchronize.  I gave up using Bridge/ACR along with LR a long time ago and just do all my en masse edits in LR and just use ACR the conversion into Photoshop when I use Edit In Photoshop from LR.
There are other things to be aware of:  LR has a Write Metadata to Files on the right-click menu from a library folder.  This is a shortcut for producing the initial set of XMP files, but it only does this for images where something has actually changed since the file was imported or since the last time the XMP was updated from LR, so you may have to trick it by selecting all the files and doing a relative up and down of something in the Quick Develop panel--something like Clarity or Saturation that is not likely to be maxed out in any of the files that you're tweaking settings of just to make the changes "newer" than the last time.

Similar Messages

  • Getting Time-Out Error in Sync-Async Bridge

    Hi All,
    My IP has a Sync-Async Bridge. I have a fork, two senders, two switchs and a transformation step inside the bridge.
    If XI takes much time to process the IP, the send step that closes sync-async bridge is not waiting for the message after a particular period and throws time out error to the sender.
    Is it possible to increase the waiting time for sync-async bridge?
    This IP works correctly 8 out of 10 times. Sometimes the message is sitting permenantly in the queue(smq2) and gives me system failure error.
    Can u tell me why this problem happening?
    Thanks & Regards,
    Senthil.

    Dear Michal/Senthil,
    Can you pl clear a confusion that i have had for ages...
    suppose there is a sync/async bridge ( i understand that it is used for sync business system too async BS communcation )
    where we have 4 steps
    sync receive - > async send -> async receive -> sync send..
    i do understand that async send and async receive are combined through correlation
    but i do not understand how do they work..
    i mean when async send say send a file to a target system...does async receive reads a file from the same folder based on the corelation or wat...
    basically can you pls explain me how do the steps 2 and 3 above work
    Edited by: Tarang Shah on Mar 3, 2009 12:51 PM

  • Sync/ Asycn Bridge Time out error

    Hi Experts,
    I have defined a BPM Sync/Async bridge for belwo mentioned requirement
    1. ECC calls a sync proxy.
    2. PI receives the message using Sync Async bridge
    3. PI will connect to a DB to read a table record status (Sync mode)
    4. If record staus is 'completed', it will again connect to DB to make it 'InProgress' synchronously
    5. If record status is not 'complete', it wont connec to DB
    6. Based on the status (eithe in progress or completed) a response message will be given back to ECC as part of response  message. Here I am closing the Sync/ Async bridge
    When I am executing this scenario, BPM is not starting & I see error in SXMB_MONI as "Timeout condition of pipeline reached".
    Please suggest what could be wrong.
    Thanks.
    Regards
    Sushil

    Hello
    Try increasing the timeout parameter - CHECK_FOR_ASYNC_RESPONSE_TIMEOUT (in trx sxmb_admin -> Integration Engine Configuration). Do you still get the error after increasing the timeout?
    Regards
    Mark

  • Using WAIT step in Sync/Async Bridge

    I am using a sync/async bridge and placed a 1 minute wait step in between my async send and async reply.  When I test my process, the async reply comes in but then my 1 minute wait eventually times out and gives me an error.  Can someone guide me in fixing this BPM design (which steps to add and how)?
    http://webpages.charter.net/kpwendel/bpm_with_wait.jpg
    I would like it to stop waiting once the async reply comes in and not timeout.  If the 1 minute mark comes and a reply never came in, it would also be nice to send back an error message.
    Thanks!

    I pulled my WAIT task and had this scenario working a week ago.  I have not made any changes, but now my inbound replies to close the BPM and link up to the request are not "linking".  The request is eventually timing out even though the reply with a good correlation id comes in successfully.  Any suggestions?
    UPDATE:  I went through my objects in the IB:Config and resaved/activated them and now it is working.  Don't know what messed them up in the first place.
    Message was edited by: Keith Wendel

  • How to realize a Sync-Asyn Bridge

    Hey Folks,
    I was trying to 'decode' whatever is written in the How to guide (Realize a sync - async and async - sync bridge in the adapter framework). Thanks to Bhavesh he posted the thread on the Async - Sync part and so i thought i would figure out the Sync - Async part.
    Ok so here is what i have done till now (with no success);
    its a HTTP <-> XI <-> File
    So;
    2 DT/MT for HTTP, 2 DT/MT for file
    1 MI outbound sync -> http
    1 MI inbound sync -> File
    the 2 mappings and the 1 IM
    In configuration;
    1 rec. file adapter and 1 sender file adapter
    the configuration is as usual for a sync scenario; except for the sender agreement for the sender file adapter, i configure a dummy sender agreement with dummy interface and dummy namespace but the original CC created.
    In the Recv. file channel module part;
    1     AF_Modules/RequestOnewayBean     Local Enterprise Bean     2
    2     CallSapAdapter     Local Enterprise Bean     0
    3     AF_Modules/WaitResponseBean     Local Enterprise Bean     1
    2     passThrough     true
    in the sender file channel;
    1     AF_Modules/NotifyResponseBean     Local Enterprise Bean     1
    So any of you guys who did something on that document, i hope can throw some light
    Cos i am sure i am missing something here !!!
    ~~ShaBZ

    HI,
    Are you using BPM or not??
    Can you plz tell me the SP number/version.
    I hope Sync - Asyn without BPM is possible with latest SP.
    Please see the below links
    /people/community.user/blog/2006/12/12/http-to-rfc--a-starter-kit
    Searching for a BPM scenario
    With BPM
    /people/sriram.vasudevan3/blog/2005/01/11/demonstrating-use-of-synchronous-asynchronous-bridge-to-integrate-synchronous-and-asynchronous-systems-using-ccbpm-in-sap-xi
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1403 [original link is broken] [original link is broken] [original link is broken] [original link is broken]
    Regards
    Chilla..

  • Why is the audio on my video getting out of sync when it is imported into itunes?

    Hello,
    I have videos in the MP4 Format, and have imported them into itunes. However, during playback in itunes, the audio gets more and more out of sync as the video plays. By the end of the film the audio can be 5-6 seconds out!
    What's strange is that the source file, played with quicktime or Windows media player, is fine and works perfectly.
    Why is the audio stretched once it is imported?
    Thanks,
    James

    I have the same problem.
    Motherboard: Gigabyte GA-MA785GPMT-UD2H
    Chipset:
    North Bridge: AMD 785G
    South Bridge: AMD SB710
    Video: Integrated ATI Radeon HD 4200
    HDMI Audio through the HDMI port out to the TV.
    Tried on Windows 7 Pro 32bit and Windows 8.1 Pro 64bit.
    Tried with the integrated ALC889A audio device enabled and disabled (It seems that the video card drives the HDMI audio device though, because it still appears in Windows even if I disable the Audio device in BIOS).
    Latest iTunes and drivers installed.
    I have already tried all sugestions about matching Windows Audio settings to iTunes settings (bit depth, frequency rate).
    Apple, any suggestions? I'm not having a great customer experience after buying a pair of HD movies in iTunes.

  • Audio out of sync - any hints?

    I'm using a Pyro A/V Link to transfer VHS tapes to iMovie/iDVD. In some cases, the quality of the tapes is bad and I lose frames. Since some of the footage I'm converting is heavily music-based, it seemed really odd to drop the frames, and I got the bright idea of using Y-connectors on the L & R audio jacks to send the audio to two places ... 1) iMovie and 2) CD Spin Doctor (records sound input to AIFF). I recorded using both apps at the same time. My intention was to import the full audio AIFF into iMovie and use it as the primary soundtrack. Where the frames were dropped, I would insert black frames or stills to bridge the gaps.
    Anyway, it seemed to be working fine, except that no matter what I do, after several minutes the audio between the video track and the AIFF drift out of sync and I have to do minute adjustments to get things back together.
    Any theories on why this happens, when the two apps were recording from the same source at the same time, and how I might prevent it?
    G5 Dual 2.0GHz   Mac OS X (10.4.6)   1.5GB RAM; 150GB HD; 150GB Slave

    That still won't work. I want to insert blank space in the video track where the frames were dropped and keep the video continuous underneath it. In that case it would not make sense to scale the audio.
    Think of it this way: the true audio track is like this:
    123456789
    But my video track has dropped frames 4 and 7. I want to replace the dropped frames with black (B) so I get this result, with video on top and audio on bottom:
    123B56B89 <-- video with black in dropped frames
    123456789 <-- audio from recording, no drops
    If I scaled it, I would be trying to fit 123456789 into a space where there is only 1235689.
    But thanks for trying!

  • Audio out of sync

    I have 2 Xl2s. Both running at the same time taping a performance. One is using tape, the other a HD recorder. When I do the capture of both streams, I am unable to sync the audio and video. Something I have done many times before with other cameras. The offending capture is the one that came from tape.
    I am shooting 60i, 16:9, standard 16 bit audio, everything default. The weird thing is is that the audio is out of sync for its own video clip! And it seems to get futher out of sync the farther in the clip I play.
    I imported as DV 3x2 anamorphic using a Sony DSR 11 deck.
    Is my camera tweaked?

    Read the bit at the end about unlocked audio.
    http://www.cyberfilmschool.com/learn/article_detail.aspx?id=96
    This article claims FCP has a switch to deal with the 48 KHz vs 48.009 KHz. I don't know it.
    http://www.chip-india.com/dcquery.php?qid=9360
    and more good information here...
    http://www.geniusdv.com/avid-fcp//read.php?1,1737,2024
    There are kluge work arounds, but they are not ideal. When I have to deal with this stuff I keep my captures short, which doesn't seem to be an option for you.
    Another trick is the change the speed of the audio very slightly to compensate for the drift.
    I hope all this helps. I was burned by this with a project four years ago, so I know how frustrating it is.
    Tom

  • Audio out of sync when playing HD content

    Hey
    I've got an issue with the audio gets out of sync when playing some HD content. I've tried to make sure the video is stored on the Apple TV so it can't be the network connection.
    I've also tried a full reset of the unit, but still no luck.
    But it's all video clips that has this problem. Even though they encoded the same and so on, some videos audio get out of synced and some don't.
    Also have a problem with m4v files locking the ATV (and iTunes for that matter), but renaming it to a mp4 file seems to solve it. But if someone has a fix for that as well I'd much appreciate it.
    Many thanks in advance,
    Jeaz
    EDIT: I have tried to use component cables instead of HDMI, but the problem remains. Of course also tested the video on my Mac and no problems. A quick pause and resume usually solves it, but only for a minute or so.
    Message was edited by: MrJeaz

    What sort of specification is the video content? Is spec too high for AppleTV.
    It may be that it's some kind of bug in AppleTV's playback, that the Mac does not exhibit, or an issue with encoding that causes a problem only on AppleTV.
    If you are encoding video and using same as source for the frame rate, it may be better in some cases trying explicitly to specify the frame rate required in case automatic frame rate conversion is introducing some kind of timing issue. Test a short clip to see.

  • MPEG4 video from imovie is sluggish and audio out of sync

    Hi y'all,
    I am new to this. So I need some hand holding here. I am working with video that was exported in MPEG4 video from imovie on a mac.
    The Camera I used is a Sony FX7 HD camera with SD tape.
    So Now I am trying to edit the video using Premiere Pro CS3 creative suite.
    Import into CS3 is fine. Playing the imported video in the source monitor is fine as well. All looks well.
    However, here are the challenges I am having:
    1. When I try to play it in the Program monitor its very sluggish. Audio plays fine but picture lags behind.
    2. And once I edit the the video and try to export it as flash video or as a windows media, the video and audio are out of sync.
    The video is choppy as well.
    Details: source video is 720x480 and trying to export to 320x240
    My project details are:
    DV-NTSC standard 48khz
    Video is 10 min long

    OK, not my choice of workflows, but... I assume that the MP4's are H.264 encoded. There are many of these. Three common ones are Lead, MainConcept and Apple. Some find that one works better than the others. These are not the ONLY versions, but are common. You might want to explore others, depending on which one you have installed. G-Spot can tell you which you have.
    Next, you can Render your Timeline, to get things as smooth as possible.
    Note that the MP4 files are heavily compressed already. Quality has been lost, and there is nothing that can be done about that. When you Export to, say DVD, you will recompress that material, and loose even more.
    In the future, have your Mac-person do the Capture to .MOV [Animation CODEC]. Or, do it yourself to DV-AVI Type II w/ 48KHz 16-bit PCM/WAV Audio.
    Not sure of any other ways to get the MP4's playing more smoothly. Much will depend on both your CPU and on your system's I/O sub-system, i.e. your HDD's, their size, speed, controller type and how they are utilized.
    Good luck,
    Hunt

  • Audio out of sync with video in timeline SOLVED

    The audio and video are in sync when playing .MP4 video (but may apply to other video files) in the Premiere Pro viewer and Windows Media Player and VLC however, as soon as you drag the clip into the timeline it goes out of sync. Since it took so much time for me to figure out how to get around this problem I wanted to share this, ESPECIALLY For all the people who are semi Adobe Premiere noobs (with no disrespect, I fall into this category) at this and google isn't helping to figure out why this is happening I'll give you the easy fix.  For all the people in this forum who are going to ask the detailed information, codecs, etc.  I'll give that as well.
    FOR THE NOOBS:
    All the information I've read online all seems to point that the timeline sometimes doesn't like certain audio contained in the video. It conforms incorrectly, etc. Personally, it doesn't make any sense to me. Forget all that.. you just want to get on with your project.. to heck with the details, you're tired of googling.  Here's the solution I found.  Extracting the audio from the problematic video file outside of Adobe Premiere.  I use avconv, because it's free, open source, and you won't lose audio quality.  Then linking that audio with the video in Adobe Premiere.
    First if you are using a windows 32 bit computer download avconv here: http://win32.libav.org/win32/
    If you are using a windows 64 bit computer download avconv here: http://win32.libav.org/win64/
    go to the bottom of the page and click on the newest date version.  DISCLAIMER: This is open source software. It's free.  I didn't make it so I'm not trying to sell you anything.
    It's a zip file so you will need to use winzip or 7zip to uncompress it.  You can't just click on the installer. You can uncompress and save the program wherever you want on your computer.  Say you didn't pay attention and you automatically saved it in the default spot in your downloads folder.  The place you'd find the program might look like this if you're on a 64 bit computer: 
    C:\Users\youruseraccountname\Downloads\libav-9.7-win64  If you're on a 32 bit computer it will probably look like this C:\Users\youruseraccountname\Downloads\libav-9.7-win32
    Just make sure you know where it is located and copy it down in notepad.  If you can't find it, do a search on your C: drive for avconv  .For this forum thread we will assume you have saved avconv in the downloads folder and you're on a 64 bit computer. 
    Click on the Windows key on your keyboard. Type in Run and then press enter. Type in CMD and press enter.  This will open up windows command line. Don't worry, it's not as scary as you think.
    Now hold down the Windows key and press E. This will open up a windows explorer window for you to find the video file you are having issues with in Adobe Premiere.  Once you have found the file, copy the location of the file.  So..  if your file was here:  c:\Users\youruseraccount\videos\yourvideo.mp4 you would see that at the top of the windows explorer in what's called the address bar.  Copy that.  Paste it into your notepad.
    Now switch back to the windows command line window.  Now I'm going to have you type a command into the windows command line but before you do I want you to understand how to type it in.
    #1. Do you know the exact path (location on your computer) where you installed avconv?
    #2. Did you copy the exact path (location on your computer) where you have your video file?
    If so..  type in the command below but change it with the information you have above
    C:\Users\youruseraccountname\Downloads\libav-9.7-win64\usr\bin\avconv.exe -i "c:\Users\youruseraccount\videos\yourvideo.mp4" -vn -qscale 1 "c:\Users\youruseraccount\videos\yourvideo.wav"
    So let's break it down so you understand and help troubleshoot any issues you may have.
    C:\Users\youruseraccountname\Downloads\libav-9.7-win64  this is the example location we said we installed avconv.  The actual avconv.exe program is located inside that folder so the full path would be this: C:\Users\youruseraccountname\Downloads\libav-9.7-win64\usr\bin\avconv.exe
    -i just tells avconv what the input file is.
    "c:\Users\youruseraccount\videos\yourvideo.mp4" is the path (location on your computer) where your video file is.
    -vn just tells avconv you only want to extract audio from the video
    -qscale 1 just tells avconv you want the best quality
    "c:\Users\youruseraccount\videos\yourvideo.wav" just tells avconv the path (location on your computer) and the name you want to give the audio file you're taking from the video.  This will save the audio wav file to the path (location on your computer) where the problematic video file is saved.
    Once you have the audio wav file import it into Adobe Premiere.  In the timeline, unlink the audio from the mp4 (or whatever video file you have).  Highlight the now unlinked mp4 audio and delete the audio.  Then bring your audio wav file you created using avconv and bring it onto the timeline at the start of the video. Now link it.  Hopefully that did the trick.
    If you have any questions regarding the command line or installing avconv please feel free to comment and ask.  I'm pretty good at windows command line and can probably help identify what the issue is.
    FOR THE INFORMED PREMIERE PRO USERS:
    Here are the details of the problematic video file that I had this issue with.  This is from avconv:
      Metadata:
        major_brand     : mp42
        minor_version   : 1
        compatible_brands: mp42mp41
        creation_time   : 2013-05-12 11:45:32
      Duration: 01:58:28.24, start: 0.000000, bitrate: 3256 kb/s
        Stream #0.0(eng): Video: h264 (Constrained Baseline), yuv420p, 1280x720, 2997 kb/s, 25 fps, 25 tbr, 25 tbn
        Metadata:
          creation_time   : 2013-05-12 11:45:32
        Stream #0.1(eng): Audio: aac, 48000 Hz, stereo, fltp, 256 kb/s
        Metadata:
          creation_time   : 2013-05-12 11:45:32
    I don't know the type make/model video camera that was used or if it was converted before being given to me. This is just what i had to work with and the solution I found to fix it.

    if you are using a windows 32 bit computer
    Then you won't be using anything above Premiere Pro CS4, and this thread would be in the wrong section.
    By the way, the process is significantly easier using something like Xvid4PSP, which can strip out the audio using a fairly easy to understand GUI, as wel as convert those oddball videos into something PP can handle.
    http://www.videohelp.com/tools/XviD4PSP  (Use version 5.)

  • Jabber for Windows and Unity Connection Voice mail out of sync

    Hello all,
    Now that Jabber is pretty much part of every install you begin to notice some trends. One trend that I have noticed happening across several of customers is complaints about Jabber and the Voicemail server getting out of sync. It’s never really been a wide spread issue but it has be noticed by several of my customers enough so that I’m reaching out to see if others are experiencing the same problem. Here are the symptoms, a person sitting at their desk they have a physical phone, and a windows PC running Jabber 4 Windows. They miss a call and the MWI lamp gets lit on the phone but not on Jabber. When you click on HELP / Show Connection status, you see all green checks, and Voicemail shows connected from Jabbers standpoint. When you exit the application and come back in, then it sync’s back up just fine. I have never seen it happen myself, but to be honest I’m never at my desk enough to even notice if my phone lamp is lit.
    Anyway has anyone had similar issues? If so is there a fix?

    Symptom:
    User logged in Jabber and do not log-off/sign-out for more than 24 hours and then jabber does not receive new voicemails from Unity Connection. User will be able to receive voicemails from other interfaces like Outlook, TUI but voicemails will not show up in Jabber.
    Conditions:
    User does not sign out from jabber for more than 24 hours since last log on.
    Workaround:
    Sign out from jabber at-least once a day and sign-in back so that subscription will not expire in Unity Connection database.
    Voicemail does not sync if Jabber left logged in for more than 24 hours
    CSCuo46274
    Can be fixed, depends on releases, TAC offered me a fix in version 10.5(1)ES29

  • Out of sync audio when trying to capture from digital 8 camera to quicktime, please help

    Just trying to capture hi 8 tapes using a sony digital 8 dcr-trv355e pal into quicktime;
    great clear video but  audio becomes out of sync like a bad kungfu movie,
    contacted apple they tried to help, but they dont really understand issue
    there are lots of people out there that are trying to digitise old analog video;
    I have fcpx and imovie they both play the old video via  the digital 8 camera but cannot capture;
    that is why using quicktime; thanks!!

    Yes i think its something to do ith the fact its a wmv file, when i use mpeg footage it exports fine.
    basically, no matter how long the video, the video is out of sync...its weird
    i've decided the best thing to do is leave quicktime and export using windows media instead, that seems to give me a better looking picture witha small file size anyway
    thanks for your help though!

  • Flash Player doesn't play smoothly and out of sync in full screen

    Hello! Everyone
    The flash player (11.2.202.235) does not play smoothly and in full screen audio and vidoe is out of sync.  I didn't use to have any problem at all, it only started about two weeks ago and since then despite trying various things (i.e. disabling hardware excelration, uninstalling & reinstalling, trying various browsers etc.) has not resolved the issue.  I don't know why it has suddenly stopped playing smoothly as I have not installed any software recently which might have cuased this. 
    I am using Windows XP (service pack3) and have dual partion with dual operating system (both XP).  There is the same problem on both operarting system and flash player won't run smoothly on either of them.  Although my computer and graphics card is quite old but the downloaded movies/DVD playback is fine even in full screen.  It runs smoothly and audio&video is in sync so I don't think it could my the graphics card. 
    As I mentioned I have tried all the browsers but without any luck.  The BBC iplayer plays ok most of the time if not in full screen but as soon as you make it full screen the vidoe is more like a slide show and very jittery and audio&video gets out of sync.  Same with youtube vidoes, they play ok when not in full screen but the video in full screen does not play smoothly and audio&vidoes gets out of sync.  However the ITV player & Channel 4 content on 4OD does not even play smoothly when not in full screen and the video&audio is out of sync all the time. 
    It would be really helpful if anyone can suggest anything to resolve this issue as I have not been able to find anything on the internet to solve the problem and its driving me up the wall.  Although I have tried to include as much details as I could think of so please let me know if I have missed any details that could be crucial in order to identify the problem.
    Thank you very much for reading this and taking the time to reply and your feedback. 
    Below is the DxDiag report for my laptop:
    Time of this report: 4/22/2012, 00:15:58      
    Machine name: TIMES-LAPTOP   
    Operating System: Windows XP Professional (5.1, Build 2600) Service Pack 3 (2600.xpsp_sp3_gdr.111025-1629)           
    Language: English (Regional Setting: English)
    System Manufacturer: TimeComputers       
    System Model: VT8372               
    BIOS: Insyde Software MobilePRO BIOS Version 4.00.01          
    Processor: mobile AMD Athlon(tm) XP 2000+,  MMX,  3DNow, ~1.7GHz             
    Memory: 1248MB RAM          
    Page File: 809MB used, 2790MB available        
    Windows Dir: C:\WINDOWS    
    DirectX Version: DirectX 9.0c (4.09.0000.0904) DX
    Setup Parameters: Not found     
    DxDiag Version: 5.03.2600.5512 32bit Unicode 
    ------------ DxDiag Notes ------------  
    DirectX Files Tab: No problems found.      
    Display Tab 1: No problems found.        
    Sound Tab 1: No problems found.          
    Music Tab: No problems found.          
    Input Tab: No problems found.        
    Network Tab: No problems found. 
    -------------------- DirectX Debug Levels --------------------
    Direct3D:    0/4 (n/a)
    DirectDraw:  0/4 (retail)
    DirectInput: 0/5 (n/a)
    DirectMusic: 0/5 (n/a)
    DirectPlay:  0/9 (retail)
    DirectSound: 0/5 (retail)
    DirectShow:  0/6 (retail) 
    --------------- Display Devices ---------------        
    Card name: S3 Graphics ProSavageDDR               
    Manufacturer: S3 Graphics Co., Ltd.        
    Chip type: S3 ProSavage DDR         
    DAC type: S3 SDAC       
    Device Key: Enum\PCI\VEN_5333&DEV_8D04&SUBSYS_83751071&REV_00   
    Display Memory: 32.0 MB     
    Current Mode: 1024 x 768 (32 bit) (60Hz)          
    Monitor: Digital Flat Panel (1024x768)   Monitor Max Res:       
    Driver Name: s3gnb.dll   
    Driver Version: 6.14.0010.0025 (English)      
    DDI Version: 9 (or higher)
    Driver Attributes: Final Retail 
    Driver Date/Size: 3/2/2004 14:02:26, 402048 bytes      
    WHQL Logo'd: Yes   WHQL Date Stamp: n/a              
    VDD: n/a         
    Mini VDD: s3gnbm.sys    
    Mini VDD Date: 3/2/2004 14:02:30, 167040 bytes
    Device Identifier: {D7B75DD3-CE44-11CF-D873-7FA3A1C2CB35}        
    Vendor ID: 0x5333        
    Device ID: 0x8D04        
    SubSys ID: 0x83751071      
    Revision ID: 0x0000      
    Revision ID: 0x0000      
    Video Accel: ModeMPEG2_C ModeMPEG2_A ModeMPEG2_D  
    Deinterlace Caps: n/a         
    Registry: OK     
    DDraw Status: Enabled       
    D3D Status: Enabled       
    AGP Status: Enabled DDraw
    Test Result: Not run 
    D3D7 Test Result: Not run 
    D3D8 Test Result: Not run 
    D3D9 Test Result: Not run 
    ------------- Sound Devices -------------            
    Description: Vinyl AC'97 Audio (WAVE) 
    Default Sound Playback: Yes 
    Default Voice Playback: Yes            
    Hardware ID: PCI\VEN_1106&DEV_3059&SUBSYS_83751071&REV_50        
    Manufacturer ID: 1             
    Product ID: 100                   
    Type: WDM            
    Driver Name: vinyl97.sys         
    Driver Version: 6.14.0001.4170 (English)      
    Driver Attributes: Final Retail            
    WHQL Logo'd: Yes          
    Date and Size: 8/10/2006 07:32:14, 204672 bytes            
    Other Files:         
    Driver Provider: VIA Technologies, Inc.         
    HW Accel Level: Full              
    Cap Flags: 0xF5F    
    Min/Max Sample Rate: 8000, 48000 Static/Strm
    HW Mix Bufs: 1, 0  Static/Strm
    HW 3D Bufs: 0, 0              
    HW Memory: 0       
    Voice Management: No  EAX(tm) 2.0
    Listen/Src: No, No    I3DL2(tm)
    Listen/Src: No, No Sensaura(tm)
    ZoomFX(tm): No               
    Registry: OK      
    Sound Test Result: Not run 
    --------------------- Sound Capture Devices ---------------------            
    Description: Vinyl AC'97 Audio (WAVE)  
    Default Sound Capture: Yes  
    Default Voice Capture: Yes            
    Driver Name: vinyl97.sys         
    Driver Version: 6.14.0001.4170 (English)      
    Driver Attributes: Final Retail          
    Date and Size: 8/10/2006 07:32:14, 204672 bytes              
    Cap Flags: 0x41           
    Format Flags: 0xFFF 
    ----------- DirectMusic -----------        
    DLS Path: C:\WINDOWS\SYSTEM32\drivers\GM.DLS     
    DLS Version: 1.00.0016.0002    
    Acceleration: n/a           
    Ports: Microsoft Synthesizer, Software (Not Kernel Mode), Output, DLS, Internal, Default Port                  
    Vinyl AC'97 Audio (WAVE), Software (Kernel Mode), Output, DLS, Internal                  
    Microsoft MIDI Mapper [Emulated], Hardware (Not Kernel Mode), Output, No DLS, Internal                  
    Microsoft GS Wavetable SW Synth [Emulated], Hardware (Not Kernel Mode), Output, No DLS, Internal        
    Registry: OK     
    Test Result: Not run 
    ------------------- DirectInput Devices -------------------      
    Device Name: Mouse         
    Attached: 1    
    Controller ID: n/a
    Vendor/Product ID: n/a        
    FF Driver: n/a       
    Device Name: Keyboard         
    Attached: 1    
    Controller ID: n/a
    Vendor/Product ID: n/a        
    FF Driver: n/a 
    Poll w/ Interrupt: No         
    Registry: OK 
    ----------- USB Devices -----------
    + USB Root Hub |
    Vendor/Product ID: 0x1106, 0x3038 |
    Matching Device ID: usb\root_hub |
    Service: usbhub |
    Driver: usbhub.sys, 4/13/2008 19:45:37, 59520 bytes |
    Driver: usbd.sys, 8/23/2001 13:00:00, 4736 bytes

    Would you mind opening a new bug on this at bugbase.adobe.com?  Please include your dxdiag report, a specific URL and a link to this forum thread.
    In the meantime, you might want to try our 11.3 beta or rollback to a previous version of the player to see if that resolves the problem.
    Thanks,
    Chris

  • HT1209 My Itunes Library and iPhone have fallen out of sync on music over the yearsare - how can I compare my itunes library with my Iphone  to see what songs are missing from my library so I can then bring my Library up to date

    My Itunes Library and iPhone have fallen out of sync on music over the yearsare - how can I compare my itunes library with my Iphone  to see what songs are missing from my library so I can then bring my Library up to date

    Hello Solid Buck,
    Thank you so much for providing the details about the duplicate song issue you are experiencing.  It sounds like you would like to remove the duplicate songs that will not play on your iPhone, but when you connect it to iTunes, iTunes only shows you one copy of the song on your iPhone. 
    In this situation, I recommend deleting the individual songs that do not play directly from your iPhone.  I found the steps to do this on page 61 of the iPhone User Guide (http://manuals.info.apple.com/en_US/iphone_user_guide.pdf):
    Delete a song from iPhone: In Songs, swipe the song, then tap Delete.
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

Maybe you are looking for

  • Read data chanels / Diadem

    Hi, I have more .CSV files, that have inside tree chanels( load force; opening force;travel distance) captured from two motors. I want to load more CSV files and analyze only two chanels ( opening force  and  travel distance) and send them to a repor

  • My first PKGBUILD - Codelite

    I have create a new PKGBUILD for Codelite: # Contributor: Alessandro pkgname=codelite pkgver=1.0.2822 pkgrel=1 pkgdesc="An open source and cross-platform C/C++ IDE" arch=('i686' 'x86_64') url="http://codelite.org/" license=('GPL') depends=('wxgtk>=2.

  • T:inputFileUpload inside t:panelTabbedPane - is it possible?

    Please, help anybody who can on the following issue: I need upload feature within form that has tabs. For upload to work properly form must have enctype="multipart/form-data" set. But tab panel container implicitly generates form itself and I found n

  • Statistics in iPad - Using R in iPad

    Hi, Does anyone know if there's a distribution of R for iPad? Thanks, Sérgio.

  • DOWNLOADING 10GR2 FOR LINUX-86-64BIT FAILS AT 33%  CONSISTENTLY

    Trying to download 10gR2 for Linux-86-64bit, however, download process fails at 33% consistently with error message "server connection reset"! I had two colleages try that from their own PCs and got the same error. I was able to download the companio