Jump to content

Crashing Again (Msvcr100.dll Issue)...


15 replies to this topic

#1 Capt Jester

    Member

  • PipPipPipPipPipPip
  • Overlord
  • Overlord
  • 269 posts
  • LocationWashington

Posted 12 November 2012 - 02:50 PM

So I had an issue earlier where I was missing msvcr100.dll, and I was directed to a remedy by a very helpful person which worked until now. It appears the same problem is happening to me where there is an issue with that same DLL.

Here is the crash dump (.dmp) file on DropBox: crashdump3.dmp

#2 Tarl Cabot

    Member

  • PipPipPipPipPipPipPipPipPipPip
  • Tai-sho
  • Tai-sho
  • 7,642 posts
  • LocationImperial City, Luthien - Draconis Combine

Posted 12 November 2012 - 03:38 PM

Quote

What does msvcr100d and msvcp100 mean?
MS = Microsoft
V = Visual
C = C or CP = C++
R = Runtime
100 = Version
D = Debug

How do I do it properly and safely?
Use Microsoft's official installers/redistributables to fix these problems.

Note about missing DLLs ending with a 'D'
This means whoever coded the application/hack didn't build it in Release mode meaning you'll have problems running it if you aren't a programmer. The only way (which I said not to do before) is to find the DLL manually on the internet and place it into the C:\Windows\system32 folder. I am not responsible for anything that happens when you do this though. You can find some of them here.

Where can I find them?
To fix any msvcr100.dll or msvcp100.dll errors, you need to install the Microsoft Visual C++ 2010 SP1 Redistributable. Download the one that matches your computer's architecture (32-bit or 64-bit). Note that if you are running 64-bit, INSTALL BOTH.
Download: Microsoft Visual C++ 2010 SP1 Redistributable Package (x86) - Microsoft Download Center - Download Details (32-bit)
Download: Microsoft Visual C++ 2010 SP1 Redistributable Package (x64) - Microsoft Download Center - Download Details (64-bit)

If you are getting mscvr110.dll or msvcp110.dll errors, install the Visual Studio C++ Redistributable 2012. You can find it here:
http://www.microsoft.com/en-us/downl....aspx?id=30679
Make sure to [color="#FF0000"]DELETE[/color] any msvcr100.dll or msvcr100d.dll files from your Combat Arms folder.
If you are asked to repair the installation, do it.

To fix any d3dx9_*.dll errors, use the DirectX Web Installer and make sure to install optional components.
Download: DirectX End-User Runtime - Microsoft Download Center - Download Details


How do I know if I'm running a 32-bit or 64-bit OS?
Please follow the instructions for your OS. (These were taken from Microsoft Support)

Windows Vista/7
1. Click Start Posted Image, type system in the Start Search box, and then click system in the Programs list.
2. When System Summary is selected in the navigation pane, the operating system is displayed as follows:

  • For a 64-bit version operating system: 64-bit Operating System appears for the System type under System.
  • For a 32-bit version operating system: 32-bit Operating System appears for the System type under System.
Windows XP
1. Click Start, and then click Run.
2. Type sysdm.cpl, and then click OK.
3. Click the General tab. The operating system is displayed as follows:
  • For a 64-bit version operating system: Windows XP Professional x64 Edition Version < Year> appears under System.
  • For a 32-bit version operating system: Windows XP Professional Version <Year> appears under System.
Note <Year> is a placeholder for a year.

I'm a coder, how can I prevent this from happening to people when they use my hacks?
If you are a coder and use Visual Studio 2010 or Visual C++ 2010 Express, you should tell users to install the redistributable before using the hack. You can also 'statically link' the DLLs required so the user doesn't need to install anything at all! It basically embeds the data required inside your hack.

EDIT - If you are using Visual Studio 2012, make sure to change the Platform Toolkit via the Project Properties to Visual Studio 2012 (v100) otherwise it will NOT work for users on Windows XP! Click here for an image.

How to statically link the DLLs:
1. In Visual Studio, right-click on your project and click Properties.
2. Change the Configuration to Release (at the top).
3. Click on Configuration Properties > C/C++ > Code Generation
4. Change the Runtime Library option to Multi-threaded (/MT)
5. Click OK and rebuild your project (right-click on your project and click Rebuild).
The new copy of your hack should be in your project's Release folder.


#3 Tarl Cabot

    Member

  • PipPipPipPipPipPipPipPipPipPip
  • Tai-sho
  • Tai-sho
  • 7,642 posts
  • LocationImperial City, Luthien - Draconis Combine

Posted 12 November 2012 - 03:41 PM

Just to add, did you reformat your system or uninstalled several different programs?

Have you done a sweep with an antivirus program?

Have you run a chkdsk of your harddrives?

Below is a sticky in one of other sub forums.

Quote



Step 1: Updates!
First, we'll make sure that all your software is up to date. In addition of verifying your drivers and framework 4.0, click the following links to make sure some other vital updates are made on your computer:

** 1) .NET: http://www.microsoft...?id=22
** 2) C++: http://www.microsoft...ls.aspx?id=5555
** 3) DirectX: http://www.microsoft...ails.aspx?id=35


#4 Capt Jester

    Member

  • PipPipPipPipPipPip
  • Overlord
  • Overlord
  • 269 posts
  • LocationWashington

Posted 12 November 2012 - 05:34 PM

I am a C# programmer so all of my .NET Framework items are up to date. I have installed the Visual C++ distributable at least 5 times. I was told by EternalCore that according to my crashdump.dmp file it was the DLL msvcr100.dll. I have bolded vcr to emphasize the letter order there.

After learning this, I reinstalled the dist and it worked great for the weekend until I tried to play today. I have made no changes to my computer except file changes irrelevant to MechWarrior or any .NET Framework objects.

#5 Helbringer

    Member

  • Pip
  • FP Veteran - Beta 1
  • FP Veteran - Beta 1
  • 10 posts

Posted 04 February 2013 - 04:48 AM

No matter what i do i keep coming up with message, "msvcp100.dll missing from your computer", i have re-installed both the game and visual basic but it didnt fix the problem, what am i doing wrong, can anyone help???? :D

