Arma 3 unable to init dxgi ошибка

if any of you are wondering its not a hardware issue or anything wrong with your computer. unless tens of thousands of computers across the planet are having the same horrible hardware problem at the same exact time.

this bug really makes me regret my purchase of arma 3 and i want to stress that in the harshest possible terms.

its been years now and its still in the game. every time i ask for help even if i post a full log with every detail imaginable i get ignored along with pretty much everyone else who posts about it.

it makes the game totally unplayable and beyond that it can cause your video driver to crash and never recover. then you have to restart your computer by holding the power button down. hope you werent working on anything important.

this doesnt happen in any other game ive ever played in literally my entire life on the planet earth. so its safe to say that arma 3 is the cause of it and not some dust mite sitting on circuitboard.

like someone else in this topic said: they have the time to cook up DLC that people dont even want to buy, but they dont have the time to fix the incredible number of game-breaking bugs already in the game.

at this point i’ve completely given up all hope that they will ever fix it or even acknowledge that it exists. might as well go back to playing operation arrowhead.

maybe in arma 4 they will fix it?

A screenshot of an Unusual process exit message

Arma 3 logo black.png1.42

An “Unusual process exit” message is displayed by Arma 3 Launcher whenever it detects that the game was not closed correctly. That may mean that the Operating System (OS) was unable to start the game or that the game has crashed.

The exit code in the message is a number provided by the OS and it may be ambiguous. However, it still may provide a clue about what the issue is and how to solve it.

If you need to, you can copy the message by pressing Ctrl + C while it is displayed, and then paste it to the Feedback Tracker or another channel by pressing Ctrl + V.

Common exit codes

Here’s a short list of common exit codes:

0xC0000022 — STATUS_ACCESS_DENIED

This code means the OS doesn’t have access to some files required to run the game.
Possible solution:

  • Run the game or Steam as administrator.

0xC0000135 — STATUS_DLL_NOT_FOUND

The OS is unable to load a file that is required to run the game. A missing DLL may belong to the game, the OS or one of the required components (DirectX e.g.).
Possible solutions:

  • Verify the integrity of the game cache using Steam.
  • Re-install DirectX.
  • Uninstall the Visual C++ 2013 Redistributable package (both x86 and x64 version), restart your computer and install the package again using this version (do not use the Repair function).
  • Run the Windows System File Check tool to repair corrupted system files.
  • To identify the precise DLL that is causing an issue.
    • Download a 64-bit version of the Microsoft Dependency Walker and open arma3_x64.exe with it. The libraries with a red icon are the corrupted ones.
    • Download a 32-bit version of the Microsoft Dependency Walker and open arma3.exe with it. The libraries with a red icon are the corrupted ones.

0x00000035 — ERROR_BAD_NETPATH

One of the possible reasons for this message is running Steam as an administrator and starting Launcher as a regular user. If this situation occurs, Launcher may display a «Updates unavailable — Steam is not running» message in its status.

Possible solutions:

  • Run the game from Steam client by clicking on the Play button (not from a shortcut nor directly from an executable).
  • Exit Steam and run as a regular user (instead of running it as an administrator).
  • Run the game or the Launcher from a shortcut or from an executable as an administrator.
  • Restart Steam.
  • Restart the computer.

0x406D1388 — MS_VC_EXCEPTION

This error may be caused by a registry override (a hack) that forces Arma 3 to utilize Large-Page memory. This type of hack was previously used by Fred41’s custom allocator, but it may cause issues on some computers.
Possible solution:
In the Windows registry, locate the following key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\arma3.exe and check the value of attribute UseLargePages. If the value is 1 then set it to 0 or remove it entirely.

0xC0000005 — ACCESS_VIOLATION

Can also be STATUS_ACCESS_VIOLATION.

This error is very generic. It may be caused by many issues, such as a hardware malfunction, a virus in the computer, but also an error in the game itself.
Possible solutions:

  • Try changing the Memory Allocator you are using (default: «tbb4malloc_bi» — try «system» on Windows 7 and later)
  • Try joining another server, then rejoin the previous one.
  • Update the graphics card drivers to a newer version.
  • Rollback the graphics card drivers to an older version.
  • Check the temperature of your GPUs and CPUs.
  • Verify the integrity of the game cache using Steam.
  • Re-install DirectX.
  • Uninstall the Visual C++ 2013 Redistributable package (both x86 and x64 version), restart your computer and install the package again using this version (do not use the Repair function).
  • Run a Windows System File Check tool to repair corrupted system files.

0x00000001 – UNABLE_TO_INIT_DXGI

The game is unable to initialize a graphical subsystem. One of possible reasons is ALT TABbing while the game is launching.
Possible solutions:

  • Update the graphics card drivers to a newer version.
  • Rollback the graphics card drivers to an older version.
  • Check the temperature of your GPUs and CPUs.
  • Disable the Steam Overlay.

0xC000007B — STATUS_INVALID_IMAGE_FORMAT

These errors are usually raised when some DLLs are corrupted or missing or when they are replaced with an incompatible version. It may also happen that you placed a DLL file in the game folder that is loaded instead of the genuine one.
Possible solutions:

  • Verify the integrity of the game cache using Steam.
  • Re-install DirectX.
  • Uninstall the Visual C++ 2013 Redistributable package (both x86 and x64 version), restart your computer and install the package again using this version (do not use the Repair function).
  • Run the Windows System File Check tool to repair corrupted system files.
  • If you are using post-processing tools like Reshade or SweetFX or utilities like RadeonPro remove them.
  • Re-install the game; remove all files from the game installation folder and then verify the integrity of the game cache using Steam.
  • To identify the precise DLL that is causing an issue.
    • Download a 64-bit version of the Microsoft Dependency Walker and open arma3_x64.exe with it. The libraries with a red icon are the corrupted ones.
    • Download a 32-bit version of the Microsoft Dependency Walker and open arma3.exe with it. The libraries with a red icon are the corrupted ones.

0xC0000139 — STATUS_ENTRYPOINT_NOT_FOUND

See #0xC000007B — STATUS_INVALID_IMAGE_FORMAT

0xC000007A — STATUS_PROCEDURE_NOT_FOUND

See #0xC000007B — STATUS_INVALID_IMAGE_FORMAT

0xC000012F — STATUS_INVALID_IMAGE_NOT_MZ

These errors are raised when the EXE or DLLs, either in the game folder or in the system folders, are corrupted.
Possible solutions:

  • Verify the integrity of the game cache using Steam.
  • Re-install DirectX.
  • Uninstall the Visual C++ 2013 Redistributable package (both x86 and x64 version), restart your computer and install the package again using this version (do not use the Repair function).
  • Run the Windows System File Check tool to repair corrupted system files.
  • To identify the precise DLL that is causing an issue.
    • Download a 64-bit version of the Microsoft Dependency Walker and open arma3_x64.exe with it. The libraries with a red icon are the corrupted ones.
    • Download a 32-bit version of the Microsoft Dependency Walker and open arma3.exe with it. The libraries with a red icon are the corrupted ones.

