I cannot even open Handbrake for the first time

HandBrake for Windows support
Forum rules
An Activity Log is required for support requests. Please read How-to get an activity log? for details on how and why this should be provided.
Post Reply
doggeria
New User
Posts: 1
Joined: Sat Jan 05, 2019 3:02 am

I cannot even open Handbrake for the first time

Post by doggeria »

Description of problem or question:
Every time I try to open Handbrake for the first time I just get met with this issue
An Unknown Error has occurred.
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.TypeInitializationException: The type initializer for 'HandBrake.Interop.Interop.HandBrakeUtils' threw an exception. ---> System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
at HandBrake.Interop.Interop.HbLib.HBFunctions.hb_global_init()
at HandBrake.Interop.Interop.HandBrakeUtils..cctor() in C:\HandBrake\hbworkspace\workspace\WindowsGui64\win\CS\HandBrake.Interop\Interop\HandBrakeUtils.cs:line 60
--- End of inner exception stack trace ---
at HandBrake.Interop.Interop.HandBrakeUtils.add_MessageLogged(EventHandler`1 value)
at HandBrakeWPF.Services.Logging.LogService..ctor() in C:\HandBrake\hbworkspace\workspace\WindowsGui64\win\CS\HandBrakeWPF\Services\Logging\LogService.cs:line 57
at HandBrakeWPF.Services.Logging.LogService.GetLogger() in C:\HandBrake\hbworkspace\workspace\WindowsGui64\win\CS\HandBrakeWPF\Services\Logging\LogService.cs:line 158
at HandBrakeWPF.Services.Scan.LibScan..ctor() in C:\HandBrake\hbworkspace\workspace\WindowsGui64\win\CS\HandBrakeWPF\Services\Scan\LibScan.cs:line 51
--- End of inner exception stack trace ---
at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck)
at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
at System.Activator.CreateInstance(Type type, Boolean nonPublic)
at System.Activator.CreateInstance(Type type)
at Caliburn.Micro.SimpleContainer.ActivateInstance(Type type, Object[] args)
at Caliburn.Micro.SimpleContainer.<>c__DisplayClass7_0.<RegisterSingleton>b__0(SimpleContainer container)
at System.Linq.Enumerable.WhereSelectArrayIterator`2.MoveNext()
at System.Collections.Generic.List`1.InsertRange(Int32 index, IEnumerable`1 collection)
at Caliburn.Micro.SimpleContainer.DetermineConstructorArgs(Type implementation)
at Caliburn.Micro.SimpleContainer.<>c__DisplayClass7_0.<RegisterSingleton>b__0(SimpleContainer container)
at System.Linq.Enumerable.WhereSelectArrayIterator`2.MoveNext()
at System.Collections.Generic.List`1.InsertRange(Int32 index, IEnumerable`1 collection)
at Caliburn.Micro.SimpleContainer.DetermineConstructorArgs(Type implementation)
at Caliburn.Micro.SimpleContainer.<>c__DisplayClass7_0.<RegisterSingleton>b__0(SimpleContainer container)
at HandBrakeWPF.Startup.AppBootstrapper.GetInstance(Type service, String key) in C:\HandBrake\hbworkspace\workspace\WindowsGui64\win\CS\HandBrakeWPF\Startup\AppBootstrapper.cs:line 130
at Caliburn.Micro.BootstrapperBase.DisplayRootViewFor(Type viewModelType, IDictionary`2 settings)
at HandBrakeWPF.Startup.AppBootstrapper.OnStartup(Object sender, StartupEventArgs e) in C:\HandBrake\hbworkspace\workspace\WindowsGui64\win\CS\HandBrakeWPF\Startup\AppBootstrapper.cs:line 113
at System.Windows.Application.OnStartup(StartupEventArgs e)
at HandBrakeWPF.App.OnStartup(StartupEventArgs e) in C:\HandBrake\hbworkspace\workspace\WindowsGui64\win\CS\HandBrakeWPF\App.xaml.cs:line 121
at System.Windows.Application.<.ctor>b__1_0(Object unused)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)



Steps to reproduce the problem (If Applicable):
Open handbrake


HandBrake version (e.g., 1.0.0):

HandBrake-20181230-8fdce9d_x86_64-Win_GUI.exe, that is the nightly version, but I also had the same issue with the latest non-nightly version.


Operating system and version (e.g., Ubuntu 16.04 LTS, macOS 10.13 High Sierra, Windows 10 Creators Update):

Windows 10 64 bit


HandBrake Activity Log ***required*** (see How-to get an activity log)

Code: Select all

An Unknown Error has occurred.
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.TypeInitializationException: The type initializer for 'HandBrake.Interop.Interop.HandBrakeUtils' threw an exception. ---> System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
   at HandBrake.Interop.Interop.HbLib.HBFunctions.hb_global_init()
   at HandBrake.Interop.Interop.HandBrakeUtils..cctor() in C:\HandBrake\hbworkspace\workspace\WindowsGui64\win\CS\HandBrake.Interop\Interop\HandBrakeUtils.cs:line 60
   --- End of inner exception stack trace ---
   at HandBrake.Interop.Interop.HandBrakeUtils.add_MessageLogged(EventHandler`1 value)
   at HandBrakeWPF.Services.Logging.LogService..ctor() in C:\HandBrake\hbworkspace\workspace\WindowsGui64\win\CS\HandBrakeWPF\Services\Logging\LogService.cs:line 57
   at HandBrakeWPF.Services.Logging.LogService.GetLogger() in C:\HandBrake\hbworkspace\workspace\WindowsGui64\win\CS\HandBrakeWPF\Services\Logging\LogService.cs:line 158
   at HandBrakeWPF.Services.Scan.LibScan..ctor() in C:\HandBrake\hbworkspace\workspace\WindowsGui64\win\CS\HandBrakeWPF\Services\Scan\LibScan.cs:line 51
   --- End of inner exception stack trace ---
   at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck)
   at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
   at System.Activator.CreateInstance(Type type, Boolean nonPublic)
   at System.Activator.CreateInstance(Type type)
   at Caliburn.Micro.SimpleContainer.ActivateInstance(Type type, Object[] args)
   at Caliburn.Micro.SimpleContainer.<>c__DisplayClass7_0.<RegisterSingleton>b__0(SimpleContainer container)
   at System.Linq.Enumerable.WhereSelectArrayIterator`2.MoveNext()
   at System.Collections.Generic.List`1.InsertRange(Int32 index, IEnumerable`1 collection)
   at Caliburn.Micro.SimpleContainer.DetermineConstructorArgs(Type implementation)
   at Caliburn.Micro.SimpleContainer.<>c__DisplayClass7_0.<RegisterSingleton>b__0(SimpleContainer container)
   at System.Linq.Enumerable.WhereSelectArrayIterator`2.MoveNext()
   at System.Collections.Generic.List`1.InsertRange(Int32 index, IEnumerable`1 collection)
   at Caliburn.Micro.SimpleContainer.DetermineConstructorArgs(Type implementation)
   at Caliburn.Micro.SimpleContainer.<>c__DisplayClass7_0.<RegisterSingleton>b__0(SimpleContainer container)
   at HandBrakeWPF.Startup.AppBootstrapper.GetInstance(Type service, String key) in C:\HandBrake\hbworkspace\workspace\WindowsGui64\win\CS\HandBrakeWPF\Startup\AppBootstrapper.cs:line 130
   at Caliburn.Micro.BootstrapperBase.DisplayRootViewFor(Type viewModelType, IDictionary`2 settings)
   at HandBrakeWPF.Startup.AppBootstrapper.OnStartup(Object sender, StartupEventArgs e) in C:\HandBrake\hbworkspace\workspace\WindowsGui64\win\CS\HandBrakeWPF\Startup\AppBootstrapper.cs:line 113
   at System.Windows.Application.OnStartup(StartupEventArgs e)
   at HandBrakeWPF.App.OnStartup(StartupEventArgs e) in C:\HandBrake\hbworkspace\workspace\WindowsGui64\win\CS\HandBrakeWPF\App.xaml.cs:line 121
   at System.Windows.Application.<.ctor>b__1_0(Object unused)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
User avatar
s55
HandBrake Team
Posts: 10350
Joined: Sun Dec 24, 2006 1:05 pm

Re: I cannot even open Handbrake for the first time

Post by s55 »

Please make sure your Graphics drivers are fully up-to-date. We've also had feedback from AMD Ryzen users that a BIOS update helps in some cases.

Failing that, try boot into Windows Safe Mode. If HandBrake works there (and it seems to for most folks with this problem), you have an application installed with a broken win32 shell extension. The app doesn't have to be running for this problem to show up.

Unfortunately, no-one has told us what they have installed or decided to go to the hassle un-install/re-install software until they find the culprit so we don't have any more feedback to give. The guess is it'll be some utility package (Something that integrates into Windows explorer / the R-Click Menus), or some monitoring / overclocking software such as MSI Afterburner, RivaTuner or anything along those lines.

Don't currently believe it's an Antivirus software problem but you could try disabling for 2 minutes to confirm.
cyko
Posts: 9
Joined: Wed Jan 09, 2019 7:12 pm

Re: I cannot even open Handbrake for the first time

Post by cyko »

Have the exact same issue, no solution so far, Version 1.1.1 still works fine, so thats what I am using at the moment.
User avatar
s55
HandBrake Team
Posts: 10350
Joined: Sun Dec 24, 2006 1:05 pm

Re: I cannot even open Handbrake for the first time

Post by s55 »

Have you tried any of the suggestions above?
Can you post the error your getting?
cyko
Posts: 9
Joined: Wed Jan 09, 2019 7:12 pm

Re: I cannot even open Handbrake for the first time

Post by cyko »

Already had a Ticket opened (#1777) and stopped nearly all background tasks with no success. Haven't tried uninstalling something.
When someone could point out how to debug hb.dll in windows I could take a look at that (Yes, I have programming experience). Anyway, the main question is why handbrake suddenly relies on some broken shell extension? Also how do I you found out (from the log) that the problem is some shell extension? What about the Direct 3D Hooks mentioned in the sticky post?
User avatar
s55
HandBrake Team
Posts: 10350
Joined: Sun Dec 24, 2006 1:05 pm

Re: I cannot even open Handbrake for the first time

Post by s55 »

It can be debugged with gdb but that's a bit of a painful experience on Windows. (You'd have to compile hb.dll with symbols)
Anyway, the main question is why handbrake suddenly relies on some broken shell extension?
It doesn't rely on shell extensions. Applications hooking into windows, are causing breakage such that when HandBrake tries to initialise, it crashes inside Windows which takes out the whole application.

Also note, we've had reports confirming Driver updates and also BIOS Updates (AMD side only.) have also resolved this particular crash too, so it appears there are several root causes.

If anyone can share their hardware setup + installed software + driver versions, I can try look into a bit further but right now, I don't have much to go on.

The logs don't provide anything useful regarding this error as there is no logging. Purely though user feedback that we've understand various issues.
zzeenon
Posts: 1
Joined: Wed Jan 23, 2019 10:12 am

Re: I cannot even open Handbrake for the first time

Post by zzeenon »

Also just tried to decompress some .avi's via VirtualDub but this also failed
User avatar
s55
HandBrake Team
Posts: 10350
Joined: Sun Dec 24, 2006 1:05 pm

Re: I cannot even open Handbrake for the first time

Post by s55 »

Can folks try the replacement hb.dll files from:

https://github.com/HandBrake/HandBrake/issues/1810

and tell me if this helps the issue.

If any of these work, can you please tell me what version of AMD, Intel or Nvidia GPU drivers you are running.

@zzeenon I'm not sure what your comment has to do with this issue. This has nothing to do with encoding files.
cyko
Posts: 9
Joined: Wed Jan 09, 2019 7:12 pm

Re: I cannot even open Handbrake for the first time

Post by cyko »

Tried it, it works.
hb.zip -> works
1.zip -> crashes
2.zip -> works
3.zip -> works
4.zip -> works
AMD Radeon HD 8570M + HD 8650G, Driver ver. 15.200.1065.0

Thanks for your effort!
User avatar
s55
HandBrake Team
Posts: 10350
Joined: Sun Dec 24, 2006 1:05 pm

Re: I cannot even open Handbrake for the first time

Post by s55 »

Which AMD CPU is that cyko?
cyko
Posts: 9
Joined: Wed Jan 09, 2019 7:12 pm

Re: I cannot even open Handbrake for the first time

Post by cyko »

A10-5750M APU
User avatar
s55
HandBrake Team
Posts: 10350
Joined: Sun Dec 24, 2006 1:05 pm

Re: I cannot even open Handbrake for the first time

Post by s55 »

cyko,

Is this reproducible if you run "HandBrakeCLI.exe --help" at the command prompt too? If it is, Can I provide you with a build with symbols/gdb and get you to run a couple commands for me?

The current trend appears to be pointing towards a problem that's only showing up on AMD APU's. In all likely hood this is a broken driver or something else at the system level but if I can figure out what call is crashing it, maybe we can workaround or bypass it.


Also, can you confirm your on the latest BIOS? We've had 3~4 reports of BIOS updates fixing issues (Not sure if it's related as folks didn't get back to me)
User avatar
s55
HandBrake Team
Posts: 10350
Joined: Sun Dec 24, 2006 1:05 pm

Re: I cannot even open Handbrake for the first time

Post by s55 »

https://download.handbrake.fr/DebugPack.zip (Instructions included) 233MB download, extracts to 826MB
cyko
Posts: 9
Joined: Wed Jan 09, 2019 7:12 pm

Re: I cannot even open Handbrake for the first time

Post by cyko »

Hi,
no error occours when I try the CLI version, following output on console with the official V. 1.2.0

Code: Select all

C:\HandBrake 1.2.0>HandBrakeCLI.exe --help
Cannot load nvEncodeAPI64.dll
When Running your version in GDB:

Code: Select all

(gdb) run --help
Starting program: C:\handbrakeDebug\Debug Pack\HandBrakeCLI.exe --help
[New Thread 5376.0x15a4]
[New Thread 5376.0x1c38]
[New Thread 5376.0x259c]
[New Thread 5376.0x1894]
[New Thread 5376.0xfec]
[New Thread 5376.0x648]
[New Thread 5376.0x1ac8]
[Thread 5376.0x1ac8 exited with code 0]
[New Thread 5376.0x2ad4]

Program received signal SIGSEGV, Segmentation fault.
0x0000000000000000 in ?? ()
(gdb) bt
#0  0x0000000000000000 in ?? ()
Backtrace stopped: previous frame identical to this frame (corrupt stack?)
(gdb) quit
A debugging session is active.

        Inferior 1 [process 5376] will be killed.

Quit anyway? (y or n) y
User avatar
s55
HandBrake Team
Posts: 10350
Joined: Sun Dec 24, 2006 1:05 pm

Re: I cannot even open Handbrake for the first time

Post by s55 »

So, 1.2.0 is the trace above for GDB?
And the CLI I provided works fine?

If you don't mind running one more check. I produced https://download.handbrake.fr/hb.zip
If you install the nightly, place hb.dll from this pack into that same directory.

gdb HandBrake.exe
run
- when crashes -
bt



I noticed I accidentally left NVENC disabled on the DebugPack.zip so if I understood correctly, and HandBrakeCLI worked with that, then that isolates the problem into NVENC hardware detect code.
cyko
Posts: 9
Joined: Wed Jan 09, 2019 7:12 pm

Re: I cannot even open Handbrake for the first time

Post by cyko »

1. trace is console output from official 1.2.0 release without gdb.
2. trace is your built with gdb

So, tried the latest nightly with your HB.dll. Got no success ....:

Code: Select all

gdb HandBrake.exe
...
Reading symbols from HandBrake.exe...(no debugging symbols found)...done.
(gdb) r
Starting program: C:\temp\hnight\HandBrake.exe
[New Thread 8928.0x1d0c]
[New Thread 8928.0x1964]
[New Thread 8928.0x1c70]
[New Thread 8928.0x2674]
[New Thread 8928.0x1694]
[New Thread 8928.0x1f28]
[New Thread 8928.0x408]
[New Thread 8928.0x2018]
[New Thread 8928.0x1a38]
[New Thread 8928.0x1730]
[New Thread 8928.0x1b08]
[Thread 8928.0x1b08 exited with code 0]
[New Thread 8928.0x2cfc]

Program received signal SIGSEGV, Segmentation fault.
0x0000000000000000 in ?? ()
(gdb) bt
#0  0x0000000000000000 in ?? ()
Backtrace stopped: previous frame identical to this frame (corrupt stack?)
(gdb)
cyko
Posts: 9
Joined: Wed Jan 09, 2019 7:12 pm

Re: I cannot even open Handbrake for the first time

Post by cyko »

Googled a bit and found this:

https://stackoverflow.com/questions/980 ... 89#9810389

So maybe this helps more?:

Code: Select all

(gdb) run
Starting program: C:\temp\hnight\handbrake.exe
[New Thread 5132.0x2090]
[New Thread 5132.0xb20]
[New Thread 5132.0x1734]
[New Thread 5132.0xf70]
[New Thread 5132.0x2384]
[New Thread 5132.0x2cfc]
[New Thread 5132.0x15a8]
[New Thread 5132.0x19c8]
[New Thread 5132.0x2fd0]
[New Thread 5132.0x2db4]
[Thread 5132.0x2db4 exited with code 0]
[New Thread 5132.0xf10]

Program received signal SIGSEGV, Segmentation fault.
0x0000000000000000 in ?? ()
(gdb) where
#0  0x0000000000000000 in ?? ()
Backtrace stopped: previous frame identical to this frame (corrupt stack?)
(gdb) set $pc = *(void **)$rsp
(gdb) set $rsp = $rsp + 8
(gdb) bt
#0  0x00007ffe4a046c10 in ?? () from C:\WINDOWS\SYSTEM32\amfrt64.dll
(gdb)
User avatar
s55
HandBrake Team
Posts: 10350
Joined: Sun Dec 24, 2006 1:05 pm

Re: I cannot even open Handbrake for the first time

Post by s55 »

This is looking an awful lot like an AMD driver issue.

I was doing a bit of digging and I notice there was a "beta" driver 16.2.1 released just before they cut support for your hardware. https://community.amd.com/docs/DOC-1435

Not sure if this is something you'd want to try.

If it turns out these drivers don't work, we can try adding a driver version check to block anything that's old to see if this helps folks.
User avatar
s55
HandBrake Team
Posts: 10350
Joined: Sun Dec 24, 2006 1:05 pm