Edited by Thiora, 04 February 2013 - 04:48 AM.


#6 focuspark

    Member

  • PipPipPipPipPipPipPipPipPip
  • The Ardent
  • The Ardent
  • 3,180 posts

Posted 04 February 2013 - 01:35 PM

View PostThiora, on 04 February 2013 - 04:48 AM, said:

No matter what i do i keep coming up with message, &quot;msvcp100.dll missing from your computer&quot;, i have re-installed both the game and visual basic but it didnt fix the problem, what am i doing wrong, can anyone help???? :D

Find the file on your system (somewhere in C:\Windows\System32 most likely) and copy it to the same folder as MW:O's .exe files. COPY it, do not move it. LoadLibrary (the method used to load DLL files looks in the executable's directory first).

View PostCapt Jester, on 12 November 2012 - 05:34 PM, said:

I am a C# programmer so all of my .NET Framework items are up to date. I have installed the Visual C++ distributable at least 5 times. I was told by EternalCore that according to my crashdump.dmp file it was the DLL msvcr100.dll. I have bolded vcr to emphasize the letter order there.

After learning this, I reinstalled the dist and it worked great for the weekend until I tried to play today. I have made no changes to my computer except file changes irrelevant to MechWarrior or any .NET Framework objects.


You sir have VS2012 installed most likely, no? If so, make sure that you've installed support for C++ applications (if supported). If you didn't the VS Installer mucks things up nicely with regards to the MS C Runtime components.

#7 Helbringer

    Member

  • Pip
  • FP Veteran - Beta 1
  • FP Veteran - Beta 1
  • 10 posts

Posted 07 February 2013 - 08:58 PM

View Postfocuspark, on 04 February 2013 - 01:35 PM, said:

Find the file on your system (somewhere in C:\Windows\System32 most likely) and copy it to the same folder as MW:O's .exe files. COPY it, do not move it. LoadLibrary (the method used to load DLL files looks in the executable's directory first).



You sir have VS2012 installed most likely, no? If so, make sure that you've installed support for C++ applications (if supported). If you didn't the VS Installer mucks things up nicely with regards to the MS C Runtime components.


i copied the file but got another error "The application was unable to start correctly (0xc000007b)" any ideas?

#8 focuspark

    Member

  • PipPipPipPipPipPipPipPipPip
  • The Ardent
  • The Ardent
  • 3,180 posts

Posted 07 February 2013 - 09:51 PM

Can you post a dxdiag from your system?

#9 Helbringer

    Member

  • Pip
  • FP Veteran - Beta 1
  • FP Veteran - Beta 1
  • 10 posts

Posted 08 February 2013 - 11:16 PM

View Postfocuspark, on 07 February 2013 - 09:51 PM, said:

Can you post a dxdiag from your system?



System Information
------------------
Time of this report: 2/9/2013, 18:13:12
Machine name: ASUS291111
Operating System: Windows 7 Home Premium 64-bit (6.1, Build 7601) Service Pack 1 (7601.win7sp1_gdr.120830-0333)
Language: English (Regional Setting: English)
System Manufacturer: ASUSTeK Computer Inc.
System Model: G53SW
BIOS: BIOS Date: 02/15/11 16:54:43 Ver: 04.06.03
Processor: Intel® Core™ i7-2630QM CPU @ 2.00GHz (8 CPUs), ~2.0GHz
Memory: 6144MB RAM
Available OS Memory: 6122MB RAM
Page File: 1605MB used, 10635MB available
Windows Dir: C:\Windows
DirectX Version: DirectX 11

#10 focuspark

    Member

  • PipPipPipPipPipPipPipPipPip
  • The Ardent
  • The Ardent
  • 3,180 posts

Posted 09 February 2013 - 10:55 AM

Thanks, but I was hoping to see more the display devices section... like the following:


------------------
System Information
------------------
Time of this report: 2/9/2013, 10:53:37
Machine name: MAIN
Operating System: Windows 8 Pro 64-bit (6.2, Build 9200) (9200.win8_gdr.121119-1606)
Language: English (Regional Setting: English)
System Manufacturer: To Be Filled By O.E.M.
System Model: To Be Filled By O.E.M.
BIOS: BIOS Date: 03/21/12 17:50:34 Ver: 04.06.05
Processor: Intel® Core™ i5-3550 CPU @ 3.30GHz (4 CPUs), ~3.3GHz
Memory: 8192MB RAM
Available OS Memory: 8156MB RAM
Page File: 6919MB used, 4225MB available
Windows Dir: C:\Windows
DirectX Version: DirectX 11
DX Setup Parameters: Not found
User DPI Setting: Using System DPI
System DPI Setting: 96 DPI (100 percent)
DWM DPI Scaling: Disabled
DxDiag Version: 6.02.9200.16384 64bit Unicode

------------
DxDiag Notes
------------
Display Tab 1: No problems found.
Sound Tab 1: No problems found.
Sound Tab 2: No problems found.
Input Tab: No problems found.

--------------------
DirectX Debug Levels
--------------------
Direct3D: 0/4 (retail)
DirectDraw: 0/4 (retail)
DirectInput: 0/5 (retail)
DirectMusic: 0/5 (retail)
DirectPlay: 0/9 (retail)
DirectSound: 0/5 (retail)
DirectShow: 0/6 (retail)