0xCFFFFFFF — APPLICATION_HUNG

The application became unresponsive and was terminated by the OS.

0xC000009A — STATUS_INSUFFICIENT_RESOURCES

This error may occur when you have an obsolete version of the BattlEye anti-cheat software or after an upgrade to Windows 10.

Possible solution:

  • Read a section dedicated to this error on BattlEye FAQ page.
  • Update the BattlEye anti-cheat software or contact BattlEye support.
  • If you encountered this problem after the upgrade to Windows 10, some system or shared files might get lost in the upgrade.
    • Re-install DirectX.
    • Uninstall the Visual C++ 2013 Redistributable package (both x86 and x64 version), restart your computer and install the package again using this version (do not use the Repair function).

0xC06D007E — ERROR_MOD_NOT_FOUND

The specified module could not be found in loaded dynamic library. The reason that the DLL could not be loaded is most often that it needs to load other DLL’s it depends on to do its work. (note: this has nothing to do with game mods, MOD in this case means module).

Possible solutions:

  • Upgrade your Intel Graphics Driver: https://downloadcenter.intel.com/ or NVidia Drivers (an issue in the older versions the driver was identified as a root cause for this error in Arma 3 1.68).
  • Verify the integrity of the game cache using Steam.
  • Re-install DirectX.
  • Uninstall the Visual C++ 2013 Redistributable package (both x86 and x64 version), restart your computer and install the package again using this version (do not use the Repair function).
  • Run the Windows System File Check tool to repair corrupted system files.
  • Dependency Walker might give an insight, but unfortunately this issue mostly happens for libraries that are loaded dynamically, so they are not visible in Dependency Walker.

0xC000041D — STATUS_FATAL_USER_CALLBACK_EXCEPTION

There is a multiple reasons for this error:

  • 3rd party programs interfering with the game and failing, crashing the game in the process.
  • See #0xC06D007E — ERROR_MOD_NOT_FOUND.

Possible solutions:

  • Close all unnecessary applications.
  • Un-install 3rd party applications that could interfere with the game (performance boosters, streaming apps, FPS indicators, overlays, graphics enhancers) or disable them.

Report the error to the Feedback Tracker

If you encounter an error that you cannot solve by yourself, please report it to our Feedback Tracker, or contact our support team. Together with the error code, please attach an error report. See this guide for more information on how to do so.

Во время использования компьютера пользователь может столкнуться с ошибкой с кодом 0x00000001, связанной с dxgi (DirectX Graphics Infrastructure). Эта ошибка может возникать в различных ситуациях, например, при запуске игр или приложений, использующих графические возможности компьютера. В данной статье мы рассмотрим несколько возможных решений этой проблемы.

Перезагрузка компьютера

Первым шагом в решении проблемы с ошибкой 0x00000001 может быть перезагрузка компьютера. Это может помочь в случае, если ошибка возникла в результате временной неисправности компьютера или приложения.

Обновление драйверов видеокарты

Если перезагрузка не помогла, следующим шагом может быть обновление драйверов видеокарты. Для этого можно использовать программу управления драйверами, которая обычно входит в комплект поставки видеокарты. Если у вас нет такой программы, вы можете скачать последнюю версию драйверов с официального сайта производителя вашей видеокарты.

Обновление DirectX

Если проблема не решилась после обновления драйверов, следующим шагом может быть обновление DirectX. Для этого можно воспользоваться официальным сайтом Microsoft и загрузить последнюю версию DirectX для вашей операционной системы.

Отключение антивирусного программного обеспечения

Иногда антивирусное программное обеспечение может приводить к ошибке 0x00000001. Для решения этой проблемы можно попробовать отключить антивирусное ПО или добавить приложение, вызывающее ошибку, в список исключений антивируса.

Изменение настроек компьютера

Некоторые пользователи сообщают, что ошибка 0x00000001 исчезает после изменения настроек компьютера. Например, вы можете попробовать отключить функцию глубокого сна, использовать один монитор вместо двух или изменить настройки разрешения экрана.

Переустановка приложения

Если все вышеперечисленные методы не помогли, может помочь переустановка приложения, вызывающего ошибку. Перед переустановкой приложения рекомендуется удалить все связанные с ним файлы и настройки.

Вывод

Ошибка 0x00000001 может быть вызвана различными причинами, но с помощью описанных выше методов вы сможете ее исправить. Если ни один из методов не помог, рекомендуется обратиться за помощью к профессионалам.

dxdiag would be nice as well to see if directX is corrupted or missing (even though I’m pretty sure its probably not, good to have anyways). 

(in the start menu search bar type dxdiag then that’ll bring up the utility you can use to dump a log to the desktop (click Save All Information), then share it here.)

Im having the same issue, but only when trying to load any saves. heres my DxDiag for reference:

——————

System Information

——————

Time of this report: 3/3/2016, 23:54:15

       Machine name: GRASSY-PC

   Operating System: Windows 7 Home Premium 64-bit (6.1, Build 7601) Service Pack 1 (7601.win7sp1_gdr.160121-1718)

           Language: English (Regional Setting: English)

System Manufacturer: MSI

       System Model: MS-7918

               BIOS: BIOS Date: 12/24/14 10:46:49 Ver: V2.6B0

          Processor: Intel® Core i5-4460  CPU @ 3.20GHz (4 CPUs), ~3.2GHz

             Memory: 8192MB RAM

Available OS Memory: 8144MB RAM

          Page File: 3450MB used, 12835MB 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.

      Display Tab 2: No problems found.

      Display Tab 3: No problems found.

      Display Tab 4: No problems found.

        Sound Tab 1: No problems found.

        Sound Tab 2: No problems found.

        Sound Tab 3: No problems found.

        Sound Tab 4: 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 970

       Manufacturer: NVIDIA

          Chip type: GeForce GTX 970

           DAC type: Integrated RAMDAC

         Device Key: EnumPCIVEN_10DE&DEV_13C2&SUBSYS_39753842&REV_A1

     Display Memory: 3727 MB

   Dedicated Memory: 4007 MB

      Shared Memory: 3815 MB

       Current Mode: 1440 x 900 (32 bit) (60Hz)

       Monitor Name: Generic PnP Monitor

      Monitor Model: W1952

         Monitor Id: GSM4B78

        Native Mode: 1440 x 900(p) (59.887Hz)

        Output Type: DVI

        Driver Name: nvd3dumx.dll,nvwgf2umx.dll,nvwgf2umx.dll,nvd3dum,nvwgf2um,nvwgf2um

