View Single Post
  #7  
Old 01-05-2006, 05:20 PM
Robert Aldwinckle
 
Posts: n/a
Default Re: Critical Upd. DirectX 9, W2000, KB904706, Error: 0x800706BE

"Aussie Bob" <Aussie Bob@discussions.microsoft.com> wrote in message
news:0A42B240-8370-4651-BF1C-7BA423B30000@microsoft.com...
> Hi, did you solve the problem ? I seem to have the same issue.
> I checked out dxdiag and found that I have directx 9.0 and quartz.dll
> 6.5.1.902 which should be 6.5.1.907



Did you try getting the other diagnostics I suggested?
E.g. a verbose log, or some kind of explanation for all those
FileInUse messages?

Apparently tasklist is not easily available for your OS
and I don't know if the syntax of its tlist command has been updated
to give you the equivalent information to know which tasks have
a module loaded. Therefore, I suggest you may need to use
Process Explorer (freeware from SysInternals) to figure that out.

Tracing with FileMon and RegMon would be my preference
but just finding out what is going on would be a start.


BTW just in case you do have tasklist and for the benefit of any
XP lurkers here is what you should see when WMP is not running:

<example>
C:\>tasklist /fi "Modules eq quartz.dll"
INFO: No tasks running with the specified criteria.
</example>


HTH

Robert Aldwinckle
---


Reply With Quote