---------------
Display Devices
---------------
Card name: NVIDIA GeForce GTX 680
Manufacturer: NVIDIA
Chip type: GeForce GTX 680
DAC type: Integrated RAMDAC
Device Type: Full Device
Device Key: Enum\PCI\VEN_10DE&DEV_1180&SUBSYS_096910DE&REV_A1
Display Memory: 4042 MB
Dedicated Memory: 1994 MB
Shared Memory: 2047 MB
Current Mode: 1920 x 1200 (32 bit) (59Hz)
Monitor Name: Generic PnP Monitor
Monitor Model: DELL 2405FPW
Monitor Id: DELA010
Native Mode: 1920 x 1200(p) (59.950Hz)
Output Type: DVI
Driver Name: nvd3dumx.dll,nvwgf2umx.dll,nvwgf2umx.dll,nvd3dum,nvwgf2um,nvwgf2um
Driver File Version: 9.18.0013.1090 (English)
Driver Version: 9.18.13.1090
DDI Version: 11
Feature Levels: 11.0,10.1,10.0,9.3,9.2,9.1
Driver Model: WDDM 1.2
Graphics Preemption: DMA
Compute Preemption: DMA
Driver Attributes: Final Retail
Driver Date/Size: 12/29/2012 02:34:47, 18054312 bytes
WHQL Logo'd: Yes
WHQL Date Stamp:
Device Identifier: {D7B71E3E-52C0-11CF-2C77-64291CC2C435}
Vendor ID: 0x10DE
Device ID: 0x1180
SubSys ID: 0x096910DE
Revision ID: 0x00A1
Driver Strong Name: oem2.inf:0f066de3ff4d91a1:Section042:9.18.13.1090:pci\ven_10de&dev_1180&subsys_096910de
Rank Of Driver: 00E00001
Video Accel: ModeMPEG2_A ModeMPEG2_C ModeVC1_C ModeWMV9_C

#11 Helbringer

    Member

  • Pip
  • FP Veteran - Beta 1
  • FP Veteran - Beta 1
  • 10 posts

Posted 10 February 2013 - 03:34 AM

This is everything it gave me



------------------
System Information
------------------
Time of this report: 2/9/2013, 18:13:12
Machine name: ASUS291111
Operating System: Windows 7 Home Premium 64-bit (6.1, Build 7601) Service Pack 1 (7601.win7sp1_gdr.120830-0333)
Language: English (Regional Setting: English)
System Manufacturer: ASUSTeK Computer Inc.
System Model: G53SW
BIOS: BIOS Date: 02/15/11 16:54:43 Ver: 04.06.03
Processor: Intel® Core™ i7-2630QM CPU @ 2.00GHz (8 CPUs), ~2.0GHz
Memory: 6144MB RAM
Available OS Memory: 6122MB RAM
Page File: 1605MB used, 10635MB available
Windows Dir: C:\Windows
DirectX Version: DirectX 11
DX Setup Parameters: Not found
User DPI Setting: Using System DPI
System DPI Setting: 96 DPI (100 percent)
DWM DPI Scaling: Disabled
DxDiag Version: 6.01.7601.17514 64bit Unicode

------------
DxDiag Notes
------------
Display Tab 1: No problems found.
Sound Tab 1: No problems found.
Sound Tab 2: No problems found.
Input Tab: No problems found.

--------------------
DirectX Debug Levels
--------------------
Direct3D: 0/4 (retail)
DirectDraw: 0/4 (retail)
DirectInput: 0/5 (retail)
DirectMusic: 0/5 (retail)
DirectPlay: 0/9 (retail)
DirectSound: 0/5 (retail)
DirectShow: 0/6 (retail)