Driver File Version: 10.18.0013.6200 (English)

     Driver Version: 10.18.13.6200

        DDI Version: 11

       Driver Model: WDDM 1.1

  Driver Attributes: Final Retail

   Driver Date/Size: 2/23/2016 17:58:18, 16995384 bytes

        WHQL Logo’d: Yes

    WHQL Date Stamp: 

  Device Identifier: {D7B71E3E-5082-11CF-CA43-78191CC2C735}

          Vendor ID: 0x10DE

          Device ID: 0x13C2

          SubSys ID: 0x39753842

        Revision ID: 0x00A1

 Driver Strong Name: oem12.inf:NVIDIA_Devices.NTamd64.6.1:Section032:10.18.13.6200:pciven_10de&dev_13c2

     Rank Of Driver: 00E62001

        Video Accel: 

   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

          Card name: NVIDIA GeForce GTX 970

       Manufacturer: NVIDIA

          Chip type: GeForce GTX 970

           DAC type: Integrated RAMDAC

         Device Key: EnumPCIVEN_10DE&DEV_13C2&SUBSYS_39753842&REV_A1

     Display Memory: 3727 MB

   Dedicated Memory: 4007 MB

      Shared Memory: 3815 MB

       Current Mode: 1920 x 1080 (32 bit) (60Hz)

       Monitor Name: Generic PnP Monitor

      Monitor Model: ELEFW328

         Monitor Id: ELE0000

        Native Mode: 1360 x 768(p) (60.015Hz)

        Output Type: HDMI

        Driver Name: nvd3dumx.dll,nvwgf2umx.dll,nvwgf2umx.dll,nvd3dum,nvwgf2um,nvwgf2um

Driver File Version: 10.18.0013.6200 (English)

     Driver Version: 10.18.13.6200

        DDI Version: 11

       Driver Model: WDDM 1.1

  Driver Attributes: Final Retail

   Driver Date/Size: 2/23/2016 17:58:18, 16995384 bytes

        WHQL Logo’d: Yes

    WHQL Date Stamp: 

  Device Identifier: {D7B71E3E-5082-11CF-CA43-78191CC2C735}

          Vendor ID: 0x10DE

          Device ID: 0x13C2

          SubSys ID: 0x39753842

        Revision ID: 0x00A1

 Driver Strong Name: oem12.inf:NVIDIA_Devices.NTamd64.6.1:Section032:10.18.13.6200:pciven_10de&dev_13c2

     Rank Of Driver: 00E62001

        Video Accel: 

   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

          Card name: NVIDIA GeForce GTX 970

       Manufacturer: NVIDIA

          Chip type: GeForce GTX 970

           DAC type: Integrated RAMDAC

         Device Key: EnumPCIVEN_10DE&DEV_13C2&SUBSYS_39753842&REV_A1

     Display Memory: 3727 MB

   Dedicated Memory: 4007 MB

      Shared Memory: 3815 MB

       Current Mode: 1920 x 1080 (32 bit) (60Hz)

       Monitor Name: Generic PnP Monitor

      Monitor Model: LG TV

         Monitor Id: GSM0001

        Native Mode: 1360 x 768(p) (60.015Hz)

        Output Type: HDMI

        Driver Name: nvd3dumx.dll,nvwgf2umx.dll,nvwgf2umx.dll,nvd3dum,nvwgf2um,nvwgf2um

Driver File Version: 10.18.0013.6200 (English)

     Driver Version: 10.18.13.6200

        DDI Version: 11

       Driver Model: WDDM 1.1

  Driver Attributes: Final Retail

   Driver Date/Size: 2/23/2016 17:58:18, 16995384 bytes

        WHQL Logo’d: Yes

    WHQL Date Stamp: 

  Device Identifier: {D7B71E3E-5082-11CF-CA43-78191CC2C735}

          Vendor ID: 0x10DE

          Device ID: 0x13C2

          SubSys ID: 0x39753842

        Revision ID: 0x00A1

 Driver Strong Name: oem12.inf:NVIDIA_Devices.NTamd64.6.1:Section032:10.18.13.6200:pciven_10de&dev_13c2

     Rank Of Driver: 00E62001

        Video Accel: 

   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

          Card name: NVIDIA GeForce GTX 970

       Manufacturer: NVIDIA

          Chip type: GeForce GTX 970

           DAC type: Integrated RAMDAC

         Device Key: EnumPCIVEN_10DE&DEV_13C2&SUBSYS_39753842&REV_A1

     Display Memory: 3727 MB

   Dedicated Memory: 4007 MB

      Shared Memory: 3815 MB

       Current Mode: 1920 x 1080 (32 bit) (30Hz)

       Monitor Name: Generic PnP Monitor

      Monitor Model: ELEFW328

         Monitor Id: ELE1366

        Native Mode: 1360 x 768(p) (60.015Hz)

        Output Type: HDMI

        Driver Name: nvd3dumx.dll,nvwgf2umx.dll,nvwgf2umx.dll,nvd3dum,nvwgf2um,nvwgf2um