Re: I cannot even open Handbrake for the first time

Post by s55 »

Blah. Was just checking the AMF tracker. A much newer driver is needed for this to work. I'm guessing there is no protection against calling into old drivers that don't have the required components.

Edit: I'm reading that it would have required AMD APP SDK 3 (previously)but no longer does. Guess we could just be dealing with version incompatibility :(
User avatar
s55
HandBrake Team
Posts: 10350
Joined: Sun Dec 24, 2006 1:05 pm

Re: I cannot even open Handbrake for the first time

Post by s55 »

Any chance of a dxdiag report cyko? Plan to share it with AMD to see if we can't find out if there are any known issues here.
cyko
Posts: 9
Joined: Wed Jan 09, 2019 7:12 pm

Re: I cannot even open Handbrake for the first time

Post by cyko »

Code: Select all

------------------
System Information
------------------
      Time of this report: 2/4/2019, 17:48:53
             Machine name: ***
               Machine Id: ***
         Operating System: Windows 10 Pro 64-bit (10.0, Build 17134) (17134.rs4_release.180410-1804)
                 Language: German (Regional Setting: German)
      System Manufacturer: LENOVO
             System Model: 20255
                     BIOS: 83CN53WW(V3.00) (type: UEFI)
                Processor: AMD A10-5750M APU with Radeon(tm) HD Graphics   (4 CPUs), ~2.5GHz
                   Memory: 8192MB RAM
      Available OS Memory: 7376MB RAM
                Page File: 4455MB used, 4071MB available
              Windows Dir: C:\WINDOWS
          DirectX Version: DirectX 12
      DX Setup Parameters: Not found
         User DPI Setting: 96 DPI (100 percent)
       System DPI Setting: 96 DPI (100 percent)
          DWM DPI Scaling: Disabled
                 Miracast: Available, with HDCP
Microsoft Graphics Hybrid: Not Supported
           DxDiag Version: 10.00.17134.0001 64bit Unicode

------------
DxDiag Notes
------------
      Display Tab 1: No problems found.
      Display Tab 2: No problems found.
        Sound Tab 1: 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: AMD Radeon HD 8650G
        Manufacturer: Advanced Micro Devices, Inc.
           Chip type: AMD Radeon Graphics Processor SDI (0x990B)
            DAC type: Internal DAC(400MHz)
         Device Type: Full Device (POST)
          Device Key: Enum\PCI\VEN_1002&DEV_990B&SUBSYS_380417AA&REV_00
       Device Status: 0180200A [DN_DRIVER_LOADED|DN_STARTED|DN_DISABLEABLE|DN_NT_ENUMERATOR|DN_NT_DRIVER] 
 Device Problem Code: No Problem
 Driver Problem Code: Unknown
      Display Memory: 6229 MB
    Dedicated Memory: 2773 MB
       Shared Memory: 3456 MB
        Current Mode: 1366 x 768 (32 bit) (60Hz)
         HDR Support: Not Supported
    Display Topology: Extend
 Display Color Space: DXGI_COLOR_SPACE_RGB_FULL_G22_NONE_P709
     Color Primaries: Red(0.578625,0.344250), Green(0.337414,0.571789), Blue(0.159680,0.120617), White Point(0.313977,0.329602)
   Display Luminance: Min Luminance = 0.500000, Max Luminance = 270.000000, MaxFullFrameLuminance = 270.000000
        Monitor Name: Generic PnP Monitor
       Monitor Model: unknown
          Monitor Id: LGD039F
         Native Mode: 1366 x 768(p) (59.959Hz)
         Output Type: Internal