---------------
Display Devices
---------------
Card name: NVIDIA GeForce GTX 460M
Manufacturer: NVIDIA
Chip type: GeForce GTX 460M
DAC type: Integrated RAMDAC
Device Key: Enum\PCI\VEN_10DE&DEV_0DD1&SUBSYS_20471043&REV_A1
Display Memory: 4048 MB
Dedicated Memory: 1488 MB
Shared Memory: 2560 MB
Current Mode: 1366 x 768 (32 bit) (60Hz)
Monitor Name: Generic PnP Monitor
Monitor Model: unknown
Monitor Id: CMO15A7
Native Mode: 1366 x 768(p) (59.989Hz)
Output Type: Internal
Driver Name: nvd3dumx.dll,nvwgf2umx.dll,nvwgf2umx.dll,nvd3dum,nvwgf2um,nvwgf2um
Driver File Version: 8.17.0013.0142 (English)
Driver Version: 8.17.13.142
DDI Version: 11
Driver Model: WDDM 1.1
Driver Attributes: Final Retail
Driver Date/Size: 5/15/2012 21:48:00, 18044224 bytes
WHQL Logo'd: Yes
WHQL Date Stamp:
Device Identifier: {D7B71E3E-4E91-11CF-7D73-4A001FC2C535}
Vendor ID: 0x10DE
Device ID: 0x0DD1
SubSys ID: 0x20471043
Revision ID: 0x00A1
Driver Strong Name: oem105.inf:NVIDIA_SetA_Devices.NTamd64.6.1:Section083:8.17.13.142:pci\ven_10de&dev_0dd1&subsys_20471043
Rank Of Driver: 00E60001
Video Accel: ModeMPEG2_A ModeMPEG2_C ModeVC1_C ModeWMV9_C
Deinterlace Caps: {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
{F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
{6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
{F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
{6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(YV12,0x32315659) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
{F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(YV12,0x32315659) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YV12,0x32315659) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YV12,0x32315659) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
{6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
{F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
{6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(IMC1,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(IMC1,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC1,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC1,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(IMC2,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(IMC2,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC2,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC2,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(IMC3,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(IMC3,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC3,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC3,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(IMC4,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(IMC4,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC4,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC4,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(S340,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(S340,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(S340,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(S340,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(S342,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(S342,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(S342,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(S342,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
D3D9 Overlay: Supported
DXVA-HD: Supported
DDraw Status: Enabled
D3D Status: Enabled
AGP Status: Enabled

-------------
Sound Devices
-------------
Description: Speakers (High Definition Audio Device)
Default Sound Playback: Yes
Default Voice Playback: Yes
Hardware ID: HDAUDIO\FUNC_01&VEN_10EC&DEV_0269&SUBSYS_10431AB3&REV_1001
Manufacturer ID: 1
Product ID: 65535
Type: WDM
Driver Name: HdAudio.sys
Driver Version: 6.01.7601.17514 (English)
Driver Attributes: Final Retail
WHQL Logo'd: Yes
Date and Size: 11/20/2010 02:44:24, 350208 bytes
Other Files:
Driver Provider: Microsoft
HW Accel Level: Basic
Cap Flags: 0xF1F
Min/Max Sample Rate: 100, 200000
Static/Strm HW Mix Bufs: 1, 0
Static/Strm HW 3D Bufs: 0, 0
HW Memory: 0
Voice Management: No
EAX™ 2.0 Listen/Src: No, No
I3DL2™ Listen/Src: No, No
Sensaura™ ZoomFX™: No

Description: Digital Audio (S/PDIF) (High Definition Audio Device)
Default Sound Playback: No
Default Voice Playback: No
Hardware ID: HDAUDIO\FUNC_01&VEN_10EC&DEV_0269&SUBSYS_10431AB3&REV_1001
Manufacturer ID: 1
Product ID: 65535
Type: WDM
Driver Name: HdAudio.sys
Driver Version: 6.01.7601.17514 (English)
Driver Attributes: Final Retail
WHQL Logo'd: Yes
Date and Size: 11/20/2010 02:44:24, 350208 bytes
Other Files:
Driver Provider: Microsoft
HW Accel Level: Basic
Cap Flags: 0xF1F
Min/Max Sample Rate: 100, 200000
Static/Strm HW Mix Bufs: 1, 0
Static/Strm HW 3D Bufs: 0, 0
HW Memory: 0
Voice Management: No
EAX™ 2.0 Listen/Src: No, No
I3DL2™ Listen/Src: No, No
Sensaura™ ZoomFX™: No

---------------------
Sound Capture Devices
---------------------
Description: Microphone (High Definition Audio Device)
Default Sound Capture: Yes
Default Voice Capture: Yes
Driver Name: HdAudio.sys
Driver Version: 6.01.7601.17514 (English)
Driver Attributes: Final Retail
Date and Size: 11/20/2010 02:44:24, 350208 bytes
Cap Flags: 0x1
Format Flags: 0xFFFFF

Description: Microphone (High Definition Audio Device)
Default Sound Capture: No
Default Voice Capture: No
Driver Name: HdAudio.sys
Driver Version: 6.01.7601.17514 (English)
Driver Attributes: Final Retail
Date and Size: 11/20/2010 02:44:24, 350208 bytes
Cap Flags: 0x1
Format Flags: 0xFFFFF

-------------------
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

-----------
USB Devices
-----------
+ USB Root Hub
| Vendor/Product ID: 0x8086, 0x1C26
| Matching Device ID: usb\root_hub20
| Service: usbhub
| Driver: usbhub.sys, 3/25/2011 14:29:26, 343040 bytes
| Driver: usbd.sys, 3/25/2011 14:28:59, 7936 bytes
|
+-+ Generic USB Hub
| | Vendor/Product ID: 0x8087, 0x0024
| | Location: Port_#0001.Hub_#0002
| | Matching Device ID: usb\class_09
| | Service: usbhub
| | Driver: usbhub.sys, 3/25/2011 14:29:26, 343040 bytes

----------------
Gameport Devices
----------------

------------
PS/2 Devices
------------
+ Keyboard Device Filter
| Matching Device ID: *pnp0303
| Upper Filters: kbfiltr
| Service: i8042prt
| Driver: kbfiltr.sys, 7/20/2009 18:29:40, 15416 bytes
| Driver: i8042prt.sys, 7/14/2009 10:19:57, 105472 bytes
| Driver: kbdclass.sys, 7/14/2009 12:48:04, 50768 bytes
|
+ Terminal Server Keyboard Driver
| Matching Device ID: root\rdp_kbd
| Upper Filters: kbdclass
| Service: TermDD
| Driver: i8042prt.sys, 7/14/2009 10:19:57, 105472 bytes
| Driver: kbdclass.sys, 7/14/2009 12:48:04, 50768 bytes
|
+ Microsoft PS/2 Mouse
| Matching Device ID: *pnp0f03
| Service: i8042prt
| Driver: i8042prt.sys, 7/14/2009 10:19:57, 105472 bytes
| Driver: mouclass.sys, 7/14/2009 12:48:27, 49216 bytes
|
+ Terminal Server Mouse Driver
| Matching Device ID: root\rdp_mou
| Upper Filters: mouclass
| Service: TermDD
| Driver: termdd.sys, 11/20/2010 05:33:58, 63360 bytes
| Driver: sermouse.sys, 7/14/2009 11:00:20, 26624 bytes
| Driver: mouclass.sys, 7/14/2009 12:48:27, 49216 bytes

------------------------
Disk & DVD/CD-ROM Drives
------------------------
Drive: C:
Free Space: 127.4 GB
Total Space: 476.8 GB
File System: NTFS
Model: Hitachi HTS545050B9A300 ATA Device

Drive: D:
Model: Slimtype BD E DS4E1S ATA Device
Driver: c:\windows\system32\drivers\cdrom.sys, 6.01.7601.17514 (English), 11/20/2010 01:19:22, 147456 bytes

--------------
System Devices
--------------
Name: High Definition Audio Controller
Device ID: PCI\VEN_8086&DEV_1C20&SUBSYS_1AB31043&REV_05\3&11583659&0&D8
Driver: C:\Windows\system32\DRIVERS\hdaudbus.sys, 6.01.7601.17514 (English), 11/20/2010 02:43:44, 122368 bytes

Name: Fresco Logic xHCI (USB3) Controller FL1000 Series
Device ID: PCI\VEN_1B73&DEV_1000&SUBSYS_10391043&REV_04\4&23C7613&0&00E3
Driver: C:\Windows\system32\DRIVERS\FLxHCIc.sys, 3.00.0116.0003 (English), 2/24/2011 17:01:14, 302592 bytes
Driver: C:\Windows\system32\WdfCoInstaller01009.dll, 1.09.7600.16385 (English), 3/13/2011 10:58:44, 1718432 bytes

Name: Intel® 6 Series/C200 Series Chipset Family PCI Express Root Port 6 - 1C1A
Device ID: PCI\VEN_8086&DEV_1C1A&SUBSYS_12571043&REV_B5\3&11583659&0&E5
Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7601.17514 (English), 11/20/2010 05:33:50, 184704 bytes

Name: Atheros AR9002WB-1NG Wireless Network Adapter
Device ID: PCI\VEN_168C&DEV_002B&SUBSYS_2C371A3B&REV_01\4&1CF24AAD&0&00E1
Driver: n/a

Name: Intel® 6 Series/C200 Series Chipset Family PCI Express Root Port 4 - 1C16
Device ID: PCI\VEN_8086&DEV_1C16&SUBSYS_12571043&REV_B5\3&11583659&0&E3
Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7601.17514 (English), 11/20/2010 05:33:50, 184704 bytes

Name: Realtek PCIe GBE Family Controller
Device ID: PCI\VEN_10EC&DEV_8168&SUBSYS_16D51043&REV_06\4&19E13F0F&0&00E5
Driver: n/a

Name: Intel® HM65 Express Chipset Family LPC Interface Controller - 1C49
Device ID: PCI\VEN_8086&DEV_1C49&SUBSYS_12571043&REV_05\3&11583659&0&F8
Driver: C:\Windows\system32\DRIVERS\msisadrv.sys, 6.01.7600.16385 (English), 7/14/2009 12:48:27, 15424 bytes

Name: Intel® 6 Series/C200 Series Chipset Family PCI Express Root Port 2 - 1C12
Device ID: PCI\VEN_8086&DEV_1C12&SUBSYS_12571043&REV_B5\3&11583659&0&E1
Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7601.17514 (English), 11/20/2010 05:33:50, 184704 bytes

Name: NVIDIA GeForce GTX 460M
Device ID: PCI\VEN_10DE&DEV_0DD1&SUBSYS_20471043&REV_A1\4&22C294CA&0&0008
Driver: C:\Program Files\NVIDIA Corporation\Drs\dbInstaller.exe, 8.17.0013.0142 (English), 5/15/2012 21:48:00, 232768 bytes
Driver: C:\Program Files\NVIDIA Corporation\Drs\nvdrsdb.bin, 5/15/2012 21:48:00, 1066872 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\nvam.inf_amd64_neutral_5f16d6d65e690a52\NvCplSetupInt.exe, 1.00.0001.0000 (English), 5/15/2012 21:48:00, 71931424 bytes
Driver: C:\Program Files\NVIDIA Corporation\license.txt, 5/15/2012 21:48:00, 21887 bytes
Driver: C:\Program Files\NVIDIA Corporation\OpenCL\OpenCL.dll, 1.00.0000.0000 (English), 5/15/2012 21:48:00, 61248 bytes
Driver: C:\Program Files\NVIDIA Corporation\OpenCL\OpenCL64.dll, 1.00.0000.0000 (English), 5/15/2012 21:48:00, 68928 bytes
Driver: C:\Windows\system32\DRIVERS\nvlddmkm.sys, 8.17.0013.0142 (English), 5/15/2012 21:48:00, 14298944 bytes
Driver: C:\Windows\system32\nvapi64.dll, 8.17.0013.0142 (English), 5/15/2012 21:48:00, 2741568 bytes
Driver: C:\Windows\system32\nvcompiler.dll, 8.17.0013.0142 (English), 5/15/2012 21:48:00, 25248064 bytes
Driver: C:\Windows\system32\nvcuda.dll, 8.17.0013.0142 (English), 5/15/2012 21:48:00, 8139072 bytes
Driver: C:\Windows\system32\nvcuvenc.dll, 6.14.0013.0142 (English), 5/15/2012 21:48:00, 2881856 bytes
Driver: C:\Windows\system32\nvcuvid.dll, 8.17.0013.0142 (English), 5/15/2012 21:48:00, 2681664 bytes
Driver: C:\Windows\system32\nvd3dumx.dll, 8.17.0013.0142 (English), 5/15/2012 21:48:00, 18044224 bytes
Driver: C:\Windows\system32\nvinfo.pb, 5/15/2012 21:48:00, 14324 bytes
Driver: C:\Windows\system32\nvoglv64.dll, 8.17.0013.0142 (English), 5/15/2012 21:48:00, 25743168 bytes
Driver: C:\Windows\system32\nvwgf2umx.dll, 8.17.0013.0142 (English), 5/15/2012 21:48:00, 10194752 bytes
Driver: C:\Windows\SysWow64\nvapi.dll, 8.17.0013.0142 (English), 5/15/2012 21:48:00, 2368832 bytes
Driver: C:\Windows\SysWow64\nvcompiler.dll, 8.17.0013.0142 (English), 5/15/2012 21:48:00, 17551680 bytes
Driver: C:\Windows\SysWow64\nvcuda.dll, 8.17.0013.0142 (English), 5/15/2012 21:48:00, 5982528 bytes
Driver: C:\Windows\SysWow64\nvcuvenc.dll, 6.14.0013.0142 (English), 5/15/2012 21:48:00, 2445120 bytes
Driver: C:\Windows\SysWow64\nvcuvid.dll, 8.17.0013.0142 (English), 5/15/2012 21:48:00, 2524992 bytes
Driver: C:\Windows\SysWow64\nvd3dum.dll, 8.17.0013.0142 (English), 5/15/2012 21:48:00, 15322432 bytes
Driver: C:\Windows\SysWow64\nvoglv32.dll, 8.17.0013.0142 (English), 5/15/2012 21:48:00, 19607872 bytes
Driver: C:\Windows\SysWow64\nvwgf2um.dll, 8.17.0013.0142 (English), 5/15/2012 21:48:00, 8105280 bytes
Driver: C:\Windows\system32\nvdispco64.dll, 2.00.0025.0002 (English), 5/15/2012 21:48:00, 1738048 bytes
Driver: C:\Windows\system32\nvgenco64.dll, 2.00.0014.0002 (English), 5/15/2012 21:48:00, 1468224 bytes

Name: Intel® Management Engine Interface
Device ID: PCI\VEN_8086&DEV_1C3A&SUBSYS_12571043&REV_04\3&11583659&0&B0
Driver: C:\Windows\system32\DRIVERS\HECIx64.sys, 7.00.0000.1144 (English), 10/19/2010 23:34:26, 56344 bytes

Name: Intel® 6 Series/C200 Series Chipset Family PCI Express Root Port 1 - 1C10
Device ID: PCI\VEN_8086&DEV_1C10&SUBSYS_12571043&REV_B5\3&11583659&0&E0
Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7601.17514 (English), 11/20/2010 05:33:50, 184704 bytes

Name: High Definition Audio Controller
Device ID: PCI\VEN_10DE&DEV_0BE9&SUBSYS_20471043&REV_A1\4&22C294CA&0&0108
Driver: C:\Windows\system32\DRIVERS\hdaudbus.sys, 6.01.7601.17514 (English), 11/20/2010 02:43:44, 122368 bytes

Name: Intel® 6 Series/C200 Series Chipset Family USB Enhanced Host Controller - 1C2D
Device ID: PCI\VEN_8086&DEV_1C2D&SUBSYS_12571043&REV_05\3&11583659&0&D0
Driver: C:\Windows\system32\drivers\usbehci.sys, 6.01.7601.17586 (English), 3/25/2011 14:29:04, 52736 bytes
Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7601.17586 (English), 3/25/2011 14:29:14, 325120 bytes
Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7601.17586 (English), 3/25/2011 14:29:26, 343040 bytes

Name: Intel® 6 Series/C200 Series Chipset Family 6 Port SATA AHCI Controller - 1C03
Device ID: PCI\VEN_8086&DEV_1C03&SUBSYS_12571043&REV_05\3&11583659&0&FA
Driver: C:\Windows\system32\DRIVERS\msahci.sys, 6.01.7601.17514 (English), 11/20/2010 05:33:46, 31104 bytes
Driver: C:\Windows\system32\DRIVERS\pciidex.sys, 6.01.7600.16385 (English), 7/14/2009 12:45:46, 48720 bytes
Driver: C:\Windows\system32\DRIVERS\atapi.sys, 6.01.7600.16385 (English), 7/14/2009 12:52:21, 24128 bytes
Driver: C:\Windows\system32\DRIVERS\ataport.sys, 6.01.7601.17514 (English), 11/20/2010 05:32:48, 155520 bytes

Name: Intel® 6 Series/C200 Series Chipset Family USB Enhanced Host Controller - 1C26
Device ID: PCI\VEN_8086&DEV_1C26&SUBSYS_12571043&REV_05\3&11583659&0&E8
Driver: C:\Windows\system32\drivers\usbehci.sys, 6.01.7601.17586 (English), 3/25/2011 14:29:04, 52736 bytes
Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7601.17586 (English), 3/25/2011 14:29:14, 325120 bytes
Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7601.17586 (English), 3/25/2011 14:29:26, 343040 bytes

Name: 2nd generation Intel® Core™ processor family DRAM Controller - 0104
Device ID: PCI\VEN_8086&DEV_0104&SUBSYS_12571043&REV_09\3&11583659&0&00
Driver: n/a

Name: Intel® 6 Series/C200 Series Chipset Family SMBus Controller - 1C22
Device ID: PCI\VEN_8086&DEV_1C22&SUBSYS_12571043&REV_05\3&11583659&0&FB
Driver: n/a

Name: 2nd generation Intel® Core™ processor family PCI Express Controller - 0101
Device ID: PCI\VEN_8086&DEV_0101&SUBSYS_12571043&REV_09\3&11583659&0&08
Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7601.17514 (English), 11/20/2010 05:33:50, 184704 bytes

------------------
DirectShow Filters
------------------

DirectShow Filters:
WMAudio Decoder DMO,0x00800800,1,1,WMADMOD.DLL,6.01.7601.17514
WMAPro over S/PDIF DMO,0x00600800,1,1,WMADMOD.DLL,6.01.7601.17514
WMSpeech Decoder DMO,0x00600800,1,1,WMSPDMOD.DLL,6.01.7601.17514
MP3 Decoder DMO,0x00600800,1,1,mp3dmod.dll,6.01.7600.16385
Mpeg4s Decoder DMO,0x00800001,1,1,mp4sdecd.dll,6.01.7600.16385
WMV Screen decoder DMO,0x00600800,1,1,wmvsdecd.dll,6.01.7601.17514
WMVideo Decoder DMO,0x00800001,1,1,wmvdecod.dll,6.01.7601.17514
Mpeg43 Decoder DMO,0x00800001,1,1,mp43decd.dll,6.01.7600.16385
Mpeg4 Decoder DMO,0x00800001,1,1,mpg4decd.dll,6.01.7600.16385
DV Muxer,0x00400000,0,0,qdv.dll,6.06.7601.17514
Color Space Converter,0x00400001,1,1,quartz.dll,6.06.7601.17713
WM ASF Reader,0x00400000,0,0,qasf.dll,12.00.7601.17514
Screen Capture filter,0x00200000,0,1,wmpsrcwp.dll,12.00.7601.17514
AVI Splitter,0x00600000,1,1,quartz.dll,6.06.7601.17713
VGA 16 Color Ditherer,0x00400000,1,1,quartz.dll,6.06.7601.17713
SBE2MediaTypeProfile,0x00200000,0,0,sbe.dll,6.06.7601.17528
Microsoft DTV-DVD Video Decoder,0x005fffff,2,4,msmpeg2vdec.dll,6.01.7140.0000
AC3 Parser Filter,0x00600000,1,1,mpg2splt.ax,6.06.7601.17528
StreamBufferSink,0x00200000,0,0,sbe.dll,6.06.7601.17528
Microsoft TV Captions Decoder,0x00200001,1,0,MSTVCapn.dll,6.01.7601.17715
MJPEG Decompressor,0x00600000,1,1,quartz.dll,6.06.7601.17713
CBVA DMO wrapper filter,0x00200000,1,1,cbva.dll,6.01.7601.17514
MPEG-I Stream Splitter,0x00600000,1,2,quartz.dll,6.06.7601.17713
SAMI (CC) Parser,0x00400000,1,1,quartz.dll,6.06.7601.17713
VBI Codec,0x00600000,1,4,VBICodec.ax,6.06.7601.17514
MPEG-2 Splitter,0x005fffff,1,0,mpg2splt.ax,6.06.7601.17528
Closed Captions Analysis Filter,0x00200000,2,5,cca.dll,6.06.7601.17514
SBE2FileScan,0x00200000,0,0,sbe.dll,6.06.7601.17528
Microsoft MPEG-2 Video Encoder,0x00200000,1,1,msmpeg2enc.dll,6.01.7601.17514
Internal Script Command Renderer,0x00800001,1,0,quartz.dll,6.06.7601.17713
MPEG Audio Decoder,0x03680001,1,1,quartz.dll,6.06.7601.17713
DV Splitter,0x00600000,1,2,qdv.dll,6.06.7601.17514
Video Mixing Renderer 9,0x00200000,1,0,quartz.dll,6.06.7601.17713
Microsoft MPEG-2 Encoder,0x00200000,2,1,msmpeg2enc.dll,6.01.7601.17514
Xvid MPEG-4 Video Decoder,0x00800002,1,1,xvid.ax,
ACM Wrapper,0x00600000,1,1,quartz.dll,6.06.7601.17713
Video Renderer,0x00800001,1,0,quartz.dll,6.06.7601.17713
MPEG-2 Video Stream Analyzer,0x00200000,0,0,sbe.dll,6.06.7601.17528
Line 21 Decoder,0x00600000,1,1,,
Video Port Manager,0x00600000,2,1,quartz.dll,6.06.7601.17713
Video Renderer,0x00400000,1,0,quartz.dll,6.06.7601.17713
VPS Decoder,0x00200000,0,0,WSTPager.ax,6.06.7601.17514
WM ASF Writer,0x00400000,0,0,qasf.dll,12.00.7601.17514
VBI Surface Allocator,0x00600000,1,1,vbisurf.ax,6.01.7601.17514
File writer,0x00200000,1,0,qcap.dll,6.06.7601.17514
iTV Data Sink,0x00600000,1,0,itvdata.dll,6.06.7601.17514
iTV Data Capture filter,0x00600000,1,1,itvdata.dll,6.06.7601.17514
ASUS Color Convert,0x00200000,1,1,RGBTran.ax,1.00.0000.0003
DVD Navigator,0x00200000,0,3,qdvd.dll,6.06.7601.17835
Microsoft TV Subtitles Decoder,0x00200001,1,0,MSTVCapn.dll,6.01.7601.17715
Overlay Mixer2,0x00200000,1,1,,
RDP DShow Redirection Filter,0xffffffff,1,0,DShowRdpFilter.dll,
Microsoft MPEG-2 Audio Encoder,0x00200000,1,1,msmpeg2enc.dll,6.01.7601.17514
WST Pager,0x00200000,1,1,WSTPager.ax,6.06.7601.17514
MPEG-2 Demultiplexer,0x00600000,1,1,mpg2splt.ax,6.06.7601.17528
ASUS Color Preview Filter,0x00200000,1,1,RGBTran.ax,1.00.0000.0003
DV Video Decoder,0x00800000,1,1,qdv.dll,6.06.7601.17514
SampleGrabber,0x00200000,1,1,qedit.dll,6.06.7601.17514
Null Renderer,0x00200000,1,0,qedit.dll,6.06.7601.17514
MPEG-2 Sections and Tables,0x005fffff,1,0,Mpeg2Data.ax,6.06.7601.17514
Microsoft AC3 Encoder,0x00200000,1,1,msac3enc.dll,6.01.7601.17514
StreamBufferSource,0x00200000,0,0,sbe.dll,6.06.7601.17528
Smart Tee,0x00200000,1,2,qcap.dll,6.06.7601.17514
Overlay Mixer,0x00200000,0,0,,
AVI Decompressor,0x00600000,1,1,quartz.dll,6.06.7601.17713
NetBridge,0x00200000,2,0,netbridge.dll,6.01.7601.17514
AVI/WAV File Source,0x00400000,0,2,quartz.dll,6.06.7601.17713
Wave Parser,0x00400000,1,1,quartz.dll,6.06.7601.17713
MIDI Parser,0x00400000,1,1,quartz.dll,6.06.7601.17713
Multi-file Parser,0x00400000,1,1,quartz.dll,6.06.7601.17713
File stream renderer,0x00400000,1,1,quartz.dll,6.06.7601.17713
Microsoft DTV-DVD Audio Decoder,0x005fffff,1,1,msmpeg2adec.dll,6.01.7140.0000
StreamBufferSink2,0x00200000,0,0,sbe.dll,6.06.7601.17528
AVI Mux,0x00200000,1,0,qcap.dll,6.06.7601.17514
Line 21 Decoder 2,0x00600002,1,1,quartz.dll,6.06.7601.17713
File Source (Async.),0x00400000,0,1,quartz.dll,6.06.7601.17713
File Source (URL),0x00400000,0,1,quartz.dll,6.06.7601.17713
Media Center Extender Encryption Filter,0x00200000,2,2,Mcx2Filter.dll,6.01.7601.17514
AudioRecorder WAV Dest,0x00200000,0,0,WavDest.dll,
AudioRecorder Wave Form,0x00200000,0,0,WavDest.dll,
SoundRecorder Null Renderer,0x00200000,0,0,WavDest.dll,
Infinite Pin Tee Filter,0x00200000,1,1,qcap.dll,6.06.7601.17514
Enhanced Video Renderer,0x00200000,1,0,evr.dll,6.01.7601.17514
BDA MPEG2 Transport Information Filter,0x00200000,2,0,psisrndr.ax,6.06.7601.17669
MPEG Video Decoder,0x40000001,1,1,quartz.dll,6.06.7601.17713

WDM Streaming Tee/Splitter Devices:
Tee/Sink-to-Sink Converter,0x00200000,1,1,ksproxy.ax,6.01.7601.17514

Video Compressors:
WMVideo8 Encoder DMO,0x00600800,1,1,wmvxencd.dll,6.01.7600.16385
WMVideo9 Encoder DMO,0x00600800,1,1,wmvencod.dll,6.01.7600.16385
MSScreen 9 encoder DMO,0x00600800,1,1,wmvsencd.dll,6.01.7600.16385
DV Video Encoder,0x00200000,0,0,qdv.dll,6.06.7601.17514
MJPEG Compressor,0x00200000,0,0,quartz.dll,6.06.7601.17713

Audio Compressors:
WM Speech Encoder DMO,0x00600800,1,1,WMSPDMOE.DLL,6.01.7600.16385
WMAudio Encoder DMO,0x00600800,1,1,WMADMOE.DLL,6.01.7600.16385
IMA ADPCM,0x00200000,1,1,quartz.dll,6.06.7601.17713
PCM,0x00200000,1,1,quartz.dll,6.06.7601.17713
Microsoft ADPCM,0x00200000,1,1,quartz.dll,6.06.7601.17713
GSM 6.10,0x00200000,1,1,quartz.dll,6.06.7601.17713
CCITT A-Law,0x00200000,1,1,quartz.dll,6.06.7601.17713
CCITT u-Law,0x00200000,1,1,quartz.dll,6.06.7601.17713
MPEG Layer-3,0x00200000,1,1,quartz.dll,6.06.7601.17713

Audio Capture Sources:
Microphone (High Definition Aud,0x00200000,0,0,qcap.dll,6.06.7601.17514

PBDA CP Filters:
PBDA DTFilter,0x00600000,1,1,CPFilters.dll,6.06.7601.17528
PBDA ETFilter,0x00200000,0,0,CPFilters.dll,6.06.7601.17528
PBDA PTFilter,0x00200000,0,0,CPFilters.dll,6.06.7601.17528

Midi Renderers:
Default MidiOut Device,0x00800000,1,0,quartz.dll,6.06.7601.17713
Microsoft GS Wavetable Synth,0x00200000,1,0,quartz.dll,6.06.7601.17713

WDM Streaming Capture Devices:
HD Audio Mixed capture,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
USB2.0 UVC 2M WebCam,0x00200000,1,2,ksproxy.ax,6.01.7601.17514

WDM Streaming Rendering Devices:
HD Audio Headphone/Speakers,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
HD Audio SPDIF out,0x00200000,1,1,ksproxy.ax,6.01.7601.17514

BDA Network Providers:
Microsoft ATSC Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
Microsoft DVBC Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
Microsoft DVBS Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
Microsoft DVBT Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
Microsoft Network Provider,0x00200000,0,1,MSNP.ax,6.06.7601.17514

Video Capture Sources:
USB2.0 UVC 2M WebCam,0x00200000,1,2,ksproxy.ax,6.01.7601.17514

Multi-Instance Capable VBI Codecs:
VBI Codec,0x00600000,1,4,VBICodec.ax,6.06.7601.17514

BDA Transport Information Renderers:
BDA MPEG2 Transport Information Filter,0x00600000,2,0,psisrndr.ax,6.06.7601.17669
MPEG-2 Sections and Tables,0x00600000,1,0,Mpeg2Data.ax,6.06.7601.17514

BDA CP/CA Filters:
Decrypt/Tag,0x00600000,1,1,EncDec.dll,6.06.7601.17708
Encrypt/Tag,0x00200000,0,0,EncDec.dll,6.06.7601.17708
PTFilter,0x00200000,0,0,EncDec.dll,6.06.7601.17708
XDS Codec,0x00200000,0,0,EncDec.dll,6.06.7601.17708

WDM Streaming Communication Transforms:
Tee/Sink-to-Sink Converter,0x00200000,1,1,ksproxy.ax,6.01.7601.17514

Audio Renderers:
Speakers (High Definition Audio,0x00200000,1,0,quartz.dll,6.06.7601.17713
Default DirectSound Device,0x00800000,1,0,quartz.dll,6.06.7601.17713
Default WaveOut Device,0x00200000,1,0,quartz.dll,6.06.7601.17713
Digital Audio (S/PDIF) (High De,0x00200000,1,0,quartz.dll,6.06.7601.17713
DirectSound: Digital Audio (S/PDIF) (High Definition Audio Device),0x00200000,1,0,quartz.dll,6.06.7601.17713
DirectSound: Speakers (High Definition Audio Device),0x00200000,1,0,quartz.dll,6.06.7601.17713

---------------
EVR Power Information
---------------
Current Setting: {5C67A112-A4C9-483F-B4A7-1D473BECAFDC} (Quality)
Quality Flags: 2576
Enabled:
Force throttling
Allow half deinterlace
Allow scaling
Decode Power Usage: 100
Balanced Flags: 1424
Enabled:
Force throttling
Allow batching
Force half deinterlace
Force scaling
Decode Power Usage: 50
PowerFlags: 1424
Enabled:
Force throttling
Allow batching
Force half deinterlace
Force scaling
Decode Power Usage: 0

#12 MQ9 Reaper Predator Drone

    Member

  • PipPipPip
  • 96 posts

Posted 10 February 2013 - 03:53 AM

to fix 0cx000007b

uninstal MWO and reboot
clean your register (you could use CCleaner for example)
scan for malware ( there are some viruses that causes this eror.)

Edited by MQ9 Reaper Predator Drone, 10 February 2013 - 03:55 AM.


#13 Helbringer

    Member

  • Pip
  • FP Veteran - Beta 1
  • FP Veteran - Beta 1
  • 10 posts

Posted 12 February 2013 - 12:42 AM

did all that was said to do and still get the same errors :)

#14 Helbringer

    Member

  • Pip
  • FP Veteran - Beta 1
  • FP Veteran - Beta 1
  • 10 posts

Posted 18 February 2013 - 09:12 PM

No matter what i do, it isn't working :)

#15 Helbringer

    Member

  • Pip
  • FP Veteran - Beta 1
  • FP Veteran - Beta 1
  • 10 posts

Posted 25 February 2013 - 03:20 AM

View PostMQ9 Reaper Predator Drone, on 10 February 2013 - 03:53 AM, said:

to fix 0cx000007b

uninstal MWO and reboot
clean your register (you could use CCleaner for example)
scan for malware ( there are some viruses that causes this eror.)


did that and still got the same error, i think i will just delete my account, no matter what i do, i cant fix the problem :D

#16 Cybermech

    Tool

  • PipPipPipPipPipPipPipPipPip
  • 2,097 posts

Posted 25 February 2013 - 03:28 AM

thiora this error your getting is down to your machine.

some people are getting these errors, what anti-virus you using??

Edited by Cybermech, 25 February 2013 - 03:35 AM.






1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users