Driver File Version: 10.18.0013.6200 (English)

     Driver Version: 10.18.13.6200

        DDI Version: 11

       Driver Model: WDDM 1.1

  Driver Attributes: Final Retail

   Driver Date/Size: 2/23/2016 17:58:18, 16995384 bytes

        WHQL Logo’d: Yes

    WHQL Date Stamp: 

  Device Identifier: {D7B71E3E-5082-11CF-CA43-78191CC2C735}

          Vendor ID: 0x10DE

          Device ID: 0x13C2

          SubSys ID: 0x39753842

        Revision ID: 0x00A1

 Driver Strong Name: oem12.inf:NVIDIA_Devices.NTamd64.6.1:Section032:10.18.13.6200:pciven_10de&dev_13c2

     Rank Of Driver: 00E62001

        Video Accel: 

   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: LG TV-4 (NVIDIA High Definition Audio)

 Default Sound Playback: Yes

 Default Voice Playback: Yes

            Hardware ID: HDAUDIOFUNC_01&VEN_10DE&DEV_0071&SUBSYS_38423975&REV_1001

        Manufacturer ID: 1

             Product ID: 100

                   Type: WDM

            Driver Name: nvhda64v.sys

         Driver Version: 1.03.0034.0004 (English)

      Driver Attributes: Final Retail

            WHQL Logo’d: Yes

          Date and Size: 2/11/2016 10:56:15, 205456 bytes

            Other Files: 

        Driver Provider: NVIDIA Corporation

         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: Realtek Digital Output (Realtek High Definition Audio)

 Default Sound Playback: No

 Default Voice Playback: No

            Hardware ID: HDAUDIOFUNC_01&VEN_10EC&DEV_0900&SUBSYS_1462D918&REV_1000

        Manufacturer ID: 1

             Product ID: 100

                   Type: WDM

            Driver Name: RTKVHD64.sys

         Driver Version: 6.00.0001.7188 (English)

      Driver Attributes: Final Retail

            WHQL Logo’d: Yes

          Date and Size: 3/4/2014 06:31:10, 3882456 bytes

            Other Files: 

        Driver Provider: Realtek Semiconductor Corp.

         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: ELEFW328-8 (NVIDIA High Definition Audio)

 Default Sound Playback: No

 Default Voice Playback: No

            Hardware ID: HDAUDIOFUNC_01&VEN_10DE&DEV_0071&SUBSYS_38423975&REV_1001

        Manufacturer ID: 1

             Product ID: 100

                   Type: WDM

            Driver Name: nvhda64v.sys

         Driver Version: 1.03.0034.0004 (English)

      Driver Attributes: Final Retail

            WHQL Logo’d: Yes

          Date and Size: 2/11/2016 10:56:15, 205456 bytes

            Other Files: 

        Driver Provider: NVIDIA Corporation

         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: ELEFW328-0 (NVIDIA High Definition Audio)

 Default Sound Playback: No

 Default Voice Playback: No

            Hardware ID: HDAUDIOFUNC_01&VEN_10DE&DEV_0071&SUBSYS_38423975&REV_1001

        Manufacturer ID: 1

             Product ID: 100

                   Type: WDM

            Driver Name: nvhda64v.sys

         Driver Version: 1.03.0034.0004 (English)

      Driver Attributes: Final Retail

            WHQL Logo’d: Yes

          Date and Size: 2/11/2016 10:56:15, 205456 bytes

            Other Files: 

        Driver Provider: NVIDIA Corporation

         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 (Realtek High Definition Audio)

  Default Sound Capture: Yes

  Default Voice Capture: Yes

            Driver Name: RTKVHD64.sys

         Driver Version: 6.00.0001.7188 (English)

      Driver Attributes: Final Retail

          Date and Size: 3/4/2014 06:31:10, 3882456 bytes

              Cap Flags: 0x1

           Format Flags: 0xFFFFF

            Description: Stereo Mix (Realtek High Definition Audio)

  Default Sound Capture: No

  Default Voice Capture: No

            Driver Name: RTKVHD64.sys

         Driver Version: 6.00.0001.7188 (English)

      Driver Attributes: Final Retail

          Date and Size: 3/4/2014 06:31:10, 3882456 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

      Device Name: USB KEYBOARD

         Attached: 1

    Controller ID: 0x0

Vendor/Product ID: 0x258A, 0x0001

        FF Driver: n/a

      Device Name: USB KEYBOARD

         Attached: 1

    Controller ID: 0x0

Vendor/Product ID: 0x258A, 0x0001

        FF Driver: n/a

Poll w/ Interrupt: No

————

USB Devices

————

+ USB Root Hub

| Vendor/Product ID: 0x8086, 0x8CAD

| Matching Device ID: usbroot_hub20

| Service: usbhub

| Driver: usbhub.sys, 11/26/2013 19:41:37, 343040 bytes

| Driver: usbd.sys, 11/26/2013 19:41:03, 7808 bytes

+-+ Generic USB Hub

| | Vendor/Product ID: 0x8087, 0x8009

| | Location: Port_#0001.Hub_#0001

| | Matching Device ID: usbclass_09

| | Service: usbhub

| | Driver: usbhub.sys, 11/26/2013 19:41:37, 343040 bytes

—————-

Gameport Devices

—————-

————

PS/2 Devices

————

+ HID Keyboard Device

| Vendor/Product ID: 0x046D, 0xC232

| Matching Device ID: hid_device_system_keyboard

| Service: kbdhid

| Driver: kbdhid.sys, 11/20/2010 21:23:47, 33280 bytes

| Driver: kbdclass.sys, 7/13/2009 19:48:04, 50768 bytes

+ HID Keyboard Device

| Vendor/Product ID: 0x258A, 0x0001

| Matching Device ID: hid_device_system_keyboard

| Service: kbdhid

| Driver: kbdhid.sys, 11/20/2010 21:23:47, 33280 bytes

| Driver: kbdclass.sys, 7/13/2009 19:48:04, 50768 bytes

+ HID Keyboard Device

| Matching Device ID: hid_device_system_keyboard

| Service: kbdhid

| Driver: kbdhid.sys, 11/20/2010 21:23:47, 33280 bytes

| Driver: kbdclass.sys, 7/13/2009 19:48:04, 50768 bytes

+ Terminal Server Keyboard Driver

| Matching Device ID: rootrdp_kbd

| Upper Filters: kbdclass

| Service: TermDD

| Driver: i8042prt.sys, 7/13/2009 17:19:57, 105472 bytes

| Driver: kbdclass.sys, 7/13/2009 19:48:04, 50768 bytes

+ HID-compliant mouse

| Vendor/Product ID: 0x046D, 0xC231

| Matching Device ID: hid_device_system_mouse

| Service: mouhid

| Driver: mouhid.sys, 7/13/2009 18:00:20, 31232 bytes

| Driver: mouclass.sys, 7/13/2009 19:48:27, 49216 bytes

+ HID-compliant mouse

| Vendor/Product ID: 0x093A, 0x2521

| Matching Device ID: hid_device_system_mouse

| Service: mouhid

| Driver: mouhid.sys, 7/13/2009 18:00:20, 31232 bytes

| Driver: mouclass.sys, 7/13/2009 19:48:27, 49216 bytes

+ HID-compliant mouse

| Matching Device ID: hid_device_system_mouse

| Service: mouhid

| Driver: mouhid.sys, 7/13/2009 18:00:20, 31232 bytes

| Driver: mouclass.sys, 7/13/2009 19:48:27, 49216 bytes

+ Terminal Server Mouse Driver

| Matching Device ID: rootrdp_mou

| Upper Filters: mouclass

| Service: TermDD

| Driver: termdd.sys, 11/20/2010 21:23:47, 63360 bytes

| Driver: sermouse.sys, 7/13/2009 18:00:20, 26624 bytes

| Driver: mouclass.sys, 7/13/2009 19:48:27, 49216 bytes

————————

Disk & DVD/CD-ROM Drives

————————

      Drive: C:

 Free Space: 720.2 GB

Total Space: 953.8 GB

File System: NTFS

      Model: WDC WD10EZEX-22BN5A0 ATA Device

      Drive: E:

 Free Space: 169.7 GB

Total Space: 953.9 GB

File System: NTFS

      Model: Seagate   FA GoFlex Desk USB Device

      Drive: D:

      Model: HL-DT-ST DVDRAM GH24NSC0 ATA Device

     Driver: c:windowssystem32driverscdrom.sys, 6.01.7601.17514 (English), 11/20/2010 21:23:47, 147456 bytes

—————

System Devices

—————

     Name: Intel® Z97 Chipset LPC Controller — 8CC4