Monitor Capabilities: HDR Not Supported
Display Pixel Format: DISPLAYCONFIG_PIXELFORMAT_32BPP
      Advanced Color: Not Supported
         Driver Name: aticfx64.dll,aticfx64.dll,aticfx64.dll,amdxc64.dll
 Driver File Version: 8.17.0010.1404 (English)
      Driver Version: 15.200.1065.0
         DDI Version: 11.2
      Feature Levels: 11_0,10_1,10_0,9_3,9_2,9_1
        Driver Model: WDDM 1.3
 Graphics Preemption: DMA
  Compute Preemption: DMA
            Miracast: Supported
 Hybrid Graphics GPU: Not Supported
      Power P-states: Not Supported
      Virtualization: Not Supported
          Block List: No Blocks
  Catalog Attributes: N/A
   Driver Attributes: Final Retail
    Driver Date/Size: 21.07.2015 01:00:00, 1467312 bytes
         WHQL Logo'd: Yes
     WHQL Date Stamp: Unknown
   Device Identifier: {D7B71EE2-DA4B-11CF-6671-0E18BEC2C535}
           Vendor ID: 0x1002
           Device ID: 0x990B
           SubSys ID: 0x380417AA
         Revision ID: 0x0000
  Driver Strong Name: oem12.inf:cb0ae4141bea9b3d:ati2mtag_Trinity_Mobile:15.200.1065.0:pci\ven_1002&dev_990b&subsys_380417aa
      Rank Of Driver: 00D10001
         Video Accel: ModeMPEG2_A ModeMPEG2_C 
         DXVA2 Modes: DXVA2_ModeMPEG2_VLD  DXVA2_ModeMPEG2_IDCT  DXVA2_ModeH264_VLD_NoFGT  DXVA2_ModeH264_VLD_Stereo_Progressive_NoFGT  DXVA2_ModeH264_VLD_Stereo_NoFGT  DXVA2_ModeVC1_VLD  DXVA2_ModeMPEG4pt2_VLD_AdvSimple_NoGMC  
   Deinterlace Caps: {6E8329FF-B642-418B-BCF0-BCB6591E255F}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive 
                     {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 
                     {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY 
                     {6E8329FF-B642-418B-BCF0-BCB6591E255F}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive 
                     {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 
                     {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: 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)=(YV12,0x32315659) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                     {3C5323C1-6FB7-44F5-9081-056BF2EE449D}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,2) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive 
                     {552C0DAD-CCBC-420B-83C8-74943CF9F1A6}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,2) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive 
                     {6E8329FF-B642-418B-BCF0-BCB6591E255F}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive 
                     {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 
                     {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: 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)=(IMC1,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=
                     {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC3,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=
                     {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(S340,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=
        D3D9 Overlay: Not Supported
             DXVA-HD: Not Supported
        DDraw Status: Enabled
          D3D Status: Enabled
          AGP Status: Enabled
       MPO MaxPlanes: 1
            MPO Caps: Not Supported
         MPO Stretch: Not Supported
     MPO Media Hints: Not Supported
         MPO Formats: Not Supported
    PanelFitter Caps: Not Supported
 PanelFitter Stretch: Not Supported

           Card name: AMD Radeon HD 8650G
        Manufacturer: Advanced Micro Devices, Inc.
           Chip type: AMD Radeon Graphics Processor SDI (0x990B)
            DAC type: Internal DAC(400MHz)
         Device Type: Full Device (POST)
          Device Key: Enum\PCI\VEN_1002&DEV_990B&SUBSYS_380417AA&REV_00
       Device Status: 0180200A [DN_DRIVER_LOADED|DN_STARTED|DN_DISABLEABLE|DN_NT_ENUMERATOR|DN_NT_DRIVER] 
 Device Problem Code: No Problem
 Driver Problem Code: Unknown
      Display Memory: 6229 MB
    Dedicated Memory: 2773 MB
       Shared Memory: 3456 MB
        Current Mode: 1920 x 1080 (32 bit) (60Hz)
         HDR Support: Not Supported
    Display Topology: Extend
 Display Color Space: DXGI_COLOR_SPACE_RGB_FULL_G22_NONE_P709
     Color Primaries: Red(0.635266,0.351086), Green(0.311047,0.630383), Blue(0.149914,0.053234), White Point(0.313977,0.329602)
   Display Luminance: Min Luminance = 0.500000, Max Luminance = 270.000000, MaxFullFrameLuminance = 270.000000
        Monitor Name: Generic PnP Monitor
       Monitor Model: DELL P2312H
          Monitor Id: DEL4076
         Native Mode: 1920 x 1080(p) (60.000Hz)
         Output Type: HD15
Monitor Capabilities: HDR Not Supported
Display Pixel Format: DISPLAYCONFIG_PIXELFORMAT_32BPP
      Advanced Color: Not Supported
         Driver Name: aticfx64.dll,aticfx64.dll,aticfx64.dll,amdxc64.dll
 Driver File Version: 8.17.0010.1404 (English)
      Driver Version: 15.200.1065.0
         DDI Version: 11.2
      Feature Levels: 11_0,10_1,10_0,9_3,9_2,9_1
        Driver Model: WDDM 1.3
 Graphics Preemption: DMA
  Compute Preemption: DMA
            Miracast: Supported
 Hybrid Graphics GPU: Not Supported
      Power P-states: Not Supported
      Virtualization: Not Supported
          Block List: No Blocks
  Catalog Attributes: N/A
   Driver Attributes: Final Retail
    Driver Date/Size: 21.07.2015 01:00:00, 1467312 bytes
         WHQL Logo'd: Yes
     WHQL Date Stamp: Unknown
   Device Identifier: {D7B71EE2-DA4B-11CF-6671-0E18BEC2C535}
           Vendor ID: 0x1002
           Device ID: 0x990B
           SubSys ID: 0x380417AA
         Revision ID: 0x0000
  Driver Strong Name: oem12.inf:cb0ae4141bea9b3d:ati2mtag_Trinity_Mobile:15.200.1065.0:pci\ven_1002&dev_990b&subsys_380417aa
      Rank Of Driver: 00D10001
         Video Accel: ModeMPEG2_A ModeMPEG2_C 
         DXVA2 Modes: DXVA2_ModeMPEG2_VLD  DXVA2_ModeMPEG2_IDCT  DXVA2_ModeH264_VLD_NoFGT  DXVA2_ModeH264_VLD_Stereo_Progressive_NoFGT  DXVA2_ModeH264_VLD_Stereo_NoFGT  DXVA2_ModeVC1_VLD  DXVA2_ModeMPEG4pt2_VLD_AdvSimple_NoGMC  
   Deinterlace Caps: {6E8329FF-B642-418B-BCF0-BCB6591E255F}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive 
                     {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 
                     {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY 
                     {6E8329FF-B642-418B-BCF0-BCB6591E255F}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive 
                     {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 
                     {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: 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)=(YV12,0x32315659) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                     {3C5323C1-6FB7-44F5-9081-056BF2EE449D}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,2) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive 
                     {552C0DAD-CCBC-420B-83C8-74943CF9F1A6}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,2) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive 
                     {6E8329FF-B642-418B-BCF0-BCB6591E255F}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive 
                     {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 
                     {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: 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)=(IMC1,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=
                     {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC3,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=
                     {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(S340,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=
        D3D9 Overlay: Not Supported
             DXVA-HD: Not Supported
        DDraw Status: Enabled
          D3D Status: Enabled
          AGP Status: Enabled
       MPO MaxPlanes: 1
            MPO Caps: Not Supported
         MPO Stretch: Not Supported
     MPO Media Hints: Not Supported
         MPO Formats: Not Supported
    PanelFitter Caps: Not Supported
 PanelFitter Stretch: Not Supported

-------------
Sound Devices
-------------
            Description: Lautsprecher (Conexant SmartAudio HD)
 Default Sound Playback: Yes
 Default Voice Playback: Yes
            Hardware ID: HDAUDIO\FUNC_01&VEN_14F1&DEV_5115&SUBSYS_17AAC04D&REV_1001
        Manufacturer ID: 1
             Product ID: 100
                   Type: WDM
            Driver Name: CHDRT64.sys
         Driver Version: 8.66.0016.0000 (German)
      Driver Attributes: Final Retail
            WHQL Logo'd: Yes
          Date and Size: 09.07.2015 00:00:00, 1561728 bytes
            Other Files: 
        Driver Provider: Conexant
         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(tm) 2.0 Listen/Src: No, No
   I3DL2(tm) Listen/Src: No, No
Sensaura(tm) ZoomFX(tm): No

---------------------
Sound Capture Devices
---------------------
            Description: Mikrofon (Conexant SmartAudio HD)
  Default Sound Capture: Yes
  Default Voice Capture: Yes
            Driver Name: CHDRT64.sys
         Driver Version: 8.66.0016.0000 (German)
      Driver Attributes: Final Retail
          Date and Size: 8/5/2015 02:20:06, 1561728 bytes
              Cap Flags: 0x1
           Format Flags: 0xFFFFF

---------------------
Video Capture Devices
Number of Devices: 1
---------------------
           FriendlyName: Lenovo EasyCamera
               Category: Camera
           SymbolicLink: \\?\usb#vid_174f&pid_147b&mi_00#6&35df34a6&0&0000#{e5323777-f976-4f5b-9b55-b94699c46e44}\global
               Location: Front
               Rotation: 0
           Manufacturer: DMAX-AVC
             HardwareID: USB\VID_174F&PID_147B&REV_0205&MI_00,USB\VID_174F&PID_147B&MI_00
             DriverDesc: Lenovo EasyCamera
         DriverProvider: Realtek
          DriverVersion: 6.3.9600.11103
      DriverDateEnglish: 8/28/2015 00:00:00
    DriverDateLocalized: 28.08.2015 00:00:00
                Service: rtsuvc
                  Class: Image
          DevNodeStatus: 180200A[DN_DRIVER_LOADED|DN_STARTED|DN_DISABLEABLE|DN_NT_ENUMERATOR|DN_NT_DRIVER]
            ContainerId: {00000000-0000-0000-FFFF-FFFFFFFFFFFF}
            ProblemCode: No Problem
  BusReportedDeviceDesc: Lenovo EasyCamera
                 Parent: USB\VID_174F&PID_147B\Lenovo_EasyCamera
      DriverProblemDesc: n/a
           UpperFilters: n/a
           LowerFilters: n/a
                  Stack: \Driver\ksthunk,\Driver\rtsuvc,\Driver\ACPI,\Driver\usbccgp
      ContainerCategory: Imaging
          SensorGroupID: n/a
                   MFT0: n/a
                   DMFT: n/a
  DependentStillCapture: n/a
     EnablePlatformDMFT: n/a
              DMFTChain: n/a
 EnableDshowRedirection: n/a
     FrameServerEnabled: n/a
             ProfileIDs: n/a

-------------------
DirectInput Devices
-------------------
      Device Name: Maus
         Attached: 1
    Controller ID: n/a
Vendor/Product ID: n/a
        FF Driver: n/a

      Device Name: Tastatur
         Attached: 1
    Controller ID: n/a
Vendor/Product ID: n/a
        FF Driver: n/a

      Device Name: Natural® Ergonomic Keyboard 4000
         Attached: 1
    Controller ID: 0x0
Vendor/Product ID: 0x045E, 0x00DB
        FF Driver: n/a

      Device Name: 2.4G Mouse
         Attached: 1
    Controller ID: 0x0
Vendor/Product ID: 0x1D57, 0x0001
        FF Driver: n/a

      Device Name: 2.4G Mouse
         Attached: 1
    Controller ID: 0x0
Vendor/Product ID: 0x1D57, 0x0001
        FF Driver: n/a

Poll w/ Interrupt: No

-----------
USB Devices
-----------
+ USB-Root-Hub (USB 3.0)
| Vendor/Product ID: 0x1022, 0x7814
| Matching Device ID: USB\ROOT_HUB30
| Service: USBHUB3
| Driver: USBHUB3.SYS, 11/9/2018 03:49:37, 565048 bytes
| 
+-+ USB-Verbundgerät
| | Vendor/Product ID: 0x1D57, 0x0001
| | Location: Port_#0004.Hub_#0005
| | Matching Device ID: USB\COMPOSITE
| | Service: usbccgp
| | Driver: usbccgp.sys, 4/12/2018 00:33:52, 168864 bytes
| | 
| +-+ USB-Eingabegerät
| | | Vendor/Product ID: 0x1D57, 0x0001
| | | Location: 0000.0010.0000.004.000.000.000.000.000
| | | Matching Device ID: USB\Class_03&SubClass_01
| | | Service: HidUsb
| | | Driver: hidusb.sys, 4/12/2018 00:33:52, 42496 bytes
| | | Driver: hidclass.sys, 4/12/2018 00:33:52, 173568 bytes
| | | Driver: hidparse.sys, 6/8/2018 10:01:36, 46080 bytes
| | | 
| | +-+ HID-Tastatur
| | | | Vendor/Product ID: 0x1D57, 0x0001
| | | | Matching Device ID: HID_DEVICE_SYSTEM_KEYBOARD
| | | | Service: kbdhid
| | | | Driver: kbdhid.sys, 4/12/2018 00:33:52, 40448 bytes
| | | | Driver: kbdclass.sys, 4/12/2018 00:33:52, 63904 bytes
| | | 
| +-+ USB-Eingabegerät
| | | Vendor/Product ID: 0x1D57, 0x0001
| | | Location: 0000.0010.0000.004.000.000.000.000.000
| | | Matching Device ID: USB\Class_03&SubClass_01
| | | Service: HidUsb
| | | Driver: hidusb.sys, 4/12/2018 00:33:52, 42496 bytes
| | | Driver: hidclass.sys, 4/12/2018 00:33:52, 173568 bytes
| | | Driver: hidparse.sys, 6/8/2018 10:01:36, 46080 bytes
| | | 
| | +-+ HID-konforme Maus
| | | | Vendor/Product ID: 0x1D57, 0x0001
| | | | Matching Device ID: HID_DEVICE_SYSTEM_MOUSE
| | | | Service: mouhid
| | | | Driver: mouhid.sys, 4/12/2018 00:33:52, 33280 bytes
| | | | Driver: mouclass.sys, 4/12/2018 00:33:52, 56728 bytes
| | 
+-+ Generischer USB-Hub
| | Vendor/Product ID: 0x2109, 0x2812
| | Location: Port_#0003.Hub_#0005
| | Matching Device ID: USB\USB20_HUB
| | Service: USBHUB3
| | Driver: USBHUB3.SYS, 11/9/2018 03:49:37, 565048 bytes
| | 
| +-+ Generischer USB-Hub
| | | Vendor/Product ID: 0x1A40, 0x0101
| | | Location: Port_#0003.Hub_#0006
| | | Matching Device ID: USB\USB20_HUB
| | | Service: USBHUB3
| | | Driver: USBHUB3.SYS, 11/9/2018 03:49:37, 565048 bytes
| | | 
| | +-+ USB-Verbundgerät
| | | | Vendor/Product ID: 0x045E, 0x00DB
| | | | Location: Port_#0003.Hub_#0007
| | | | Matching Device ID: USB\COMPOSITE
| | | | Service: usbccgp
| | | | Driver: usbccgp.sys, 4/12/2018 00:33:52, 168864 bytes
| | | | 
| | | +-+ Microsoft-Hardware – USB-Tastatur
| | | | | Vendor/Product ID: 0x045E, 0x00DB
| | | | | Location: 0000.0010.0000.003.003.003.000.000.000
| | | | | Matching Device ID: usb\vid_045e&pid_00db&mi_00
| | | | | Service: HidUsb
| | | | | Driver: hidusb.sys, 4/12/2018 00:33:52, 42496 bytes
| | | | | Driver: hidclass.sys, 4/12/2018 00:33:52, 173568 bytes
| | | | | Driver: hidparse.sys, 6/8/2018 10:01:36, 46080 bytes
| | | | | Driver: coin99itp.dll, 11/12/2015 20:07:36, 466728 bytes
| | | | | 
| | | | +-+ HID-Tastatur
| | | | | | Vendor/Product ID: 0x045E, 0x00DB
| | | | | | Matching Device ID: HID_DEVICE_SYSTEM_KEYBOARD
| | | | | | Service: kbdhid
| | | | | | Driver: kbdhid.sys, 4/12/2018 00:33:52, 40448 bytes
| | | | | | Driver: kbdclass.sys, 4/12/2018 00:33:52, 63904 bytes

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

------------
PS/2 Devices
------------
+ PS/2-Standardtastatur
| Matching Device ID: *PNP0303
| Service: i8042prt
| Driver: i8042prt.sys, 4/12/2018 00:33:52, 105984 bytes
| Driver: kbdclass.sys, 4/12/2018 00:33:52, 63904 bytes
| 
+ ELAN Input Device
| Matching Device ID: acpi\etd061b
| Upper Filters: ETD
| Service: i8042prt
| Driver: ETD.sys, 10/7/2015 01:11:38, 525512 bytes
| Driver: ETDCtrl.exe, 10/7/2015 01:11:38, 3242696 bytes
| Driver: ETDUninst.dll, 10/7/2015 01:11:40, 2238152 bytes
| Driver: ETDUn_inst.exe, 10/7/2015 01:11:40, 2451144 bytes
| Driver: ETDDeviceInformation.exe, 10/7/2015 01:11:38, 2790088 bytes
| Driver: ETD_DLL.dll, 10/7/2015 01:11:40, 2549448 bytes
| Driver: ETDService.exe, 10/7/2015 01:11:38, 144072 bytes
| Driver: ETDCtrlHelper.exe, 10/7/2015 01:11:38, 2580168 bytes
| Driver: ETDApix.dll, 10/7/2015 01:11:38, 2641608 bytes
| Driver: ETDCmds.dll, 10/7/2015 01:11:38, 2755784 bytes
| Driver: ETDMcpl.dll, 10/7/2015 01:11:40, 5241032 bytes
| Driver: ETDAniConf.exe, 10/7/2015 01:11:38, 8405192 bytes
| Driver: ETDSetup.ini, 9/25/2015 03:09:02, 439676 bytes
| Driver: ETDFavorite.dll, 10/7/2015 01:11:38, 2591432 bytes
| Driver: mouclass.sys, 4/12/2018 00:33:52, 56728 bytes
| Driver: i8042prt.sys, 4/12/2018 00:33:52, 105984 bytes
| Driver: ETDCoInstaller01000.dll, 10/7/2015 01:11:38, 56008 bytes

------------------------
Disk & DVD/CD-ROM Drives
------------------------
      Drive: C:
 Free Space: 58.9 GB
Total Space: 209.9 GB
File System: NTFS
      Model: ST1000LM014-1EJ164

      Drive: D:
 Free Space: 82.4 GB
Total Space: 381.3 GB
File System: FAT32
      Model: ST1000LM014-1EJ164

      Drive: E:
 Free Space: 120.7 GB
Total Space: 361.8 GB
File System: NTFS
      Model: ST1000LM014-1EJ164

      Drive: F:
      Model: HL-DT-ST DVDRAM GU70N
     Driver: c:\windows\system32\drivers\cdrom.sys, 10.00.17134.0137 (German), 6/15/2018 05:36:47, 159744 bytes

--------------
System Devices
--------------
     Name: PCI Standard-Host-CPU-Brücke
Device ID: PCI\VEN_1022&DEV_1404&SUBSYS_00000000&REV_00\3&2411E6FE&0&C4
   Driver: n/a

     Name: High Definition Audio-Controller
Device ID: PCI\VEN_1022&DEV_780D&SUBSYS_397C17AA&REV_01\3&2411E6FE&0&A2
   Driver: C:\WINDOWS\system32\DRIVERS\hdaudbus.sys, 10.00.17134.0001 (English), 4/12/2018 00:33:45, 86016 bytes
   Driver: C:\WINDOWS\system32\DRIVERS\drmk.sys, 10.00.17134.0001 (English), 4/12/2018 00:33:46, 98304 bytes
   Driver: C:\WINDOWS\system32\DRIVERS\portcls.sys, 10.00.17134.0001 (English), 4/12/2018 00:33:46, 379392 bytes

     Name: Qualcomm Atheros AR956x Wireless Network Adapter
Device ID: PCI\VEN_168C&DEV_0036&SUBSYS_302617AA&REV_01\4&288455B5&0&0028
   Driver: C:\WINDOWS\system32\DRIVERS\athw10x.sys, 10.00.0000.0341 (English), 5/11/2016 10:00:00, 4317112 bytes

     Name: AMD USB 3.0 eXtensible-Hostcontroller – 1.0 (Microsoft)
Device ID: PCI\VEN_1022&DEV_7814&SUBSYS_397C17AA&REV_09\3&2411E6FE&0&80
   Driver: C:\WINDOWS\system32\DRIVERS\USBXHCI.SYS, 10.00.17134.0001 (German), 4/12/2018 00:33:52, 434592 bytes
   Driver: C:\WINDOWS\system32\DRIVERS\UMDF\UsbXhciCompanion.dll, 10.00.17134.0001 (English), 4/12/2018 00:33:52, 123576 bytes

     Name: Standard OpenHCD USB-Hostcontroller
Device ID: PCI\VEN_1022&DEV_7807&SUBSYS_397C17AA&REV_11\3&2411E6FE&0&98
   Driver: C:\WINDOWS\system32\drivers\usbohci.sys, 10.00.17134.0001 (English), 4/12/2018 00:33:52, 30208 bytes
   Driver: C:\WINDOWS\system32\drivers\usbport.sys, 10.00.17134.0001 (German), 4/12/2018 00:33:52, 412576 bytes
   Driver: C:\WINDOWS\system32\drivers\usbhub.sys, 10.00.17134.0001 (German), 4/12/2018 00:33:52, 514464 bytes

     Name: Standard OpenHCD USB-Hostcontroller
Device ID: PCI\VEN_1022&DEV_7807&SUBSYS_397C17AA&REV_11\3&2411E6FE&0&90
   Driver: C:\WINDOWS\system32\drivers\usbohci.sys, 10.00.17134.0001 (English), 4/12/2018 00:33:52, 30208 bytes
   Driver: C:\WINDOWS\system32\drivers\usbport.sys, 10.00.17134.0001 (German), 4/12/2018 00:33:52, 412576 bytes
   Driver: C:\WINDOWS\system32\drivers\usbhub.sys, 10.00.17134.0001 (German), 4/12/2018 00:33:52, 514464 bytes

     Name: PCI Standard-Host-CPU-Brücke
Device ID: PCI\VEN_1022&DEV_1402&SUBSYS_00000000&REV_00\3&2411E6FE&0&C2
   Driver: n/a

     Name: Standardmäßiger SATA AHCI- Controller
Device ID: PCI\VEN_1022&DEV_7801&SUBSYS_397C17AA&REV_00\3&2411E6FE&0&88
   Driver: C:\WINDOWS\system32\DRIVERS\storahci.sys, 10.00.17134.0001 (English), 4/12/2018 00:33:49, 156056 bytes

     Name: AMD Radeon HD 8650G
Device ID: PCI\VEN_1002&DEV_990B&SUBSYS_380417AA&REV_00\3&2411E6FE&0&08
   Driver: C:\WINDOWS\system32\DRIVERS\atikmdag.sys, 8.01.0001.1500 (English), 10/9/2015 10:12:36, 21633552 bytes
   Driver: C:\WINDOWS\system32\DRIVERS\ati2erec.dll, 1.00.0000.0024 (English), 10/9/2015 10:11:22, 52240 bytes
   Driver: C:\WINDOWS\system32\DRIVERS\amdacpksd.sys, 2.15.0030.0019 (English), 10/9/2015 10:08:26, 306416 bytes
   Driver: C:\WINDOWS\system32\atiumd64.dll, 9.14.0010.1128 (English), 10/9/2015 10:18:52, 8864960 bytes
   Driver: C:\WINDOWS\system32\atiumd6a.dll, 8.14.0010.0513 (English), 10/9/2015 10:19:10, 8979792 bytes
   Driver: C:\WINDOWS\system32\atitmm64.dll, 6.14.0011.0025 (English), 10/9/2015 10:14:00, 199696 bytes
   Driver: C:\WINDOWS\system32\amdpcom64.dll, 8.14.0010.0023 (English), 10/9/2015 10:17:44, 88032 bytes
   Driver: C:\WINDOWS\system32\atimpc64.dll, 8.14.0010.0023 (English), 10/9/2015 10:18:40, 88032 bytes
   Driver: C:\WINDOWS\system32\atiadlxx.dll, 7.15.0020.1301 (English), 10/9/2015 10:11:26, 1256472 bytes
   Driver: C:\WINDOWS\system32\atiumd6a.cap, 10/9/2015 09:40:00, 3437632 bytes
   Driver: C:\WINDOWS\system32\atimuixx.dll, 6.14.0010.1002 (English), 10/9/2015 10:12:44, 38416 bytes
   Driver: C:\WINDOWS\system32\atiapfxx.exe, 6.14.0010.1001 (English), 10/9/2015 10:11:30, 375824 bytes
   Driver: C:\WINDOWS\system32\ativvsva.dat, 10/9/2015 09:40:04, 157144 bytes
   Driver: C:\WINDOWS\system32\ativvsvl.dat, 10/9/2015 09:40:04, 204952 bytes
   Driver: C:\WINDOWS\system32\ativvaxy_cik.dat, 10/9/2015 09:40:04, 234420 bytes
   Driver: C:\WINDOWS\system32\ativvaxy_cik_nd.dat, 10/9/2015 09:40:04, 232752 bytes
   Driver: C:\WINDOWS\system32\ativce02.dat, 10/9/2015 09:40:04, 100816 bytes
   Driver: C:\WINDOWS\system32\amdmmcl6.dll, 1.06.0000.0000 (English), 10/9/2015 10:09:02, 59408 bytes
   Driver: C:\WINDOWS\system32\atiesrxx.exe, 6.14.0011.1199 (English), 10/9/2015 10:12:20, 255504 bytes
   Driver: C:\WINDOWS\system32\atieclxx.exe, 6.14.0011.1199 (English), 10/9/2015 10:12:18, 681488 bytes
   Driver: C:\WINDOWS\system32\atidemgy.dll, 4.05.5680.36465 (German), 10/9/2015 10:12:12, 451088 bytes
   Driver: C:\WINDOWS\system32\atio6axx.dll, 6.14.0010.13399 (English), 10/9/2015 10:13:22, 30760976 bytes
   Driver: C:\WINDOWS\system32\aticalrt64.dll, 6.14.0010.1848 (English), 10/9/2015 10:12:10, 71184 bytes
   Driver: C:\WINDOWS\system32\aticalcl64.dll, 6.14.0010.1848 (English), 10/9/2015 10:11:32, 64528 bytes
   Driver: C:\WINDOWS\system32\aticaldd64.dll, 6.14.0010.1848 (English), 10/9/2015 10:12:08, 15725584 bytes
   Driver: C:\WINDOWS\system32\atiapfxx.blb, 10/9/2015 09:39:42, 660912 bytes
   Driver: C:\WINDOWS\system32\amdhdl64.dll, 10/9/2015 10:08:30, 143376 bytes
   Driver: C:\WINDOWS\system32\hsa-thunk64.dll, 10/9/2015 10:14:20, 111640 bytes
   Driver: C:\WINDOWS\system32\ativce03.dat, 10/9/2015 09:40:04, 169152 bytes
   Driver: C:\WINDOWS\system32\ativvaxy_vi.dat, 10/9/2015 09:40:04, 322868 bytes
   Driver: C:\WINDOWS\system32\ativvaxy_vi_nd.dat, 10/9/2015 09:40:04, 321200 bytes
   Driver: C:\WINDOWS\system32\ativvaxy_cz_nd.dat, 10/9/2015 09:40:04, 255808 bytes
   Driver: C:\WINDOWS\system32\amde31a.dat, 10/9/2015 09:39:16, 167456 bytes
   Driver: C:\WINDOWS\system32\detoured.dll, 2.01.0000.0207 (English), 10/9/2015 10:14:00, 12816 bytes
   Driver: C:\WINDOWS\system32\amdgfxinfo64.dll, 10/9/2015 10:08:28, 213520 bytes
   Driver: C:\WINDOWS\system32\atieah64.exe, 10/9/2015 10:12:14, 168984 bytes
   Driver: C:\WINDOWS\system32\ativvaxy_FJ.dat, 10/9/2015 09:40:04, 250884 bytes
   Driver: C:\WINDOWS\system32\ativvaxy_FJ_nd.dat, 10/9/2015 09:40:04, 249088 bytes
   Driver: C:\WINDOWS\system32\amdocl12cl64.dll, 0.08.0000.0000 (English), 10/9/2015 10:10:32, 27544592 bytes
   Driver: C:\WINDOWS\system32\amdicdxx.dat, 10/9/2015 09:39:18, 833798 bytes
   Driver: C:\WINDOWS\system32\atiicdxx.dat, 10/9/2015 09:39:48, 737410 bytes
   Driver: C:\WINDOWS\system32\amdmiracast.dll, 10/9/2015 10:17:40, 471352 bytes
   Driver: C:\WINDOWS\system32\atidxx64.dll, 8.17.0010.0625 (English), 10/9/2015 10:18:36, 12062080 bytes
   Driver: C:\WINDOWS\SysWOW64\atiumdag.dll, 9.14.0010.1128 (English), 10/9/2015 10:19:18, 7482080 bytes
   Driver: C:\WINDOWS\SysWOW64\atiumdva.dll, 8.14.0010.0513 (English), 10/9/2015 10:19:28, 8007856 bytes
   Driver: C:\WINDOWS\SysWOW64\amdpcom32.dll, 8.14.0010.0023 (English), 10/9/2015 10:17:42, 81200 bytes
   Driver: C:\WINDOWS\SysWOW64\atimpc32.dll, 8.14.0010.0023 (English), 10/9/2015 10:18:38, 81200 bytes
   Driver: C:\WINDOWS\SysWOW64\atiadlxy.dll, 7.15.0020.1301 (English), 10/9/2015 10:11:28, 935440 bytes
   Driver: C:\WINDOWS\SysWOW64\atiadlxx.dll, 7.15.0020.1301 (English), 10/9/2015 10:11:28, 935440 bytes
   Driver: C:\WINDOWS\SysWOW64\atiumdva.cap, 10/9/2015 09:40:02, 3471376 bytes
   Driver: C:\WINDOWS\SysWOW64\ativvsva.dat, 10/9/2015 09:40:04, 157144 bytes
   Driver: C:\WINDOWS\SysWOW64\ativvsvl.dat, 10/9/2015 09:40:04, 204952 bytes
   Driver: C:\WINDOWS\SysWOW64\amdmmcl.dll, 1.06.0000.0000 (English), 10/9/2015 10:09:00, 48152 bytes
   Driver: C:\WINDOWS\SysWOW64\atioglxx.dll, 6.14.0010.13399 (English), 10/9/2015 10:13:54, 25308688 bytes
   Driver: C:\WINDOWS\SysWOW64\atidxx32.dll, 8.17.0010.0625 (English), 10/9/2015 10:18:26, 10191296 bytes
   Driver: C:\WINDOWS\SysWOW64\aticalrt.dll, 6.14.0010.1848 (English), 10/9/2015 10:12:10, 60944 bytes
   Driver: C:\WINDOWS\SysWOW64\aticalcl.dll, 6.14.0010.1848 (English), 10/9/2015 10:11:32, 57872 bytes
   Driver: C:\WINDOWS\SysWOW64\aticaldd.dll, 6.14.0010.1848 (English), 10/9/2015 10:11:48, 14310928 bytes
   Driver: C:\WINDOWS\SysWOW64\atiapfxx.blb, 10/9/2015 09:39:42, 660912 bytes
   Driver: C:\WINDOWS\SysWOW64\amdhdl32.dll, 10/9/2015 10:08:28, 132112 bytes
   Driver: C:\WINDOWS\SysWOW64\hsa-thunk.dll, 10/9/2015 10:14:18, 111120 bytes
   Driver: C:\WINDOWS\SysWOW64\detoured.dll, 2.01.0000.0207 (English), 10/9/2015 10:14:00, 12816 bytes
   Driver: C:\WINDOWS\SysWOW64\amdgfxinfo32.dll, 10/9/2015 10:08:26, 198672 bytes
   Driver: C:\WINDOWS\SysWOW64\atieah32.exe, 10/9/2015 10:12:14, 152592 bytes
   Driver: C:\WINDOWS\SysWOW64\amdocl12cl.dll, 0.08.0000.0000 (English), 10/9/2015 10:10:06, 22327312 bytes
   Driver: C:\WINDOWS\system32\ATIODCLI.exe, 1.00.0000.0001 (English), 10/9/2015 10:05:50, 59928 bytes
   Driver: C:\WINDOWS\system32\ATIODE.exe, 1.00.0000.0001 (English), 10/9/2015 10:13:24, 341528 bytes
   Driver: C:\WINDOWS\system32\amdave64.dll, 8.04.0006.0000 (English), 10/9/2015 10:17:30, 117640 bytes
   Driver: C:\WINDOWS\SysWOW64\amdave32.dll, 8.04.0006.0000 (English), 10/9/2015 10:17:28, 110352 bytes
   Driver: C:\WINDOWS\system32\atisamu64.dll, 7.01.0000.0001 (English), 10/9/2015 10:14:00, 97816 bytes
   Driver: C:\WINDOWS\system32\amdhcp64.dll, 1.00.0000.0001 (English), 10/9/2015 10:17:40, 151968 bytes
   Driver: C:\WINDOWS\system32\kapp_ci.sbin, 10/9/2015 09:40:06, 47664 bytes
   Driver: C:\WINDOWS\system32\kapp_si.sbin, 10/9/2015 09:40:06, 43408 bytes
   Driver: C:\WINDOWS\system32\samu_krnl_ci.sbin, 10/9/2015 09:40:06, 140240 bytes
   Driver: C:\WINDOWS\system32\samu_krnl_isv_ci.sbin, 10/9/2015 09:40:08, 138832 bytes
   Driver: C:\WINDOWS\SysWOW64\atisamu32.dll, 7.01.0000.0001 (English), 10/9/2015 10:13:56, 89616 bytes
   Driver: C:\WINDOWS\SysWOW64\amdhcp32.dll, 1.00.0000.0001 (English), 10/9/2015 10:17:38, 138416 bytes
   Driver: C:\WINDOWS\system32\DRIVERS\atikmpag.sys, 8.14.0001.6463 (English), 10/9/2015 10:12:42, 673816 bytes
   Driver: C:\WINDOWS\system32\atiu9p64.dll, 8.14.0001.6463 (English), 10/9/2015 10:18:40, 130104 bytes
   Driver: C:\WINDOWS\system32\atiuxp64.dll, 8.14.0001.6463 (English), 10/9/2015 10:19:28, 162272 bytes
   Driver: C:\WINDOWS\system32\atig6txx.dll, 8.14.0001.6463 (English), 10/9/2015 10:12:22, 165392 bytes
   Driver: C:\WINDOWS\system32\atiglpxx.dll, 8.14.0001.6463 (English), 10/9/2015 10:12:24, 78360 bytes
   Driver: C:\WINDOWS\system32\aticfx64.dll, 8.17.0010.1404 (English), 10/9/2015 10:18:14, 1467312 bytes
   Driver: C:\WINDOWS\system32\amdxc64.dll, 8.18.0010.0041 (English), 10/9/2015 10:18:04, 9191344 bytes
   Driver: C:\WINDOWS\SysWOW64\aticfx32.dll, 8.17.0010.1404 (English), 10/9/2015 10:18:10, 1213224 bytes
   Driver: C:\WINDOWS\SysWOW64\amdxc32.dll, 8.18.0010.0041 (English), 10/9/2015 10:17:52, 7575696 bytes
   Driver: C:\WINDOWS\system32\OpenCL.dll, 2.00.0004.0000 (English), 10/9/2015 10:08:22, 73752 bytes
   Driver: C:\WINDOWS\system32\amdocl64.dll, 10.00.1800.0008 (English), 10/9/2015 10:11:04, 47794192 bytes
   Driver: C:\WINDOWS\system32\amdocl_as64.exe, 10/9/2015 10:09:36, 1196064 bytes
   Driver: C:\WINDOWS\system32\amdocl_ld64.exe, 10/9/2015 10:09:40, 1070632 bytes
   Driver: C:\WINDOWS\system32\clinfo.exe, 10/9/2015 10:14:00, 243736 bytes
   Driver: C:\WINDOWS\SysWOW64\OpenCL.dll, 2.00.0004.0000 (English), 10/9/2015 10:08:22, 68112 bytes
   Driver: C:\WINDOWS\SysWOW64\amdocl.dll, 10.00.1800.0008 (English), 10/9/2015 10:09:28, 39723536 bytes
   Driver: C:\WINDOWS\SysWOW64\amdocl_as32.exe, 10/9/2015 10:09:32, 1004072 bytes
   Driver: C:\WINDOWS\SysWOW64\amdocl_ld32.exe, 10/9/2015 10:09:38, 807456 bytes
   Driver: C:\Program Files\AMD\amdkmpfd\amdkmpfd.stz, 8.14.0001.6028 (English), 10/9/2015 10:08:36, 82704 bytes
   Driver: C:\Program Files\AMD\amdkmpfd\amdkmpfd.itz, 10/9/2015 09:39:18, 1988 bytes
   Driver: C:\Program Files\AMD\amdkmpfd\amdkmpfd.ctz, 10/9/2015 09:39:18, 9805 bytes
   Driver: C:\WINDOWS\system32\atig6pxx.dll, 8.14.0001.6463 (English), 10/9/2015 10:12:20, 83984 bytes
   Driver: C:\WINDOWS\SysWOW64\atiu9pag.dll, 8.14.0001.6463 (English), 10/9/2015 10:18:40, 112400 bytes
   Driver: C:\WINDOWS\SysWOW64\atiuxpag.dll, 8.14.0001.6463 (English), 10/9/2015 10:19:30, 143088 bytes
   Driver: C:\WINDOWS\SysWOW64\atigktxx.dll, 8.14.0001.6463 (English), 10/9/2015 10:12:22, 150552 bytes
   Driver: C:\WINDOWS\SysWOW64\atiglpxx.dll, 8.14.0001.6463 (English), 10/9/2015 10:12:24, 78360 bytes
   Driver: C:\Program Files\Common Files\ATI Technologies\Multimedia\AMDh264Enc32.dll, 15.20.0000.0000 (English), 10/9/2015 10:17:34, 931760 bytes
   Driver: C:\Program Files\Common Files\ATI Technologies\Multimedia\AMDh264Enc64.dll, 15.20.0000.0000 (English), 10/9/2015 10:17:36, 1116160 bytes
   Driver: C:\Program Files\Common Files\ATI Technologies\Multimedia\AMDhwDecoder_32.dll, 1.00.0000.0001 (English), 10/9/2015 10:08:32, 217616 bytes
   Driver: C:\Program Files\Common Files\ATI Technologies\Multimedia\AMDhwDecoder_64.dll, 1.00.0000.0001 (English), 10/9/2015 10:08:34, 254992 bytes
   Driver: C:\WINDOWS\system32\coinst_15.20.dll, 1.00.0005.0009 (English), 10/9/2015 10:14:00, 874520 bytes

     Name: PCI Standard-Host-CPU-Brücke
Device ID: PCI\VEN_1022&DEV_1405&SUBSYS_00000000&REV_00\3&2411E6FE&0&C5
   Driver: n/a

     Name: PCI Standard-ISA-Brücke
Device ID: PCI\VEN_1022&DEV_780E&SUBSYS_397C17AA&REV_11\3&2411E6FE&0&A3
   Driver: C:\WINDOWS\system32\DRIVERS\msisadrv.sys, 10.00.17134.0001 (English), 4/12/2018 00:33:49, 18848 bytes

     Name: PCI-zu-PCI-Brücke
Device ID: PCI\VEN_1022&DEV_1414&SUBSYS_12341022&REV_00\3&2411E6FE&0&20
   Driver: C:\WINDOWS\system32\DRIVERS\pci.sys, 10.00.17134.0441 (German), 11/9/2018 03:48:23, 375296 bytes

     Name: PCI Standard-Host-CPU-Brücke
Device ID: PCI\VEN_1022&DEV_1400&SUBSYS_00000000&REV_00\3&2411E6FE&0&C0
   Driver: n/a

     Name: Standard PCI-zu-USB erweiterter Hostcontroller
Device ID: PCI\VEN_1022&DEV_7808&SUBSYS_397C17AA&REV_11\3&2411E6FE&0&9A
   Driver: C:\WINDOWS\system32\drivers\usbehci.sys, 10.00.17134.0001 (German), 4/12/2018 00:33:52, 95648 bytes
   Driver: C:\WINDOWS\system32\drivers\usbport.sys, 10.00.17134.0001 (German), 4/12/2018 00:33:52, 412576 bytes
   Driver: C:\WINDOWS\system32\drivers\usbhub.sys, 10.00.17134.0001 (German), 4/12/2018 00:33:52, 514464 bytes

     Name: Standard PCI-zu-USB erweiterter Hostcontroller
Device ID: PCI\VEN_1022&DEV_7808&SUBSYS_397C17AA&REV_11\3&2411E6FE&0&92
   Driver: C:\WINDOWS\system32\drivers\usbehci.sys, 10.00.17134.0001 (German), 4/12/2018 00:33:52, 95648 bytes
   Driver: C:\WINDOWS\system32\drivers\usbport.sys, 10.00.17134.0001 (German), 4/12/2018 00:33:52, 412576 bytes
   Driver: C:\WINDOWS\system32\drivers\usbhub.sys, 10.00.17134.0001 (German), 4/12/2018 00:33:52, 514464 bytes

     Name: PCI Standard-Host-CPU-Brücke
Device ID: PCI\VEN_1022&DEV_1403&SUBSYS_00000000&REV_00\3&2411E6FE&0&C3
   Driver: n/a

     Name: PCI-zu-PCI-Brücke
Device ID: PCI\VEN_1022&DEV_780F&SUBSYS_00000000&REV_40\3&2411E6FE&0&A4
   Driver: C:\WINDOWS\system32\DRIVERS\pci.sys, 10.00.17134.0441 (German), 11/9/2018 03:48:23, 375296 bytes

     Name: PCI-zu-PCI-Brücke
Device ID: PCI\VEN_1022&DEV_1412&SUBSYS_12341022&REV_00\3&2411E6FE&0&10
   Driver: C:\WINDOWS\system32\DRIVERS\pci.sys, 10.00.17134.0441 (German), 11/9/2018 03:48:23, 375296 bytes

     Name: Qualcomm Atheros AR8172/8176/8178 PCI-E Fast Ethernet Controller (NDIS 6.30)
Device ID: PCI\VEN_1969&DEV_10A0&SUBSYS_380617AA&REV_10\4&2E3C5434&0&0020
   Driver: C:\WINDOWS\system32\DRIVERS\L1C63x64.sys, 2.01.0000.0016 (English), 4/12/2018 00:33:48, 121344 bytes

     Name: AMD SMBus
Device ID: PCI\VEN_1022&DEV_780B&SUBSYS_397C17AA&REV_16\3&2411E6FE&0&A0
   Driver: n/a

     Name: AMD Radeon HD 8570M
Device ID: PCI\VEN_1002&DEV_6663&SUBSYS_380417AA&REV_00\4&5528892&0&0010
   Driver: C:\WINDOWS\system32\DRIVERS\atikmdag.sys, 8.01.0001.1500 (English), 10/9/2015 10:12:36, 21633552 bytes
   Driver: C:\WINDOWS\system32\DRIVERS\ati2erec.dll, 1.00.0000.0024 (English), 10/9/2015 10:11:22, 52240 bytes
   Driver: C:\WINDOWS\system32\DRIVERS\amdacpksd.sys, 2.15.0030.0019 (English), 10/9/2015 10:08:26, 306416 bytes
   Driver: C:\WINDOWS\system32\atiumd64.dll, 9.14.0010.1128 (English), 10/9/2015 10:18:52, 8864960 bytes
   Driver: C:\WINDOWS\system32\atiumd6a.dll, 8.14.0010.0513 (English), 10/9/2015 10:19:10, 8979792 bytes
   Driver: C:\WINDOWS\system32\atitmm64.dll, 6.14.0011.0025 (English), 10/9/2015 10:14:00, 199696 bytes
   Driver: C:\WINDOWS\system32\amdpcom64.dll, 8.14.0010.0023 (English), 10/9/2015 10:17:44, 88032 bytes
   Driver: C:\WINDOWS\system32\atimpc64.dll, 8.14.0010.0023 (English), 10/9/2015 10:18:40, 88032 bytes
   Driver: C:\WINDOWS\system32\atiadlxx.dll, 7.15.0020.1301 (English), 10/9/2015 10:11:26, 1256472 bytes
   Driver: C:\WINDOWS\system32\atiumd6a.cap, 10/9/2015 09:40:00, 3437632 bytes
   Driver: C:\WINDOWS\system32\atimuixx.dll, 6.14.0010.1002 (English), 10/9/2015 10:12:44, 38416 bytes
   Driver: C:\WINDOWS\system32\atiapfxx.exe, 6.14.0010.1001 (English), 10/9/2015 10:11:30, 375824 bytes
   Driver: C:\WINDOWS\system32\ativvsva.dat, 10/9/2015 09:40:04, 157144 bytes
   Driver: C:\WINDOWS\system32\ativvsvl.dat, 10/9/2015 09:40:04, 204952 bytes
   Driver: C:\WINDOWS\system32\ativvaxy_cik.dat, 10/9/2015 09:40:04, 234420 bytes
   Driver: C:\WINDOWS\system32\ativvaxy_cik_nd.dat, 10/9/2015 09:40:04, 232752 bytes
   Driver: C:\WINDOWS\system32\ativce02.dat, 10/9/2015 09:40:04, 100816 bytes
   Driver: C:\WINDOWS\system32\amdmmcl6.dll, 1.06.0000.0000 (English), 10/9/2015 10:09:02, 59408 bytes
   Driver: C:\WINDOWS\system32\atiesrxx.exe, 6.14.0011.1199 (English), 10/9/2015 10:12:20, 255504 bytes
   Driver: C:\WINDOWS\system32\atieclxx.exe, 6.14.0011.1199 (English), 10/9/2015 10:12:18, 681488 bytes
   Driver: C:\WINDOWS\system32\atidemgy.dll, 4.05.5680.36465 (German), 10/9/2015 10:12:12, 451088 bytes
   Driver: C:\WINDOWS\system32\atio6axx.dll, 6.14.0010.13399 (English), 10/9/2015 10:13:22, 30760976 bytes
   Driver: C:\WINDOWS\system32\aticalrt64.dll, 6.14.0010.1848 (English), 10/9/2015 10:12:10, 71184 bytes
   Driver: C:\WINDOWS\system32\aticalcl64.dll, 6.14.0010.1848 (English), 10/9/2015 10:11:32, 64528 bytes
   Driver: C:\WINDOWS\system32\aticaldd64.dll, 6.14.0010.1848 (English), 10/9/2015 10:12:08, 15725584 bytes
   Driver: C:\WINDOWS\system32\atiapfxx.blb, 10/9/2015 09:39:42, 660912 bytes
   Driver: C:\WINDOWS\system32\amdhdl64.dll, 10/9/2015 10:08:30, 143376 bytes
   Driver: C:\WINDOWS\system32\hsa-thunk64.dll, 10/9/2015 10:14:20, 111640 bytes
   Driver: C:\WINDOWS\system32\ativce03.dat, 10/9/2015 09:40:04, 169152 bytes
   Driver: C:\WINDOWS\system32\ativvaxy_vi.dat, 10/9/2015 09:40:04, 322868 bytes
   Driver: C:\WINDOWS\system32\ativvaxy_vi_nd.dat, 10/9/2015 09:40:04, 321200 bytes
   Driver: C:\WINDOWS\system32\ativvaxy_cz_nd.dat, 10/9/2015 09:40:04, 255808 bytes
   Driver: C:\WINDOWS\system32\amde31a.dat, 10/9/2015 09:39:16, 167456 bytes
   Driver: C:\WINDOWS\system32\detoured.dll, 2.01.0000.0207 (English), 10/9/2015 10:14:00, 12816 bytes
   Driver: C:\WINDOWS\system32\amdgfxinfo64.dll, 10/9/2015 10:08:28, 213520 bytes
   Driver: C:\WINDOWS\system32\atieah64.exe, 10/9/2015 10:12:14, 168984 bytes
   Driver: C:\WINDOWS\system32\ativvaxy_FJ.dat, 10/9/2015 09:40:04, 250884 bytes
   Driver: C:\WINDOWS\system32\ativvaxy_FJ_nd.dat, 10/9/2015 09:40:04, 249088 bytes
   Driver: C:\WINDOWS\system32\amdocl12cl64.dll, 0.08.0000.0000 (English), 10/9/2015 10:10:32, 27544592 bytes
   Driver: C:\WINDOWS\system32\amdicdxx.dat, 10/9/2015 09:39:18, 833798 bytes
   Driver: C:\WINDOWS\system32\atiicdxx.dat, 10/9/2015 09:39:48, 737410 bytes
   Driver: C:\WINDOWS\system32\amdmiracast.dll, 10/9/2015 10:17:40, 471352 bytes
   Driver: C:\WINDOWS\system32\atidxx64.dll, 8.17.0010.0625 (English), 10/9/2015 10:18:36, 12062080 bytes
   Driver: C:\WINDOWS\SysWOW64\atiumdag.dll, 9.14.0010.1128 (English), 10/9/2015 10:19:18, 7482080 bytes
   Driver: C:\WINDOWS\SysWOW64\atiumdva.dll, 8.14.0010.0513 (English), 10/9/2015 10:19:28, 8007856 bytes
   Driver: C:\WINDOWS\SysWOW64\amdpcom32.dll, 8.14.0010.0023 (English), 10/9/2015 10:17:42, 81200 bytes
   Driver: C:\WINDOWS\SysWOW64\atimpc32.dll, 8.14.0010.0023 (English), 10/9/2015 10:18:38, 81200 bytes
   Driver: C:\WINDOWS\SysWOW64\atiadlxy.dll, 7.15.0020.1301 (English), 10/9/2015 10:11:28, 935440 bytes
   Driver: C:\WINDOWS\SysWOW64\atiadlxx.dll, 7.15.0020.1301 (English), 10/9/2015 10:11:28, 935440 bytes
   Driver: C:\WINDOWS\SysWOW64\atiumdva.cap, 10/9/2015 09:40:02, 3471376 bytes
   Driver: C:\WINDOWS\SysWOW64\ativvsva.dat, 10/9/2015 09:40:04, 157144 bytes
   Driver: C:\WINDOWS\SysWOW64\ativvsvl.dat, 10/9/2015 09:40:04, 204952 bytes
   Driver: C:\WINDOWS\SysWOW64\amdmmcl.dll, 1.06.0000.0000 (English), 10/9/2015 10:09:00, 48152 bytes
   Driver: C:\WINDOWS\SysWOW64\atioglxx.dll, 6.14.0010.13399 (English), 10/9/2015 10:13:54, 25308688 bytes
   Driver: C:\WINDOWS\SysWOW64\atidxx32.dll, 8.17.0010.0625 (English), 10/9/2015 10:18:26, 10191296 bytes
   Driver: C:\WINDOWS\SysWOW64\aticalrt.dll, 6.14.0010.1848 (English), 10/9/2015 10:12:10, 60944 bytes
   Driver: C:\WINDOWS\SysWOW64\aticalcl.dll, 6.14.0010.1848 (English), 10/9/2015 10:11:32, 57872 bytes
   Driver: C:\WINDOWS\SysWOW64\aticaldd.dll, 6.14.0010.1848 (English), 10/9/2015 10:11:48, 14310928 bytes
   Driver: C:\WINDOWS\SysWOW64\atiapfxx.blb, 10/9/2015 09:39:42, 660912 bytes
   Driver: C:\WINDOWS\SysWOW64\amdhdl32.dll, 10/9/2015 10:08:28, 132112 bytes
   Driver: C:\WINDOWS\SysWOW64\hsa-thunk.dll, 10/9/2015 10:14:18, 111120 bytes
   Driver: C:\WINDOWS\SysWOW64\detoured.dll, 2.01.0000.0207 (English), 10/9/2015 10:14:00, 12816 bytes
   Driver: C:\WINDOWS\SysWOW64\amdgfxinfo32.dll, 10/9/2015 10:08:26, 198672 bytes
   Driver: C:\WINDOWS\SysWOW64\atieah32.exe, 10/9/2015 10:12:14, 152592 bytes
   Driver: C:\WINDOWS\SysWOW64\amdocl12cl.dll, 0.08.0000.0000 (English), 10/9/2015 10:10:06, 22327312 bytes
   Driver: C:\WINDOWS\system32\ATIODCLI.exe, 1.00.0000.0001 (English), 10/9/2015 10:05:50, 59928 bytes
   Driver: C:\WINDOWS\system32\ATIODE.exe, 1.00.0000.0001 (English), 10/9/2015 10:13:24, 341528 bytes
   Driver: C:\WINDOWS\system32\amdave64.dll, 8.04.0006.0000 (English), 10/9/2015 10:17:30, 117640 bytes
   Driver: C:\WINDOWS\SysWOW64\amdave32.dll, 8.04.0006.0000 (English), 10/9/2015 10:17:28, 110352 bytes
   Driver: C:\WINDOWS\system32\atisamu64.dll, 7.01.0000.0001 (English), 10/9/2015 10:14:00, 97816 bytes
   Driver: C:\WINDOWS\system32\amdhcp64.dll, 1.00.0000.0001 (English), 10/9/2015 10:17:40, 151968 bytes
   Driver: C:\WINDOWS\system32\kapp_ci.sbin, 10/9/2015 09:40:06, 47664 bytes
   Driver: C:\WINDOWS\system32\kapp_si.sbin, 10/9/2015 09:40:06, 43408 bytes
   Driver: C:\WINDOWS\system32\samu_krnl_ci.sbin, 10/9/2015 09:40:06, 140240 bytes
   Driver: C:\WINDOWS\system32\samu_krnl_isv_ci.sbin, 10/9/2015 09:40:08, 138832 bytes
   Driver: C:\WINDOWS\SysWOW64\atisamu32.dll, 7.01.0000.0001 (English), 10/9/2015 10:13:56, 89616 bytes
   Driver: C:\WINDOWS\SysWOW64\amdhcp32.dll, 1.00.0000.0001 (English), 10/9/2015 10:17:38, 138416 bytes
   Driver: C:\WINDOWS\system32\DRIVERS\atikmpag.sys, 8.14.0001.6463 (English), 10/9/2015 10:12:42, 673816 bytes
   Driver: C:\WINDOWS\system32\atiu9p64.dll, 8.14.0001.6463 (English), 10/9/2015 10:18:40, 130104 bytes
   Driver: C:\WINDOWS\system32\atiuxp64.dll, 8.14.0001.6463 (English), 10/9/2015 10:19:28, 162272 bytes
   Driver: C:\WINDOWS\system32\atig6txx.dll, 8.14.0001.6463 (English), 10/9/2015 10:12:22, 165392 bytes
   Driver: C:\WINDOWS\system32\atiglpxx.dll, 8.14.0001.6463 (English), 10/9/2015 10:12:24, 78360 bytes
   Driver: C:\WINDOWS\system32\aticfx64.dll, 8.17.0010.1404 (English), 10/9/2015 10:18:14, 1467312 bytes
   Driver: C:\WINDOWS\system32\amdxc64.dll, 8.18.0010.0041 (English), 10/9/2015 10:18:04, 9191344 bytes
   Driver: C:\WINDOWS\SysWOW64\aticfx32.dll, 8.17.0010.1404 (English), 10/9/2015 10:18:10, 1213224 bytes
   Driver: C:\WINDOWS\SysWOW64\amdxc32.dll, 8.18.0010.0041 (English), 10/9/2015 10:17:52, 7575696 bytes
   Driver: C:\WINDOWS\system32\OpenCL.dll, 2.00.0004.0000 (English), 10/9/2015 10:08:22, 73752 bytes
   Driver: C:\WINDOWS\system32\amdocl64.dll, 10.00.1800.0008 (English), 10/9/2015 10:11:04, 47794192 bytes
   Driver: C:\WINDOWS\system32\amdocl_as64.exe, 10/9/2015 10:09:36, 1196064 bytes
   Driver: C:\WINDOWS\system32\amdocl_ld64.exe, 10/9/2015 10:09:40, 1070632 bytes
   Driver: C:\WINDOWS\system32\clinfo.exe, 10/9/2015 10:14:00, 243736 bytes
   Driver: C:\WINDOWS\SysWOW64\OpenCL.dll, 2.00.0004.0000 (English), 10/9/2015 10:08:22, 68112 bytes
   Driver: C:\WINDOWS\SysWOW64\amdocl.dll, 10.00.1800.0008 (English), 10/9/2015 10:09:28, 39723536 bytes
   Driver: C:\WINDOWS\SysWOW64\amdocl_as32.exe, 10/9/2015 10:09:32, 1004072 bytes
   Driver: C:\WINDOWS\SysWOW64\amdocl_ld32.exe, 10/9/2015 10:09:38, 807456 bytes
   Driver: C:\Program Files\AMD\amdkmpfd\amdkmpfd.stz, 8.14.0001.6028 (English), 10/9/2015 10:08:36, 82704 bytes
   Driver: C:\Program Files\AMD\amdkmpfd\amdkmpfd.itz, 10/9/2015 09:39:18, 1988 bytes
   Driver: C:\Program Files\AMD\amdkmpfd\amdkmpfd.ctz, 10/9/2015 09:39:18, 9805 bytes
   Driver: C:\WINDOWS\system32\atig6pxx.dll, 8.14.0001.6463 (English), 10/9/2015 10:12:20, 83984 bytes
   Driver: C:\WINDOWS\SysWOW64\atiu9pag.dll, 8.14.0001.6463 (English), 10/9/2015 10:18:40, 112400 bytes
   Driver: C:\WINDOWS\SysWOW64\atiuxpag.dll, 8.14.0001.6463 (English), 10/9/2015 10:19:30, 143088 bytes
   Driver: C:\WINDOWS\SysWOW64\atigktxx.dll, 8.14.0001.6463 (English), 10/9/2015 10:12:22, 150552 bytes
   Driver: C:\WINDOWS\SysWOW64\atiglpxx.dll, 8.14.0001.6463 (English), 10/9/2015 10:12:24, 78360 bytes
   Driver: C:\WINDOWS\system32\coinst_15.20.dll, 1.00.0005.0009 (English), 10/9/2015 10:14:00, 874520 bytes

     Name: PCI-zu-PCI-Brücke
Device ID: PCI\VEN_1022&DEV_1415&SUBSYS_12341022&REV_00\3&2411E6FE&0&28
   Driver: C:\WINDOWS\system32\DRIVERS\pci.sys, 10.00.17134.0441 (German), 11/9/2018 03:48:23, 375296 bytes

     Name: PCI Standard-Host-CPU-Brücke
Device ID: PCI\VEN_1022&DEV_1401&SUBSYS_00000000&REV_00\3&2411E6FE&0&C1
   Driver: n/a

     Name: High Definition Audio Bus
Device ID: PCI\VEN_1002&DEV_9902&SUBSYS_397C17AA&REV_00\3&2411E6FE&0&09
   Driver: C:\WINDOWS\system32\DRIVERS\amdkmafd.sys, 8.14.0001.6003 (English), 7/28/2015 18:45:36, 40720 bytes
   Driver: C:\WINDOWS\system32\DRIVERS\hdaudbus.sys, 10.00.17134.0001 (English), 4/12/2018 00:33:45, 86016 bytes
   Driver: C:\WINDOWS\system32\DRIVERS\drmk.sys, 10.00.17134.0001 (English), 4/12/2018 00:33:46, 98304 bytes
   Driver: C:\WINDOWS\system32\DRIVERS\portcls.sys, 10.00.17134.0001 (English), 4/12/2018 00:33:46, 379392 bytes

     Name: PCI Standard-Host-CPU-Brücke
Device ID: PCI\VEN_1022&DEV_1410&SUBSYS_14101022&REV_00\3&2411E6FE&0&00
   Driver: n/a

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

DirectShow Filters:
WMAudio Decoder DMO,0x00800800,1,1,WMADMOD.DLL,10.00.17134.0001
WMAPro over S/PDIF DMO,0x00600800,1,1,WMADMOD.DLL,10.00.17134.0001
WMSpeech Decoder DMO,0x00600800,1,1,WMSPDMOD.DLL,10.00.17134.0001
MP3 Decoder DMO,0x00600800,1,1,mp3dmod.dll,10.00.17134.0001
Mpeg4s Decoder DMO,0x00800001,1,1,mp4sdecd.dll,10.00.17134.0001
WMV Screen decoder DMO,0x00600800,1,1,wmvsdecd.dll,10.00.17134.0001
WMVideo Decoder DMO,0x00800001,1,1,wmvdecod.dll,10.00.17134.0471
Mpeg43 Decoder DMO,0x00800001,1,1,mp43decd.dll,10.00.17134.0001
Mpeg4 Decoder DMO,0x00800001,1,1,mpg4decd.dll,10.00.17134.0001
Xiph.Org Vorbis Decoder,0x00600000,1,1,dsfVorbisDecoder.dll,
DV Muxer,0x00400000,0,0,qdv.dll,10.00.17134.0001
Color Space Converter,0x00400001,1,1,quartz.dll,10.00.17134.0001
WM ASF Reader,0x00400000,0,0,qasf.dll,12.00.17134.0001
AVI Splitter,0x00600000,1,1,quartz.dll,10.00.17134.0001
VGA 16 Color Ditherer,0x00400000,1,1,quartz.dll,10.00.17134.0001
SBE2MediaTypeProfile,0x00200000,0,0,sbe.dll,10.00.17134.0001
Microsoft DTV-DVD Video Decoder,0x005fffff,2,4,msmpeg2vdec.dll,10.00.17134.0471
AC3 Parser Filter,0x00600000,1,1,mpg2splt.ax,10.00.17134.0001
StreamBufferSink,0x00200000,0,0,sbe.dll,10.00.17134.0001
MJPEG Decompressor,0x00600000,1,1,quartz.dll,10.00.17134.0001
MPEG-I Stream Splitter,0x00600000,1,2,quartz.dll,10.00.17134.0001
Xiph.Org FLAC Decoder,0x00600000,1,1,dsfFLACDecoder.dll,
SAMI (CC) Parser,0x00400000,1,1,quartz.dll,10.00.17134.0001
VBI Codec,0x00600000,1,4,VBICodec.ax,10.00.17134.0001
MPEG-2 Splitter,0x005fffff,1,0,mpg2splt.ax,10.00.17134.0001
Closed Captions Analysis Filter,0x00200000,2,5,cca.dll,10.00.17134.0001
SBE2FileScan,0x00200000,0,0,sbe.dll,10.00.17134.0001
Microsoft MPEG-2 Video Encoder,0x00200000,1,1,msmpeg2enc.dll,10.00.17134.0112
Internal Script Command Renderer,0x00800001,1,0,quartz.dll,10.00.17134.0001
MPEG Audio Decoder,0x03680001,1,1,quartz.dll,10.00.17134.0001
DV Splitter,0x00600000,1,2,qdv.dll,10.00.17134.0001
Video Mixing Renderer 9,0x00200000,1,0,quartz.dll,10.00.17134.0001
Microsoft MPEG-2 Encoder,0x00200000,2,1,msmpeg2enc.dll,10.00.17134.0112
ACM Wrapper,0x00600000,1,1,quartz.dll,10.00.17134.0001
Video Renderer,0x00800001,1,0,quartz.dll,10.00.17134.0001
MPEG-2 Video Stream Analyzer,0x00200000,0,0,sbe.dll,10.00.17134.0001
Xiph.Org Native FLAC Decoder,0x00600000,0,1,dsfNativeFLACSource.dll,
Line 21 Decoder,0x00600000,1,1,,
Video Port Manager,0x00600000,2,1,quartz.dll,10.00.17134.0001
Video Renderer,0x00400000,1,0,quartz.dll,10.00.17134.0001
VPS Decoder,0x00200000,0,0,WSTPager.ax,10.00.17134.0001
WM ASF Writer,0x00400000,0,0,qasf.dll,12.00.17134.0001
VBI Surface Allocator,0x00600000,1,1,vbisurf.ax,
File writer,0x00200000,1,0,qcap.dll,10.00.17134.0001
DVD Navigator,0x00200000,0,3,qdvd.dll,10.00.17134.0001
Overlay Mixer2,0x00200000,1,1,,
AVI Draw,0x00600064,9,1,quartz.dll,10.00.17134.0001
Microsoft MPEG-2 Audio Encoder,0x00200000,1,1,msmpeg2enc.dll,10.00.17134.0112
WST Pager,0x00200000,1,1,WSTPager.ax,10.00.17134.0001
MPEG-2 Demultiplexer,0x00600000,1,1,mpg2splt.ax,10.00.17134.0001
DV Video Decoder,0x00800000,1,1,qdv.dll,10.00.17134.0001
SampleGrabber,0x00200000,1,1,qedit.dll,10.00.17134.0001
Null Renderer,0x00200000,1,0,qedit.dll,10.00.17134.0001
MPEG-2 Sections and Tables,0x005fffff,1,0,Mpeg2Data.ax,10.00.17134.0001
Microsoft AC3 Encoder,0x00200000,1,1,msac3enc.dll,10.00.17134.0001
Xiph.Org Ogg Demuxer,0x00600000,1,1,dsfOggDemux2.dll,
StreamBufferSource,0x00200000,0,0,sbe.dll,10.00.17134.0001
Smart Tee,0x00200000,1,2,qcap.dll,10.00.17134.0001
Overlay Mixer,0x00200000,0,0,,
AVI Decompressor,0x00600000,1,1,quartz.dll,10.00.17134.0001
AVI/WAV File Source,0x00400000,0,2,quartz.dll,10.00.17134.0001
Wave Parser,0x00400000,1,1,quartz.dll,10.00.17134.0001
MIDI Parser,0x00400000,1,1,quartz.dll,10.00.17134.0001
Multi-file Parser,0x00400000,1,1,quartz.dll,10.00.17134.0001
File stream renderer,0x00400000,1,1,quartz.dll,10.00.17134.0001
Microsoft DTV-DVD Audio Decoder,0x005fffff,1,1,msmpeg2adec.dll,10.00.17134.0471
StreamBufferSink2,0x00200000,0,0,sbe.dll,10.00.17134.0001
AVI Mux,0x00200000,1,0,qcap.dll,10.00.17134.0001
Line 21 Decoder 2,0x00600002,1,1,quartz.dll,10.00.17134.0001
File Source (Async.),0x00400000,0,1,quartz.dll,10.00.17134.0001
File Source (URL),0x00400000,0,1,quartz.dll,10.00.17134.0001
Infinite Pin Tee Filter,0x00200000,1,1,qcap.dll,10.00.17134.0001
Enhanced Video Renderer,0x00200000,1,0,evr.dll,10.00.17134.0320
BDA MPEG2 Transport Information Filter,0x00200000,2,0,psisrndr.ax,10.00.17134.0001
MPEG Video Decoder,0x40000001,1,1,quartz.dll,10.00.17134.0001

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

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

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

Audio Capture Sources:
Mikrofon (Conexant SmartAudio HD),0x00200000,0,0,qcap.dll,10.00.17134.0001

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

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

WDM Streaming Capture Devices:
Conexant HD Audio capture,0x00200000,1,1,ksproxy.ax,10.00.17134.0001
,0x00000000,0,0,,
Conexant HD Stereo Mix,0x00200000,1,1,ksproxy.ax,10.00.17134.0001
Lenovo EasyCamera,0x00200000,1,2,ksproxy.ax,10.00.17134.0001
{17CCA71B-ECD7-11D0-B908-00A0C9223196},0x00200000,2,2,ksproxy.ax,10.00.17134.0001
USB Audio Device,0x00200000,1,1,ksproxy.ax,10.00.17134.0001

WDM Streaming Rendering Devices:
{17CCA71B-ECD7-11D0-B908-00A0C9223196},0x00200000,2,2,ksproxy.ax,10.00.17134.0001
Conexant HD Audio output,0x00200000,1,1,ksproxy.ax,10.00.17134.0001
,0x00000000,0,0,,
,0x00000000,0,0,,
USB Audio Device,0x00200000,1,1,ksproxy.ax,10.00.17134.0001
{17CCA71B-ECD7-11D0-B908-00A0C9223196},0x00200000,1,1,ksproxy.ax,10.00.17134.0001

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

Video Capture Sources:
Lenovo EasyCamera,0x00200000,1,2,ksproxy.ax,10.00.17134.0001

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

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

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

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

Audio Renderers:
Lautsprecher (Conexant SmartAudio HD),0x00200000,1,0,quartz.dll,10.00.17134.0001
Default DirectSound Device,0x00800000,1,0,quartz.dll,10.00.17134.0001
Default WaveOut Device,0x00200000,1,0,quartz.dll,10.00.17134.0001
DirectSound: Lautsprecher (Conexant SmartAudio HD),0x00200000,1,0,quartz.dll,10.00.17134.0001


----------------------------
Preferred DirectShow Filters
----------------------------

[HKEY_LOCAL_MACHINE\Software\Microsoft\DirectShow\Preferred]

<media subtype GUID>, [<filter friendly name>, ]<filter CLSID>

MEDIASUBTYPE_MPEG1Payload, MPEG Video Decoder, CLSID_CMpegVideoCodec
MEDIASUBTYPE_MPEG1Packet, MPEG Video Decoder, CLSID_CMpegVideoCodec
MEDIASUBTYPE_DVD_LPCM_AUDIO, Microsoft DTV-DVD Audio Decoder, CLSID_CMPEG2AudDecoderDS
MEDIASUBTYPE_MPEG2_AUDIO, Microsoft DTV-DVD Audio Decoder, CLSID_CMPEG2AudDecoderDS
MEDIASUBTYPE_MPEG2_VIDEO, Microsoft DTV-DVD Video Decoder, CLSID_CMPEG2VidDecoderDS
{78766964-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
{7634706D-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
MEDIASUBTYPE_mp4s, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
{6C737664-0000-0010-8000-00AA00389B71}, DV Video Decoder, CLSID_DVVideoCodec
{64737664-0000-0010-8000-00AA00389B71}, DV Video Decoder, CLSID_DVVideoCodec
{64697678-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
{64687664-0000-0010-8000-00AA00389B71}, DV Video Decoder, CLSID_DVVideoCodec
{58564944-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
{5634504D-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
MEDIASUBTYPE_MP4S, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
MEDIASUBTYPE_WMVR, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
MEDIASUBTYPE_WMVP, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
MEDIASUBTYPE_MJPG, MJPEG Decompressor, CLSID_MjpegDec
{44495658-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
MEDIASUBTYPE_WMVA, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
MEDIASUBTYPE_mpg4, Mpeg4 Decoder DMO, CLSID_CMpeg4DecMediaObject
MEDIASUBTYPE_MPG4, Mpeg4 Decoder DMO, CLSID_CMpeg4DecMediaObject
MEDIASUBTYPE_h264, Microsoft DTV-DVD Video Decoder, CLSID_CMPEG2VidDecoderDS
MEDIASUBTYPE_H264, Microsoft DTV-DVD Video Decoder, CLSID_CMPEG2VidDecoderDS
MEDIASUBTYPE_WMV3, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
MEDIASUBTYPE_mp43, Mpeg43 Decoder DMO, CLSID_CMpeg43DecMediaObject
MEDIASUBTYPE_MP43, Mpeg43 Decoder DMO, CLSID_CMpeg43DecMediaObject
MEDIASUBTYPE_m4s2, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
MEDIASUBTYPE_WMV2, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
MEDIASUBTYPE_MSS2, WMV Screen decoder DMO, CLSID_CMSSCDecMediaObject
MEDIASUBTYPE_M4S2, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
MEDIASUBTYPE_WVP2, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
MEDIASUBTYPE_mp42, Mpeg4 Decoder DMO, CLSID_CMpeg4DecMediaObject
MEDIASUBTYPE_MP42, Mpeg4 Decoder DMO, CLSID_CMpeg4DecMediaObject
MEDIASUBTYPE_WMV1, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
MEDIASUBTYPE_MSS1, WMV Screen decoder DMO, CLSID_CMSSCDecMediaObject
MEDIASUBTYPE_WVC1, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
MEDIASUBTYPE_AVC1, Microsoft DTV-DVD Video Decoder, CLSID_CMPEG2VidDecoderDS
{20637664-0000-0010-8000-00AA00389B71}, DV Video Decoder, CLSID_DVVideoCodec
MEDIASUBTYPE_MPEG_LOAS, Microsoft DTV-DVD Audio Decoder, CLSID_CMPEG2AudDecoderDS
MEDIASUBTYPE_MPEG_ADTS_AAC, Microsoft DTV-DVD Audio Decoder, CLSID_CMPEG2AudDecoderDS
MEDIASUBTYPE_WMAUDIO_LOSSLESS, WMAudio Decoder DMO, CLSID_CWMADecMediaObject
MEDIASUBTYPE_WMAUDIO3, WMAudio Decoder DMO, CLSID_CWMADecMediaObject
WMMEDIASUBTYPE_WMAudioV8, WMAudio Decoder DMO, CLSID_CWMADecMediaObject
MEDIASUBTYPE_MSAUDIO1, WMAudio Decoder DMO, CLSID_CWMADecMediaObject
MEDIASUBTYPE_RAW_AAC1, Microsoft DTV-DVD Audio Decoder, CLSID_CMPEG2AudDecoderDS
WMMEDIASUBTYPE_MP3, MP3 Decoder DMO, CLSID_CMP3DecMediaObject
MEDIASUBTYPE_MPEG1AudioPayload, MPEG Audio Decoder, CLSID_CMpegAudioCodec
WMMEDIASUBTYPE_WMSP2, WMSpeech Decoder DMO, CLSID_CWMSPDecMediaObject
WMMEDIASUBTYPE_WMSP1, WMSpeech Decoder DMO, CLSID_CWMSPDecMediaObject


---------------------------
Media Foundation Transforms
---------------------------

[HKEY_LOCAL_MACHINE\Software\Classes\MediaFoundation\Transforms]

<category>:
  <transform friendly name>, <transform CLSID>, <flags>, [<merit>, ]<file name>, <file version>

Video Decoders:
  AMD D3D11 Hardware MFT Playback Decoder, {17796AEB-0F66-4663-B8FB-99CBEE0224CE}, 0x4, 8, AMDhwDecoder_64.dll, 1.00.0000.0001
  Microsoft MPEG Video Decoder MFT, {2D709E52-123F-49B5-9CBC-9AF5CDE28FB9}, 0x1, msmpeg2vdec.dll, 10.00.17134.0471
  DV Decoder MFT, {404A6DE5-D4D6-4260-9BC7-5A6CBD882432}, 0x1, mfdvdec.dll, 10.00.17134.0001
  Mpeg4s Decoder MFT, CLSID_CMpeg4sDecMFT, 0x1, mp4sdecd.dll, 10.00.17134.0001
  Microsoft H264 Video Decoder MFT, CLSID_CMSH264DecoderMFT, 0x1, msmpeg2vdec.dll, 10.00.17134.0471
  WMV Screen decoder MFT, CLSID_CMSSCDecMediaObject, 0x1, wmvsdecd.dll, 10.00.17134.0001
  WMVideo Decoder MFT, CLSID_CWMVDecMediaObject, 0x1, wmvdecod.dll, 10.00.17134.0471
  MJPEG Decoder MFT, {CB17E772-E1CC-4633-8450-5617AF577905}, 0x1, mfmjpegdec.dll, 10.00.17134.0001
  Mpeg43 Decoder MFT, CLSID_CMpeg43DecMediaObject, 0x1, mp43decd.dll, 10.00.17134.0001
  Microsoft WebM MF VP8 Decoder Transform, {E3AAF548-C9A4-4C6E-234D-5ADA374B0000}, 0x1, MSVP9DEC.dll, 10.00.17134.0471
  Mpeg4 Decoder MFT, CLSID_CMpeg4DecMediaObject, 0x1, mpg4decd.dll, 10.00.17134.0001
Video Encoders:
  AMDh264Encoder, {ADC9BC80-0F41-46C6-AB75-D693D793597D}, 0x4, 8, AMDh264Enc64.dll, 15.20.0000.0000
  H264 Encoder MFT, {6CA50344-051A-4DED-9779-A43305165E35}, 0x1, mfh264enc.dll, 10.00.17134.0001
  WMVideo8 Encoder MFT, CLSID_CWMVXEncMediaObject, 0x1, wmvxencd.dll, 10.00.17134.0001
  Microsoft MF VPX Encoder Transform, {AEB6C755-2546-4881-82CC-E15AE5EBFF3D}, 0x1, MSVPXENC.dll, 10.00.17134.0472
  H263 Encoder MFT, {BC47FCFE-98A0-4F27-BB07-698AF24F2B38}, 0x1, mfh263enc.dll, 10.00.17134.0001
  WMVideo9 Encoder MFT, CLSID_CWMV9EncMediaObject, 0x1, wmvencod.dll, 10.00.17134.0001
  Microsoft MPEG-2 Video Encoder MFT, {E6335F02-80B7-4DC4-ADFA-DFE7210D20D5}, 0x2, msmpeg2enc.dll, 10.00.17134.0112
Video Effects:
  Frame Rate Converter, CLSID_CFrameRateConvertDmo, 0x1, mfvdsp.dll, 10.00.17134.0001
  Resizer MFT, CLSID_CResizerDMO, 0x1, vidreszr.dll, 10.00.17134.0001
  VideoStabilization MFT, {51571744-7FE4-4FF2-A498-2DC34FF74F1B}, 0x1, MSVideoDSP.dll, 10.00.17134.0523
  Color Control, CLSID_CColorControlDmo, 0x1, mfvdsp.dll, 10.00.17134.0001
  Color Converter MFT, CLSID_CColorConvertDMO, 0x1, colorcnv.dll, 10.00.17134.0001
Video Processor:
  Microsoft Video Processor MFT, {88753B26-5B24-49BD-B2E7-0C445C78C982}, 0x1, msvproc.dll, 10.00.17134.0472
Audio Decoders:
  Microsoft Dolby Digital Plus Decoder MFT, {177C0AFE-900B-48D4-9E4C-57ADD250B3D4}, 0x1, DolbyDecMFT.dll, 10.00.17134.0081
  MS AMRNB Decoder MFT, {265011AE-5481-4F77-A295-ABB6FFE8D63E}, 0x1, MSAMRNBDecoder.dll, 10.00.17134.0001
  WMAudio Decoder MFT, CLSID_CWMADecMediaObject, 0x1, WMADMOD.DLL, 10.00.17134.0001
  Microsoft AAC Audio Decoder MFT, CLSID_CMSAACDecMFT, 0x1, MSAudDecMFT.dll, 10.00.17134.0471
  A-law Wrapper MFT, {36CB6E0C-78C1-42B2-9943-846262F31786}, 0x1, mfcore.dll, 10.00.17134.0471
  GSM ACM Wrapper MFT, {4A76B469-7B66-4DD4-BA2D-DDF244C766DC}, 0x1, mfcore.dll, 10.00.17134.0471
  WMAPro over S/PDIF MFT, CLSID_CWMAudioSpdTxDMO, 0x1, WMADMOD.DLL, 10.00.17134.0001
  Microsoft Opus Audio Decoder MFT, {63E17C10-2D43-4C42-8FE3-8D8B63E46A6A}, 0x1, MSOpusDecoder.dll, 10.00.17134.0001
  Microsoft FLAC Audio Decoder MFT, {6B0B3E6B-A2C5-4514-8055-AFE8A95242D9}, 0x1, MSFlacDecoder.dll, 10.00.17134.0001
  Microsoft MPEG Audio Decoder MFT, {70707B39-B2CA-4015-ABEA-F8447D22D88B}, 0x1, MSAudDecMFT.dll, 10.00.17134.0471
  WMSpeech Decoder DMO, CLSID_CWMSPDecMediaObject, 0x1, WMSPDMOD.DLL, 10.00.17134.0001
  G711 Wrapper MFT, {92B66080-5E2D-449E-90C4-C41F268E5514}, 0x1, mfcore.dll, 10.00.17134.0471
  IMA ADPCM ACM Wrapper MFT, {A16E1BFF-A80D-48AD-AECD-A35C005685FE}, 0x1, mfcore.dll, 10.00.17134.0471
  MP3 Decoder MFT, CLSID_CMP3DecMediaObject, 0x1, mp3dmod.dll, 10.00.17134.0001
  Microsoft ALAC Audio Decoder MFT, {C0CD7D12-31FC-4BBC-B363-7322EE3E1879}, 0x1, MSAlacDecoder.dll, 10.00.17134.0001
  ADPCM ACM Wrapper MFT, {CA34FE0A-5722-43AD-AF23-05F7650257DD}, 0x1, mfcore.dll, 10.00.17134.0471
  Dolby TrueHD IEC-61937 converter MFT, {CF5EEEDF-0E92-4B3B-A161-BD0FFE545E4B}, 0x1, mfaudiocnv.dll, 10.00.17134.0001
  DTS IEC-61937 converter MFT, {D035E24C-C877-42D7-A795-2A8A339B472F}, 0x1, mfaudiocnv.dll, 10.00.17134.0001
Audio Encoders:
  LPCM DVD-Audio MFT, {068A8476-9229-4CC0-9D49-2FC699DCD30A}, 0x1, mfaudiocnv.dll, 10.00.17134.0001
  MP3 Encoder ACM Wrapper MFT, {11103421-354C-4CCA-A7A3-1AFF9A5B6701}, 0x1, mfcore.dll, 10.00.17134.0471
  Microsoft FLAC Audio Encoder MFT, {128509E9-C44E-45DC-95E9-C255B8F466A6}, 0x1, MSFlacEncoder.dll, 10.00.17134.0001
  WM Speech Encoder DMO, CLSID_CWMSPEncMediaObject2, 0x1, WMSPDMOE.DLL, 10.00.17134.0001
  MS AMRNB Encoder MFT, {2FAE8AFE-04A3-423A-A814-85DB454712B0}, 0x1, MSAMRNBEncoder.dll, 10.00.17134.0001
  Microsoft MPEG-2 Audio Encoder MFT, {46A4DD5C-73F8-4304-94DF-308F760974F4}, 0x1, msmpeg2enc.dll, 10.00.17134.0112
  WMAudio Encoder MFT, CLSID_CWMAEncMediaObject, 0x1, WMADMOE.DLL, 10.00.17134.0001
  Microsoft AAC Audio Encoder MFT, {93AF0C51-2275-45D2-A35B-F2BA21CAED00}, 0x1, mfAACEnc.dll, 10.00.17134.0001
  Microsoft ALAC Audio Encoder MFT, {9AB6A28C-748E-4B6A-BFFF-CC443B8E8FB4}, 0x1, MSAlacEncoder.dll, 10.00.17134.0001
  Microsoft Dolby Digital Encoder MFT, {AC3315C9-F481-45D7-826C-0B406C1F64B8}, 0x1, msac3enc.dll, 10.00.17134.0001
Audio Effects:
  AEC, CLSID_CWMAudioAEC, 0x1, mfwmaaec.dll, 10.00.17134.0001
  Resampler MFT, CLSID_CResamplerMediaObject, 0x1, resampledmo.dll, 10.00.17134.0137
Multiplexers:
  Microsoft MPEG2 Multiplexer MFT, {AB300F71-01AB-46D2-AB6C-64906CB03258}, 0x2, mfmpeg2srcsnk.dll, 10.00.17134.0407
Others:
  Microsoft H264 Video Remux (MPEG2TSToMP4) MFT, {05A47EBB-8BF0-4CBF-AD2F-3B71D75866F5}, 0x1, msmpeg2vdec.dll, 10.00.17134.0471


--------------------------------------------
Media Foundation Enabled Hardware Categories
--------------------------------------------

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows Media Foundation\HardwareMFT]

EnableDecoders = 1


-------------------------------------
Media Foundation Byte Stream Handlers
-------------------------------------

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows Media Foundation\ByteStreamHandlers]
[HKEY_LOCAL_MACHINE\Software\Classes\MediaFoundation\MediaSources\Preferred]

<file ext. or MIME type>, <handler CLSID>, <brief description>[, Preferred]

.3g2, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
.3gp, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
.3gp2, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
.3gpp, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
.aac, {926F41F7-003E-4382-9E84-9E953BE10562}, ADTS Byte Stream Handler, Preferred
.ac3, {46031BA1-083F-47D9-8369-23C92BDAB2FF}, AC-3 Byte Stream Handler, Preferred
.adt, {926F41F7-003E-4382-9E84-9E953BE10562}, ADTS Byte Stream Handler, Preferred
.adts, {926F41F7-003E-4382-9E84-9E953BE10562}, ADTS Byte Stream Handler, Preferred
.am?, {EFE6208A-0A2C-49FA-8A01-3768B559B6DA}, MF AMRNB Media Source ByteStreamHandler
.amr, {EFE6208A-0A2C-49FA-8A01-3768B559B6DA}, MF AMRNB Media Source ByteStreamHandler, Preferred
.asf, {41457294-644C-4298-A28A-BD69F2C0CF3B}, ASF Byte Stream Handler, Preferred
.avi, {7AFA253E-F823-42F6-A5D9-714BDE467412}, AVI Byte Stream Handler, Preferred
.dvr-ms, {65964407-A5D8-4060-85B0-1CCD63F768E2}, dvr-ms Byte Stream Handler, Preferred
.dvr-ms, {A8721937-E2FB-4D7A-A9EE-4EB08C890B6E}, MF SBE Source ByteStreamHandler
.ec3, {46031BA1-083F-47D9-8369-23C92BDAB2FF}, AC-3 Byte Stream Handler, Preferred
.flac, {0E41CFB8-0506-40F4-A516-77CC23642D91}, MF FLAC Media Source ByteStreamHandler, Preferred
.m2t, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
.m2ts, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
.m4a, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
.m4v, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
.mk3d, {1F9A2C18-D89E-463E-B4F4-BB90152ACC64}, MKV Byte Stream Handler, Preferred
.mka, {1F9A2C18-D89E-463E-B4F4-BB90152ACC64}, MKV Byte Stream Handler, Preferred
.mks, {1F9A2C18-D89E-463E-B4F4-BB90152ACC64}, MKV Byte Stream Handler, Preferred
.mkv, {1F9A2C18-D89E-463E-B4F4-BB90152ACC64}, MKV Byte Stream Handler, Preferred
.mod, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
.mov, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
.mp2v, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
.mp3, {A82E50BA-8E92-41EB-9DF2-433F50EC2993}, MP3 Byte Stream Handler, Preferred
.mp4, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
.mp4v, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
.mpa, {A82E50BA-8E92-41EB-9DF2-433F50EC2993}, MP3 Byte Stream Handler, Preferred
.mpeg, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
.mpg, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
.mts, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
.nsc, {B084785C-DDE0-4D30-8CA8-05A373E185BE}, NSC Byte Stream Handler, Preferred
.sami, {7A56C4CB-D678-4188-85A8-BA2EF68FA10D}, SAMI Byte Stream Handler, Preferred
.smi, {7A56C4CB-D678-4188-85A8-BA2EF68FA10D}, SAMI Byte Stream Handler, Preferred
.tod, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
.ts, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
.tts, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
.uvu, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
.vob, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
.wav, {42C9B9F5-16FC-47EF-AF22-DA05F7C842E3}, WAV Byte Stream Handler, Preferred
.weba, {1F9A2C18-D89E-463E-B4F4-BB90152ACC64}, WEBM Byte Stream Handler, Preferred
.webm, {1F9A2C18-D89E-463E-B4F4-BB90152ACC64}, WEBM Byte Stream Handler, Preferred
.wm, {41457294-644C-4298-A28A-BD69F2C0CF3B}, ASF Byte Stream Handler, Preferred
.wma, {41457294-644C-4298-A28A-BD69F2C0CF3B}, ASF Byte Stream Handler, Preferred
.wmv, {41457294-644C-4298-A28A-BD69F2C0CF3B}, ASF Byte Stream Handler, Preferred
.wtv, {65964407-A5D8-4060-85B0-1CCD63F768E2}, WTV Byte Stream Handler, Preferred
audio/3gpp, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
audio/3gpp2, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
audio/aac, {926F41F7-003E-4382-9E84-9E953BE10562}, ADTS Byte Stream Handler, Preferred
audio/aacp, {926F41F7-003E-4382-9E84-9E953BE10562}, ADTS Byte Stream Handler, Preferred
audio/eac3, {46031BA1-083F-47D9-8369-23C92BDAB2FF}, AC-3 Byte Stream Handler, Preferred
audio/flac, {0E41CFB8-0506-40F4-A516-77CC23642D91}, MF FLAC Media Source ByteStreamHandler, Preferred
audio/L16, {3FFB3B8C-EB99-472B-8902-E1C1B05F07CF}, LPCM Byte Stream Handler, Preferred
audio/mp3, {A82E50BA-8E92-41EB-9DF2-433F50EC2993}, MP3 Byte Stream Handler, Preferred
audio/mp4, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
audio/MP4A-LATM, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
audio/mpa, {A82E50BA-8E92-41EB-9DF2-433F50EC2993}, MP3 Byte Stream Handler, Preferred
audio/mpeg, {A82E50BA-8E92-41EB-9DF2-433F50EC2993}, MP3 Byte Stream Handler, Preferred
audio/mpeg3, {A82E50BA-8E92-41EB-9DF2-433F50EC2993}, MP3 Byte Stream Handler, Preferred
audio/vnd.dlna.adts, {926F41F7-003E-4382-9E84-9E953BE10562}, ADTS Byte Stream Handler, Preferred
audio/vnd.dolby.dd-raw, {46031BA1-083F-47D9-8369-23C92BDAB2FF}, AC-3 Byte Stream Handler, Preferred
audio/wav, {42C9B9F5-16FC-47EF-AF22-DA05F7C842E3}, WAV Byte Stream Handler, Preferred
audio/webm, {1F9A2C18-D89E-463E-B4F4-BB90152ACC64}, WEBM Byte Stream Handler, Preferred
audio/x-aac, {926F41F7-003E-4382-9E84-9E953BE10562}, ADTS Byte Stream Handler, Preferred
audio/x-flac, {0E41CFB8-0506-40F4-A516-77CC23642D91}, MF FLAC Media Source ByteStreamHandler, Preferred
audio/x-m4a, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
audio/x-matroska, {1F9A2C18-D89E-463E-B4F4-BB90152ACC64}, MKV Byte Stream Handler, Preferred
audio/x-mp3, {A82E50BA-8E92-41EB-9DF2-433F50EC2993}, MP3 Byte Stream Handler, Preferred
audio/x-mpeg, {A82E50BA-8E92-41EB-9DF2-433F50EC2993}, MP3 Byte Stream Handler, Preferred
audio/x-ms-wma, {41457294-644C-4298-A28A-BD69F2C0CF3B}, ASF Byte Stream Handler, Preferred
audio/x-wav, {42C9B9F5-16FC-47EF-AF22-DA05F7C842E3}, WAV Byte Stream Handler, Preferred
video/3gpp, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
video/3gpp2, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
video/avi, {7AFA253E-F823-42F6-A5D9-714BDE467412}, AVI Byte Stream Handler, Preferred
video/mp4, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
video/mpeg, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
video/msvideo, {7AFA253E-F823-42F6-A5D9-714BDE467412}, AVI Byte Stream Handler, Preferred
video/vnd.dece.mp4, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
video/vnd.dlna.mpeg-tts, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
video/webm, {1F9A2C18-D89E-463E-B4F4-BB90152ACC64}, WEBM Byte Stream Handler, Preferred
video/x-m4v, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
video/x-matroska, {1F9A2C18-D89E-463E-B4F4-BB90152ACC64}, MKV Byte Stream Handler, Preferred
video/x-ms-asf, {41457294-644C-4298-A28A-BD69F2C0CF3B}, ASF Byte Stream Handler, Preferred
video/x-ms-wm, {41457294-644C-4298-A28A-BD69F2C0CF3B}, ASF Byte Stream Handler, Preferred
video/x-ms-wmv, {41457294-644C-4298-A28A-BD69F2C0CF3B}, ASF Byte Stream Handler, Preferred
video/x-msvideo, {7AFA253E-F823-42F6-A5D9-714BDE467412}, AVI Byte Stream Handler, Preferred


--------------------------------
Media Foundation Scheme Handlers
--------------------------------

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows Media Foundation\SchemeHandlers]
[HKEY_LOCAL_MACHINE\Software\Classes\MediaFoundation\MediaSources\Preferred]

<URL type>, <handler CLSID>, <brief description>[, Preferred]

file:, {477EC299-1421-4BDD-971F-7CCB933F21AD}, File Scheme Handler, Preferred
http:, {44CB442B-9DA9-49DF-B3FD-023777B16E50}, Http Scheme Handler
http:, {9EC4B4F9-3029-45AD-947B-344DE2A249E2}, Urlmon Scheme Handler
http:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred
httpd:, {44CB442B-9DA9-49DF-B3FD-023777B16E50}, Http Scheme Handler, Preferred
https:, {37A61C8B-7F8E-4D08-B12B-248D73E9AB4F}, Secure Http Scheme Handler, Preferred
httpsd:, {37A61C8B-7F8E-4D08-B12B-248D73E9AB4F}, Secure Http Scheme Handler, Preferred
httpt:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred
httpu:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred
mcast:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred
mcrecv:, {FA6D33D4-9405-4BA5-9983-12604AC8E77A}, Miracast Sink Scheme Handler, Preferred
mms:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred
ms-appdata:, {CFC81939-3886-4ACF-9692-DA58037AE716}, MsAppData Scheme Handler, Preferred
ms-appx-web:, {8DB0224B-3D65-4F6F-8E12-BEB4B78B8974}, MsAppxWeb Scheme Handler, Preferred
ms-appx:, {8DB0224B-3D65-4F6F-8E12-BEB4B78B8974}, MsAppx Scheme Handler, Preferred
ms-winsoundevent:, {F79A6BF9-7415-4CF3-AE10-4559509ABC3C}, Sound Event Scheme Handler, Preferred
rtsp:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred
rtspt:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred
rtspu:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred
sdp:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred


-------------------------------------
Preferred Media Foundation Transforms
-------------------------------------

[HKEY_LOCAL_MACHINE\Software\Classes\MediaFoundation\Transforms\Preferred]

<media subtype GUID>, [<transform friendly name>, ]<transform CLSID>

{E06D802C-DB46-11CF-B4D1-00805F6CBBEA}, Microsoft Dolby Digital Plus Decoder MFT, {177C0AFE-900B-48D4-9E4C-57ADD250B3D4}
MEDIASUBTYPE_DOLBY_DDPLUS, Microsoft Dolby Digital Plus Decoder MFT, {177C0AFE-900B-48D4-9E4C-57ADD250B3D4}
{00002000-0000-0010-8000-00AA00389B71}, Microsoft Dolby Digital Plus Decoder MFT, {177C0AFE-900B-48D4-9E4C-57ADD250B3D4}
{EB27CEC4-163E-4CA3-8B74-8E25F91B517E}, Dolby TrueHD IEC-61937 converter MFT, {CF5EEEDF-0E92-4B3B-A161-BD0FFE545E4B}
MFVideoFormat_MPEG2, Microsoft MPEG Video Decoder MFT, {2D709E52-123F-49B5-9CBC-9AF5CDE28FB9}
{A61AC364-AD0E-4744-89FF-213CE0DF8804}, DTS IEC-61937 converter MFT, {D035E24C-C877-42D7-A795-2A8A339B472F}
{A2E58EB7-0FA9-48BB-A40C-FA0E156D0645}, DTS IEC-61937 converter MFT, {D035E24C-C877-42D7-A795-2A8A339B472F}
{7634706D-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder MFT, CLSID_CMpeg4sDecMFT
{73616D72-767A-494D-B478-F29D25DC9037}, MS AMRNB Decoder MFT, {265011AE-5481-4F77-A295-ABB6FFE8D63E}
MEDIASUBTYPE_mp4s, Mpeg4s Decoder MFT, CLSID_CMpeg4sDecMFT
MFVideoFormat_DVSL, DV Decoder MFT, {404A6DE5-D4D6-4260-9BC7-5A6CBD882432}
MFVideoFormat_DVSD, DV Decoder MFT, {404A6DE5-D4D6-4260-9BC7-5A6CBD882432}
MFVideoFormat_DVHD, DV Decoder MFT, {404A6DE5-D4D6-4260-9BC7-5A6CBD882432}
{63616C61-0000-0010-8000-00AA00389B71}, Microsoft ALAC Audio Decoder MFT, {C0CD7D12-31FC-4BBC-B363-7322EE3E1879}
MFVideoFormat_MP4V, Mpeg4s Decoder MFT, CLSID_CMpeg4sDecMFT
MFVideoFormat_MP4S, Mpeg4s Decoder MFT, CLSID_CMpeg4sDecMFT
{53314356-0000-0010-8000-00AA00389B71}, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject
MEDIASUBTYPE_WMVR, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject
MEDIASUBTYPE_WMVP, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject
MFVideoFormat_MJPG, MJPEG Decoder MFT, {CB17E772-E1CC-4633-8450-5617AF577905}
MEDIASUBTYPE_WMVA, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject
{3F40F4F0-5622-4FF8-B6D8-A17A584BEE5E}, Microsoft H264 Video Decoder MFT, CLSID_CMSH264DecoderMFT
MEDIASUBTYPE_mpg4, Mpeg4 Decoder MFT, CLSID_CMpeg4DecMediaObject
MEDIASUBTYPE_MPG4, Mpeg4 Decoder MFT, CLSID_CMpeg4DecMediaObject
MFVideoFormat_H264, Microsoft H264 Video Decoder MFT, CLSID_CMSH264DecoderMFT
MFVideoFormat_WMV3, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject
{33363248-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder MFT, CLSID_CMpeg4sDecMFT
MEDIASUBTYPE_mp43, Mpeg43 Decoder MFT, CLSID_CMpeg43DecMediaObject
MFVideoFormat_MP43, Mpeg43 Decoder MFT, CLSID_CMpeg43DecMediaObject
MEDIASUBTYPE_m4s2, Mpeg4s Decoder MFT, CLSID_CMpeg4sDecMFT
MFVideoFormat_WMV2, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject
MFVideoFormat_MSS2, WMV Screen decoder MFT, CLSID_CMSSCDecMediaObject
MFVideoFormat_M4S2, Mpeg4s Decoder MFT, CLSID_CMpeg4sDecMFT
MEDIASUBTYPE_WVP2, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject
MEDIASUBTYPE_mp42, Mpeg4 Decoder MFT, CLSID_CMpeg4DecMediaObject
MEDIASUBTYPE_MP42, Mpeg4 Decoder MFT, CLSID_CMpeg4DecMediaObject
MFVideoFormat_WMV1, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject
MFVideoFormat_MSS1, WMV Screen decoder MFT, CLSID_CMSSCDecMediaObject
MFVideoFormat_MPG1, Microsoft MPEG Video Decoder MFT, {2D709E52-123F-49B5-9CBC-9AF5CDE28FB9}
MFVideoFormat_WVC1, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject
{30395056-0000-0010-8000-00AA00389B71}, Microsoft WebM MF VP8 Decoder Transform, {E3AAF548-C9A4-4C6E-234D-5ADA374B0000}
{30385056-0000-0010-8000-00AA00389B71}, Microsoft WebM MF VP8 Decoder Transform, {E3AAF548-C9A4-4C6E-234D-5ADA374B0000}
MFVideoFormat_DVC, DV Decoder MFT, {404A6DE5-D4D6-4260-9BC7-5A6CBD882432}
{0000F1AC-0000-0010-8000-00AA00389B71}, Microsoft FLAC Audio Decoder MFT, {6B0B3E6B-A2C5-4514-8055-AFE8A95242D9}
{00007361-0000-0010-8000-00AA00389B71}, MS AMRNB Decoder MFT, {265011AE-5481-4F77-A295-ABB6FFE8D63E}
{0000704F-0000-0010-8000-00AA00389B71}, Microsoft Opus Audio Decoder MFT, {63E17C10-2D43-4C42-8FE3-8D8B63E46A6A}
{00006C61-0000-0010-8000-00AA00389B71}, Microsoft ALAC Audio Decoder MFT, {C0CD7D12-31FC-4BBC-B363-7322EE3E1879}
{00002001-0000-0010-8000-00AA00389B71}, DTS IEC-61937 converter MFT, {D035E24C-C877-42D7-A795-2A8A339B472F}
MFAudioFormat_AAC, Microsoft AAC Audio Decoder MFT, CLSID_CMSAACDecMFT
MFAudioFormat_ADTS, Microsoft AAC Audio Decoder MFT, CLSID_CMSAACDecMFT
MFAudioFormat_WMAudio_Lossless, WMAudio Decoder MFT, CLSID_CWMADecMediaObject
MFAudioFormat_WMAudioV9, WMAudio Decoder MFT, CLSID_CWMADecMediaObject
MFAudioFormat_WMAudioV8, WMAudio Decoder MFT, CLSID_CWMADecMediaObject
MEDIASUBTYPE_MSAUDIO1, WMAudio Decoder MFT, CLSID_CWMADecMediaObject
MEDIASUBTYPE_RAW_AAC1, Microsoft AAC Audio Decoder MFT, CLSID_CMSAACDecMFT
MFAudioFormat_MP3, MP3 Decoder MFT, CLSID_CMP3DecMediaObject
MFAudioFormat_MPEG, Microsoft MPEG Audio Decoder MFT, {70707B39-B2CA-4015-ABEA-F8447D22D88B}
{00000031-0000-0010-8000-00AA00389B71}, GSM ACM Wrapper MFT, {4A76B469-7B66-4DD4-BA2D-DDF244C766DC}
{00000011-0000-0010-8000-00AA00389B71}, IMA ADPCM ACM Wrapper MFT, {A16E1BFF-A80D-48AD-AECD-A35C005685FE}
WMMEDIASUBTYPE_WMSP2, WMSpeech Decoder DMO, CLSID_CWMSPDecMediaObject
MFAudioFormat_MSP1, WMSpeech Decoder DMO, CLSID_CWMSPDecMediaObject
KSDATAFORMAT_SUBTYPE_MULAW, G711 Wrapper MFT, {92B66080-5E2D-449E-90C4-C41F268E5514}
{00000006-0000-0010-8000-00AA00389B71}, A-law Wrapper MFT, {36CB6E0C-78C1-42B2-9943-846262F31786}
KSDATAFORMAT_SUBTYPE_ADPCM, ADPCM ACM Wrapper MFT, {CA34FE0A-5722-43AD-AF23-05F7650257DD}


-------------------------------------
Disabled Media Foundation Transforms
-------------------------------------

[HKEY_LOCAL_MACHINE\Software\Classes\MediaFoundation\Transforms\DoNotUse]

<transform CLSID>



------------------------
Disabled Media Sources
------------------------

[HKEY_LOCAL_MACHINE\Software\Classes\MediaFoundation\MediaSources\DoNotUse]

<media source CLSID>


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

---------------
Diagnostics
---------------

Windows Error Reporting:
+++ WER0 +++:
Fehlerbucket , Typ 0
Ereignisname: LiveKernelEvent
Antwort: Nicht verfügbar
CAB-Datei-ID: 0

Problemsignatur:
P1: 144
P2: 3003
P3: ffffe70e1aa0d6c8
P4: 40010000
P5: 0
P6: 10_0_17134
P7: 0_0
P8: 256_1
P9: 
P10: 

Angefügte Dateien:
\\?\C:\WINDOWS\LiveKernelReports\USBHUB3\USBHUB3-20190204-1744.dmp
\\?\C:\WINDOWS\TEMP\WER-109801390-0.sysdata.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER3DDB.tmp.WERInternalMetadata.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER3DFC.tmp.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER3E0A.tmp.csv
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER3E3A.tmp.txt

Diese Dateien befinden sich möglicherweise hier:
C:\ProgramData\Microsoft\Windows\WER\ReportArchive\Kernel_144_b7c18a5f8a91e381537e51e6398d472f17bebd4_00000000_cab_0ca440ba

Analysesymbol: 
Es wird erneut nach einer Lösung gesucht: 0
Berichts-ID: 057be25f-d47f-4856-9fc5-7774efc9e5f0
Berichtstatus: 2049
Bucket mit Hash: 
CAB-Datei-Guid: 0
+++ WER1 +++:
Fehlerbucket , Typ 0
Ereignisname: LiveKernelEvent
Antwort: Nicht verfügbar
CAB-Datei-ID: 0

Problemsignatur:
P1: 144
P2: 3003
P3: ffffe70e1aa0d6c8
P4: 40010000
P5: 0
P6: 10_0_17134
P7: 0_0
P8: 256_1
P9: 
P10: 

Angefügte Dateien:
\\?\C:\WINDOWS\LiveKernelReports\USBHUB3\USBHUB3-20190204-1744.dmp
\\?\C:\WINDOWS\TEMP\WER-109801390-0.sysdata.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER3DDB.tmp.WERInternalMetadata.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER3DFC.tmp.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER3E0A.tmp.csv
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER3E3A.tmp.txt

Diese Dateien befinden sich möglicherweise hier:
C:\ProgramData\Microsoft\Windows\WER\ReportQueue\Kernel_144_b7c18a5f8a91e381537e51e6398d472f17bebd4_00000000_35743e68

Analysesymbol: 
Es wird erneut nach einer Lösung gesucht: 0
Berichts-ID: 057be25f-d47f-4856-9fc5-7774efc9e5f0
Berichtstatus: 4
Bucket mit Hash: 
CAB-Datei-Guid: 0
+++ WER2 +++:
Fehlerbucket 1382378063136651210, Typ 5
Ereignisname: RADAR_PRE_LEAK_WOW64
Antwort: Nicht verfügbar
CAB-Datei-ID: 0

Problemsignatur:
P1: EAC.exe
P2: 0.0.0.0
P3: 10.0.17134.2.0.0
P4: 
P5: 
P6: 
P7: 
P8: 
P9: 
P10: 

Angefügte Dateien:
\\?\C:\Users\Manuel\AppData\Local\Temp\RDR8D57.tmp\empty.txt
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER8D68.tmp.WERInternalMetadata.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER8D98.tmp.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER8DC4.tmp.csv
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER8E42.tmp.txt

Diese Dateien befinden sich möglicherweise hier:


Analysesymbol: 
Es wird erneut nach einer Lösung gesucht: 0
Berichts-ID: c79c5016-3c34-405f-82a5-7818414e8d73
Berichtstatus: 268435456
Bucket mit Hash: 9755eb28c420fd6dc32f3186368d77ca
CAB-Datei-Guid: 0
+++ WER3 +++:
Fehlerbucket 1743403350326974406, Typ 5
Ereignisname: BEX64
Antwort: Nicht verfügbar
CAB-Datei-ID: 0

Problemsignatur:
P1: cnext.exe
P2: 10.1.1.1522
P3: 56d0b595
P4: StackHash_ac46
P5: 0.0.0.0
P6: 00000000
P7: PCH_14_FROM_ntdll+0x000000000009B4F4
P8: c0000005
P9: 0000000000000008
P10: 

Angefügte Dateien:
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER2964.tmp.dmp
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER2C92.tmp.WERInternalMetadata.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER2CC1.tmp.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER2CCF.tmp.csv
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER2CFF.tmp.txt

Diese Dateien befinden sich möglicherweise hier:
C:\ProgramData\Microsoft\Windows\WER\ReportArchive\AppCrash_cnext.exe_7cd9ba7a34b77a728c7edbc7a479d573d1e66c8c_2c1a6f64_14de39a0

Analysesymbol: 
Es wird erneut nach einer Lösung gesucht: 0
Berichts-ID: d8a1fb56-782a-4332-9903-78586c58fe1e
Berichtstatus: 268435456
Bucket mit Hash: b83e222be38f5d42d831d01c347717c6
CAB-Datei-Guid: 0
+++ WER4 +++:
Fehlerbucket 2132195408518887855, Typ 5
Ereignisname: BEX64
Antwort: Nicht verfügbar
CAB-Datei-ID: 0

Problemsignatur:
P1: HandBrakeCLI.exe
P2: 0.0.0.0
P3: 5c4b8a0e
P4: StackHash_ac46
P5: 0.0.0.0
P6: 00000000
P7: PCH_8F_FROM_ntdll+0x000000000009B4F4
P8: c0000005
P9: 0000000000000008
P10: 

Angefügte Dateien:
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WERB5D7.tmp.dmp
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WERB636.tmp.WERInternalMetadata.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WERB656.tmp.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WERB654.tmp.csv
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WERB684.tmp.txt

Diese Dateien befinden sich möglicherweise hier:
C:\ProgramData\Microsoft\Windows\WER\ReportArchive\AppCrash_HandBrakeCLI.exe_e83964916c3910cd6b2d7f5f28c03634e5dbcf7_13a7106b_3983be05

Analysesymbol: 
Es wird erneut nach einer Lösung gesucht: 0
Berichts-ID: f4ae4dc3-e06c-4aed-bc09-5a359c4f79e3
Berichtstatus: 268435456
Bucket mit Hash: ea62a21ce4aa86227d97146d5c7cb9af
CAB-Datei-Guid: 0
+++ WER5 +++:
Fehlerbucket 1239181435692770059, Typ 5
Ereignisname: BEX64
Antwort: Nicht verfügbar
CAB-Datei-ID: 0

Problemsignatur:
P1: HandBrakeCLI.exe
P2: 0.0.0.0
P3: 00000000
P4: StackHash_ac46
P5: 0.0.0.0
P6: 00000000
P7: PCH_8F_FROM_ntdll+0x000000000009B4F4
P8: c0000005
P9: 0000000000000008
P10: 

Angefügte Dateien:
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER6688.tmp.dmp
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER66E7.tmp.WERInternalMetadata.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER6707.tmp.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER6707.tmp.csv
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER6747.tmp.txt

Diese Dateien befinden sich möglicherweise hier:
C:\ProgramData\Microsoft\Windows\WER\ReportArchive\AppCrash_HandBrakeCLI.exe_8be3164453a8c277b78cb9f9e1b2538a507e9c13_d1595116_072d6d4e

Analysesymbol: 
Es wird erneut nach einer Lösung gesucht: 0
Berichts-ID: cb30dbf0-1768-418a-bffe-ee5f82bbcfde
Berichtstatus: 268435456
Bucket mit Hash: 5d891af777a8b44b413274f346b9e30b
CAB-Datei-Guid: 0
+++ WER6 +++:
Fehlerbucket 1239181435692770059, Typ 5
Ereignisname: BEX64
Antwort: Nicht verfügbar
CAB-Datei-ID: 0

Problemsignatur:
P1: HandBrakeCLI.exe
P2: 0.0.0.0
P3: 00000000
P4: StackHash_ac46
P5: 0.0.0.0
P6: 00000000
P7: PCH_8F_FROM_ntdll+0x000000000009B4F4
P8: c0000005
P9: 0000000000000008
P10: 

Angefügte Dateien:
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER21EE.tmp.dmp
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER225C.tmp.WERInternalMetadata.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER227C.tmp.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER227A.tmp.csv
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER22AA.tmp.txt

Diese Dateien befinden sich möglicherweise hier:
C:\ProgramData\Microsoft\Windows\WER\ReportArchive\AppCrash_HandBrakeCLI.exe_8be3164453a8c277b78cb9f9e1b2538a507e9c13_d1595116_0b192875

Analysesymbol: 
Es wird erneut nach einer Lösung gesucht: 0
Berichts-ID: 566bd536-2e35-468b-ba4a-a7d6e0d637d1
Berichtstatus: 268435456
Bucket mit Hash: 5d891af777a8b44b413274f346b9e30b
CAB-Datei-Guid: 0
+++ WER7 +++:
Fehlerbucket 1239181435692770059, Typ 5
Ereignisname: BEX64
Antwort: Nicht verfügbar
CAB-Datei-ID: 0

Problemsignatur:
P1: HandBrakeCLI.exe
P2: 0.0.0.0
P3: 00000000
P4: StackHash_ac46
P5: 0.0.0.0
P6: 00000000
P7: PCH_8F_FROM_ntdll+0x000000000009B4F4
P8: c0000005
P9: 0000000000000008
P10: 

Angefügte Dateien:
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WERBEAD.tmp.dmp
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WERBF1B.tmp.WERInternalMetadata.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WERBF2C.tmp.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WERBF39.tmp.csv
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WERBF59.tmp.txt

Diese Dateien befinden sich möglicherweise hier:
C:\ProgramData\Microsoft\Windows\WER\ReportArchive\AppCrash_HandBrakeCLI.exe_8be3164453a8c277b78cb9f9e1b2538a507e9c13_d1595116_0c2ec4f6

Analysesymbol: 
Es wird erneut nach einer Lösung gesucht: 0
Berichts-ID: 83d91767-3382-41e6-aad1-1534b626a05e
Berichtstatus: 268435456
Bucket mit Hash: 5d891af777a8b44b413274f346b9e30b
CAB-Datei-Guid: 0
+++ WER8 +++:
Fehlerbucket 1239181435692770059, Typ 5
Ereignisname: BEX64
Antwort: Nicht verfügbar
CAB-Datei-ID: 0

Problemsignatur:
P1: HandBrakeCLI.exe
P2: 0.0.0.0
P3: 00000000
P4: StackHash_ac46
P5: 0.0.0.0
P6: 00000000
P7: PCH_8F_FROM_ntdll+0x000000000009B4F4
P8: c0000005
P9: 0000000000000008
P10: 

Angefügte Dateien:
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER1D4B.tmp.dmp
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER1DBA.tmp.WERInternalMetadata.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER1DDA.tmp.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER1DD8.tmp.csv
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER1E08.tmp.txt

Diese Dateien befinden sich möglicherweise hier:
C:\ProgramData\Microsoft\Windows\WER\ReportArchive\AppCrash_HandBrakeCLI.exe_8be3164453a8c277b78cb9f9e1b2538a507e9c13_d1595116_38b92421

Analysesymbol: 
Es wird erneut nach einer Lösung gesucht: 0
Berichts-ID: 010da5e7-1fa4-44fc-87f6-ef20e621db53
Berichtstatus: 268435456
Bucket mit Hash: 5d891af777a8b44b413274f346b9e30b
CAB-Datei-Guid: 0
+++ WER9 +++:
Fehlerbucket 1275910121787990805, Typ 5
Ereignisname: RADAR_PRE_LEAK_64
Antwort: Nicht verfügbar
CAB-Datei-ID: 0

Problemsignatur:
P1: gdb.exe
P2: 0.0.0.0
P3: 10.0.17134.2.0.0
P4: 
P5: 
P6: 
P7: 
P8: 
P9: 
P10: 

Angefügte Dateien:
\\?\C:\Users\Manuel\AppData\Local\Temp\RDR3DEC.tmp\empty.txt
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER3DFC.tmp.WERInternalMetadata.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER3E1D.tmp.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER3E1F.tmp.csv
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER3E9D.tmp.txt

Diese Dateien befinden sich möglicherweise hier:


Analysesymbol: 
Es wird erneut nach einer Lösung gesucht: 0
Berichts-ID: d7768985-c9da-4068-a711-dc9705b7f063
Berichtstatus: 268435456
Bucket mit Hash: 0704a18cc69e64d201b4f17ee67fa315
CAB-Datei-Guid: 0
Do you need any of the mentioned files?
User avatar
s55
HandBrake Team
Posts: 10350
Joined: Sun Dec 24, 2006 1:05 pm

Re: I cannot even open Handbrake for the first time

Post by s55 »

I've made some changes to the GUI startup. It'll try a hardware probe when initialising. If that fails, it will attempt to switch into a fallback mode automatically.

When the next nightly is available, can folks give this a shot and see if it helps.

Failing that, I'll add a mode that allows users to explicitly force the no hardware mode so we don't even attempt to check.
User avatar
s55
HandBrake Team
Posts: 10350
Joined: Sun Dec 24, 2006 1:05 pm

Re: I cannot even open Handbrake for the first time

Post by s55 »

Ping, New nightly up if anyone wants to give it a shot?
cyko
Posts: 9
Joined: Wed Jan 09, 2019 7:12 pm

Re: I cannot even open Handbrake for the first time

Post by cyko »

Using HandBrake-20190217-e6cd082_x86_64-Win_GUI.exe

It hangs, no error message shown, no window at all is shown. This is what GDB say:

Code: Select all

(gdb) run --help
Starting program: C:\Program Files\HandBrake Nightly\HandBrake.exe --help
[New Thread 11204.0x17a4]
[New Thread 11204.0x2740]
[New Thread 11204.0x1f7c]
[New Thread 11204.0x2860]
[New Thread 11204.0x183c]
[New Thread 11204.0x1018]
[New Thread 11204.0x2144]
[New Thread 11204.0x2c90]
[New Thread 11204.0xb78]
warning: CLR:(
warning: C:\WINDOWS\Microsoft.Net\assembly\GAC_64\mscorlib\v4.0_4.0.0.0__b77a5c561934e089\mscorlib.dll
warning: )
warning: Rejecting native image because native image dependency C:\WINDOWS\Microsoft.Net\assembly\GAC_64\mscorlib\v4.0_4.0.0.0__b77a5c561934e089\mscorlib.dll had a different identity than expected
warning:

warning: CLR:(
warning: C:\WINDOWS\Microsoft.Net\assembly\GAC_64\mscorlib\v4.0_4.0.0.0__b77a5c561934e089\mscorlib.dll
warning: )
warning: Rejecting native image because native image dependency C:\WINDOWS\Microsoft.Net\assembly\GAC_64\mscorlib\v4.0_4.0.0.0__b77a5c561934e089\mscorlib.dll had a different identity than expected
warning:

warning: CLR:(
warning: C:\WINDOWS\Microsoft.Net\assembly\GAC_64\mscorlib\v4.0_4.0.0.0__b77a5c561934e089\mscorlib.dll
warning: )
warning: Rejecting native image because native image dependency C:\WINDOWS\Microsoft.Net\assembly\GAC_64\mscorlib\v4.0_4.0.0.0__b77a5c561934e089\mscorlib.dll had a different identity than expected
warning:

warning: CLR:(
warning: C:\WINDOWS\Microsoft.Net\assembly\GAC_64\mscorlib\v4.0_4.0.0.0__b77a5c561934e089\mscorlib.dll
warning: )
warning: Rejecting native image because native image dependency C:\WINDOWS\Microsoft.Net\assembly\GAC_64\mscorlib\v4.0_4.0.0.0__b77a5c561934e089\mscorlib.dll had a different identity than expected
warning:

warning: CLR:(
warning: C:\WINDOWS\Microsoft.Net\assembly\GAC_64\mscorlib\v4.0_4.0.0.0__b77a5c561934e089\mscorlib.dll
warning: )
warning: Rejecting native image because native image dependency C:\WINDOWS\Microsoft.Net\assembly\GAC_64\mscorlib\v4.0_4.0.0.0__b77a5c561934e089\mscorlib.dll had a different identity than expected
warning:

warning: CLR:(
warning: C:\WINDOWS\Microsoft.Net\assembly\GAC_64\mscorlib\v4.0_4.0.0.0__b77a5c561934e089\mscorlib.dll
warning: )
warning: Rejecting native image because native image dependency C:\WINDOWS\Microsoft.Net\assembly\GAC_64\mscorlib\v4.0_4.0.0.0__b77a5c561934e089\mscorlib.dll had a different identity than expected
warning:

warning: CLR:(
warning: C:\WINDOWS\Microsoft.Net\assembly\GAC_64\mscorlib\v4.0_4.0.0.0__b77a5c561934e089\mscorlib.dll
warning: )
warning: Rejecting native image because native image dependency C:\WINDOWS\Microsoft.Net\assembly\GAC_64\mscorlib\v4.0_4.0.0.0__b77a5c561934e089\mscorlib.dll had a different identity than expected
warning:

warning: CLR:(
warning: C:\WINDOWS\Microsoft.Net\assembly\GAC_64\mscorlib\v4.0_4.0.0.0__b77a5c561934e089\mscorlib.dll
warning: )
warning: Rejecting native image because native image dependency C:\WINDOWS\Microsoft.Net\assembly\GAC_64\mscorlib\v4.0_4.0.0.0__b77a5c561934e089\mscorlib.dll had a different identity than expected
warning:

warning: CLR:(
warning: C:\WINDOWS\Microsoft.Net\assembly\GAC_64\mscorlib\v4.0_4.0.0.0__b77a5c561934e089\mscorlib.dll
warning: )
warning: Rejecting native image because native image dependency C:\WINDOWS\Microsoft.Net\assembly\GAC_64\mscorlib\v4.0_4.0.0.0__b77a5c561934e089\mscorlib.dll had a different identity than expected
warning:

warning: CLR:(
warning: C:\WINDOWS\Microsoft.Net\assembly\GAC_64\mscorlib\v4.0_4.0.0.0__b77a5c561934e089\mscorlib.dll
warning: )
warning: Rejecting native image because native image dependency C:\WINDOWS\Microsoft.Net\assembly\GAC_64\mscorlib\v4.0_4.0.0.0__b77a5c561934e089\mscorlib.dll had a different identity than expected
warning:

warning: CLR:(
warning: C:\WINDOWS\Microsoft.Net\assembly\GAC_64\mscorlib\v4.0_4.0.0.0__b77a5c561934e089\mscorlib.dll
warning: )
warning: Rejecting native image because native image dependency C:\WINDOWS\Microsoft.Net\assembly\GAC_64\mscorlib\v4.0_4.0.0.0__b77a5c561934e089\mscorlib.dll had a different identity than expected
warning:

warning: CLR:(
warning: C:\WINDOWS\Microsoft.Net\assembly\GAC_64\mscorlib\v4.0_4.0.0.0__b77a5c561934e089\mscorlib.dll
warning: )
warning: Rejecting native image because native image dependency C:\WINDOWS\Microsoft.Net\assembly\GAC_64\mscorlib\v4.0_4.0.0.0__b77a5c561934e089\mscorlib.dll had a different identity than expected
warning:

warning: CLR:(
warning: C:\WINDOWS\Microsoft.Net\assembly\GAC_64\mscorlib\v4.0_4.0.0.0__b77a5c561934e089\mscorlib.dll
warning: )
warning: Rejecting native image because native image dependency C:\WINDOWS\Microsoft.Net\assembly\GAC_64\mscorlib\v4.0_4.0.0.0__b77a5c561934e089\mscorlib.dll had a different identity than expected
warning:

[New Thread 11204.0x1168]
[Thread 11204.0x1168 exited with code 0]
[New Thread 11204.0x578]

Program received signal SIGSEGV, Segmentation fault.
0x0000000000000000 in ?? ()
(gdb) bt
#0  0x0000000000000000 in ?? ()
Backtrace stopped: previous frame identical to this frame (corrupt stack?)
(gdb) set $pc = *(void **)$rsp
(gdb) set $rsp = $rsp + 8
(gdb) bt
#0  0x00007fffc0466c10 in ?? () from C:\WINDOWS\SYSTEM32\amfrt64.dll
(gdb)
Essentially the same error, just later?

Also when run CPU utilisation is about 10-30% and memory grows bigger and bigger. Killed it after it reached 4GB after a few minutes.
User avatar
s55
HandBrake Team
Posts: 10350
Joined: Sun Dec 24, 2006 1:05 pm

Re: I cannot even open Handbrake for the first time

Post by s55 »

Interesting, begs the question how it's getting into amfrt64.dll still

The whole point in my change was to prevent that :/
Post Reply