Device ID: PCIVEN_8086&DEV_8CC4&SUBSYS_79181462&REV_003&11583659&0&F8

   Driver: C:Windowssystem32DRIVERSmsisadrv.sys, 6.01.7600.16385 (English), 7/13/2009 19:48:27, 15424 bytes

     Name: Intel® 9 Series Chipset Family PCI Express Root Port 3 — 8C94

Device ID: PCIVEN_8086&DEV_8C94&SUBSYS_79181462&REV_D03&11583659&0&E2

   Driver: C:Windowssystem32DRIVERSpci.sys, 6.01.7601.17514 (English), 11/20/2010 21:23:47, 184704 bytes

     Name: ASUS PCE-N53  300Mbps 11n dual band Wireless PCI-E card

Device ID: PCIVEN_1814&DEV_5592&SUBSYS_851A1043&REV_004&33D5E972&0&00E6

   Driver: C:Windowssystem32DRIVERSnetr28x.sys, 5.00.0052.0000 (English), 12/10/2014 04:42:56, 2473616 bytes

   Driver: C:Windowssystem32driversvwifibus.sys, 6.01.7600.16385 (English), 7/13/2009 18:07:21, 24576 bytes

   Driver: C:Windowssystem32RaCoInstx.dll, 1.00.0012.0003 (English), 12/10/2014 04:42:56, 334992 bytes

   Driver: C:Windowssystem32RaCoInst.dat, 12/10/2014 04:42:56, 16103 bytes

     Name: Intel® Management Engine Interface 

Device ID: PCIVEN_8086&DEV_8CBA&SUBSYS_79181462&REV_003&11583659&0&B0

   Driver: C:Windowssystem32DRIVERSTeeDriverx64.sys, 10.00.0030.1054 (English), 9/30/2014 17:47:28, 129312 bytes

   Driver: C:ProgramDataMicrosoftWindowsDeviceMetadataStoreEN3f3ca95b-3978-4168-b47b-5444f42d6c89.devicemetadata-ms, 9/30/2014 17:47:28, 938 bytes

   Driver: C:ProgramDataMicrosoftWindowsDeviceMetadataStoreEN46a6fdbe-c823-4579-bab6-35f67e01f793.devicemetadata-ms, 9/30/2014 17:47:28, 833 bytes

   Driver: C:Windowssystem32WdfCoInstaller01011.dll, 1.11.9200.16384 (English), 9/30/2014 17:47:28, 1795952 bytes

     Name: Intel® 9 Series Chipset Family PCI Express Root Port 1 — 8C90

Device ID: PCIVEN_8086&DEV_8C90&SUBSYS_79181462&REV_D03&11583659&0&E0

   Driver: C:Windowssystem32DRIVERSpci.sys, 6.01.7601.17514 (English), 11/20/2010 21:23:47, 184704 bytes

     Name: NVIDIA GeForce GTX 970

Device ID: PCIVEN_10DE&DEV_13C2&SUBSYS_39753842&REV_A14&176C8DF9&0&0008

   Driver: C:Program FilesNVIDIA CorporationDrsdbInstaller.exe, 10.18.0013.6200 (English), 2/23/2016 17:58:18, 456640 bytes

   Driver: C:Program FilesNVIDIA CorporationDrsnvdrsdb.bin, 2/23/2016 17:58:18, 1324104 bytes

   Driver: C:WindowsSystem32DriverStoreFileRepositorynv_dispi.inf_amd64_neutral_4afbbc6934b4a63eNvCplSetupInt.exe, 1.00.0005.0000 (English), 2/23/2016 17:58:18, 96859152 bytes

   Driver: C:Program Files (x86)NVIDIA Corporationcoprocmanagerdetoured.dll, 2.01.0000.0207 (English), 2/23/2016 17:58:18, 20536 bytes

   Driver: C:Program Files (x86)NVIDIA Corporationcoprocmanagernvd3d9wrap.dll, 10.18.0013.6200 (English), 2/23/2016 17:58:18, 154952 bytes

   Driver: C:Program Files (x86)NVIDIA Corporationcoprocmanagernvdxgiwrap.dll, 10.18.0013.6200 (English), 2/23/2016 17:58:18, 105328 bytes

   Driver: C:Program FilesNVIDIA Corporationcoprocmanagerdetoured.dll, 2.01.0000.0207 (English), 2/23/2016 17:58:18, 20536 bytes

   Driver: C:Program FilesNVIDIA Corporationcoprocmanagernvd3d9wrapx.dll, 10.18.0013.6200 (English), 2/23/2016 17:58:18, 184816 bytes

   Driver: C:Program FilesNVIDIA Corporationcoprocmanagernvdxgiwrapx.dll, 10.18.0013.6200 (English), 2/23/2016 17:58:18, 125904 bytes

   Driver: C:Program FilesNVIDIA Corporationlicense.txt, 2/23/2016 17:58:18, 21916 bytes

   Driver: C:Program FilesNVIDIA Corporationnvgsyncdetoured.dll, 2.01.0000.0207 (English), 2/23/2016 17:58:18, 20536 bytes

   Driver: C:Program FilesNVIDIA Corporationnvgsyncnvgsyncdetours.dll, 2/23/2016 17:58:18, 154416 bytes

   Driver: C:Program FilesNVIDIA CorporationNVSMIMCU.exe, 1.01.5204.20580 (English), 2/23/2016 17:58:18, 848320 bytes

   Driver: C:Program FilesNVIDIA CorporationNVSMInvdebugdump.exe, 6.14.0013.6200 (English), 2/23/2016 17:58:18, 400952 bytes

   Driver: C:Program FilesNVIDIA CorporationNVSMInvidia-smi.1.pdf, 2/23/2016 17:58:18, 74003 bytes

   Driver: C:Program FilesNVIDIA CorporationNVSMInvidia-smi.exe, 8.17.0013.6200 (English), 2/23/2016 17:58:18, 439744 bytes

   Driver: C:Program FilesNVIDIA CorporationNVSMInvml.dll, 8.17.0013.6200 (English), 2/23/2016 17:58:18, 1249728 bytes

   Driver: C:Program FilesNVIDIA CorporationOpenCLOpenCL.dll, 1.02.0011.0000 (English), 2/23/2016 17:58:18, 201664 bytes

   Driver: C:Program FilesNVIDIA CorporationOpenCLOpenCL64.dll, 1.02.0011.0000 (English), 2/23/2016 17:58:18, 215608 bytes

   Driver: C:Windowssystem32DRIVERSnvlddmkm.sys, 10.18.0013.6200 (English), 2/23/2016 17:58:18, 12381632 bytes

   Driver: C:Windowssystem32NvFBC64.dll, 6.14.0013.6200 (English), 2/23/2016 17:58:18, 950328 bytes

   Driver: C:Windowssystem32NvIFR64.dll, 6.14.0013.6200 (English), 2/23/2016 17:58:18, 880576 bytes

   Driver: C:Windowssystem32NvIFROpenGL.dll, 10.18.0013.6200 (English), 2/23/2016 17:58:18, 425016 bytes

   Driver: C:Windowssystem32nvEncodeAPI64.dll, 6.14.0013.6200 (English), 2/23/2016 17:58:18, 502080 bytes

   Driver: C:Windowssystem32nvapi64.dll, 10.18.0013.6200 (English), 2/23/2016 17:58:18, 3684072 bytes

   Driver: C:Windowssystem32nvcompiler.dll, 2/23/2016 17:58:18, 42983992 bytes

   Driver: C:Windowssystem32nvcuda.dll, 6.14.0013.6200 (English), 2/23/2016 17:58:18, 20733832 bytes

   Driver: C:Windowssystem32nvcuvid.dll, 7.17.0013.6200 (English), 2/23/2016 17:58:18, 3143616 bytes

   Driver: C:Windowssystem32nvd3dumx.dll, 10.18.0013.6200 (English), 2/23/2016 17:58:18, 16995384 bytes

   Driver: C:Windowssystem32nvinfo.pb, 2/23/2016 17:58:18, 34905 bytes

   Driver: C:Windowssystem32nvinitx.dll, 10.18.0013.6200 (English), 2/23/2016 17:58:18, 175368 bytes

   Driver: C:Windowssystem32nvoglshim64.dll, 10.18.0013.6200 (English), 2/23/2016 17:58:18, 151184 bytes

   Driver: C:Windowssystem32nvoglv64.dll, 10.18.0013.6200 (English), 2/23/2016 17:58:18, 31081920 bytes

   Driver: C:Windowssystem32nvopencl.dll, 6.14.0013.6200 (English), 2/23/2016 17:58:18, 21193032 bytes

   Driver: C:Windowssystem32nvumdshimx.dll, 10.18.0013.6200 (English), 2/23/2016 17:58:18, 468960 bytes

   Driver: C:Windowssystem32nvwgf2umx.dll, 10.18.0013.6200 (English), 2/23/2016 17:58:18, 18758400 bytes

   Driver: C:WindowsSysWow64NvFBC.dll, 6.14.0013.6200 (English), 2/23/2016 17:58:18, 747064 bytes

   Driver: C:WindowsSysWow64NvIFR.dll, 6.14.0013.6200 (English), 2/23/2016 17:58:18, 689600 bytes

   Driver: C:WindowsSysWow64NvIFROpenGL.dll, 10.18.0013.6200 (English), 2/23/2016 17:58:18, 377792 bytes

   Driver: C:WindowsSysWow64nvEncodeAPI.dll, 6.14.0013.6200 (English), 2/23/2016 17:58:18, 423080 bytes

   Driver: C:WindowsSysWow64nvapi.dll, 10.18.0013.6200 (English), 2/23/2016 17:58:18, 3259872 bytes

   Driver: C:WindowsSysWow64nvcompiler.dll, 2/23/2016 17:58:18, 37616184 bytes

   Driver: C:WindowsSysWow64nvcuda.dll, 6.14.0013.6200 (English), 2/23/2016 17:58:18, 17218792 bytes

   Driver: C:WindowsSysWow64nvcuvid.dll, 7.17.0013.6200 (English), 2/23/2016 17:58:18, 2722872 bytes

   Driver: C:WindowsSysWow64nvd3dum.dll, 10.18.0013.6200 (English), 2/23/2016 17:58:18, 14016768 bytes

   Driver: C:WindowsSysWow64nvinit.dll, 10.18.0013.6200 (English), 2/23/2016 17:58:18, 153392 bytes

   Driver: C:WindowsSysWow64nvoglshim32.dll, 10.18.0013.6200 (English), 2/23/2016 17:58:18, 128696 bytes

   Driver: C:WindowsSysWow64nvoglv32.dll, 10.18.0013.6200 (English), 2/23/2016 17:58:18, 24914880 bytes

   Driver: C:WindowsSysWow64nvopencl.dll, 6.14.0013.6200 (English), 2/23/2016 17:58:18, 17625136 bytes

   Driver: C:WindowsSysWow64nvumdshim.dll, 10.18.0013.6200 (English), 2/23/2016 17:58:18, 388560 bytes

   Driver: C:WindowsSysWow64nvwgf2um.dll, 10.18.0013.6200 (English), 2/23/2016 17:58:18, 16328088 bytes

   Driver: C:Windowssystem32nvdispco6436200.dll, 2.00.0043.0004 (English), 2/23/2016 17:58:18, 1922496 bytes

   Driver: C:Windowssystem32nvdispgenco6436200.dll, 2.00.0021.0002 (English), 2/23/2016 17:58:18, 1571776 bytes

     Name: Intel® USB 3.0 eXtensible Host Controller

Device ID: PCIVEN_8086&DEV_8CB1&SUBSYS_79181462&REV_003&11583659&0&A0

   Driver: C:Windowssystem32DRIVERSiusb3xhc.sys, 3.00.0005.0069 (English), 3/24/2015 00:34:20, 800016 bytes

     Name: Intel® 9 Series Chipset Family SATA AHCI Controller  — 8C82

Device ID: PCIVEN_8086&DEV_8C82&SUBSYS_79181462&REV_003&11583659&0&FA

   Driver: C:Windowssystem32DRIVERSmsahci.sys, 6.01.7601.17514 (English), 11/20/2010 21:23:47, 31104 bytes

   Driver: C:Windowssystem32DRIVERSpciidex.sys, 6.01.7600.16385 (English), 7/13/2009 19:45:46, 48720 bytes

   Driver: C:Windowssystem32DRIVERSatapi.sys, 6.01.7600.16385 (English), 7/13/2009 19:52:21, 24128 bytes

   Driver: C:Windowssystem32DRIVERSataport.sys, 6.01.7601.18231 (English), 8/4/2013 20:25:45, 155584 bytes

     Name: High Definition Audio Controller

Device ID: PCIVEN_10DE&DEV_0FBB&SUBSYS_39753842&REV_A14&176C8DF9&0&0108

   Driver: C:Windowssystem32DRIVERShdaudbus.sys, 6.01.7601.17514 (English), 11/20/2010 21:23:47, 122368 bytes

     Name: Standard Enhanced PCI to USB Host Controller

Device ID: PCIVEN_8086&DEV_8CAD&SUBSYS_79181462&REV_003&11583659&0&D0

   Driver: C:Windowssystem32driversusbehci.sys, 6.01.7601.18328 (English), 11/26/2013 19:41:11, 53248 bytes

   Driver: C:Windowssystem32driversusbport.sys, 6.01.7601.18328 (English), 11/26/2013 19:41:11, 325120 bytes

   Driver: C:Windowssystem32driversusbhub.sys, 6.01.7601.18328 (English), 11/26/2013 19:41:37, 343040 bytes

     Name: Intel® 82801 PCI Bridge — 244E

Device ID: PCIVEN_8086&DEV_244E&SUBSYS_79181462&REV_D03&11583659&0&E3

   Driver: C:Windowssystem32DRIVERSpci.sys, 6.01.7601.17514 (English), 11/20/2010 21:23:47, 184704 bytes

     Name: Standard Enhanced PCI to USB Host Controller

Device ID: PCIVEN_8086&DEV_8CA6&SUBSYS_79181462&REV_003&11583659&0&E8

   Driver: C:Windowssystem32driversusbehci.sys, 6.01.7601.18328 (English), 11/26/2013 19:41:11, 53248 bytes

   Driver: C:Windowssystem32driversusbport.sys, 6.01.7601.18328 (English), 11/26/2013 19:41:11, 325120 bytes

   Driver: C:Windowssystem32driversusbhub.sys, 6.01.7601.18328 (English), 11/26/2013 19:41:37, 343040 bytes

     Name: Intel® Xeon® processor E3 — 1200 v3/4th Gen Core processor PCI Express x16 Controller — 0C01

Device ID: PCIVEN_8086&DEV_0C01&SUBSYS_79181462&REV_063&11583659&0&08

   Driver: C:Windowssystem32DRIVERSpci.sys, 6.01.7601.17514 (English), 11/20/2010 21:23:47, 184704 bytes

     Name: Intel® 9 Series Chipset Family SMBus Host Controller — 8CA2

Device ID: PCIVEN_8086&DEV_8CA2&SUBSYS_79181462&REV_003&11583659&0&FB

   Driver: n/a

     Name: Intel® 4th Gen Core processor DRAM Controller — 0C00

Device ID: PCIVEN_8086&DEV_0C00&SUBSYS_79181462&REV_063&11583659&0&00

   Driver: n/a

     Name: Intel® 9 Series Chipset Family High Definition Audio Controller  — 8CA0

Device ID: PCIVEN_8086&DEV_8CA0&SUBSYS_D9181462&REV_003&11583659&0&D8

   Driver: C:Windowssystem32DRIVERShdaudbus.sys, 6.01.7601.17514 (English), 11/20/2010 21:23:47, 122368 bytes

     Name: PCI standard PCI-to-PCI bridge

Device ID: PCIVEN_1B21&DEV_1080&SUBSYS_78161462&REV_034&142B10B&0&00E3

   Driver: C:Windowssystem32DRIVERSpci.sys, 6.01.7601.17514 (English), 11/20/2010 21:23:47, 184704 bytes

     Name: Intel® 9 Series Chipset Family PCI Express Root Port 7 — 8C9C

Device ID: PCIVEN_8086&DEV_8C9C&SUBSYS_79181462&REV_D03&11583659&0&E6

   Driver: C:Windowssystem32DRIVERSpci.sys, 6.01.7601.17514 (English), 11/20/2010 21:23:47, 184704 bytes

     Name: Killer e2200 PCI-E Gigabit Ethernet Controller (NDIS 6.20)

Device ID: PCIVEN_1969&DEV_E091&SUBSYS_79181462&REV_134&2FDA04A&0&00E2

   Driver: C:Windowssystem32DRIVERSe22W7x64.sys, 8.00.0002.0042 (English), 3/20/2013 15:46:40, 154320 bytes

——————

DirectShow Filters

——————

DirectShow Filters:

WMAudio Decoder DMO,0x00800800,1,1,WMADMOD.DLL,6.01.7601.19091

WMAPro over S/PDIF DMO,0x00600800,1,1,WMADMOD.DLL,6.01.7601.19091

WMSpeech Decoder DMO,0x00600800,1,1,WMSPDMOD.DLL,6.01.7601.19091

MP3 Decoder DMO,0x00600800,1,1,mp3dmod.dll,6.01.7601.19091

Mpeg4s Decoder DMO,0x00800001,1,1,mp4sdecd.dll,6.01.7601.19091

WMV Screen decoder DMO,0x00600800,1,1,wmvsdecd.dll,6.01.7601.19091

WMVideo Decoder DMO,0x00800001,1,1,wmvdecod.dll,6.01.7601.19091

Mpeg43 Decoder DMO,0x00800001,1,1,mp43decd.dll,6.01.7601.19091

Mpeg4 Decoder DMO,0x00800001,1,1,mpg4decd.dll,6.01.7601.19091

DV Muxer,0x00400000,0,0,qdv.dll,6.06.7601.17514

Color Space Converter,0x00400001,1,1,quartz.dll,6.06.7601.19091

WM ASF Reader,0x00400000,0,0,qasf.dll,12.00.7601.19091

Screen Capture filter,0x00200000,0,1,wmpsrcwp.dll,12.00.7601.17514

AVI Splitter,0x00600000,1,1,quartz.dll,6.06.7601.19091

VGA 16 Color Ditherer,0x00400000,1,1,quartz.dll,6.06.7601.19091

SBE2MediaTypeProfile,0x00200000,0,0,sbe.dll,6.06.7601.17528

Microsoft DTV-DVD Video Decoder,0x005fffff,2,4,msmpeg2vdec.dll,12.00.9200.17037

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

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

SAMI (CC) Parser,0x00400000,1,1,quartz.dll,6.06.7601.19091

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

Internal Script Command Renderer,0x00800001,1,0,quartz.dll,6.06.7601.19091

MPEG Audio Decoder,0x03680001,1,1,quartz.dll,6.06.7601.19091

DV Splitter,0x00600000,1,2,qdv.dll,6.06.7601.17514

Video Mixing Renderer 9,0×00200000,1,0,quartz.dll,6.06.7601.19091

Microsoft MPEG-2 Encoder,0x00200000,2,1,msmpeg2enc.dll,6.01.7601.19091

ACM Wrapper,0x00600000,1,1,quartz.dll,6.06.7601.19091

Video Renderer,0x00800001,1,0,quartz.dll,6.06.7601.19091

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

Video Renderer,0x00400000,1,0,quartz.dll,6.06.7601.19091

VPS Decoder,0x00200000,0,0,WSTPager.ax,6.06.7601.17514

WM ASF Writer,0x00400000,0,0,qasf.dll,12.00.7601.19091

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

DVD Navigator,0x00200000,0,3,qdvd.dll,6.06.7601.19091

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

WST Pager,0x00200000,1,1,WSTPager.ax,6.06.7601.17514

MPEG-2 Demultiplexer,0x00600000,1,1,mpg2splt.ax,6.06.7601.17528

DV Video Decoder,0x00800000,1,1,qdv.dll,6.06.7601.17514

SampleGrabber,0x00200000,1,1,qedit.dll,6.06.7601.19091

Null Renderer,0x00200000,1,0,qedit.dll,6.06.7601.19091

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

NetBridge,0x00200000,2,0,netbridge.dll,6.01.7601.17514

AVI/WAV File Source,0x00400000,0,2,quartz.dll,6.06.7601.19091

Wave Parser,0x00400000,1,1,quartz.dll,6.06.7601.19091

MIDI Parser,0x00400000,1,1,quartz.dll,6.06.7601.19091

Multi-file Parser,0x00400000,1,1,quartz.dll,6.06.7601.19091

File stream renderer,0x00400000,1,1,quartz.dll,6.06.7601.19091

Microsoft DTV-DVD Audio Decoder,0x005fffff,1,1,msmpeg2adec.dll,6.01.7601.23285

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,0×00600002,1,1,quartz.dll,6.06.7601.19091

File Source (Async.),0x00400000,0,1,quartz.dll,6.06.7601.19091

File Source (URL),0x00400000,0,1,quartz.dll,6.06.7601.19091

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

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

WDM Streaming Tee/Splitter Devices:

Tee/Sink-to-Sink Converter,0x00200000,1,1,ksproxy.ax,6.01.7601.19091

Video Compressors:

WMVideo8 Encoder DMO,0x00600800,1,1,wmvxencd.dll,6.01.7601.19091

WMVideo9 Encoder DMO,0x00600800,1,1,wmvencod.dll,6.01.7601.19091

MSScreen 9 encoder DMO,0x00600800,1,1,wmvsencd.dll,6.01.7601.19091

DV Video Encoder,0x00200000,0,0,qdv.dll,6.06.7601.17514

MJPEG Compressor,0x00200000,0,0,quartz.dll,6.06.7601.19091

Audio Compressors:

WM Speech Encoder DMO,0x00600800,1,1,WMSPDMOE.DLL,6.01.7601.19091

WMAudio Encoder DMO,0x00600800,1,1,WMADMOE.DLL,6.01.7601.19091

IMA ADPCM,0x00200000,1,1,quartz.dll,6.06.7601.19091

PCM,0x00200000,1,1,quartz.dll,6.06.7601.19091

Microsoft ADPCM,0x00200000,1,1,quartz.dll,6.06.7601.19091

GSM 6.10,0×00200000,1,1,quartz.dll,6.06.7601.19091

CCITT A-Law,0x00200000,1,1,quartz.dll,6.06.7601.19091

CCITT u-Law,0x00200000,1,1,quartz.dll,6.06.7601.19091

MPEG Layer-3,0×00200000,1,1,quartz.dll,6.06.7601.19091

Audio Capture Sources:

Microphone (Realtek High Defini,0x00200000,0,0,qcap.dll,6.06.7601.17514

Stereo Mix (Realtek High Defini,0x00200000,0,0,qcap.dll,6.06.7601.17514

PBDA CP Filters:

PBDA DTFilter,0x00600000,1,1,CPFilters.dll,6.06.7601.19135

PBDA ETFilter,0x00200000,0,0,CPFilters.dll,6.06.7601.19135

PBDA PTFilter,0x00200000,0,0,CPFilters.dll,6.06.7601.19135

Midi Renderers:

Default MidiOut Device,0x00800000,1,0,quartz.dll,6.06.7601.19091

Microsoft GS Wavetable Synth,0x00200000,1,0,quartz.dll,6.06.7601.19091

WDM Streaming Capture Devices:

,0x00000000,0,0,,

,0x00000000,0,0,,

,0x00000000,0,0,,

Realtek HD Audio Line input,0x00200000,1,1,ksproxy.ax,6.01.7601.19091

Realtek HD Audio Mic input,0x00200000,1,1,ksproxy.ax,6.01.7601.19091

Realtek HD Audio Stereo input,0x00200000,1,1,ksproxy.ax,6.01.7601.19091

WDM Streaming Rendering Devices:

,0x00000000,0,0,,

,0x00000000,0,0,,

,0x00000000,0,0,,

Realtek HD Audio output,0x00200000,1,1,ksproxy.ax,6.01.7601.19091

Realtek HDA SPDIF Out,0x00200000,1,1,ksproxy.ax,6.01.7601.19091

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

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

Encrypt/Tag,0x00200000,0,0,EncDec.dll,6.06.7601.19135

PTFilter,0x00200000,0,0,EncDec.dll,6.06.7601.19135

XDS Codec,0x00200000,0,0,EncDec.dll,6.06.7601.19135

WDM Streaming Communication Transforms:

Tee/Sink-to-Sink Converter,0x00200000,1,1,ksproxy.ax,6.01.7601.19091

Audio Renderers:

LG TV-4 (NVIDIA High Definition,0x00200000,1,0,quartz.dll,6.06.7601.19091

Default DirectSound Device,0x00800000,1,0,quartz.dll,6.06.7601.19091

Default WaveOut Device,0x00200000,1,0,quartz.dll,6.06.7601.19091

DirectSound: ELEFW328-0 (NVIDIA High Definition Audio),0x00200000,1,0,quartz.dll,6.06.7601.19091

DirectSound: ELEFW328-8 (NVIDIA High Definition Audio),0x00200000,1,0,quartz.dll,6.06.7601.19091

DirectSound: LG TV-4 (NVIDIA High Definition Audio),0x00200000,1,0,quartz.dll,6.06.7601.19091

DirectSound: Realtek Digital Output (Realtek High Definition Audio),0x00200000,1,0,quartz.dll,6.06.7601.19091

ELEFW328-0 (NVIDIA High Definit,0x00200000,1,0,quartz.dll,6.06.7601.19091

ELEFW328-8 (NVIDIA High Definit,0x00200000,1,0,quartz.dll,6.06.7601.19091

Realtek Digital Output (Realtek,0x00200000,1,0,quartz.dll,6.06.7601.19091

—————

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

Arma 3 Version: `Game version: 1.56.134627 — Main*

ACE3 Version: `3.4.2.0. — Stable’

Mods:
@CBA_A3
@ace

Placed Modules:
None

Description:
Unable to load save games with the ACE mod active. First, I receive an error: «cannot load «C:…\continue.arma3.save» (or whatever save file it attempts to load). Then, I receive error: «Error 0x00000001 – UNABLE_TO_INIT_DXGI»

Steps to reproduce:
1.) Load singleplayer/multiplayer scenario.
2.) Save while in scenario.
3.) Leave game by pressing «save & exit»
4.) Re-load scenario by pressing «resume»

Where did the issue occur?
Possibly after the eden editor update?

RPT log file:
http://pastebin.com/kfNqd4Rz

Понравилась статья? Поделить с друзьями:
  • Ariston clas 24 ff ошибка 307
  • Arma 3 data file too short ошибка
  • Ariston avsl 109 коды ошибок расшифровка
  • Arm vpro 3 ошибки
  • Ariston clas 24 ff ошибка 302