Enum as macro input without default value

Hello,
since 4.11 it’s no longer possible to create macros with enums as inputs just like the isGameState macro in the MultiplayerShootout demo project.

When i try to create a macro and use an enum as input, the compiler spits out an error due to reference at equal node of that input. (See the pic). All i know is that this worked in 4.10.1

It would probably work if i declare a default value for this enum input. But when i try to put it any of the Enum values, the text at the textfield gets erased by the system.

Works for me. Maybe “==” is broken and you just need to delete it and create new one?

Hello,

Please give the solution that CriErr suggested a try and let us know if this fixes your issue. If it does not, please test this in a clean project and provide repro steps so that we can attempt to reproduce the issue on our end. Thank you.

New Project created with Unreal Engine 4.11.0 from Epic Games Launcher:

  1. Blank (Blueprint)
  2. Mobile / Tablet
  3. Scaleable 2D / 3D
  4. No Starter Content

In Editor:

  1. Created a Blueprint class that inherits “Game Instance” with Name “MyGameInstance”
  2. Created an Enumeration with two entries (Did not rename the entry names) wirh name “MyEnum”
  3. Created a variable with type of the custom enum in the custom game instance
  4. Created a macro just like seen in the picture
  5. Clicked on Save and then on Compile (Worked)
  6. Edited the compile behavior so that it saves on successfull compilesand compiled again.
  7. Editor crashed

Log File:

 Log file open, 04/05/16 12:28:37
    LogInit:Display: Running engine for game: enumtest
    LogPlatformFile: Not using cached read wrapper
    LogInit:Display: RandInit(-86313268) SRandInit(-86313267).
    LogTaskGraph: Started task graph with 4 named threads and 7 total threads.
    LogStats: Stats thread started at 0.067611
    LogHMD: Can't find Oculus library dev build: is proper Runtime installed? Version: 0.8.0.0
    LogInit: Version: 4.11.0-2896623+++UE4+Release-4.11
    LogInit: API Version: 2896623
    LogInit: Compiled (64-bit): Mar  7 2016 02:13:15
    LogInit: Compiled with Visual C++: 19.00.23026.00
    LogInit: Build Configuration: Development
    LogInit: Branch Name: ++UE4+Release-4.11
    LogInit: Command line: -EpicPortal 
    LogInit: Base directory: D:/Entwicklung/Epic Games/4.11/Engine/Binaries/Win64/
    LogInit: Installed Engine Build: 1
    LogInit: Using libcurl 7.41.0
    LogInit:  - built for x86_64-pc-win32
    LogInit:  - supports SSL with WinSSL
    LogInit:  - other features:
    LogInit:      CURL_VERSION_SSL
    LogInit:      CURL_VERSION_IPV6
    LogInit:      CURL_VERSION_ASYNCHDNS
    LogInit:      CURL_VERSION_LARGEFILE
    LogInit:      CURL_VERSION_IDN
    LogInit:  CurlRequestOptions (configurable via config and command line):
    LogInit:  - bVerifyPeer = true  - Libcurl will verify peer certificate
    LogInit:  - bUseHttpProxy = false  - Libcurl will NOT use HTTP proxy
    LogInit:  - bDontReuseConnections = false  - Libcurl will reuse connections
    LogInit:  - CertBundlePath = nullptr  - Libcurl will use whatever was configured at build time.
    LogInit: Presizing for max 16777216 objects, including 0 objects not considered by GC, pre-allocating 0 bytes for permanent pool.
    LogInit: Object subsystem initialized
    [2016.04.05-10.28.37:524][  0]LogInit: Selected Device Profile: [Windows]
    [2016.04.05-10.28.37:524][  0]LogInit: Applying CVar settings loaded from the selected device profile: [Windows]
    [2016.04.05-10.28.37:529][  0]LogInit: Computer: REMOLUS
    [2016.04.05-10.28.37:529][  0]LogInit: User: AlexanderFaustmann
    [2016.04.05-10.28.37:529][  0]LogInit: CPU Page size=65536, Cores=4
    [2016.04.05-10.28.37:529][  0]LogInit: High frequency timer resolution =3.428035 MHz
    [2016.04.05-10.28.37:529][  0]LogMemory: Memory total: Physical=31.9GB (32GB approx)
    [2016.04.05-10.28.37:529][  0]LogMemory: Platform Memory Stats for Windows
    [2016.04.05-10.28.37:529][  0]LogMemory: Process Physical Memory: 312.57 MB used, 312.57 MB peak
    [2016.04.05-10.28.37:529][  0]LogMemory: Process Virtual Memory: 314.93 MB used, 314.93 MB peak
    [2016.04.05-10.28.37:529][  0]LogMemory: Physical Memory: 6176.03 MB used, 32712.48 MB total
    [2016.04.05-10.28.37:529][  0]LogMemory: Virtual Memory: 653.05 MB used, 134217728.00 MB total
    [2016.04.05-10.28.37:556][  0]LogTextLocalizationManager: No specific translations for ('en_150') exist, so ('en') translations will be used.
    [2016.04.05-10.28.37:876][  0]LogD3D11RHI: D3D11 adapters:
    [2016.04.05-10.28.37:936][  0]LogD3D11RHI:    0. 'NVIDIA GeForce GTX 560 ' (Feature Level 11_0)
    [2016.04.05-10.28.37:936][  0]LogD3D11RHI:       978MB of dedicated video memory, 0MB of dedicated system memory, and 16356MB of shared system memory, 1 output[s]
    [2016.04.05-10.28.37:982][  0]LogD3D11RHI:    1. 'NVIDIA GeForce GTX 560 ' (Feature Level 11_0)
    [2016.04.05-10.28.37:982][  0]LogD3D11RHI:       979MB of dedicated video memory, 0MB of dedicated system memory, and 16356MB of shared system memory, 1 output[s]
    [2016.04.05-10.28.37:983][  0]LogD3D11RHI:    2. 'Microsoft Basic Render Driver' (Feature Level 11_0)
    [2016.04.05-10.28.37:983][  0]LogD3D11RHI:       0MB of dedicated video memory, 0MB of dedicated system memory, and 16356MB of shared system memory, 0 output[s]
    [2016.04.05-10.28.37:983][  0]LogD3D11RHI: Chosen D3D11 Adapter: 0
    [2016.04.05-10.28.37:986][  0]LogD3D11RHI: Creating new Direct3DDevice
    [2016.04.05-10.28.37:986][  0]LogD3D11RHI:     Adapter Name: NVIDIA GeForce GTX 560 
    [2016.04.05-10.28.37:986][  0]LogD3D11RHI:   Driver Version: 10.18.13.6191 (internal 10.18.13.6191)
    [2016.04.05-10.28.37:986][  0]LogD3D11RHI:      Driver Date: 2-8-2016
    [2016.04.05-10.28.37:986][  0]LogRHI: Texture pool is 684 MB (70% of 978 MB)
    [2016.04.05-10.28.37:998][  0]LogD3D11RHI: Async texture creation enabled
    [2016.04.05-10.28.38:013][  0]LogShaderCompilers: Guid format shader working directory is -30 characters bigger than the processId version (../../../../../../Users/Remolus/Documents/Unreal Projects/enumtest/Intermediate/Shaders/WorkingDirectory/10504/).
    [2016.04.05-10.28.38:013][  0]LogShaderCompilers: Cleaned the shader compiler working directory 'C:/Users/ALEXAN~1/AppData/Local/Temp/UnrealShaderWorkingDir/5F4A38CF4CE57F490FD3EC995135563D/'.
    [2016.04.05-10.28.38:013][  0]LogShaderCompilers:Display: Using Local Shader Compiler.
    [2016.04.05-10.28.38:820][  0]LogTemp:Display: Loaded TP AllDesktopTargetPlatform
    [2016.04.05-10.28.38:824][  0]LogTemp:Display: Loaded TP WindowsClientTargetPlatform
    [2016.04.05-10.28.38:828][  0]LogTemp:Display: Loaded TP WindowsNoEditorTargetPlatform
    [2016.04.05-10.28.38:832][  0]LogTemp:Display: Loaded TP WindowsServerTargetPlatform
    [2016.04.05-10.28.38:836][  0]LogTemp:Display: Loaded TP WindowsTargetPlatform
    [2016.04.05-10.28.38:839][  0]LogTemp:Display: Loaded TP AndroidTargetPlatform
    [2016.04.05-10.28.38:841][  0]LogTemp:Display: Loaded TP Android_ASTCTargetPlatform
    [2016.04.05-10.28.38:843][  0]LogTemp:Display: Loaded TP Android_ATCTargetPlatform
    [2016.04.05-10.28.38:846][  0]LogTemp:Display: Loaded TP Android_DXTTargetPlatform
    [2016.04.05-10.28.38:848][  0]LogTemp:Display: Loaded TP Android_ETC1TargetPlatform
    [2016.04.05-10.28.38:851][  0]LogTemp:Display: Loaded TP Android_ETC2TargetPlatform
    [2016.04.05-10.28.38:856][  0]LogTemp:Display: Loaded TP Android_MultiTargetPlatform
    [2016.04.05-10.28.38:856][  0]LogTemp:Display: Loaded TP Android_PVRTCTargetPlatform
    [2016.04.05-10.28.38:856][  0]LogTemp:Display: Loaded TP HTML5TargetPlatform
    [2016.04.05-10.28.38:872][  0]LogTemp:Display: Loaded TP IOSTargetPlatform
    [2016.04.05-10.28.38:874][  0]LogTemp:Display: Loaded TP TVOSTargetPlatform
    [2016.04.05-10.28.38:876][  0]LogTemp:Display: Loaded TP LinuxNoEditorTargetPlatform
    [2016.04.05-10.28.38:878][  0]LogTemp:Display: Loaded TP LinuxServerTargetPlatform
    [2016.04.05-10.28.38:881][  0]LogTemp:Display: Loaded TP LinuxTargetPlatform
    [2016.04.05-10.28.38:881][  0]LogTargetPlatformManager:Display: Building Assets For Windows
    [2016.04.05-10.28.38:944][  0]LogDerivedDataCache:Display: Max Cache Size: 512 MB
    [2016.04.05-10.28.38:977][  0]LogDerivedDataCache: Loaded boot cache 0.03s 47MB C:/Users/Remolus/AppData/Local/UnrealEngine/4.11/DerivedDataCache/Boot.ddc.
    [2016.04.05-10.28.38:977][  0]LogDerivedDataCache:Display: Loaded Boot cache: C:/Users/Remolus/AppData/Local/UnrealEngine/4.11/DerivedDataCache/Boot.ddc
    [2016.04.05-10.28.38:977][  0]LogDerivedDataCache: FDerivedDataBackendGraph:  Pak pak cache file ../../../../../../Users/Remolus/Documents/Unreal Projects/enumtest/DerivedDataCache/DDC.ddp not found, will not use a pak cache.
    [2016.04.05-10.28.38:977][  0]LogDerivedDataCache: Unable to find inner node Pak for hierarchical cache Hierarchy.
    [2016.04.05-10.28.38:977][  0]LogDerivedDataCache: FDerivedDataBackendGraph:  CompressedPak pak cache file ../../../../../../Users/Remolus/Documents/Unreal Projects/enumtest/DerivedDataCache/Compressed.ddp not found, will not use a pak cache.
    [2016.04.05-10.28.38:977][  0]LogDerivedDataCache: Unable to find inner node CompressedPak for hierarchical cache Hierarchy.
    [2016.04.05-10.28.38:990][  0]LogDerivedDataCache:Display: Pak cache opened for reading ../../../Engine/DerivedDataCache/Compressed.ddp.
    [2016.04.05-10.28.39:002][  0]LogDerivedDataCache: Using Local data cache path C:/Users/Remolus/AppData/Local/UnrealEngine/Common/DerivedDataCache: Writable
    [2016.04.05-10.28.39:146][  0]LogInit: Selected Device Profile: [Windows]
    [2016.04.05-10.28.39:146][  0]LogContentStreaming: Texture pool size is 0.00 MB
    [2016.04.05-10.28.39:193][  0]LogMaterial: Uniform references updated for custom material expression Custom.
    [2016.04.05-10.28.39:294][  0]LogMeshUtilities: No automatic mesh reduction module available
    [2016.04.05-10.28.39:294][  0]LogMeshUtilities: No automatic mesh merging module available
    [2016.04.05-10.28.39:294][  0]LogMeshUtilities: No distributed automatic mesh merging module available
    [2016.04.05-10.28.39:467][  0]LogInit: WinSock: version 1.1 (2.2), MaxSocks=32767, MaxUdp=65467
    [2016.04.05-10.28.39:534][  0]LogSlate: SlateFontCache - WITH_FREETYPE: 1, WITH_HARFBUZZ: 1
    [2016.04.05-10.28.39:534][  0]LogSlate: SlateFontCache - WITH_FREETYPE: 1, WITH_HARFBUZZ: 1
    [2016.04.05-10.28.39:609][  0]LogStreaming:Warning: Failed to read file '../../../Engine/Content/Editor/Slate/Common/Selection_16x.png' error.
    [2016.04.05-10.28.39:609][  0]LogSlate: Could not find file for Slate resource: ../../../Engine/Content/Editor/Slate/Common/Selection_16x.png
    [2016.04.05-10.28.39:609][  0]LogStreaming:Warning: Failed to read file '../../../Engine/Content/Editor/Slate/Common/Selection_16x.png' error.
    [2016.04.05-10.28.39:609][  0]LogSlate: Could not find file for Slate resource: ../../../Engine/Content/Editor/Slate/Common/Selection_16x.png
    [2016.04.05-10.28.39:609][  0]LogStreaming:Warning: Failed to read file '../../../Engine/Content/Editor/Slate/Common/Selection_16x.png' error.
    [2016.04.05-10.28.39:609][  0]LogSlate: Could not find file for Slate resource: ../../../Engine/Content/Editor/Slate/Common/Selection_16x.png
    [2016.04.05-10.28.40:068][  0]LogUdpMessaging: Initializing bridge on interface 0.0.0.0:0 to multicast group 230.0.0.1:6666.
    [2016.04.05-10.28.40:168][  0]LogAssetRegistry: FAssetRegistry took 0.0223 seconds to start up
    [2016.04.05-10.28.40:299][  0]SourceControl: Info Source control is disabled
    [2016.04.05-10.28.40:300][  0]SourceControl: Info Source control is disabled
    [2016.04.05-10.28.40:307][  0]SourceControl: Info Source control is disabled
    [2016.04.05-10.28.40:314][  0]SourceControl: Info Source control is disabled
    [2016.04.05-10.28.40:453][  0]LogUObjectArray: 30022 objects as part of root set at end of initial load.
    [2016.04.05-10.28.40:453][  0]LogUObjectAllocator: 6409584 out of 0 bytes used by permanent object pool.
    [2016.04.05-10.28.40:453][  0]LogUObjectArray: CloseDisregardForGC: 0/0 objects in disregard for GC pool
    [2016.04.05-10.28.40:500][  0]LogEngine: Initializing Engine...
    [2016.04.05-10.28.40:502][  0]LogHMD: SteamVR failed to initialize.  Err: 105
    [2016.04.05-10.28.40:611][  0]LogAIModule: Creating AISystem for world NewWorld
    [2016.04.05-10.28.40:617][  0]LogInit: XAudio2 using 'Realtek Digital Output(Optical) (Realtek High Definition Audio)' : 2 channels at 48 kHz using 32 bits per sample (channel mask 0x3)
    [2016.04.05-10.28.40:660][  0]LogInit: FAudioDevice initialized.
    [2016.04.05-10.28.40:676][  0]LogDerivedDataCache: Saved boot cache 0.02s 47MB C:/Users/Remolus/AppData/Local/UnrealEngine/4.11/DerivedDataCache/Boot.ddc.
    [2016.04.05-10.28.40:678][  0]LogInit: Texture streaming: Enabled
    [2016.04.05-10.28.40:696][  0]LogInit: Transaction tracking system initialized
    [2016.04.05-10.28.40:715][  0]BlueprintLog: New page: Editor Load
    [2016.04.05-10.28.40:790][  0]LogInit:Warning: CVar named 'r.MobileHDR' marked up in RendererSettings was not found or is set to read-only
    [2016.04.05-10.28.41:592][  0]LocalizationService: Info Localization service is disabled
    [2016.04.05-10.28.41:974][  0]LogConsoleResponse:Display: 
    [2016.04.05-10.28.42:087][  0]LogFileCache: Scanning file cache for directory 'D:/Users/Remolus/Documents/Unreal Projects/enumtest/Content/' took 0.01s
    [2016.04.05-10.28.42:087][  0]LogCook:Display: Max memory allowance for cook 8192mb
    [2016.04.05-10.28.42:087][  0]LogCook:Display: Mobile HDR setting 1
    [2016.04.05-10.28.42:087][  0]LogCook:Display: Done creating registry. It took  0.00s.
    [2016.04.05-10.28.42:132][  0]SourceControl: Info Source control is disabled
    [2016.04.05-10.28.42:132][  0]Cmd: MAP LOAD FILE="../../../Engine/Content/Maps/Templates/Template_Default.umap" TEMPLATE=1 SHOWPROGRESS=1 FEATURELEVEL=3
    [2016.04.05-10.28.42:132][  0]LightingResults: New page: Lighting Build
    [2016.04.05-10.28.42:135][  0]MapCheck: New page: Map Check
    [2016.04.05-10.28.42:135][  0]LightingResults: New page: Lighting Build
    [2016.04.05-10.28.42:349][  0]LogAIModule: Creating AISystem for world Untitled_1
    [2016.04.05-10.28.42:353][  0]LogEditorServer: Finished looking for orphan Actors (0.000 secs)
    [2016.04.05-10.28.42:356][  0]Cmd: MAP CHECKDEP NOCLEARLOG
    [2016.04.05-10.28.42:380][  0]MapCheck: Info Map check complete: 0 Error(s), 0 Warning(s), took 24,348ms to complete.
    [2016.04.05-10.28.42:380][  0]LogFileHelpers: Loading map 'Template_Default' took 0.248
    [2016.04.05-10.28.43:959][  0]LogCollectionManager: Loaded 0 collections in 0.001742 seconds
    [2016.04.05-10.28.44:393][  0]LogFileCache: Scanning file cache for directory 'D:/Users/Remolus/Documents/Unreal Projects/enumtest/Saved/Collections/' took 0.01s
    [2016.04.05-10.28.44:393][  0]LogFileCache: Scanning file cache for directory 'D:/Users/Remolus/Documents/Unreal Projects/enumtest/Content/Developers/AlexanderFaustmann/Collections/' took 0.01s
    [2016.04.05-10.28.44:393][  0]LogFileCache: Scanning file cache for directory 'D:/Users/Remolus/Documents/Unreal Projects/enumtest/Content/Collections/' took 0.01s
    [2016.04.05-10.28.44:393][  0]LogCollectionManager: Rebuilt the GUID cache for 0 collections in 0.000002 seconds
    [2016.04.05-10.28.44:425][  0]LogContentBrowser: Native class hierarchy populated in 0.0316 seconds. Added 1985 classes and 346 folders.
    [2016.04.05-10.28.44:623][  0]LogStats: UGameplayTagsManager::ConstructGameplayTagTree: Construct from data asset -  0.000 s
    [2016.04.05-10.28.44:623][  0]LogStats: UGameplayTagsManager::ConstructGameplayTagTree: GameplayTagTreeChangedEvent.Broadcast -  0.000 s
    [2016.04.05-10.28.44:623][  0]LogContentBrowser: Native class hierarchy updated for 'GameplayTags' in 0.0004 seconds. Added 12 classes and 0 folders.
    [2016.04.05-10.28.44:676][  0]LogContentBrowser: Native class hierarchy updated for 'WidgetCarousel' in 0.0003 seconds. Added 0 classes and 0 folders.
    [2016.04.05-10.28.46:938][  0]LogContentBrowser: Native class hierarchy updated for 'AddContentDialog' in 0.0003 seconds. Added 0 classes and 0 folders.
    [2016.04.05-10.28.47:144][  0]LogContentBrowser: Native class hierarchy updated for 'SceneOutliner' in 0.0003 seconds. Added 1 classes and 2 folders.
    [2016.04.05-10.28.50:083][  0]LogCrashTracker: Crashtracker disabled due to settings.
    [2016.04.05-10.28.50:561][  0]LogUObjectGlobals:Warning: Failed to find object 'Class None.'
    [2016.04.05-10.28.50:666][  0]LogContentBrowser: Native class hierarchy updated for 'HierarchicalLODOutliner' in 0.0003 seconds. Added 1 classes and 2 folders.
    [2016.04.05-10.28.50:666][  0]LogLoad: Full Startup: 13.73 seconds (BP compile: 0.03 seconds)
    [2016.04.05-10.28.50:666][  0]LogExternalProfiler: Found external profiler: VSPerf
    [2016.04.05-10.28.50:666][  0]LogExternalProfiler: Using external profiler: VSPerf
    [2016.04.05-10.28.50:675][  0]LogWindowsTextInputMethodSystem:Display: IME system now deactivated.
    [2016.04.05-10.28.50:676][  0]LogOcInput: Can't find Oculus library dev build: is proper Runtime installed? Version: 0.8.0.0
    [2016.04.05-10.28.51:867][  0]LogContentStreaming: Texture pool size now 1000 MB
    [2016.04.05-10.28.52:818][  0]LogRenderer: Reallocating scene render targets to support 1208x580 (Frame:2).
    [2016.04.05-10.28.52:945][  4]LogAssetRegistry: Asset discovery search completed in 12.7999 seconds
    [2016.04.05-10.28.52:945][  4]LogCollectionManager: Rebuilt the object cache for 0 collections in 0.000001 seconds (found 0 objects)
    [2016.04.05-10.28.52:945][  4]LogCollectionManager: Fixed up redirectors for 0 collections in 0.000079 seconds (updated 0 objects)
    [2016.04.05-10.29.32:102][274]LogContentBrowser: Native class hierarchy updated for 'BlueprintGraph' in 0.0006 seconds. Added 108 classes and 0 folders.
    [2016.04.05-10.33.19:374][318]LogEnum:Warning: In asset 'None', there is an enum property of type 'MyEnum' with an invalid value of 'MyEnum::NewEnumerator0'
    [2016.04.05-10.33.19:854][355]LogEnum:Warning: In asset 'None', there is an enum property of type 'MyEnum' with an invalid value of 'MyEnum::NewEnumerator1'
    [2016.04.05-10.33.21:238][451]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/MyEnum" FILE="../../../../../../Users/Remolus/Documents/Unreal Projects/enumtest/Content/MyEnum.uasset" SILENT=true
    [2016.04.05-10.33.21:254][451]LogSavePackage: Save=14.34ms
    [2016.04.05-10.33.21:254][451]LogSavePackage: Moving '../../../../../../Users/Remolus/Documents/Unreal Projects/enumtest/Saved/MyEnum9C6DF0AF4914BC9E554DC48A96BB9C48.tmp' to '../../../../../../Users/Remolus/Documents/Unreal Projects/enumtest/Content/MyEnum.uasset'
    [2016.04.05-10.33.21:256][451]LogSavePackage: Total save time: 16.36ms
    [2016.04.05-10.33.21:256][451]LogSavePackage:Display: Finished SavePackage ../../../../../../Users/Remolus/Documents/Unreal Projects/enumtest/Content/MyEnum.uasset
    [2016.04.05-10.34.25:065][423]BlueprintLog: New page: Compile MyGameInstance
    [2016.04.05-10.34.25:205][423]BlueprintEditorCompileResults: Info [0348,27] Compile of MyGameInstance successful! [in 139 ms]
    [2016.04.05-10.34.42:023][448]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/MyGameInstance" FILE="../../../../../../Users/Remolus/Documents/Unreal Projects/enumtest/Content/MyGameInstance.uasset" SILENT=true
    [2016.04.05-10.34.42:028][448]LogSavePackage: Save=3.93ms
    [2016.04.05-10.34.42:028][448]LogSavePackage: Moving '../../../../../../Users/Remolus/Documents/Unreal Projects/enumtest/Saved/MyGameInstance71D3CDA44F56AABD83B8A4916DF8FE89.tmp' to '../../../../../../Users/Remolus/Documents/Unreal Projects/enumtest/Content/MyGameInstance.uasset'
    [2016.04.05-10.34.42:029][448]LogSavePackage: Total save time: 5.45ms
    [2016.04.05-10.34.42:029][448]LogSavePackage:Display: Finished SavePackage ../../../../../../Users/Remolus/Documents/Unreal Projects/enumtest/Content/MyGameInstance.uasset
    [2016.04.05-10.34.42:583][489]BlueprintLog: New page: Compile MyGameInstance
    [2016.04.05-10.34.42:624][489]BlueprintEditorCompileResults: Info [0365,69] Compile of MyGameInstance successful! [in 40 ms]
    [2016.04.05-10.35.36:574][268]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/MyGameInstance" FILE="../../../../../../Users/Remolus/Documents/Unreal Projects/enumtest/Content/MyGameInstance.uasset" SILENT=true
    [2016.04.05-10.35.36:593][268]LogSavePackage: Save=7.69ms
    [2016.04.05-10.35.36:593][268]LogSavePackage: Moving '../../../../../../Users/Remolus/Documents/Unreal Projects/enumtest/Saved/MyGameInstanceCD8261FB471FC96CCE287D9AE5B290D2.tmp' to '../../../../../../Users/Remolus/Documents/Unreal Projects/enumtest/Content/MyGameInstance.uasset'
    [2016.04.05-10.35.36:595][268]LogSavePackage: Total save time: 10.32ms
    [2016.04.05-10.35.36:595][268]LogSavePackage:Display: Finished SavePackage ../../../../../../Users/Remolus/Documents/Unreal Projects/enumtest/Content/MyGameInstance.uasset
    [2016.04.05-10.35.37:495][330]BlueprintLog: New page: Compile MyGameInstance
    [2016.04.05-10.35.37:539][330]BlueprintEditorCompileResults: Info [0420,60] Compile of MyGameInstance successful! [in 44 ms]
    [2016.04.05-10.35.41:744][677]BlueprintLog: New page: Compile MyGameInstance
    [2016.04.05-10.35.41:785][677]BlueprintEditorCompileResults: Info [0424,85] Compile of MyGameInstance successful! [in 40 ms]
    [2016.04.05-10.35.50:623][372]BlueprintLog: New page: Compile MyGameInstance
    [2016.04.05-10.35.50:664][372]BlueprintEditorCompileResults: Info [0433,73] Compile of MyGameInstance successful! [in 40 ms]
    [2016.04.05-10.35.55:998][917]BlueprintLog: New page: Compile MyGameInstance
    [2016.04.05-10.35.56:042][917]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/MyGameInstance" FILE="../../../../../../Users/Remolus/Documents/Unreal Projects/enumtest/Content/MyGameInstance.uasset" SILENT=true
    [2016.04.05-10.35.56:043][917]LogWindows:Error: Windows GetLastError: Der Vorgang wurde erfolgreich beendet. (0)

Crash Report

MachineId:FED3005943F162975C70FA8DEEAEF6F6
EpicAccountId:cbece339c3814410b9c77da12d0eea68

Assertion failed: ((UObject*)ContainerPtr)->IsA((UClass*)GetOuter()) [File:D:\BuildFarm\buildmachine_++UE4+Release-4.11\Engine\Source\Runtime\CoreUObject\Public\UObject\UnrealType.h] [Line: 311] 
'Default__MyGameInstance_C' is of class 'REINST_MyGameInstance_C_86' however property 'MyEnum' belongs to class 'MyGameInstance_C'


UE4Editor_Core!FDebug::AssertFailed() [d:\buildfarm\buildmachine_++ue4+release-4.11\engine\source\runtime\core\private\misc\outputdevice.cpp:430]
UE4Editor_Kismet!BlueprintSearchMetaDataHelpers::SaveVariableDescriptionToJson() [d:\buildfarm\buildmachine_++ue4+release-4.11\engine\source\editor\kismet\private\findinblueprintmanager.cpp:662]
UE4Editor_Kismet!FFindInBlueprintSearchManager::GatherBlueprintSearchMetadata() [d:\buildfarm\buildmachine_++ue4+release-4.11\engine\source\editor\kismet\private\findinblueprintmanager.cpp:1487]
UE4Editor_Kismet!FFindInBlueprintSearchManager::AddOrUpdateBlueprintSearchMetadata() [d:\buildfarm\buildmachine_++ue4+release-4.11\engine\source\editor\kismet\private\findinblueprintmanager.cpp:1589]
UE4Editor_Engine!UBlueprint::Serialize() [d:\buildfarm\buildmachine_++ue4+release-4.11\engine\source\runtime\engine\private\blueprint.cpp:384]
UE4Editor_CoreUObject!FArchiveSaveTagExports::ProcessTaggedObjects() [d:\buildfarm\buildmachine_++ue4+release-4.11\engine\source\runtime\coreuobject\private\uobject\savepackage.cpp:701]
UE4Editor_CoreUObject!FPackageExportTagger::TagPackageExports() [d:\buildfarm\buildmachine_++ue4+release-4.11\engine\source\runtime\coreuobject\private\uobject\savepackage.cpp:2850]
UE4Editor_CoreUObject!UPackage::Save() [d:\buildfarm\buildmachine_++ue4+release-4.11\engine\source\runtime\coreuobject\private\uobject\savepackage.cpp:3399]
UE4Editor_UnrealEd!UEditorEngine::Save() [d:\buildfarm\buildmachine_++ue4+release-4.11\engine\source\editor\unrealed\private\editorengine.cpp:3890]
UE4Editor_UnrealEd!UEditorEngine::SavePackage() [d:\buildfarm\buildmachine_++ue4+release-4.11\engine\source\editor\unrealed\private\editorengine.cpp:3947]
UE4Editor_UnrealEd!UEditorEngine::Exec_Obj() [d:\buildfarm\buildmachine_++ue4+release-4.11\engine\source\editor\unrealed\private\editorserver.cpp:4409]
UE4Editor_UnrealEd!UEditorEngine::Exec() [d:\buildfarm\buildmachine_++ue4+release-4.11\engine\source\editor\unrealed\private\editorserver.cpp:5494]
UE4Editor_UnrealEd!UUnrealEdEngine::Exec() [d:\buildfarm\buildmachine_++ue4+release-4.11\engine\source\editor\unrealed\private\unrealedsrv.cpp:744]
UE4Editor_UnrealEd!InternalSavePackage() [d:\buildfarm\buildmachine_++ue4+release-4.11\engine\source\editor\unrealed\private\filehelpers.cpp:2552]
UE4Editor_UnrealEd!FEditorFileUtils::PromptForCheckoutAndSave() [d:\buildfarm\buildmachine_++ue4+release-4.11\engine\source\editor\unrealed\private\filehelpers.cpp:3076]
UE4Editor_UnrealEd!FBlueprintCompileReinstancer::~FBlueprintCompileReinstancer() [d:\buildfarm\buildmachine_++ue4+release-4.11\engine\source\editor\unrealed\private\kismet2\kismetreinstanceutilities.cpp:359]
UE4Editor_UnrealEd!FBlueprintCompileReinstancer::`vector deleting destructor'()
UE4Editor_KismetCompiler!FKismet2CompilerModule::CompileBlueprint() [d:\buildfarm\buildmachine_++ue4+release-4.11\engine\source\editor\kismetcompiler\private\kismetcompilermodule.cpp:186]
UE4Editor_UnrealEd!FKismetEditorUtilities::CompileBlueprint() [d:\buildfarm\buildmachine_++ue4+release-4.11\engine\source\editor\unrealed\private\kismet2\kismet2.cpp:758]
UE4Editor_Kismet!FBlueprintEditor::Compile() [d:\buildfarm\buildmachine_++ue4+release-4.11\engine\source\editor\kismet\private\blueprinteditor.cpp:3147]
UE4Editor_Kismet!TBaseSPMethodDelegateInstance<0,FBlueprintEditor,0,TTypeWrapper<void> __cdecl(void)>::Execute() [d:\buildfarm\buildmachine_++ue4+release-4.11\engine\source\runtime\core\public\delegates\delegateinstancesimpl_variadics.inl:321]
UE4Editor_Kismet!TBaseSPMethodDelegateInstance<0,FBlueprintEditor,0,void __cdecl(void)>::ExecuteIfSafe() [d:\buildfarm\buildmachine_++ue4+release-4.11\engine\source\runtime\core\public\delegates\delegateinstancesimpl_variadics.inl:427]
UE4Editor_Slate!FUICommandList::ExecuteAction() [d:\buildfarm\buildmachine_++ue4+release-4.11\engine\source\runtime\slate\private\framework\commands\uicommandlist.cpp:87]
UE4Editor_Slate!SToolBarButtonBlock::OnClicked() [d:\buildfarm\buildmachine_++ue4+release-4.11\engine\source\runtime\slate\private\framework\multibox\stoolbarbuttonblock.cpp:300]
UE4Editor_Slate!TMemberFunctionCaller<SToolBarButtonBlock,FReply (__cdecl SToolBarButtonBlock::*)(void) __ptr64>::operator()<>() [d:\buildfarm\buildmachine_++ue4+release-4.11\engine\source\runtime\core\public\delegates\delegateinstanceinterface_variadics.h:161]
UE4Editor_Slate!TTupleImpl<TIntegerSequence<unsigned int> >::ApplyAfter_ExplicitReturnType<FReply,TMemberFunctionCaller<SToolBarButtonBlock,FReply (__cdecl SToolBarButtonBlock::*)(void) __ptr64> >() [d:\buildfarm\buildmachine_++ue4+release-4.11\engine\source\runtime\core\public\delegates\tuple.h:128]
UE4Editor_Slate!TBaseSPMethodDelegateInstance<0,SToolBarButtonBlock,0,FReply __cdecl(void)>::Execute() [d:\buildfarm\buildmachine_++ue4+release-4.11\engine\source\runtime\core\public\delegates\delegateinstancesimpl_variadics.inl:321]
UE4Editor_Slate!TBaseDelegate<FReply>::Execute() [d:\buildfarm\buildmachine_++ue4+release-4.11\engine\source\runtime\core\public\delegates\delegatesignatureimpl_variadics.inl:521]
UE4Editor_Slate!SButton::OnMouseButtonUp() [d:\buildfarm\buildmachine_++ue4+release-4.11\engine\source\runtime\slate\private\widgets\input\sbutton.cpp:273]
UE4Editor_Slate!<lambda_9ed539f2a96fd1ccd6d2214174cc7705>::operator()() [d:\buildfarm\buildmachine_++ue4+release-4.11\engine\source\runtime\slate\private\framework\application\slateapplication.cpp:4540]
UE4Editor_Slate!FEventRouter::Route<FReply,FEventRouter::FToLeafmostPolicy,FPointerEvent,<lambda_9ed539f2a96fd1ccd6d2214174cc7705> >() [d:\buildfarm\buildmachine_++ue4+release-4.11\engine\source\runtime\slate\private\framework\application\slateapplication.cpp:214]
UE4Editor_Slate!FSlateApplication::RoutePointerUpEvent() [d:\buildfarm\buildmachine_++ue4+release-4.11\engine\source\runtime\slate\private\framework\application\slateapplication.cpp:4530]
UE4Editor_Slate!FSlateApplication::ProcessMouseButtonUpEvent() [d:\buildfarm\buildmachine_++ue4+release-4.11\engine\source\runtime\slate\private\framework\application\slateapplication.cpp:4947]
UE4Editor_Slate!FSlateApplication::OnMouseUp() [d:\buildfarm\buildmachine_++ue4+release-4.11\engine\source\runtime\slate\private\framework\application\slateapplication.cpp:4923]
UE4Editor_Core!FWindowsApplication::ProcessDeferredMessage() [d:\buildfarm\buildmachine_++ue4+release-4.11\engine\source\runtime\core\private\windows\windowsapplication.cpp:1415]
UE4Editor_Core!FWindowsApplication::DeferMessage() [d:\buildfarm\buildmachine_++ue4+release-4.11\engine\source\runtime\core\private\windows\windowsapplication.cpp:1732]
UE4Editor_Core!FWindowsApplication::ProcessMessage() [d:\buildfarm\buildmachine_++ue4+release-4.11\engine\source\runtime\core\private\windows\windowsapplication.cpp:697]
UE4Editor_Core!FWindowsApplication::AppWndProc() [d:\buildfarm\buildmachine_++ue4+release-4.11\engine\source\runtime\core\private\windows\windowsapplication.cpp:619]
user32
user32
UE4Editor_Core!FWindowsPlatformMisc::PumpMessages() [d:\buildfarm\buildmachine_++ue4+release-4.11\engine\source\runtime\core\private\windows\windowsplatformmisc.cpp:884]
UE4Editor!FEngineLoop::Tick() [d:\buildfarm\buildmachine_++ue4+release-4.11\engine\source\runtime\launch\private\launchengineloop.cpp:2607]
UE4Editor!GuardedMain() [d:\buildfarm\buildmachine_++ue4+release-4.11\engine\source\runtime\launch\private\launch.cpp:142]
UE4Editor!GuardedMainWrapper() [d:\buildfarm\buildmachine_++ue4+release-4.11\engine\source\runtime\launch\private\windows\launchwindows.cpp:126]
UE4Editor!WinMain() [d:\buildfarm\buildmachine_++ue4+release-4.11\engine\source\runtime\launch\private\windows\launchwindows.cpp:200]
UE4Editor!__scrt_common_main_seh() [f:\dd\vctools\crt\vcstartup\src\startup\exe_common.inl:264]
kernel32
ntdll

See the answer.
For the first time it worked but on second compile the whole editor crashed.

After attempting your repro steps, I am still unable to experience the crash. Could you please provide your dxdiag?


System Information

  Time of this report: 4/6/2016, 00:48:57
         Machine name: REMOLUS
     Operating System: Windows 10 Pro 64-bit (10.0, Build 10586) (10586.th2_release_sec.160223-1728)
             Language: German (Regional Setting: German)
  System Manufacturer: System manufacturer
         System Model: System Product Name
                 BIOS: BIOS Date: 08/19/13 11:06:37 Ver: 19.03
            Processor: Intel(R) Core(TM) i7-3770K CPU @ 3.50GHz (8 CPUs), ~3.5GHz
               Memory: 32768MB RAM
  Available OS Memory: 32712MB RAM
            Page File: 4980MB used, 27931MB available
          Windows Dir: C:\WINDOWS
      DirectX Version: 11.3
  DX Setup Parameters: Not found
     User DPI Setting: Using System DPI
   System DPI Setting: 96 DPI (100 percent)
      DWM DPI Scaling: Disabled
             Miracast: Not Available

Microsoft Graphics Hybrid: Not Supported
DxDiag Version: 10.00.10586.0000 64bit Unicode


DxDiag Notes

  Display Tab 1: No problems found.
  Display Tab 2: No problems found.
    Sound Tab 1: No problems found.
    Sound Tab 2: No problems found.
    Sound Tab 3: No problems found.
    Sound Tab 4: No problems found.
      Input Tab: No problems found.

DirectX Debug Levels

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


Display Devices

      Card name: NVIDIA GeForce GTX 560 
   Manufacturer: NVIDIA
      Chip type: GeForce GTX 560
       DAC type: Integrated RAMDAC
    Device Type: Full Device
     Device Key: Enum\PCI\VEN_10DE&DEV_1201&SUBSYS_83B51043&REV_A1
 Display Memory: 17334 MB

Dedicated Memory: 978 MB
Shared Memory: 16356 MB
Current Mode: 1920 x 1080 (32 bit) (60Hz)
Monitor Name: Generic PnP Monitor
Monitor Model: VX279
Monitor Id: ACI27E4
Native Mode: 1920 x 1080(p) (60.000Hz)
Output Type: HDMI
Driver Name: nvd3dumx.dll,nvwgf2umx.dll,nvwgf2umx.dll,nvwgf2umx.dll,nvd3dum,nvwgf2um,nvwgf2um,nvwgf2um
Driver File Version: 10.18.0013.6191 (English)
Driver Version: 10.18.13.6191
DDI Version: 11.3
Feature Levels: 11.0,10.1,10.0,9.3,9.2,9.1
Driver Model: WDDM 2.0
Graphics Preemption: DMA
Compute Preemption: DMA
Miracast: Not Supported
Hybrid Graphics GPU: Not Supported
Power P-states: Not Supported
Driver Attributes: Final Retail
Driver Date/Size: 08.02.2016 00:00:00, 17116936 bytes
WHQL Logo’d: Yes
WHQL Date Stamp:
Device Identifier: {D7B71E3E-5141-11CF-DC6B-B8A31CC2C735}
Vendor ID: 0x10DE
Device ID: 0x1201
SubSys ID: 0x83B51043
Revision ID: 0x00A1
Driver Strong Name: oem22.inf:0f066de37528e2cb:Section001:10.18.13.6191:pci\ven_10de&dev_1201
Rank Of Driver: 00D12001
Video Accel: ModeMPEG2_A ModeMPEG2_C ModeVC1_C ModeWMV9_C
DXVA2 Modes: DXVA2_ModeMPEG2_IDCT DXVA2_ModeMPEG2_VLD DXVA2_ModeVC1_D2010 DXVA2_ModeVC1_VLD DXVA2_ModeVC1_IDCT DXVA2_ModeWMV9_IDCT DXVA2_ModeH264_VLD_Stereo_Progressive_NoFGT DXVA2_ModeH264_VLD_Stereo_NoFGT DXVA2_ModeH264_VLD_NoFGT DXVA2_ModeMPEG4pt2_VLD_Simple DXVA2_ModeMPEG4pt2_VLD_AdvSimple_NoGMC
Deinterlace Caps: {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
{F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
{6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
{F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
{6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(YV12,0x32315659) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
{F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(YV12,0x32315659) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YV12,0x32315659) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YV12,0x32315659) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
{6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
{F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
{6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(IMC1,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(IMC1,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC1,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC1,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(IMC2,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(IMC2,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC2,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC2,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(IMC3,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(IMC3,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC3,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC3,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(IMC4,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(IMC4,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC4,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC4,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(S340,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(S340,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(S340,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(S340,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(S342,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(S342,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(S342,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(S342,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
D3D9 Overlay: Supported
DXVA-HD: Supported
DDraw Status: Enabled
D3D Status: Enabled
AGP Status: Enabled
MPO Caps: Not Supported
MPO Stretch: Not Supported
MPO Media Hints: Not Supported
MPO Formats: Not Supported

      Card name: NVIDIA GeForce GTX 560 
   Manufacturer: NVIDIA
      Chip type: GeForce GTX 560
       DAC type: Integrated RAMDAC
    Device Type: Full Device
     Device Key: Enum\PCI\VEN_10DE&DEV_1201&SUBSYS_83B51043&REV_A1
 Display Memory: 17335 MB

Dedicated Memory: 979 MB
Shared Memory: 16356 MB
Current Mode: 1920 x 1080 (32 bit) (60Hz)
Monitor Name: Generic PnP Monitor
Monitor Model: VX279
Monitor Id: ACI27E4
Native Mode: 1920 x 1080(p) (60.000Hz)
Output Type: HDMI
Driver Name: nvd3dumx.dll,nvwgf2umx.dll,nvwgf2umx.dll,nvwgf2umx.dll,nvd3dum,nvwgf2um,nvwgf2um,nvwgf2um
Driver File Version: 10.18.0013.6191 (English)
Driver Version: 10.18.13.6191
DDI Version: 11.3
Feature Levels: 11.0,10.1,10.0,9.3,9.2,9.1
Driver Model: WDDM 2.0
Graphics Preemption: DMA
Compute Preemption: DMA
Miracast: Not Supported
Hybrid Graphics GPU: Not Supported
Power P-states: Not Supported
Driver Attributes: Final Retail
Driver Date/Size: 08.02.2016 00:00:00, 17116936 bytes
WHQL Logo’d: Yes
WHQL Date Stamp:
Device Identifier: {D7B71E3E-5141-11CF-DC6B-B8A31CC2C735}
Vendor ID: 0x10DE
Device ID: 0x1201
SubSys ID: 0x83B51043
Revision ID: 0x00A1
Driver Strong Name: oem22.inf:0f066de37528e2cb:Section001:10.18.13.6191:pci\ven_10de&dev_1201
Rank Of Driver: 00D12001
Video Accel: ModeMPEG2_A ModeMPEG2_C ModeVC1_C ModeWMV9_C
DXVA2 Modes: DXVA2_ModeMPEG2_IDCT DXVA2_ModeMPEG2_VLD DXVA2_ModeVC1_D2010 DXVA2_ModeVC1_VLD DXVA2_ModeVC1_IDCT DXVA2_ModeWMV9_IDCT DXVA2_ModeH264_VLD_Stereo_Progressive_NoFGT DXVA2_ModeH264_VLD_Stereo_NoFGT DXVA2_ModeH264_VLD_NoFGT DXVA2_ModeMPEG4pt2_VLD_Simple DXVA2_ModeMPEG4pt2_VLD_AdvSimple_NoGMC
Deinterlace Caps: {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
{F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
{6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
{F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
{6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(YV12,0x32315659) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
{F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(YV12,0x32315659) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YV12,0x32315659) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YV12,0x32315659) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
{6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
{F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
{6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(IMC1,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(IMC1,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC1,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC1,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(IMC2,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(IMC2,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC2,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC2,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(IMC3,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(IMC3,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC3,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC3,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(IMC4,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(IMC4,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC4,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC4,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(S340,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(S340,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(S340,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(S340,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(S342,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(S342,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(S342,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(S342,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
D3D9 Overlay: Supported
DXVA-HD: Supported
DDraw Status: Enabled
D3D Status: Enabled
AGP Status: Enabled
MPO Caps: Not Supported
MPO Stretch: Not Supported
MPO Media Hints: Not Supported
MPO Formats: Not Supported


Sound Devices

        Description: Lautsprecher (Realtek High Definition Audio)

Default Sound Playback: Yes
Default Voice Playback: Yes
Hardware ID: HDAUDIO\FUNC_01&VEN_10EC&DEV_0899&SUBSYS_1043846B&REV_1000
Manufacturer ID: 1
Product ID: 100
Type: WDM
Driver Name: RTKVHD64.sys
Driver Version: 6.00.0001.7535 (English)
Driver Attributes: Final Retail
WHQL Logo’d: Yes
Date and Size: 16.06.2015 00:00:00, 4504320 bytes
Other Files:
Driver Provider: Realtek Semiconductor Corp.
HW Accel Level: Basic
Cap Flags: 0xF1F
Min/Max Sample Rate: 100, 200000
Static/Strm HW Mix Bufs: 1, 0
Static/Strm HW 3D Bufs: 0, 0
HW Memory: 0
Voice Management: No
EAX™ 2.0 Listen/Src: No, No
I3DL2™ Listen/Src: No, No
Sensaura™ ZoomFX™: No

        Description: VX279-1 (2- NVIDIA High Definition Audio)

Default Sound Playback: No
Default Voice Playback: No
Hardware ID: HDAUDIO\FUNC_01&VEN_10DE&DEV_0016&SUBSYS_10DE0101&REV_1001
Manufacturer ID: 1
Product ID: 100
Type: WDM
Driver Name: nvhda64v.sys
Driver Version: 1.03.0034.0004 (English)
Driver Attributes: Final Retail
WHQL Logo’d: Yes
Date and Size: 21.09.2015 00:00:00, 205456 bytes
Other Files:
Driver Provider: NVIDIA Corporation
HW Accel Level: Basic
Cap Flags: 0xF1F
Min/Max Sample Rate: 100, 200000
Static/Strm HW Mix Bufs: 1, 0
Static/Strm HW 3D Bufs: 0, 0
HW Memory: 0
Voice Management: No
EAX™ 2.0 Listen/Src: No, No
I3DL2™ Listen/Src: No, No
Sensaura™ ZoomFX™: No

        Description: Realtek Digital Output(Optical) (Realtek High Definition Audio)

Default Sound Playback: No
Default Voice Playback: No
Hardware ID: HDAUDIO\FUNC_01&VEN_10EC&DEV_0899&SUBSYS_1043846B&REV_1000
Manufacturer ID: 1
Product ID: 100
Type: WDM
Driver Name: RTKVHD64.sys
Driver Version: 6.00.0001.7535 (English)
Driver Attributes: Final Retail
WHQL Logo’d: Yes
Date and Size: 16.06.2015 00:00:00, 4504320 bytes
Other Files:
Driver Provider: Realtek Semiconductor Corp.
HW Accel Level: Basic
Cap Flags: 0xF1F
Min/Max Sample Rate: 100, 200000
Static/Strm HW Mix Bufs: 1, 0
Static/Strm HW 3D Bufs: 0, 0
HW Memory: 0
Voice Management: No
EAX™ 2.0 Listen/Src: No, No
I3DL2™ Listen/Src: No, No
Sensaura™ ZoomFX™: No

        Description: VX279-1 (NVIDIA High Definition Audio)

Default Sound Playback: No
Default Voice Playback: No
Hardware ID: HDAUDIO\FUNC_01&VEN_10DE&DEV_0016&SUBSYS_10DE0101&REV_1001
Manufacturer ID: 1
Product ID: 100
Type: WDM
Driver Name: nvhda64v.sys
Driver Version: 1.03.0034.0004 (English)
Driver Attributes: Final Retail
WHQL Logo’d: Yes
Date and Size: 21.09.2015 00:00:00, 205456 bytes
Other Files:
Driver Provider: NVIDIA Corporation
HW Accel Level: Basic
Cap Flags: 0xF1F
Min/Max Sample Rate: 100, 200000
Static/Strm HW Mix Bufs: 1, 0
Static/Strm HW 3D Bufs: 0, 0
HW Memory: 0
Voice Management: No
EAX™ 2.0 Listen/Src: No, No
I3DL2™ Listen/Src: No, No
Sensaura™ ZoomFX™: No


Sound Capture Devices

        Description: Mikrofon (Realtek High Definition Audio)

Default Sound Capture: Yes
Default Voice Capture: Yes
Driver Name: RTKVHD64.sys
Driver Version: 6.00.0001.7535 (English)
Driver Attributes: Final Retail
Date and Size: 6/24/2015 22:57:00, 4504320 bytes
Cap Flags: 0x1
Format Flags: 0xFFFFF


Video Capture Devices
Number of Devices: 0


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: G700s Rechargeable Gaming Mouse
     Attached: 1
Controller ID: 0x0

Vendor/Product ID: 0x046D, 0xC07C
FF Driver: n/a

  Device Name: G700s Rechargeable Gaming Mouse
     Attached: 1
Controller ID: 0x0

Vendor/Product ID: 0x046D, 0xC07C
FF Driver: n/a

  Device Name: G700s Rechargeable Gaming Mouse
     Attached: 1
Controller ID: 0x0

Vendor/Product ID: 0x046D, 0xC07C
FF Driver: n/a

  Device Name: Wired Keyboard 600
     Attached: 1
Controller ID: 0x0

Vendor/Product ID: 0x045E, 0x07F8
FF Driver: n/a

  Device Name: Wired Keyboard 600
     Attached: 1
Controller ID: 0x0

Vendor/Product ID: 0x045E, 0x07F8
FF Driver: n/a

Poll w/ Interrupt: No


USB Devices

  • USB-Root-Hub
    | Vendor/Product ID: 0x8086, 0x1E26
    | Matching Device ID: USB\ROOT_HUB20
    | Service: usbhub
    | Driver: usbhub.sys, 10/30/2015 09:17:23, 500064 bytes
    | Driver: usbd.sys, 10/30/2015 09:17:23, 30048 bytes
    |
    ±+ Generic USB Hub
    | | Vendor/Product ID: 0x8087, 0x0024
    | | Location: Port_#0001.Hub_#0002
    | | Matching Device ID: USB\Class_09
    | | Service: usbhub
    | | Driver: usbhub.sys, 10/30/2015 09:17:23, 500064 bytes
    | | Driver: usbd.sys, 10/30/2015 09:17:23, 30048 bytes
    | |
    | ±+ USB-Verbundgerät
    | | | Vendor/Product ID: 0x045E, 0x07F8
    | | | Location: Port_#0008.Hub_#0006
    | | | Matching Device ID: USB\COMPOSITE
    | | | Service: usbccgp
    | | | Driver: usbccgp.sys, 10/30/2015 09:17:23, 159072 bytes
    | | |
    | | ±+ USB-Eingabegerät
    | | | | Vendor/Product ID: 0x045E, 0x07F8
    | | | | Location: 0000.001d.0000.001.008.000.000.000.000
    | | | | Matching Device ID: USB\Class_03&SubClass_01
    | | | | Service: HidUsb
    | | | | Driver: hidusb.sys, 10/30/2015 09:17:23, 38400 bytes
    | | | | Driver: hidclass.sys, 10/30/2015 09:17:23, 154624 bytes
    | | | | Driver: hidparse.sys, 10/30/2015 09:17:23, 40448 bytes
    | | | |
    | | | ±+ HID-Tastatur
    | | | | | Vendor/Product ID: 0x045E, 0x07F8
    | | | | | Matching Device ID: HID_DEVICE_SYSTEM_KEYBOARD
    | | | | | Service: kbdhid
    | | | | | Driver: kbdhid.sys, 10/30/2015 09:17:23, 36864 bytes
    | | | | | Driver: kbdclass.sys, 10/30/2015 09:17:23, 62304 bytes
    |
  • USB-Root-Hub (xHCI)
    | Vendor/Product ID: 0x8086, 0x1E31
    | Matching Device ID: USB\ROOT_HUB30
    | Service: USBHUB3
    | Driver: USBHUB3.SYS, 2/23/2016 11:25:27, 534368 bytes
    |
    ±+ USB-Verbundgerät
    | | Vendor/Product ID: 0x046D, 0xC07C
    | | Location: Port_#0003.Hub_#0003
    | | Matching Device ID: USB\COMPOSITE
    | | Service: usbccgp
    | | Driver: usbccgp.sys, 10/30/2015 09:17:23, 159072 bytes
    | |
    | ±+ USB-Eingabegerät
    | | | Vendor/Product ID: 0x046D, 0xC07C
    | | | Location: 0000.0014.0000.003.000.000.000.000.000
    | | | Matching Device ID: USB\Class_03&SubClass_01
    | | | Service: HidUsb
    | | | Driver: hidusb.sys, 10/30/2015 09:17:23, 38400 bytes
    | | | Driver: hidclass.sys, 10/30/2015 09:17:23, 154624 bytes
    | | | Driver: hidparse.sys, 10/30/2015 09:17:23, 40448 bytes
    | | |
    | | ±+ Logitech G700s Rechargeable Gaming Mouse
    | | | | Vendor/Product ID: 0x046D, 0xC07C
    | | | | Matching Device ID: hid\vid_046d&pid_c07c&mi_00
    | | | | Lower Filters: LGSHidFilt
    | | | | Service: mouhid
    | | | | Driver: LGSHidFilt.Sys, 5/30/2013 18:16:40, 64280 bytes
    | | | | Driver: mouhid.sys, 10/30/2015 09:17:23, 32256 bytes
    | | | | Driver: mouclass.sys, 10/30/2015 09:17:23, 59232 bytes
    | | | | Driver: LkmdfCoInst.dll, 5/31/2013 21:19:12, 1843480 bytes
    | | |
    | ±+ USB-Eingabegerät
    | | | Vendor/Product ID: 0x046D, 0xC07C
    | | | Location: 0000.0014.0000.003.000.000.000.000.000
    | | | Matching Device ID: USB\Class_03
    | | | Service: HidUsb
    | | | Driver: hidusb.sys, 10/30/2015 09:17:23, 38400 bytes
    | | | Driver: hidclass.sys, 10/30/2015 09:17:23, 154624 bytes
    | | | Driver: hidparse.sys, 10/30/2015 09:17:23, 40448 bytes
    | | |
    | | ±+ HID-Tastatur
    | | | | Vendor/Product ID: 0x046D, 0xC07C
    | | | | Matching Device ID: HID_DEVICE_SYSTEM_KEYBOARD
    | | | | Service: kbdhid
    | | | | Driver: kbdhid.sys, 10/30/2015 09:17:23, 36864 bytes
    | | | | Driver: kbdclass.sys, 10/30/2015 09:17:23, 62304 bytes

Gameport Devices


PS/2 Devices

  • HID-Tastatur
    | Vendor/Product ID: 0x046D, 0xC232
    | Matching Device ID: HID_DEVICE_SYSTEM_KEYBOARD
    | Service: kbdhid
    | Driver: kbdhid.sys, 10/30/2015 09:17:23, 36864 bytes
    | Driver: kbdclass.sys, 10/30/2015 09:17:23, 62304 bytes
    |
  • HID-konforme Maus
    | Vendor/Product ID: 0x046D, 0xC231
    | Matching Device ID: HID_DEVICE_SYSTEM_MOUSE
    | Service: mouhid
    | Driver: mouhid.sys, 10/30/2015 09:17:23, 32256 bytes
    | Driver: mouclass.sys, 10/30/2015 09:17:23, 59232 bytes

Disk & DVD/CD-ROM Drives

  Drive: C:

Free Space: 285.6 GB
Total Space: 476.4 GB
File System: NTFS
Model: Samsung SSD 840 EVO 500GB

  Drive: D:

Free Space: 1411.5 GB
Total Space: 3815.3 GB
File System: NTFS
Model: WDC WD40EFRX-68WT0N0

  Drive: F:

Free Space: 1410.3 GB
Total Space: 3815.3 GB
File System: NTFS
Model: WDC WD40EFRX-68WT0N0

  Drive: E:
  Model: ASUS BC-12B1ST
 Driver: c:\windows\system32\drivers\cdrom.sys, 10.00.10586.0000 (German), 10/30/2015 09:17:22, 173568 bytes

System Devices

 Name: Xeon(R) processor E3-1200 v2/3rd Gen Core processor PCI Express Root Port - 0151

Device ID: PCI\VEN_8086&DEV_0151&SUBSYS_84CA1043&REV_09\3&11583659&0&08
Driver: C:\WINDOWS\system32\DRIVERS\pci.sys, 10.00.10586.0000 (German), 10/30/2015 09:17:23, 330080 bytes

 Name: Standardmäßiger SATA AHCI- Controller

Device ID: PCI\VEN_8086&DEV_1E02&SUBSYS_84CA1043&REV_04\3&11583659&0&FA
Driver: C:\WINDOWS\system32\DRIVERS\storahci.sys, 10.00.10586.0000 (English), 10/30/2015 09:17:23, 133984 bytes

 Name: High Definition Audio-Controller

Device ID: PCI\VEN_8086&DEV_1E20&SUBSYS_84FD1043&REV_04\3&11583659&0&D8
Driver: C:\WINDOWS\system32\DRIVERS\hdaudbus.sys, 10.00.10586.0000 (German), 10/30/2015 09:17:18, 79872 bytes
Driver: C:\WINDOWS\system32\DRIVERS\drmk.sys, 10.00.10586.0000 (English), 10/30/2015 09:17:19, 97280 bytes
Driver: C:\WINDOWS\system32\DRIVERS\portcls.sys, 10.00.10586.0000 (German), 10/30/2015 09:17:19, 333824 bytes

 Name: Intel(R) 7 Series/C216 Chipset Family PCI Express Root Port 8 - 1E1E

Device ID: PCI\VEN_8086&DEV_1E1E&SUBSYS_84CA1043&REV_C4\3&11583659&0&E7
Driver: C:\WINDOWS\system32\DRIVERS\pci.sys, 10.00.10586.0000 (German), 10/30/2015 09:17:23, 330080 bytes

 Name: NVIDIA GeForce GTX 560 

Device ID: PCI\VEN_10DE&DEV_1201&SUBSYS_83B51043&REV_A1\4&BAB4994&0&0008
Driver: C:\Program Files\NVIDIA Corporation\Drs\dbInstaller.exe, 10.18.0013.6191 (English), 2/9/2016 10:25:53, 458296 bytes
Driver: C:\Program Files\NVIDIA Corporation\Drs\nvdrsdb.bin, 2/9/2016 10:25:53, 1324104 bytes
Driver: C:\WINDOWS\System32\DriverStore\FileRepository\nv_dispi.inf_amd64_c75bff1e03a9f973\NvCplSetupInt.exe, 1.00.0005.0000 (German), 2/9/2016 10:25:53, 96852856 bytes
Driver: C:\Program Files (x86)\NVIDIA Corporation\coprocmanager\detoured.dll, 2.01.0000.0207 (English), 2/9/2016 10:25:53, 18880 bytes
Driver: C:\Program Files (x86)\NVIDIA Corporation\coprocmanager\nvd3d9wrap.dll, 10.18.0013.6191 (English), 2/9/2016 10:25:53, 157864 bytes
Driver: C:\Program Files (x86)\NVIDIA Corporation\coprocmanager\nvdxgiwrap.dll, 10.18.0013.6191 (English), 2/9/2016 10:25:53, 105328 bytes
Driver: C:\Program Files\NVIDIA Corporation\coprocmanager\detoured.dll, 2.01.0000.0207 (English), 2/9/2016 10:25:53, 18880 bytes
Driver: C:\Program Files\NVIDIA Corporation\coprocmanager\nvd3d9wrapx.dll, 10.18.0013.6191 (English), 2/9/2016 10:25:53, 187728 bytes
Driver: C:\Program Files\NVIDIA Corporation\coprocmanager\nvdxgiwrapx.dll, 10.18.0013.6191 (English), 2/9/2016 10:25:53, 126088 bytes
Driver: C:\Program Files\NVIDIA Corporation\license.txt, 2/9/2016 10:25:53, 21916 bytes
Driver: C:\Program Files\NVIDIA Corporation\NVSMI\MCU.exe, 1.01.5204.20580 (German), 2/9/2016 10:25:53, 849976 bytes
Driver: C:\Program Files\NVIDIA Corporation\NVSMI\nvdebugdump.exe, 6.14.0013.6191 (English), 2/9/2016 10:25:53, 400952 bytes
Driver: C:\Program Files\NVIDIA Corporation\NVSMI\nvidia-smi.1.pdf, 2/9/2016 10:25:53, 74003 bytes
Driver: C:\Program Files\NVIDIA Corporation\NVSMI\nvidia-smi.exe, 8.17.0013.6191 (English), 2/9/2016 10:25:53, 441400 bytes
Driver: C:\Program Files\NVIDIA Corporation\NVSMI\nvml.dll, 8.17.0013.6191 (English), 2/9/2016 10:25:53, 1249728 bytes
Driver: C:\Program Files\NVIDIA Corporation\OpenCL\OpenCL.dll, 1.02.0011.0000 (English), 2/9/2016 10:25:53, 203320 bytes
Driver: C:\Program Files\NVIDIA Corporation\OpenCL\OpenCL64.dll, 1.02.0011.0000 (English), 2/9/2016 10:25:53, 213952 bytes
Driver: C:\WINDOWS\system32\DRIVERS\nvlddmkm.sys, 10.18.0013.6191 (English), 2/10/2016 08:27:52, 12478528 bytes
Driver: C:\WINDOWS\system32\NvFBC64.dll, 6.14.0013.6191 (English), 2/9/2016 10:25:53, 950328 bytes
Driver: C:\WINDOWS\system32\NvIFR64.dll, 6.14.0013.6191 (English), 2/9/2016 10:25:53, 882232 bytes
Driver: C:\WINDOWS\system32\nvapi64.dll, 10.18.0013.6191 (English), 2/9/2016 10:25:53, 3649576 bytes
Driver: C:\WINDOWS\system32\nvcompiler.dll, 2/9/2016 10:25:53, 42983480 bytes
Driver: C:\WINDOWS\system32\nvcuda.dll, 6.14.0013.6191 (English), 2/9/2016 10:25:53, 20741880 bytes
Driver: C:\WINDOWS\system32\nvcuvid.dll, 7.17.0013.6191 (English), 2/9/2016 10:25:53, 2541504 bytes
Driver: C:\WINDOWS\system32\nvd3dumx.dll, 10.18.0013.6191 (English), 2/9/2016 10:25:53, 17116936 bytes
Driver: C:\WINDOWS\system32\nvinfo.pb, 2/9/2016 10:25:53, 35832 bytes
Driver: C:\WINDOWS\system32\nvinitx.dll, 10.18.0013.6191 (English), 2/9/2016 10:25:53, 175368 bytes
Driver: C:\WINDOWS\system32\nvoglshim64.dll, 10.18.0013.6191 (English), 2/9/2016 10:25:53, 151368 bytes
Driver: C:\WINDOWS\system32\nvoglv64.dll, 10.18.0013.6191 (English), 2/9/2016 10:25:53, 31119296 bytes
Driver: C:\WINDOWS\system32\nvopencl.dll, 6.14.0013.6191 (English), 2/9/2016 10:25:53, 21201784 bytes
Driver: C:\WINDOWS\system32\nvumdshimx.dll, 10.18.0013.6191 (English), 2/9/2016 10:25:53, 541000 bytes
Driver: C:\WINDOWS\system32\nvwgf2umx.dll, 10.18.0013.6191 (English), 2/9/2016 10:25:53, 19779648 bytes
Driver: C:\WINDOWS\SysWow64\NvFBC.dll, 6.14.0013.6191 (English), 2/9/2016 10:25:53, 745408 bytes
Driver: C:\WINDOWS\SysWow64\NvIFR.dll, 6.14.0013.6191 (English), 2/9/2016 10:25:53, 689600 bytes
Driver: C:\WINDOWS\SysWow64\nvapi.dll, 10.18.0013.6191 (English), 2/9/2016 10:25:53, 3231544 bytes
Driver: C:\WINDOWS\SysWow64\nvcompiler.dll, 2/9/2016 10:25:53, 37616184 bytes
Driver: C:\WINDOWS\SysWow64\nvcuda.dll, 6.14.0013.6191 (English), 2/9/2016 10:25:53, 17224664 bytes
Driver: C:\WINDOWS\SysWow64\nvcuvid.dll, 7.17.0013.6191 (English), 2/9/2016 10:25:53, 2187712 bytes
Driver: C:\WINDOWS\SysWow64\nvd3dum.dll, 10.18.0013.6191 (English), 2/9/2016 10:25:53, 14115136 bytes
Driver: C:\WINDOWS\SysWow64\nvinit.dll, 10.18.0013.6191 (English), 2/9/2016 10:25:53, 153392 bytes
Driver: C:\WINDOWS\SysWow64\nvoglshim32.dll, 10.18.0013.6191 (English), 2/9/2016 10:25:53, 128696 bytes
Driver: C:\WINDOWS\SysWow64\nvoglv32.dll, 10.18.0013.6191 (English), 2/9/2016 10:25:53, 24944064 bytes
Driver: C:\WINDOWS\SysWow64\nvopencl.dll, 6.14.0013.6191 (English), 2/9/2016 10:25:53, 17631304 bytes
Driver: C:\WINDOWS\SysWow64\nvumdshim.dll, 10.18.0013.6191 (English), 2/9/2016 10:25:53, 445728 bytes
Driver: C:\WINDOWS\SysWow64\nvwgf2um.dll, 10.18.0013.6191 (English), 2/9/2016 10:25:53, 17175248 bytes
Driver: C:\WINDOWS\system32\nvdispco6436191.dll, 2.00.0043.0004 (English), 2/9/2016 10:25:53, 1924152 bytes
Driver: C:\WINDOWS\system32\nvdispgenco6436191.dll, 2.00.0021.0002 (English), 2/9/2016 10:25:53, 1573432 bytes

 Name: Intel(R) Z77 Express Chipset LPC Controller - 1E44

Device ID: PCI\VEN_8086&DEV_1E44&SUBSYS_84CA1043&REV_04\3&11583659&0&F8
Driver: C:\WINDOWS\system32\DRIVERS\msisadrv.sys, 10.00.10586.0000 (English), 10/30/2015 09:17:23, 18784 bytes

 Name: Intel(R) 7 Series/C216 Chipset Family SMBus Host Controller - 1E22

Device ID: PCI\VEN_8086&DEV_1E22&SUBSYS_84CA1043&REV_04\3&11583659&0&FB
Driver: n/a

 Name: Intel(R) 7 Series/C216 Chipset Family PCI Express Root Port 5 - 1E18

Device ID: PCI\VEN_8086&DEV_1E18&SUBSYS_84CA1043&REV_C4\3&11583659&0&E4
Driver: C:\WINDOWS\system32\DRIVERS\pci.sys, 10.00.10586.0000 (German), 10/30/2015 09:17:23, 330080 bytes

 Name: Intel(R) 7 Series/C216 Chipset Family PCI Express Root Port 1 - 1E10

Device ID: PCI\VEN_8086&DEV_1E10&SUBSYS_84CA1043&REV_C4\3&11583659&0&E0
Driver: C:\WINDOWS\system32\DRIVERS\pci.sys, 10.00.10586.0000 (German), 10/30/2015 09:17:23, 330080 bytes

 Name: High Definition Audio-Controller

Device ID: PCI\VEN_10DE&DEV_0E0C&SUBSYS_83B51043&REV_A1\4&C9C687&0&0109
Driver: C:\WINDOWS\system32\DRIVERS\hdaudbus.sys, 10.00.10586.0000 (German), 10/30/2015 09:17:18, 79872 bytes
Driver: C:\WINDOWS\system32\DRIVERS\drmk.sys, 10.00.10586.0000 (English), 10/30/2015 09:17:19, 97280 bytes
Driver: C:\WINDOWS\system32\DRIVERS\portcls.sys, 10.00.10586.0000 (German), 10/30/2015 09:17:19, 333824 bytes

 Name: Intel(R) Management Engine Interface 

Device ID: PCI\VEN_8086&DEV_1E3A&SUBSYS_84CA1043&REV_04\3&11583659&0&B0
Driver: C:\WINDOWS\system32\DRIVERS\TeeDriverW8x64.sys, 11.00.0000.1155 (English), 6/29/2015 21:24:02, 184096 bytes

 Name: Intel(R) USB 3.0 eXtensible-Hostcontroller – 1.0 (Microsoft)

Device ID: PCI\VEN_8086&DEV_1E31&SUBSYS_84CA1043&REV_04\3&11583659&0&A0
Driver: C:\WINDOWS\system32\DRIVERS\USBXHCI.SYS, 10.00.10586.0000 (German), 10/30/2015 09:17:23, 378208 bytes

 Name: NVIDIA GeForce GTX 560 

Device ID: PCI\VEN_10DE&DEV_1201&SUBSYS_83B51043&REV_A1\4&C9C687&0&0009
Driver: C:\Program Files\NVIDIA Corporation\Drs\dbInstaller.exe, 10.18.0013.6191 (English), 2/9/2016 10:25:53, 458296 bytes
Driver: C:\Program Files\NVIDIA Corporation\Drs\nvdrsdb.bin, 2/9/2016 10:25:53, 1324104 bytes
Driver: C:\WINDOWS\System32\DriverStore\FileRepository\nv_dispi.inf_amd64_c75bff1e03a9f973\NvCplSetupInt.exe, 1.00.0005.0000 (German), 2/9/2016 10:25:53, 96852856 bytes
Driver: C:\Program Files (x86)\NVIDIA Corporation\coprocmanager\detoured.dll, 2.01.0000.0207 (English), 2/9/2016 10:25:53, 18880 bytes
Driver: C:\Program Files (x86)\NVIDIA Corporation\coprocmanager\nvd3d9wrap.dll, 10.18.0013.6191 (English), 2/9/2016 10:25:53, 157864 bytes
Driver: C:\Program Files (x86)\NVIDIA Corporation\coprocmanager\nvdxgiwrap.dll, 10.18.0013.6191 (English), 2/9/2016 10:25:53, 105328 bytes
Driver: C:\Program Files\NVIDIA Corporation\coprocmanager\detoured.dll, 2.01.0000.0207 (English), 2/9/2016 10:25:53, 18880 bytes
Driver: C:\Program Files\NVIDIA Corporation\coprocmanager\nvd3d9wrapx.dll, 10.18.0013.6191 (English), 2/9/2016 10:25:53, 187728 bytes
Driver: C:\Program Files\NVIDIA Corporation\coprocmanager\nvdxgiwrapx.dll, 10.18.0013.6191 (English), 2/9/2016 10:25:53, 126088 bytes
Driver: C:\Program Files\NVIDIA Corporation\license.txt, 2/9/2016 10:25:53, 21916 bytes
Driver: C:\Program Files\NVIDIA Corporation\NVSMI\MCU.exe, 1.01.5204.20580 (German), 2/9/2016 10:25:53, 849976 bytes
Driver: C:\Program Files\NVIDIA Corporation\NVSMI\nvdebugdump.exe, 6.14.0013.6191 (English), 2/9/2016 10:25:53, 400952 bytes
Driver: C:\Program Files\NVIDIA Corporation\NVSMI\nvidia-smi.1.pdf, 2/9/2016 10:25:53, 74003 bytes
Driver: C:\Program Files\NVIDIA Corporation\NVSMI\nvidia-smi.exe, 8.17.0013.6191 (English), 2/9/2016 10:25:53, 441400 bytes
Driver: C:\Program Files\NVIDIA Corporation\NVSMI\nvml.dll, 8.17.0013.6191 (English), 2/9/2016 10:25:53, 1249728 bytes
Driver: C:\Program Files\NVIDIA Corporation\OpenCL\OpenCL.dll, 1.02.0011.0000 (English), 2/9/2016 10:25:53, 203320 bytes
Driver: C:\Program Files\NVIDIA Corporation\OpenCL\OpenCL64.dll, 1.02.0011.0000 (English), 2/9/2016 10:25:53, 213952 bytes
Driver: C:\WINDOWS\system32\DRIVERS\nvlddmkm.sys, 10.18.0013.6191 (English), 2/10/2016 08:27:52, 12478528 bytes
Driver: C:\WINDOWS\system32\NvFBC64.dll, 6.14.0013.6191 (English), 2/9/2016 10:25:53, 950328 bytes
Driver: C:\WINDOWS\system32\NvIFR64.dll, 6.14.0013.6191 (English), 2/9/2016 10:25:53, 882232 bytes
Driver: C:\WINDOWS\system32\nvapi64.dll, 10.18.0013.6191 (English), 2/9/2016 10:25:53, 3649576 bytes
Driver: C:\WINDOWS\system32\nvcompiler.dll, 2/9/2016 10:25:53, 42983480 bytes
Driver: C:\WINDOWS\system32\nvcuda.dll, 6.14.0013.6191 (English), 2/9/2016 10:25:53, 20741880 bytes
Driver: C:\WINDOWS\system32\nvcuvid.dll, 7.17.0013.6191 (English), 2/9/2016 10:25:53, 2541504 bytes
Driver: C:\WINDOWS\system32\nvd3dumx.dll, 10.18.0013.6191 (English), 2/9/2016 10:25:53, 17116936 bytes
Driver: C:\WINDOWS\system32\nvinfo.pb, 2/9/2016 10:25:53, 35832 bytes
Driver: C:\WINDOWS\system32\nvinitx.dll, 10.18.0013.6191 (English), 2/9/2016 10:25:53, 175368 bytes
Driver: C:\WINDOWS\system32\nvoglshim64.dll, 10.18.0013.6191 (English), 2/9/2016 10:25:53, 151368 bytes
Driver: C:\WINDOWS\system32\nvoglv64.dll, 10.18.0013.6191 (English), 2/9/2016 10:25:53, 31119296 bytes
Driver: C:\WINDOWS\system32\nvopencl.dll, 6.14.0013.6191 (English), 2/9/2016 10:25:53, 21201784 bytes
Driver: C:\WINDOWS\system32\nvumdshimx.dll, 10.18.0013.6191 (English), 2/9/2016 10:25:53, 541000 bytes
Driver: C:\WINDOWS\system32\nvwgf2umx.dll, 10.18.0013.6191 (English), 2/9/2016 10:25:53, 19779648 bytes
Driver: C:\WINDOWS\SysWow64\NvFBC.dll, 6.14.0013.6191 (English), 2/9/2016 10:25:53, 745408 bytes
Driver: C:\WINDOWS\SysWow64\NvIFR.dll, 6.14.0013.6191 (English), 2/9/2016 10:25:53, 689600 bytes
Driver: C:\WINDOWS\SysWow64\nvapi.dll, 10.18.0013.6191 (English), 2/9/2016 10:25:53, 3231544 bytes
Driver: C:\WINDOWS\SysWow64\nvcompiler.dll, 2/9/2016 10:25:53, 37616184 bytes
Driver: C:\WINDOWS\SysWow64\nvcuda.dll, 6.14.0013.6191 (English), 2/9/2016 10:25:53, 17224664 bytes
Driver: C:\WINDOWS\SysWow64\nvcuvid.dll, 7.17.0013.6191 (English), 2/9/2016 10:25:53, 2187712 bytes
Driver: C:\WINDOWS\SysWow64\nvd3dum.dll, 10.18.0013.6191 (English), 2/9/2016 10:25:53, 14115136 bytes
Driver: C:\WINDOWS\SysWow64\nvinit.dll, 10.18.0013.6191 (English), 2/9/2016 10:25:53, 153392 bytes
Driver: C:\WINDOWS\SysWow64\nvoglshim32.dll, 10.18.0013.6191 (English), 2/9/2016 10:25:53, 128696 bytes
Driver: C:\WINDOWS\SysWow64\nvoglv32.dll, 10.18.0013.6191 (English), 2/9/2016 10:25:53, 24944064 bytes
Driver: C:\WINDOWS\SysWow64\nvopencl.dll, 6.14.0013.6191 (English), 2/9/2016 10:25:53, 17631304 bytes
Driver: C:\WINDOWS\SysWow64\nvumdshim.dll, 10.18.0013.6191 (English), 2/9/2016 10:25:53, 445728 bytes
Driver: C:\WINDOWS\SysWow64\nvwgf2um.dll, 10.18.0013.6191 (English), 2/9/2016 10:25:53, 17175248 bytes
Driver: C:\WINDOWS\system32\nvdispco6436191.dll, 2.00.0043.0004 (English), 2/9/2016 10:25:53, 1924152 bytes
Driver: C:\WINDOWS\system32\nvdispgenco6436191.dll, 2.00.0021.0002 (English), 2/9/2016 10:25:53, 1573432 bytes

 Name: Xeon(R) processor E3-1200 v2/3rd Gen Core processor PCI Express Root Port - 0155

Device ID: PCI\VEN_8086&DEV_0155&SUBSYS_84CA1043&REV_09\3&11583659&0&09
Driver: C:\WINDOWS\system32\DRIVERS\pci.sys, 10.00.10586.0000 (German), 10/30/2015 09:17:23, 330080 bytes

 Name: Standardmäßiger SATA AHCI- Controller

Device ID: PCI\VEN_1B21&DEV_0612&SUBSYS_84B71043&REV_01\4&3927C719&0&00E7
Driver: C:\WINDOWS\system32\DRIVERS\storahci.sys, 10.00.10586.0000 (English), 10/30/2015 09:17:23, 133984 bytes

 Name: High Definition Audio-Controller

Device ID: PCI\VEN_10DE&DEV_0E0C&SUBSYS_83B51043&REV_A1\4&BAB4994&0&0108
Driver: C:\WINDOWS\system32\DRIVERS\hdaudbus.sys, 10.00.10586.0000 (German), 10/30/2015 09:17:18, 79872 bytes
Driver: C:\WINDOWS\system32\DRIVERS\drmk.sys, 10.00.10586.0000 (English), 10/30/2015 09:17:19, 97280 bytes
Driver: C:\WINDOWS\system32\DRIVERS\portcls.sys, 10.00.10586.0000 (German), 10/30/2015 09:17:19, 333824 bytes

 Name: ASMedia USB 3.0 eXtensible-Hostcontroller – 0.96 (Microsoft)

Device ID: PCI\VEN_1B21&DEV_1042&SUBSYS_84881043&REV_00\4&11EB9DBD&0&00E4
Driver: C:\WINDOWS\system32\DRIVERS\USBXHCI.SYS, 10.00.10586.0000 (German), 10/30/2015 09:17:23, 378208 bytes

 Name: Xeon(R) processor E3-1200 v2/3rd Gen Core processor DRAM Controller - 0150

Device ID: PCI\VEN_8086&DEV_0150&SUBSYS_84CA1043&REV_09\3&11583659&0&00
Driver: n/a

 Name: Intel(R) 7 Series/C216 Chipset Family USB Enhanced Host Controller - 1E26

Device ID: PCI\VEN_8086&DEV_1E26&SUBSYS_84CA1043&REV_04\3&11583659&0&E8
Driver: C:\WINDOWS\system32\drivers\usbehci.sys, 10.00.10586.0000 (German), 10/30/2015 09:17:23, 95584 bytes
Driver: C:\WINDOWS\system32\drivers\usbport.sys, 10.00.10586.0000 (German), 10/30/2015 09:17:23, 454496 bytes
Driver: C:\WINDOWS\system32\drivers\usbhub.sys, 10.00.10586.0000 (German), 10/30/2015 09:17:23, 500064 bytes

 Name: Intel(R) 82579V Gigabit Network Connection

Device ID: PCI\VEN_8086&DEV_1503&SUBSYS_849C1043&REV_04\3&11583659&0&C8
Driver: C:\WINDOWS\system32\DRIVERS\e1i63x64.sys, 12.12.0050.0006 (German), 10/30/2015 09:17:18, 472576 bytes

 Name: Intel(R) 7 Series/C216 Chipset Family USB Enhanced Host Controller - 1E2D

Device ID: PCI\VEN_8086&DEV_1E2D&SUBSYS_84CA1043&REV_04\3&11583659&0&D0
Driver: C:\WINDOWS\system32\drivers\usbehci.sys, 10.00.10586.0000 (German), 10/30/2015 09:17:23, 95584 bytes
Driver: C:\WINDOWS\system32\drivers\usbport.sys, 10.00.10586.0000 (German), 10/30/2015 09:17:23, 454496 bytes
Driver: C:\WINDOWS\system32\drivers\usbhub.sys, 10.00.10586.0000 (German), 10/30/2015 09:17:23, 500064 bytes


DirectShow Filters

DirectShow Filters:
WMAudio Decoder DMO,0x00800800,1,1,WMADMOD.DLL,10.00.10586.0063
WMAPro over S/PDIF DMO,0x00600800,1,1,WMADMOD.DLL,10.00.10586.0063
WMSpeech Decoder DMO,0x00600800,1,1,WMSPDMOD.DLL,10.00.10586.0063
MP3 Decoder DMO,0x00600800,1,1,mp3dmod.dll,10.00.10586.0063
Mpeg4s Decoder DMO,0x00800001,1,1,mp4sdecd.dll,10.00.10586.0000
WMV Screen decoder DMO,0x00600800,1,1,wmvsdecd.dll,10.00.10586.0000
WMVideo Decoder DMO,0x00800001,1,1,wmvdecod.dll,10.00.10586.0000
Mpeg43 Decoder DMO,0x00800001,1,1,mp43decd.dll,10.00.10586.0000
Mpeg4 Decoder DMO,0x00800001,1,1,mpg4decd.dll,10.00.10586.0000
DV Muxer,0x00400000,0,0,qdv.dll,10.00.10586.0000
Color Space Converter,0x00400001,1,1,quartz.dll,10.00.10586.0071
WM ASF Reader,0x00400000,0,0,qasf.dll,12.00.10586.0000
AVI Splitter,0x00600000,1,1,quartz.dll,10.00.10586.0071
VGA 16 Color Ditherer,0x00400000,1,1,quartz.dll,10.00.10586.0071
SBE2MediaTypeProfile,0x00200000,0,0,sbe.dll,10.00.10586.0000
Microsoft DTV-DVD Video Decoder,0x005fffff,2,4,msmpeg2vdec.dll,12.00.10547.1000
AC3 Parser Filter,0x00600000,1,1,mpg2splt.ax,10.00.10586.0000
StreamBufferSink,0x00200000,0,0,sbe.dll,10.00.10586.0000
MJPEG Decompressor,0x00600000,1,1,quartz.dll,10.00.10586.0071
MPEG-I Stream Splitter,0x00600000,1,2,quartz.dll,10.00.10586.0071
SAMI (CC) Parser,0x00400000,1,1,quartz.dll,10.00.10586.0071
VBI Codec,0x00600000,1,4,VBICodec.ax,10.00.10586.0000
MPEG-2 Splitter,0x005fffff,1,0,mpg2splt.ax,10.00.10586.0000
Closed Captions Analysis Filter,0x00200000,2,5,cca.dll,10.00.10586.0000
SBE2FileScan,0x00200000,0,0,sbe.dll,10.00.10586.0000
Microsoft MPEG-2 Video Encoder,0x00200000,1,1,msmpeg2enc.dll,12.00.10586.0035
Internal Script Command Renderer,0x00800001,1,0,quartz.dll,10.00.10586.0071
MPEG Audio Decoder,0x03680001,1,1,quartz.dll,10.00.10586.0071
TechSmith File Source,0x00400000,0,1,CamtasiaFilters.dll,8.05.0001.1962
TechSmith WMFSDK Writer,0x00200000,1,0,CamtasiaFilters.dll,8.05.0001.1962
TechSmith Simple PIP,0x00200000,0,0,CamtasiaFilters.dll,8.05.0001.1962
ImageSource,0x00200000,0,0,CamtasiaFilters.dll,8.05.0001.1962
TitleSource,0x00200000,0,0,CamtasiaFilters.dll,8.05.0001.1962
TechSmith Time Adjust,0x00200000,1,1,CamtasiaFilters.dll,8.05.0001.1962
TechSmith Splitter Filter,0x00200000,1,1,CamtasiaFilters.dll,8.05.0001.1962
TechSmith Frame Skip Filter,0x00200000,1,1,CamtasiaFilters.dll,8.05.0001.1962
TechSmith Perf Skip Filter,0x00200000,1,1,CamtasiaFilters.dll,8.05.0001.1962
TechSmith ZoomPIP Filter,0x00200000,2,1,CamtasiaFilters.dll,8.05.0001.1962
TechSmith PushVMR Source,0x00200000,0,1,CamtasiaFilters.dll,8.05.0001.1962
TechSmith PushBitmap Source,0x00200000,0,2,CamtasiaFilters.dll,8.05.0001.1962
TechSmith PushBitmap Source,0x00200000,0,2,CamtasiaFilters.dll,8.05.0001.1962
TechSmith SimplePushBitmap Source,0x00200000,0,2,CamtasiaFilters.dll,8.05.0001.1962
TechSmith Wave Dest,0x00200000,0,0,CamtasiaFilters.dll,8.05.0001.1962
TechSmith Overlay,0x00200000,1,1,CamtasiaFilters.dll,8.05.0001.1962
TechSmith Wave Buffer,0x00200000,1,0,CamtasiaFilters.dll,8.05.0001.1962
TechSmith ForceColor 8,0x00200000,0,0,CamtasiaFilters.dll,8.05.0001.1962
TechSmith ForceColor 555,0x00200000,0,0,CamtasiaFilters.dll,8.05.0001.1962
TechSmith ForceColor 565,0x00200000,0,0,CamtasiaFilters.dll,8.05.0001.1962
TechSmith ForceColor 24,0x00200000,0,0,CamtasiaFilters.dll,8.05.0001.1962
TechSmith ForceColor 32,0x00200000,0,0,CamtasiaFilters.dll,8.05.0001.1962
TechSmith Force Color32A,0x00200000,0,0,CamtasiaFilters.dll,8.05.0001.1962
SSFileWriter,0x00200000,1,0,CamtasiaFilters.dll,8.05.0001.1962
TechSmith Frame Rate Tuner,0x00200000,1,1,CamtasiaFilters.dll,8.05.0001.1962
TechSmith Camera Adjust,0x00200000,1,1,CamtasiaFilters.dll,8.05.0001.1962
TechSmith Sound Effects Filter,0x00200000,1,1,CamtasiaFilters.dll,8.05.0001.1962
TechSmith Floating Point Wave Filter,0x003fffff,1,1,CamtasiaFilters.dll,8.05.0001.1962
TechSmith GIF Writer Filter,0x00200000,1,0,CamtasiaFilters.dll,8.05.0001.1962
DV Splitter,0x00600000,1,2,qdv.dll,10.00.10586.0000
Video Mixing Renderer 9,0x00200000,1,0,quartz.dll,10.00.10586.0071
Microsoft MPEG-2 Encoder,0x00200000,2,1,msmpeg2enc.dll,12.00.10586.0035
ACM Wrapper,0x00600000,1,1,quartz.dll,10.00.10586.0071
Video Renderer,0x00800001,1,0,quartz.dll,10.00.10586.0071
MPEG-2 Video Stream Analyzer,0x00200000,0,0,sbe.dll,10.00.10586.0000
Line 21 Decoder,0x00600000,1,1,
Video Port Manager,0x00600000,2,1,quartz.dll,10.00.10586.0071
Video Renderer,0x00400000,1,0,quartz.dll,10.00.10586.0071
VPS Decoder,0x00200000,0,0,WSTPager.ax,10.00.10586.0000
WM ASF Writer,0x00400000,0,0,qasf.dll,12.00.10586.0000
VBI Surface Allocator,0x00600000,1,1,vbisurf.ax,
File writer,0x00200000,1,0,qcap.dll,10.00.10586.0000
DVD Navigator,0x00200000,0,3,qdvd.dll,10.00.10586.0063
Overlay Mixer2,0x00200000,1,1,
TechSmith Grabber Sample Filter,0x00200000,1,1,CamtasiaFilters.dll,8.05.0001.1962
Microsoft MPEG-2 Audio Encoder,0x00200000,1,1,msmpeg2enc.dll,12.00.10586.0035
WST Pager,0x00200000,1,1,WSTPager.ax,10.00.10586.0000
MPEG-2 Demultiplexer,0x00600000,1,1,mpg2splt.ax,10.00.10586.0000
DV Video Decoder,0x00800000,1,1,qdv.dll,10.00.10586.0000
SampleGrabber,0x00200000,1,1,qedit.dll,10.00.10586.0063
Null Renderer,0x00200000,1,0,qedit.dll,10.00.10586.0063
MPEG-2 Sections and Tables,0x005fffff,1,0,Mpeg2Data.ax,10.00.10586.0000
Microsoft AC3 Encoder,0x00200000,1,1,msac3enc.dll,10.00.10586.0000
StreamBufferSource,0x00200000,0,0,sbe.dll,10.00.10586.0000
Smart Tee,0x00200000,1,2,qcap.dll,10.00.10586.0000
Overlay Mixer,0x00200000,0,0,
AVI Decompressor,0x00600000,1,1,quartz.dll,10.00.10586.0071
AVI/WAV File Source,0x00400000,0,2,quartz.dll,10.00.10586.0071
Wave Parser,0x00400000,1,1,quartz.dll,10.00.10586.0071
MIDI Parser,0x00400000,1,1,quartz.dll,10.00.10586.0071
Multi-file Parser,0x00400000,1,1,quartz.dll,10.00.10586.0071
File stream renderer,0x00400000,1,1,quartz.dll,10.00.10586.0071
Microsoft DTV-DVD Audio Decoder,0x005fffff,1,1,msmpeg2adec.dll,12.00.10547.1000
StreamBufferSink2,0x00200000,0,0,sbe.dll,10.00.10586.0000
AVI Mux,0x00200000,1,0,qcap.dll,10.00.10586.0000
Line 21 Decoder 2,0x00600002,1,1,quartz.dll,10.00.10586.0071
File Source (Async.),0x00400000,0,1,quartz.dll,10.00.10586.0071
File Source (URL),0x00400000,0,1,quartz.dll,10.00.10586.0071
Infinite Pin Tee Filter,0x00200000,1,1,qcap.dll,10.00.10586.0000
Enhanced Video Renderer,0x00200000,1,0,evr.dll,10.00.10586.0071
BDA MPEG2 Transport Information Filter,0x00200000,2,0,psisrndr.ax,10.00.10586.0000
MPEG Video Decoder,0x40000001,1,1,quartz.dll,10.00.10586.0071

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

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

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

Audio Capture Sources:
Mikrofon (Realtek High Definition Audio),0x00200000,0,0,qcap.dll,10.00.10586.0000

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

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

WDM Streaming Capture Devices:
Realtek HD Audio Mic input,0x00200000,1,1,ksproxy.ax,10.00.10586.0063
Realtek HD Audio Stereo input,0x00200000,1,1,ksproxy.ax,10.00.10586.0063
Realtek HD Audio Line input,0x00200000,1,1,ksproxy.ax,10.00.10586.0063
,0x00000000,0,0,
Kinect USB Audio,0x00200000,1,1,ksproxy.ax,10.00.10586.0063
,0x00000000,0,0,

WDM Streaming Rendering Devices:
Realtek HDA SPDIF Out,0x00200000,1,1,ksproxy.ax,10.00.10586.0063
Realtek HDA SPDIF Optical Out,0x00200000,1,1,ksproxy.ax,10.00.10586.0063
Realtek HD Audio output,0x00200000,1,1,ksproxy.ax,10.00.10586.0063
NVIDIA High Definition Audio,0x00200000,1,1,ksproxy.ax,10.00.10586.0063
NVIDIA High Definition Audio,0x00200000,1,1,ksproxy.ax,10.00.10586.0063

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

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

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

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

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

Audio Renderers:
Lautsprecher (Realtek High Definition Audio),0x00200000,1,0,quartz.dll,10.00.10586.0071
Default DirectSound Device,0x00800000,1,0,quartz.dll,10.00.10586.0071
Default WaveOut Device,0x00200000,1,0,quartz.dll,10.00.10586.0071
DirectSound: VX279-1 (2- NVIDIA High Definition Audio),0x00200000,1,0,quartz.dll,10.00.10586.0071
DirectSound: Realtek Digital Output(Optical) (Realtek High Definition Audio),0x00200000,1,0,quartz.dll,10.00.10586.0071
DirectSound: Lautsprecher (Realtek High Definition Audio),0x00200000,1,0,quartz.dll,10.00.10586.0071
DirectSound: VX279-1 (NVIDIA High Definition Audio),0x00200000,1,0,quartz.dll,10.00.10586.0071
VX279-1 (2- NVIDIA High Definition Audio),0x00200000,1,0,quartz.dll,10.00.10586.0071
Realtek Digital Output(Optical) (Realtek High Definition Audio),0x00200000,1,0,quartz.dll,10.00.10586.0071
VX279-1 (NVIDIA High Definition Audio),0x00200000,1,0,quartz.dll,10.00.10586.0071


Preferred DirectShow Filters

[HKEY_LOCAL_MACHINE\Software\Microsoft\DirectShow\Preferred]

, [, ]

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]

:
, , , [, ],

Video Decoders:
Microsoft MPEG Video Decoder MFT, {2D709E52-123F-49B5-9CBC-9AF5CDE28FB9}, 0x1, msmpeg2vdec.dll, 12.00.10547.1000
DV Decoder MFT, {404A6DE5-D4D6-4260-9BC7-5A6CBD882432}, 0x1, mfdvdec.dll, 10.00.10586.0000
Microsoft H265 Video Decoder MFT, {420A51A3-D605-430C-B4FC-45274FA6C562}, 0x1, hevcdecoder.dll, 10.00.10586.0000
Mpeg4s Decoder MFT, CLSID_CMpeg4sDecMFT, 0x1, mp4sdecd.dll, 10.00.10586.0000
Microsoft H264 Video Decoder MFT, CLSID_CMSH264DecoderMFT, 0x1, msmpeg2vdec.dll, 12.00.10547.1000
WMV Screen decoder MFT, CLSID_CMSSCDecMediaObject, 0x1, wmvsdecd.dll, 10.00.10586.0000
WMVideo Decoder MFT, CLSID_CWMVDecMediaObject, 0x1, wmvdecod.dll, 10.00.10586.0000
MJPEG Decoder MFT, {CB17E772-E1CC-4633-8450-5617AF577905}, 0x1, mfmjpegdec.dll, 10.00.10586.0000
Mpeg43 Decoder MFT, CLSID_CMpeg43DecMediaObject, 0x1, mp43decd.dll, 10.00.10586.0000
Mpeg4 Decoder MFT, CLSID_CMpeg4DecMediaObject, 0x1, mpg4decd.dll, 10.00.10586.0000
Video Encoders:
H264 Encoder MFT, {6CA50344-051A-4DED-9779-A43305165E35}, 0x1, mfh264enc.dll, 10.00.10586.0000
WMVideo8 Encoder MFT, CLSID_CWMVXEncMediaObject, 0x1, wmvxencd.dll, 10.00.10586.0000
H263 Encoder MFT, {BC47FCFE-98A0-4F27-BB07-698AF24F2B38}, 0x1, mfh263enc.dll, 10.00.10586.0000
WMVideo9 Encoder MFT, CLSID_CWMV9EncMediaObject, 0x1, wmvencod.dll, 10.00.10586.0000
Microsoft MPEG-2 Video Encoder MFT, {E6335F02-80B7-4DC4-ADFA-DFE7210D20D5}, 0x2, msmpeg2enc.dll, 12.00.10586.0035
H265 Encoder MFT, {F2F84074-8BCA-40BD-9159-E880F673DD3B}, 0x1, mfh265enc.dll, 10.00.10586.0000
Video Effects:
Frame Rate Converter, CLSID_CFrameRateConvertDmo, 0x1, mfvdsp.dll, 10.00.10586.0000
Resizer MFT, CLSID_CResizerDMO, 0x1, vidreszr.dll, 10.00.10586.0000
VideoStabilization MFT, {51571744-7FE4-4FF2-A498-2DC34FF74F1B}, 0x1, MSVideoDSP.dll, 10.00.10586.0000
Color Control, CLSID_CColorControlDmo, 0x1, mfvdsp.dll, 10.00.10586.0000
Color Converter MFT, CLSID_CColorConvertDMO, 0x1, colorcnv.dll, 10.00.10586.0000
Video Processor:
Microsoft Video Processor MFT, {88753B26-5B24-49BD-B2E7-0C445C78C982}, 0x1, msvproc.dll, 12.00.10586.0122
Audio Decoders:
Microsoft Dolby Digital Plus Decoder MFT, {177C0AFE-900B-48D4-9E4C-57ADD250B3D4}, 0x1, DolbyDecMFT.dll, 10.00.10586.0000
MS AMRNB Decoder MFT, {265011AE-5481-4F77-A295-ABB6FFE8D63E}, 0x1, MSAMRNBDecoder.dll, 10.00.10586.0000
WMAudio Decoder MFT, CLSID_CWMADecMediaObject, 0x1, WMADMOD.DLL, 10.00.10586.0063
Microsoft AAC Audio Decoder MFT, CLSID_CMSAACDecMFT, 0x1, MSAudDecMFT.dll, 10.00.10586.0000
A-law Wrapper MFT, {36CB6E0C-78C1-42B2-9943-846262F31786}, 0x1, mfcore.dll, 12.00.10586.0122
GSM ACM Wrapper MFT, {4A76B469-7B66-4DD4-BA2D-DDF244C766DC}, 0x1, mfcore.dll, 12.00.10586.0122
WMAPro over S/PDIF MFT, CLSID_CWMAudioSpdTxDMO, 0x1, WMADMOD.DLL, 10.00.10586.0063
Microsoft FLAC Audio Decoder MFT, {6B0B3E6B-A2C5-4514-8055-AFE8A95242D9}, 0x1, MSFlacDecoder.dll, 10.00.10586.0122
Microsoft MPEG Audio Decoder MFT, {70707B39-B2CA-4015-ABEA-F8447D22D88B}, 0x1, MSAudDecMFT.dll, 10.00.10586.0000
WMSpeech Decoder DMO, CLSID_CWMSPDecMediaObject, 0x1, WMSPDMOD.DLL, 10.00.10586.0063
G711 Wrapper MFT, {92B66080-5E2D-449E-90C4-C41F268E5514}, 0x1, mfcore.dll, 12.00.10586.0122
IMA ADPCM ACM Wrapper MFT, {A16E1BFF-A80D-48AD-AECD-A35C005685FE}, 0x1, mfcore.dll, 12.00.10586.0122
MP3 Decoder MFT, CLSID_CMP3DecMediaObject, 0x1, mp3dmod.dll, 10.00.10586.0063
Microsoft ALAC Audio Decoder MFT, {C0CD7D12-31FC-4BBC-B363-7322EE3E1879}, 0x1, MSAlacDecoder.dll, 10.00.10586.0000
ADPCM ACM Wrapper MFT, {CA34FE0A-5722-43AD-AF23-05F7650257DD}, 0x1, mfcore.dll, 12.00.10586.0122
Audio Encoders:
LPCM DVD-Audio MFT, {068A8476-9229-4CC0-9D49-2FC699DCD30A}, 0x1, winmde.dll, 12.00.10586.0000
MP3 Encoder ACM Wrapper MFT, {11103421-354C-4CCA-A7A3-1AFF9A5B6701}, 0x1, mfcore.dll, 12.00.10586.0122
Microsoft FLAC Audio Encoder MFT, {128509E9-C44E-45DC-95E9-C255B8F466A6}, 0x1, MSFlacEncoder.dll, 10.00.10586.0000
WM Speech Encoder DMO, CLSID_CWMSPEncMediaObject2, 0x1, WMSPDMOE.DLL, 10.00.10586.0063
MS AMRNB Encoder MFT, {2FAE8AFE-04A3-423A-A814-85DB454712B0}, 0x1, MSAMRNBEncoder.dll, 10.00.10586.0000
Microsoft MPEG-2 Audio Encoder MFT, {46A4DD5C-73F8-4304-94DF-308F760974F4}, 0x1, msmpeg2enc.dll, 12.00.10586.0035
WMAudio Encoder MFT, CLSID_CWMAEncMediaObject, 0x1, WMADMOE.DLL, 10.00.10586.0000
Microsoft AAC Audio Encoder MFT, {93AF0C51-2275-45D2-A35B-F2BA21CAED00}, 0x1, mfAACEnc.dll, 10.00.10586.0000
Microsoft ALAC Audio Encoder MFT, {9AB6A28C-748E-4B6A-BFFF-CC443B8E8FB4}, 0x1, MSAlacEncoder.dll, 10.00.10586.0000
Microsoft Dolby Digital Encoder MFT, {AC3315C9-F481-45D7-826C-0B406C1F64B8}, 0x1, msac3enc.dll, 10.00.10586.0000
Audio Effects:
AEC, CLSID_CWMAudioAEC, 0x1, mfwmaaec.dll, 10.00.10586.0000
Resampler MFT, CLSID_CResamplerMediaObject, 0x1, resampledmo.dll, 10.00.10586.0000
Multiplexers:
Microsoft MPEG2 Multiplexer MFT, {AB300F71-01AB-46D2-AB6C-64906CB03258}, 0x2, mfmpeg2srcsnk.dll, 12.00.10586.0122
Others:
Microsoft H264 Video Remux (MPEG2TSToMP4) MFT, {05A47EBB-8BF0-4CBF-AD2F-3B71D75866F5}, 0x1, msmpeg2vdec.dll, 12.00.10547.1000


Media Foundation Enabled Hardware Categories

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

EnableDecoders = 0
EnableEncoders = 1
EnableVideoProcessors = 1


Media Foundation Byte Stream Handlers

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

, , [, 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
.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/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/x-aac, {926F41F7-003E-4382-9E84-9E953BE10562}, ADTS Byte Stream Handler, 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/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]

, , [, 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
httpnd:, {2EEEED04-0908-4CDB-AF8F-AC5B768A34C9}, Drm 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]

, [, ]

{E06D802C-DB46-11CF-B4D1-00805F6CBBEA}, Microsoft Dolby Digital Plus Decoder MFT, {177C0AFE-900B-48D4-9E4C-57ADD250B3D4}
MFVideoFormat_MPEG2, Microsoft MPEG Video Decoder MFT, {2D709E52-123F-49B5-9CBC-9AF5CDE28FB9}
MEDIASUBTYPE_DOLBY_DDPLUS, Microsoft Dolby Digital Plus Decoder MFT, {177C0AFE-900B-48D4-9E4C-57ADD250B3D4}
{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
{53564548-0000-0010-8000-00AA00389B71}, Microsoft H265 Video Decoder MFT, {420A51A3-D605-430C-B4FC-45274FA6C562}
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}
{43564548-0000-0010-8000-00AA00389B71}, Microsoft H265 Video Decoder MFT, {420A51A3-D605-430C-B4FC-45274FA6C562}
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
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}
{00002000-0000-0010-8000-00AA00389B71}, Microsoft Dolby Digital Plus Decoder MFT, {177C0AFE-900B-48D4-9E4C-57ADD250B3D4}
MFAudioFormat_AAC, 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]


Disabled Media Sources

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


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

Antwort: Nicht verfügbar

CAB-Datei-ID: 0

Problemsignatur:

P1: UE4-enumtest

P2: 4.11.0

P3: 56dd2a76

P4: KERNELBASE.dll

P5: 10.0.10586

P6: 56cd45b4

P7: 00000001

P8: 0000000000071F28

P9: !“D:\Users\Remolus\Documents\Unreal Projects\enumtest\enumtest.uproject”-EpicPortal !AssertLog="Assertion failed: ((UObject*)ContainerPtr)->IsA((UClass*)GetOuter()) [File:D:\BuildFarm\buildmachine_++UE4+Release-4.11\Engine\Source\Runtime\CoreUObje

P10: ++UE4+Release-4.11!D:/Entwicklung/Epic Games/4.11/Engine/Binaries/Win64/!Editor!2896623

Angefügte Dateien:

…/…/…/…/…/…/Users/Remolus/Documents/Unreal Projects/enumtest/Saved/Logs/UE4CC-Windows-5CD68CC241B8052A285665B976F49B23/CrashContext.runtime-xml

…/…/…/…/…/…/Users/Remolus/Documents/Unreal Projects/enumtest/Saved/Logs/UE4CC-Windows-5CD68CC241B8052A285665B976F49B23/UE4Minidump.dmp

…/…/…/…/…/…/Users/Remolus/Documents/Unreal Projects/enumtest/Saved/Logs/enumtest.log

C:\Users\Remolus\AppData\Local\Temp\WER6213.tmp.WERInternalMetadata.xml

Diese Dateien befinden sich möglicherweise hier:

C:\ProgramData\Microsoft\Windows\WER\ReportQueue\AppCrash_UE4-enumtest_b0cd91bf4f13e443655970d587d85181f4b7ef_00000000_cab_29ba6223

Analysesymbol:

Es wird erneut nach einer Lösung gesucht: 0

Berichts-ID: 2d52af3c-fb1a-11e5-9c92-005056c00008

Berichtstatus: 0

Bucket mit Hash:
+++ WER1 +++:
Fehlerbucket , Typ 0

Ereignisname: APPCRASH

Antwort: Nicht verfügbar

CAB-Datei-ID: 0

Problemsignatur:

P1: UE4-TalesOfEternity

P2: 4.11.0

P3: 56dd2a76

P4: KERNELBASE.dll

P5: 10.0.10586

P6: 5632d1de

P7: 00000001

P8: 0000000000071F08

P9: !“D:\Users\Remolus\Documents\Unreal Projects\TalesOfEternity\TalesOfEternity.uproject” !AssertLog="Assertion failed: ((UObject*)ContainerPtr)->IsA((UClass*)GetOuter()) [File:D:\BuildFarm\buildmachine_++UE4+Release-4.11\Engine\Source\Runtime\CoreUO

P10: ++UE4+Release-4.11!D:/Entwicklung/Epic Games/4.11/Engine/Binaries/Win64/!Editor!2896623

Angefügte Dateien:

…/…/…/…/…/…/Users/Remolus/Documents/Unreal Projects/TalesOfEternity/Saved/Logs/UE4CC-Windows-6133DD2341C55B5FC1F0928F24360BD0/CrashContext.runtime-xml

…/…/…/…/…/…/Users/Remolus/Documents/Unreal Projects/TalesOfEternity/Saved/Logs/UE4CC-Windows-6133DD2341C55B5FC1F0928F24360BD0/UE4Minidump.dmp

…/…/…/…/…/…/Users/Remolus/Documents/Unreal Projects/TalesOfEternity/Saved/Logs/TalesOfEternity.log

C:\Users\Remolus\AppData\Local\Temp\WER9ACD.tmp.WERInternalMetadata.xml

Diese Dateien befinden sich möglicherweise hier:

C:\ProgramData\Microsoft\Windows\WER\ReportQueue\AppCrash_UE4-TalesOfEtern_5923188adeae9cb23a8e442df935c2da280d0e1_00000000_cab_1e7b9acd

Analysesymbol:

Es wird erneut nach einer Lösung gesucht: 0

Berichts-ID: 7ab46801-f913-11e5-9c8f-005056c00008

Berichtstatus: 0

Bucket mit Hash:
+++ WER2 +++:
Fehlerbucket , Typ 0

Ereignisname: APPCRASH

Antwort: Nicht verfügbar

CAB-Datei-ID: 0

Problemsignatur:

P1: UE4-TalesOfEternity

P2: 4.11.0

P3: 56dd2a76

P4: KERNELBASE.dll

P5: 10.0.10586

P6: 5632d1de

P7: 00000001

P8: 0000000000071F08

P9: !“D:\Users\Remolus\Documents\Unreal Projects\TalesOfEternity\TalesOfEternity.uproject”!AssertLog="Assertion failed: ((UObject*)ContainerPtr)->IsA((UClass*)GetOuter()) [File:D:\BuildFarm\buildmachine_++UE4+Release-4.11\Engine\Source\Runtime\CoreUOb

P10: ++UE4+Release-4.11!D:/Entwicklung/Epic Games/4.11/Engine/Binaries/Win64/!Editor!2896623

Angefügte Dateien:

…/…/…/…/…/…/Users/Remolus/Documents/Unreal Projects/TalesOfEternity/Saved/Logs/UE4CC-Windows-319178DA476803FD8C1670A867D7D525/CrashContext.runtime-xml

…/…/…/…/…/…/Users/Remolus/Documents/Unreal Projects/TalesOfEternity/Saved/Logs/UE4CC-Windows-319178DA476803FD8C1670A867D7D525/UE4Minidump.dmp

…/…/…/…/…/…/Users/Remolus/Documents/Unreal Projects/TalesOfEternity/Saved/Logs/TalesOfEternity.log

C:\Users\Remolus\AppData\Local\Temp\WERA3B7.tmp.WERInternalMetadata.xml

Diese Dateien befinden sich möglicherweise hier:

C:\ProgramData\Microsoft\Windows\WER\ReportQueue\AppCrash_UE4-TalesOfEtern_737dabecf3e38358bc29bf72a82d63d7a82fc4b_00000000_cab_14aba3b7

Analysesymbol:

Es wird erneut nach einer Lösung gesucht: 0

Berichts-ID: 6ece0b85-f910-11e5-9c8f-005056c00008

Berichtstatus: 0

Bucket mit Hash:
+++ WER3 +++:
Fehlerbucket , Typ 0

Ereignisname: APPCRASH

Antwort: Nicht verfügbar

CAB-Datei-ID: 0

Problemsignatur:

P1: UE4-TalesOfEternity

P2: 4.11.0

P3: 56dd2a76

P4: KERNELBASE.dll

P5: 10.0.10586

P6: 5632d1de

P7: 00000001

P8: 0000000000071F08

P9: !“D:\Users\Remolus\Documents\Unreal Projects\TalesOfEternity\TalesOfEternity.uproject” !AssertLog="Assertion failed: ((UObject*)ContainerPtr)->IsA((UClass*)GetOuter()) [File:D:\BuildFarm\buildmachine_++UE4+Release-4.11\Engine\Source\Runtime\CoreUO

P10: ++UE4+Release-4.11!D:/Entwicklung/Epic Games/4.11/Engine/Binaries/Win64/!Editor!2896623

Angefügte Dateien:

…/…/…/…/…/…/Users/Remolus/Documents/Unreal Projects/TalesOfEternity/Saved/Logs/UE4CC-Windows-83BC26F744C19685D1CF0FA08A7D1796/CrashContext.runtime-xml

…/…/…/…/…/…/Users/Remolus/Documents/Unreal Projects/TalesOfEternity/Saved/Logs/UE4CC-Windows-83BC26F744C19685D1CF0FA08A7D1796/UE4Minidump.dmp

…/…/…/…/…/…/Users/Remolus/Documents/Unreal Projects/TalesOfEternity/Saved/Logs/TalesOfEternity.log

C:\Users\Remolus\AppData\Local\Temp\WER3CC9.tmp.WERInternalMetadata.xml

Diese Dateien befinden sich möglicherweise hier:

C:\ProgramData\Microsoft\Windows\WER\ReportQueue\AppCrash_UE4-TalesOfEtern_5923188adeae9cb23a8e442df935c2da280d0e1_00000000_cab_2fce3cc9

Analysesymbol:

Es wird erneut nach einer Lösung gesucht: 0

Berichts-ID: 8e4463da-f90c-11e5-9c8f-005056c00008

Berichtstatus: 0

Bucket mit Hash:
+++ WER4 +++:
Fehlerbucket , Typ 0

Ereignisname: APPCRASH

Antwort: Nicht verfügbar

CAB-Datei-ID: 0

Problemsignatur:

P1: UE4-TalesOfEternity

P2: 4.11.0

P3: 56dd2a76

P4: KERNELBASE.dll

P5: 10.0.10586

P6: 5632d1de

P7: 00000001

P8: 0000000000071F08

P9: !“D:\Users\Remolus\Documents\Unreal Projects\TalesOfEternity\TalesOfEternity.uproject” !AssertLog="Assertion failed: ((UObject*)ContainerPtr)->IsA((UClass*)GetOuter()) [File:D:\BuildFarm\buildmachine_++UE4+Release-4.11\Engine\Source\Runtime\CoreUO

P10: ++UE4+Release-4.11!D:/Entwicklung/Epic Games/4.11/Engine/Binaries/Win64/!Editor!2896623

Angefügte Dateien:

…/…/…/…/…/…/Users/Remolus/Documents/Unreal Projects/TalesOfEternity/Saved/Logs/UE4CC-Windows-352BA7474032E0CDBAAC5E953845D095/CrashContext.runtime-xml

…/…/…/…/…/…/Users/Remolus/Documents/Unreal Projects/TalesOfEternity/Saved/Logs/UE4CC-Windows-352BA7474032E0CDBAAC5E953845D095/UE4Minidump.dmp

…/…/…/…/…/…/Users/Remolus/Documents/Unreal Projects/TalesOfEternity/Saved/Logs/TalesOfEternity.log

C:\Users\Remolus\AppData\Local\Temp\WER15CF.tmp.WERInternalMetadata.xml

Diese Dateien befinden sich möglicherweise hier:

C:\ProgramData\Microsoft\Windows\WER\ReportQueue\AppCrash_UE4-TalesOfEtern_5923188adeae9cb23a8e442df935c2da280d0e1_00000000_cab_37d215cf

Analysesymbol:

Es wird erneut nach einer Lösung gesucht: 0

Berichts-ID: 41a4d17c-f8ee-11e5-9c8e-005056c00008

Berichtstatus: 0

Bucket mit Hash:
+++ WER5 +++:
Fehlerbucket , Typ 0

Ereignisname: APPCRASH

Antwort: Nicht verfügbar

CAB-Datei-ID: 0

Problemsignatur:

P1: UE4-TalesOfEternity

P2: 4.11.0

P3: 56dd2a76

P4: KERNELBASE.dll

P5: 10.0.10586

P6: 5632d1de

P7: 00000001

P8: 0000000000071F08

P9: !“D:\Users\Remolus\Documents\Unreal Projects\TalesOfEternity\TalesOfEternity.uproject”-EpicPortal !AssertLog="Assertion failed: ((UObject*)ContainerPtr)->IsA((UClass*)GetOuter()) [File:D:\BuildFarm\buildmachine_++UE4+Release-4.11\Engine\Source\Run

P10: ++UE4+Release-4.11!D:/Entwicklung/Epic Games/4.11/Engine/Binaries/Win64/!Editor!2896623

Angefügte Dateien:

…/…/…/…/…/…/Users/Remolus/Documents/Unreal Projects/TalesOfEternity/Saved/Logs/UE4CC-Windows-2E0CD6634C7C90A6820F00A3D991B2F0/CrashContext.runtime-xml

…/…/…/…/…/…/Users/Remolus/Documents/Unreal Projects/TalesOfEternity/Saved/Logs/UE4CC-Windows-2E0CD6634C7C90A6820F00A3D991B2F0/UE4Minidump.dmp

…/…/…/…/…/…/Users/Remolus/Documents/Unreal Projects/TalesOfEternity/Saved/Logs/TalesOfEternity.log

C:\Users\Remolus\AppData\Local\Temp\WER428E.tmp.WERInternalMetadata.xml

Diese Dateien befinden sich möglicherweise hier:

C:\ProgramData\Microsoft\Windows\WER\ReportQueue\AppCrash_UE4-TalesOfEtern_e0f384c8a953a3bec231a6e273951f5ff67fa9e2_00000000_cab_1567428e

Analysesymbol:

Es wird erneut nach einer Lösung gesucht: 0

Berichts-ID: 36c193bf-f8ed-11e5-9c8e-005056c00008

Berichtstatus: 0

Bucket mit Hash:
+++ WER6 +++:
Fehlerbucket , Typ 0

Ereignisname: APPCRASH

Antwort: Nicht verfügbar

CAB-Datei-ID: 0

Problemsignatur:

P1: UE4-enumtest

P2: 4.11.0

P3: 56dd2a76

P4: KERNELBASE.dll

P5: 10.0.10586

P6: 56cd45b4

P7: 00000001

P8: 0000000000071F28

P9: !“D:\Users\Remolus\Documents\Unreal Projects\enumtest\enumtest.uproject”-EpicPortal !AssertLog="Assertion failed: ((UObject*)ContainerPtr)->IsA((UClass*)GetOuter()) [File:D:\BuildFarm\buildmachine_++UE4+Release-4.11\Engine\Source\Runtime\CoreUObje

P10: ++UE4+Release-4.11!D:/Entwicklung/Epic Games/4.11/Engine/Binaries/Win64/!Editor!2896623

Angefügte Dateien:

…/…/…/…/…/…/Users/Remolus/Documents/Unreal Projects/enumtest/Saved/Logs/UE4CC-Windows-5CD68CC241B8052A285665B976F49B23/CrashContext.runtime-xml

…/…/…/…/…/…/Users/Remolus/Documents/Unreal Projects/enumtest/Saved/Logs/UE4CC-Windows-5CD68CC241B8052A285665B976F49B23/UE4Minidump.dmp

…/…/…/…/…/…/Users/Remolus/Documents/Unreal Projects/enumtest/Saved/Logs/enumtest.log

C:\Users\Remolus\AppData\Local\Temp\WER6213.tmp.WERInternalMetadata.xml

Diese Dateien befinden sich möglicherweise hier:

C:\ProgramData\Microsoft\Windows\WER\ReportQueue\AppCrash_UE4-enumtest_b0cd91bf4f13e443655970d587d85181f4b7ef_00000000_cab_29ba6223

Analysesymbol:

Es wird erneut nach einer Lösung gesucht: 0

Berichts-ID: 2d52af3c-fb1a-11e5-9c92-005056c00008

Berichtstatus: 0

Bucket mit Hash:
+++ WER7 +++:
Fehlerbucket , Typ 0

Ereignisname: APPCRASH

Antwort: Nicht verfügbar

CAB-Datei-ID: 0

Problemsignatur:

P1: UE4-TalesOfEternity

P2: 4.11.0

P3: 56dd2a76

P4: KERNELBASE.dll

P5: 10.0.10586

P6: 5632d1de

P7: 00000001

P8: 0000000000071F08

P9: !“D:\Users\Remolus\Documents\Unreal Projects\TalesOfEternity\TalesOfEternity.uproject” !AssertLog="Assertion failed: ((UObject*)ContainerPtr)->IsA((UClass*)GetOuter()) [File:D:\BuildFarm\buildmachine_++UE4+Release-4.11\Engine\Source\Runtime\CoreUO

P10: ++UE4+Release-4.11!D:/Entwicklung/Epic Games/4.11/Engine/Binaries/Win64/!Editor!2896623

Angefügte Dateien:

…/…/…/…/…/…/Users/Remolus/Documents/Unreal Projects/TalesOfEternity/Saved/Logs/UE4CC-Windows-6133DD2341C55B5FC1F0928F24360BD0/CrashContext.runtime-xml

…/…/…/…/…/…/Users/Remolus/Documents/Unreal Projects/TalesOfEternity/Saved/Logs/UE4CC-Windows-6133DD2341C55B5FC1F0928F24360BD0/UE4Minidump.dmp

…/…/…/…/…/…/Users/Remolus/Documents/Unreal Projects/TalesOfEternity/Saved/Logs/TalesOfEternity.log

C:\Users\Remolus\AppData\Local\Temp\WER9ACD.tmp.WERInternalMetadata.xml

Diese Dateien befinden sich möglicherweise hier:

C:\ProgramData\Microsoft\Windows\WER\ReportQueue\AppCrash_UE4-TalesOfEtern_5923188adeae9cb23a8e442df935c2da280d0e1_00000000_cab_1e7b9acd

Analysesymbol:

Es wird erneut nach einer Lösung gesucht: 0

Berichts-ID: 7ab46801-f913-11e5-9c8f-005056c00008

Berichtstatus: 0

Bucket mit Hash:
+++ WER8 +++:
Fehlerbucket , Typ 0

Ereignisname: APPCRASH

Antwort: Nicht verfügbar

CAB-Datei-ID: 0

Problemsignatur:

P1: UE4-TalesOfEternity

P2: 4.11.0

P3: 56dd2a76

P4: KERNELBASE.dll

P5: 10.0.10586

P6: 5632d1de

P7: 00000001

P8: 0000000000071F08

P9: !“D:\Users\Remolus\Documents\Unreal Projects\TalesOfEternity\TalesOfEternity.uproject”!AssertLog="Assertion failed: ((UObject*)ContainerPtr)->IsA((UClass*)GetOuter()) [File:D:\BuildFarm\buildmachine_++UE4+Release-4.11\Engine\Source\Runtime\CoreUOb

P10: ++UE4+Release-4.11!D:/Entwicklung/Epic Games/4.11/Engine/Binaries/Win64/!Editor!2896623

Angefügte Dateien:

…/…/…/…/…/…/Users/Remolus/Documents/Unreal Projects/TalesOfEternity/Saved/Logs/UE4CC-Windows-319178DA476803FD8C1670A867D7D525/CrashContext.runtime-xml

…/…/…/…/…/…/Users/Remolus/Documents/Unreal Projects/TalesOfEternity/Saved/Logs/UE4CC-Windows-319178DA476803FD8C1670A867D7D525/UE4Minidump.dmp

…/…/…/…/…/…/Users/Remolus/Documents/Unreal Projects/TalesOfEternity/Saved/Logs/TalesOfEternity.log

C:\Users\Remolus\AppData\Local\Temp\WERA3B7.tmp.WERInternalMetadata.xml

Diese Dateien befinden sich möglicherweise hier:

C:\ProgramData\Microsoft\Windows\WER\ReportQueue\AppCrash_UE4-TalesOfEtern_737dabecf3e38358bc29bf72a82d63d7a82fc4b_00000000_cab_14aba3b7

Analysesymbol:

Es wird erneut nach einer Lösung gesucht: 0

Berichts-ID: 6ece0b85-f910-11e5-9c8f-005056c00008

Berichtstatus: 0

Bucket mit Hash:
+++ WER9 +++:
Fehlerbucket , Typ 0

Ereignisname: APPCRASH

Antwort: Nicht verfügbar

CAB-Datei-ID: 0

Problemsignatur:

P1: UE4-TalesOfEternity

P2: 4.11.0

P3: 56dd2a76

P4: KERNELBASE.dll

P5: 10.0.10586

P6: 5632d1de

P7: 00000001

P8: 0000000000071F08

P9: !“D:\Users\Remolus\Documents\Unreal Projects\TalesOfEternity\TalesOfEternity.uproject” !AssertLog="Assertion failed: ((UObject*)ContainerPtr)->IsA((UClass*)GetOuter()) [File:D:\BuildFarm\buildmachine_++UE4+Release-4.11\Engine\Source\Runtime\CoreUO

P10: ++UE4+Release-4.11!D:/Entwicklung/Epic Games/4.11/Engine/Binaries/Win64/!Editor!2896623

Angefügte Dateien:

…/…/…/…/…/…/Users/Remolus/Documents/Unreal Projects/TalesOfEternity/Saved/Logs/UE4CC-Windows-83BC26F744C19685D1CF0FA08A7D1796/CrashContext.runtime-xml

…/…/…/…/…/…/Users/Remolus/Documents/Unreal Projects/TalesOfEternity/Saved/Logs/UE4CC-Windows-83BC26F744C19685D1CF0FA08A7D1796/UE4Minidump.dmp

…/…/…/…/…/…/Users/Remolus/Documents/Unreal Projects/TalesOfEternity/Saved/Logs/TalesOfEternity.log

C:\Users\Remolus\AppData\Local\Temp\WER3CC9.tmp.WERInternalMetadata.xml

Diese Dateien befinden sich möglicherweise hier:

C:\ProgramData\Microsoft\Windows\WER\ReportQueue\AppCrash_UE4-TalesOfEtern_5923188adeae9cb23a8e442df935c2da280d0e1_00000000_cab_2fce3cc9

Analysesymbol:

Es wird erneut nach einer Lösung gesucht: 0

Berichts-ID: 8e4463da-f90c-11e5-9c8f-005056c00008

Berichtstatus: 0

Bucket mit Hash:

  • Could you cause the crash to occur again and provide your logs from your project’s Saved->Logs folder?
  • Could you please provide your Machine ID from the Crash Reporter window, and ensure that you hit Send on the Crash Report?

Thank you.

i reproduced it in a second blank project.

MachineID: FED3005943F162975C70FA8DEEAEF6F6

Log file open, 04/06/16 21:55:18
LogInit:Display: Running engine for game: enumtesttwo
LogPlatformFile: Not using cached read wrapper
LogInit:Display: RandInit(-1484170994) SRandInit(-1484170993).
LogTaskGraph: Started task graph with 4 named threads and 7 total threads.
LogStats: Stats thread started at 0.068087
LogHMD: Can't find Oculus library dev build: is proper Runtime installed? Version: 0.8.0.0
LogInit: Version: 4.11.0-2896623+++UE4+Release-4.11
LogInit: API Version: 2896623
LogInit: Compiled (64-bit): Mar  7 2016 02:13:15
LogInit: Compiled with Visual C++: 19.00.23026.00
LogInit: Build Configuration: Development
LogInit: Branch Name: ++UE4+Release-4.11
LogInit: Command line: -EpicPortal 
LogInit: Base directory: D:/Entwicklung/Epic Games/4.11/Engine/Binaries/Win64/
LogInit: Installed Engine Build: 1
LogInit: Using libcurl 7.41.0
LogInit:  - built for x86_64-pc-win32
LogInit:  - supports SSL with WinSSL
LogInit:  - other features:
LogInit:      CURL_VERSION_SSL
LogInit:      CURL_VERSION_IPV6
LogInit:      CURL_VERSION_ASYNCHDNS
LogInit:      CURL_VERSION_LARGEFILE
LogInit:      CURL_VERSION_IDN
LogInit:  CurlRequestOptions (configurable via config and command line):
LogInit:  - bVerifyPeer = true  - Libcurl will verify peer certificate
LogInit:  - bUseHttpProxy = false  - Libcurl will NOT use HTTP proxy
LogInit:  - bDontReuseConnections = false  - Libcurl will reuse connections
LogInit:  - CertBundlePath = nullptr  - Libcurl will use whatever was configured at build time.
LogInit: Presizing for max 16777216 objects, including 0 objects not considered by GC, pre-allocating 0 bytes for permanent pool.
LogInit: Object subsystem initialized
[2016.04.06-19.55.18:598][  0]LogInit: Selected Device Profile: [Windows]
[2016.04.06-19.55.18:598][  0]LogInit: Applying CVar settings loaded from the selected device profile: [Windows]
[2016.04.06-19.55.18:603][  0]LogInit: Computer: REMOLUS
[2016.04.06-19.55.18:603][  0]LogInit: User: AlexanderFaustmann
[2016.04.06-19.55.18:603][  0]LogInit: CPU Page size=65536, Cores=4
[2016.04.06-19.55.18:603][  0]LogInit: High frequency timer resolution =3.428038 MHz
[2016.04.06-19.55.18:603][  0]LogMemory: Memory total: Physical=31.9GB (32GB approx)
[2016.04.06-19.55.18:603][  0]LogMemory: Platform Memory Stats for Windows
[2016.04.06-19.55.18:603][  0]LogMemory: Process Physical Memory: 312.49 MB used, 312.49 MB peak
[2016.04.06-19.55.18:603][  0]LogMemory: Process Virtual Memory: 314.89 MB used, 314.89 MB peak
[2016.04.06-19.55.18:603][  0]LogMemory: Physical Memory: 6104.18 MB used, 32712.48 MB total
[2016.04.06-19.55.18:603][  0]LogMemory: Virtual Memory: 653.05 MB used, 134217728.00 MB total
[2016.04.06-19.55.18:631][  0]LogTextLocalizationManager: No specific translations for ('en_150') exist, so ('en') translations will be used.
[2016.04.06-19.55.18:953][  0]LogD3D11RHI: D3D11 adapters:
[2016.04.06-19.55.18:970][  0]LogD3D11RHI:    0. 'NVIDIA GeForce GTX 560 ' (Feature Level 11_0)
[2016.04.06-19.55.18:970][  0]LogD3D11RHI:       978MB of dedicated video memory, 0MB of dedicated system memory, and 16356MB of shared system memory, 1 output[s]
[2016.04.06-19.55.19:008][  0]LogD3D11RHI:    1. 'NVIDIA GeForce GTX 560 ' (Feature Level 11_0)
[2016.04.06-19.55.19:008][  0]LogD3D11RHI:       979MB of dedicated video memory, 0MB of dedicated system memory, and 16356MB of shared system memory, 1 output[s]
[2016.04.06-19.55.19:009][  0]LogD3D11RHI:    2. 'Microsoft Basic Render Driver' (Feature Level 11_0)
[2016.04.06-19.55.19:009][  0]LogD3D11RHI:       0MB of dedicated video memory, 0MB of dedicated system memory, and 16356MB of shared system memory, 0 output[s]
[2016.04.06-19.55.19:009][  0]LogD3D11RHI: Chosen D3D11 Adapter: 0
[2016.04.06-19.55.19:012][  0]LogD3D11RHI: Creating new Direct3DDevice
[2016.04.06-19.55.19:012][  0]LogD3D11RHI:     Adapter Name: NVIDIA GeForce GTX 560 
[2016.04.06-19.55.19:012][  0]LogD3D11RHI:   Driver Version: 10.18.13.6191 (internal 10.18.13.6191)
[2016.04.06-19.55.19:012][  0]LogD3D11RHI:      Driver Date: 2-8-2016
[2016.04.06-19.55.19:012][  0]LogRHI: Texture pool is 684 MB (70% of 978 MB)
[2016.04.06-19.55.19:024][  0]LogD3D11RHI: Async texture creation enabled
[2016.04.06-19.55.19:040][  0]LogShaderCompilers: Guid format shader working directory is -33 characters bigger than the processId version (../../../../../../Users/Remolus/Documents/Unreal Projects/enumtesttwo/Intermediate/Shaders/WorkingDirectory/11180/).
[2016.04.06-19.55.19:040][  0]LogShaderCompilers: Cleaned the shader compiler working directory 'C:/Users/ALEXAN~1/AppData/Local/Temp/UnrealShaderWorkingDir/F8AEA406499798C10CC40181100EA7A6/'.
[2016.04.06-19.55.19:040][  0]LogShaderCompilers:Display: Using Local Shader Compiler.
[2016.04.06-19.55.19:843][  0]LogTemp:Display: Loaded TP AllDesktopTargetPlatform
[2016.04.06-19.55.19:847][  0]LogTemp:Display: Loaded TP WindowsClientTargetPlatform
[2016.04.06-19.55.19:851][  0]LogTemp:Display: Loaded TP WindowsNoEditorTargetPlatform
[2016.04.06-19.55.19:855][  0]LogTemp:Display: Loaded TP WindowsServerTargetPlatform
[2016.04.06-19.55.19:859][  0]LogTemp:Display: Loaded TP WindowsTargetPlatform
[2016.04.06-19.55.19:861][  0]LogTemp:Display: Loaded TP AndroidTargetPlatform
[2016.04.06-19.55.19:863][  0]LogTemp:Display: Loaded TP Android_ASTCTargetPlatform
[2016.04.06-19.55.19:866][  0]LogTemp:Display: Loaded TP Android_ATCTargetPlatform
[2016.04.06-19.55.19:869][  0]LogTemp:Display: Loaded TP Android_DXTTargetPlatform
[2016.04.06-19.55.19:871][  0]LogTemp:Display: Loaded TP Android_ETC1TargetPlatform
[2016.04.06-19.55.19:874][  0]LogTemp:Display: Loaded TP Android_ETC2TargetPlatform
[2016.04.06-19.55.19:879][  0]LogTemp:Display: Loaded TP Android_MultiTargetPlatform
[2016.04.06-19.55.19:879][  0]LogTemp:Display: Loaded TP Android_PVRTCTargetPlatform
[2016.04.06-19.55.19:880][  0]LogTemp:Display: Loaded TP HTML5TargetPlatform
[2016.04.06-19.55.19:896][  0]LogTemp:Display: Loaded TP IOSTargetPlatform
[2016.04.06-19.55.19:898][  0]LogTemp:Display: Loaded TP TVOSTargetPlatform
[2016.04.06-19.55.19:900][  0]LogTemp:Display: Loaded TP LinuxNoEditorTargetPlatform
[2016.04.06-19.55.19:903][  0]LogTemp:Display: Loaded TP LinuxServerTargetPlatform
[2016.04.06-19.55.19:905][  0]LogTemp:Display: Loaded TP LinuxTargetPlatform
[2016.04.06-19.55.19:905][  0]LogTargetPlatformManager:Display: Building Assets For Windows
[2016.04.06-19.55.19:970][  0]LogDerivedDataCache:Display: Max Cache Size: 512 MB
[2016.04.06-19.55.20:004][  0]LogDerivedDataCache: Loaded boot cache 0.03s 47MB C:/Users/Remolus/AppData/Local/UnrealEngine/4.11/DerivedDataCache/Boot.ddc.
[2016.04.06-19.55.20:004][  0]LogDerivedDataCache:Display: Loaded Boot cache: C:/Users/Remolus/AppData/Local/UnrealEngine/4.11/DerivedDataCache/Boot.ddc
[2016.04.06-19.55.20:004][  0]LogDerivedDataCache: FDerivedDataBackendGraph:  Pak pak cache file ../../../../../../Users/Remolus/Documents/Unreal Projects/enumtesttwo/DerivedDataCache/DDC.ddp not found, will not use a pak cache.
[2016.04.06-19.55.20:004][  0]LogDerivedDataCache: Unable to find inner node Pak for hierarchical cache Hierarchy.
[2016.04.06-19.55.20:004][  0]LogDerivedDataCache: FDerivedDataBackendGraph:  CompressedPak pak cache file ../../../../../../Users/Remolus/Documents/Unreal Projects/enumtesttwo/DerivedDataCache/Compressed.ddp not found, will not use a pak cache.
[2016.04.06-19.55.20:004][  0]LogDerivedDataCache: Unable to find inner node CompressedPak for hierarchical cache Hierarchy.
[2016.04.06-19.55.20:021][  0]LogDerivedDataCache:Display: Pak cache opened for reading ../../../Engine/DerivedDataCache/Compressed.ddp.
[2016.04.06-19.55.20:033][  0]LogDerivedDataCache: Using Local data cache path C:/Users/Remolus/AppData/Local/UnrealEngine/Common/DerivedDataCache: Writable
[2016.04.06-19.55.20:174][  0]LogInit: Selected Device Profile: [Windows]
[2016.04.06-19.55.20:175][  0]LogContentStreaming: Texture pool size is 0.00 MB
[2016.04.06-19.55.20:213][  0]LogMaterial: Uniform references updated for custom material expression Custom.
[2016.04.06-19.55.20:315][  0]LogMeshUtilities: No automatic mesh reduction module available
[2016.04.06-19.55.20:315][  0]LogMeshUtilities: No automatic mesh merging module available
[2016.04.06-19.55.20:315][  0]LogMeshUtilities: No distributed automatic mesh merging module available
[2016.04.06-19.55.20:497][  0]LogInit: WinSock: version 1.1 (2.2), MaxSocks=32767, MaxUdp=65467
[2016.04.06-19.55.20:564][  0]LogSlate: SlateFontCache - WITH_FREETYPE: 1, WITH_HARFBUZZ: 1
[2016.04.06-19.55.20:564][  0]LogSlate: SlateFontCache - WITH_FREETYPE: 1, WITH_HARFBUZZ: 1
[2016.04.06-19.55.20:640][  0]LogStreaming:Warning: Failed to read file '../../../Engine/Content/Editor/Slate/Common/Selection_16x.png' error.
[2016.04.06-19.55.20:640][  0]LogSlate: Could not find file for Slate resource: ../../../Engine/Content/Editor/Slate/Common/Selection_16x.png
[2016.04.06-19.55.20:640][  0]LogStreaming:Warning: Failed to read file '../../../Engine/Content/Editor/Slate/Common/Selection_16x.png' error.
[2016.04.06-19.55.20:640][  0]LogSlate: Could not find file for Slate resource: ../../../Engine/Content/Editor/Slate/Common/Selection_16x.png
[2016.04.06-19.55.20:640][  0]LogStreaming:Warning: Failed to read file '../../../Engine/Content/Editor/Slate/Common/Selection_16x.png' error.
[2016.04.06-19.55.20:640][  0]LogSlate: Could not find file for Slate resource: ../../../Engine/Content/Editor/Slate/Common/Selection_16x.png
[2016.04.06-19.55.21:110][  0]LogUdpMessaging: Initializing bridge on interface 0.0.0.0:0 to multicast group 230.0.0.1:6666.
[2016.04.06-19.55.21:208][  0]LogAssetRegistry: FAssetRegistry took 0.0220 seconds to start up
[2016.04.06-19.55.21:316][  0]SourceControl: Info Source control is disabled
[2016.04.06-19.55.21:317][  0]SourceControl: Info Source control is disabled
[2016.04.06-19.55.21:324][  0]SourceControl: Info Source control is disabled
[2016.04.06-19.55.21:331][  0]SourceControl: Info Source control is disabled
[2016.04.06-19.55.21:475][  0]LogUObjectArray: 30022 objects as part of root set at end of initial load.
[2016.04.06-19.55.21:475][  0]LogUObjectAllocator: 6409584 out of 0 bytes used by permanent object pool.
[2016.04.06-19.55.21:475][  0]LogUObjectArray: CloseDisregardForGC: 0/0 objects in disregard for GC pool
[2016.04.06-19.55.21:522][  0]LogEngine: Initializing Engine...
[2016.04.06-19.55.21:524][  0]LogHMD: SteamVR failed to initialize.  Err: 105
[2016.04.06-19.55.21:635][  0]LogAIModule: Creating AISystem for world NewWorld
[2016.04.06-19.55.21:641][  0]LogInit: XAudio2 using 'Lautsprecher (Realtek High Definition Audio)' : 2 channels at 48 kHz using 32 bits per sample (channel mask 0x3)
[2016.04.06-19.55.21:660][  0]LogInit: FAudioDevice initialized.
[2016.04.06-19.55.21:675][  0]LogDerivedDataCache: Saved boot cache 0.02s 47MB C:/Users/Remolus/AppData/Local/UnrealEngine/4.11/DerivedDataCache/Boot.ddc.
[2016.04.06-19.55.21:677][  0]LogInit: Texture streaming: Enabled
[2016.04.06-19.55.21:697][  0]LogInit: Transaction tracking system initialized
[2016.04.06-19.55.21:716][  0]BlueprintLog: New page: Editor Load
[2016.04.06-19.55.21:831][  0]LogInit:Warning: CVar named 'r.MobileHDR' marked up in RendererSettings was not found or is set to read-only
[2016.04.06-19.55.22:657][  0]LocalizationService: Info Localization service is disabled
[2016.04.06-19.55.23:052][  0]LogConsoleResponse:Display: 
[2016.04.06-19.55.23:173][  0]LogFileCache: Scanning file cache for directory 'D:/Users/Remolus/Documents/Unreal Projects/enumtesttwo/Content/' took 0.01s
[2016.04.06-19.55.23:173][  0]LogCook:Display: Max memory allowance for cook 8192mb
[2016.04.06-19.55.23:173][  0]LogCook:Display: Mobile HDR setting 1
[2016.04.06-19.55.23:173][  0]LogCook:Display: Done creating registry. It took  0.00s.
[2016.04.06-19.55.23:217][  0]SourceControl: Info Source control is disabled
[2016.04.06-19.55.23:217][  0]Cmd: MAP LOAD FILE="../../../Engine/Content/Maps/Templates/Template_Default.umap" TEMPLATE=1 SHOWPROGRESS=1 FEATURELEVEL=3
[2016.04.06-19.55.23:217][  0]LightingResults: New page: Lighting Build
[2016.04.06-19.55.23:220][  0]MapCheck: New page: Map Check
[2016.04.06-19.55.23:220][  0]LightingResults: New page: Lighting Build
[2016.04.06-19.55.23:427][  0]LogAIModule: Creating AISystem for world Untitled_1
[2016.04.06-19.55.23:430][  0]LogEditorServer: Finished looking for orphan Actors (0.000 secs)
[2016.04.06-19.55.23:434][  0]Cmd: MAP CHECKDEP NOCLEARLOG
[2016.04.06-19.55.23:459][  0]MapCheck: Info Map check complete: 0 Error(s), 0 Warning(s), took 25,173ms to complete.
[2016.04.06-19.55.23:459][  0]LogFileHelpers: Loading map 'Template_Default' took 0.242
[2016.04.06-19.55.25:145][  0]LogCollectionManager: Loaded 0 collections in 0.001589 seconds
[2016.04.06-19.55.25:512][  0]LogFileCache: Scanning file cache for directory 'D:/Users/Remolus/Documents/Unreal Projects/enumtesttwo/Saved/Collections/' took 0.01s
[2016.04.06-19.55.25:512][  0]LogFileCache: Scanning file cache for directory 'D:/Users/Remolus/Documents/Unreal Projects/enumtesttwo/Content/Developers/AlexanderFaustmann/Collections/' took 0.01s
[2016.04.06-19.55.25:512][  0]LogFileCache: Scanning file cache for directory 'D:/Users/Remolus/Documents/Unreal Projects/enumtesttwo/Content/Collections/' took 0.01s
[2016.04.06-19.55.25:512][  0]LogCollectionManager: Rebuilt the GUID cache for 0 collections in 0.000002 seconds
[2016.04.06-19.55.25:565][  0]LogContentBrowser: Native class hierarchy populated in 0.0533 seconds. Added 1985 classes and 346 folders.
[2016.04.06-19.55.26:052][  0]LogStats: UGameplayTagsManager::ConstructGameplayTagTree: Construct from data asset -  0.000 s
[2016.04.06-19.55.26:053][  0]LogStats: UGameplayTagsManager::ConstructGameplayTagTree: GameplayTagTreeChangedEvent.Broadcast -  0.000 s
[2016.04.06-19.55.26:053][  0]LogContentBrowser: Native class hierarchy updated for 'GameplayTags' in 0.0004 seconds. Added 12 classes and 0 folders.
[2016.04.06-19.55.26:139][  0]LogContentBrowser: Native class hierarchy updated for 'WidgetCarousel' in 0.0003 seconds. Added 0 classes and 0 folders.
[2016.04.06-19.55.28:357][  0]LogContentBrowser: Native class hierarchy updated for 'AddContentDialog' in 0.0003 seconds. Added 0 classes and 0 folders.
[2016.04.06-19.55.28:522][  0]LogContentBrowser: Native class hierarchy updated for 'SceneOutliner' in 0.0004 seconds. Added 1 classes and 2 folders.
[2016.04.06-19.55.31:738][  0]LogCrashTracker: Crashtracker disabled due to settings.
[2016.04.06-19.55.32:135][  0]LogUObjectGlobals:Warning: Failed to find object 'Class None.'
[2016.04.06-19.55.32:253][  0]LogContentBrowser: Native class hierarchy updated for 'HierarchicalLODOutliner' in 0.0003 seconds. Added 1 classes and 2 folders.
[2016.04.06-19.55.32:253][  0]LogLoad: Full Startup: 14.25 seconds (BP compile: 0.03 seconds)
[2016.04.06-19.55.32:253][  0]LogExternalProfiler: Found external profiler: VSPerf
[2016.04.06-19.55.32:253][  0]LogExternalProfiler: Using external profiler: VSPerf
[2016.04.06-19.55.32:262][  0]LogWindowsTextInputMethodSystem:Display: IME system now deactivated.
[2016.04.06-19.55.32:263][  0]LogOcInput: Can't find Oculus library dev build: is proper Runtime installed? Version: 0.8.0.0
[2016.04.06-19.55.33:230][  0]LogContentStreaming: Texture pool size now 1000 MB
[2016.04.06-19.55.34:159][  0]LogRenderer: Reallocating scene render targets to support 1208x580 (Frame:2).
[2016.04.06-19.55.34:355][  1]LogAssetRegistry: Asset discovery search completed in 13.1687 seconds
[2016.04.06-19.55.34:355][  1]LogCollectionManager: Rebuilt the object cache for 0 collections in 0.000001 seconds (found 0 objects)
[2016.04.06-19.55.34:355][  1]LogCollectionManager: Fixed up redirectors for 0 collections in 0.000076 seconds (updated 0 objects)
[2016.04.06-19.56.14:627][909]LogEnum:Warning: In asset 'None', there is an enum property of type 'MyEnum' with an invalid value of 'MyEnum::NewEnumerator0'
[2016.04.06-19.56.15:013][936]LogEnum:Warning: In asset 'None', there is an enum property of type 'MyEnum' with an invalid value of 'MyEnum::NewEnumerator1'
[2016.04.06-19.56.16:079][  8]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/MyEnum" FILE="../../../../../../Users/Remolus/Documents/Unreal Projects/enumtesttwo/Content/MyEnum.uasset" SILENT=true
[2016.04.06-19.56.16:094][  8]LogSavePackage: Save=14.50ms
[2016.04.06-19.56.16:094][  8]LogSavePackage: Moving '../../../../../../Users/Remolus/Documents/Unreal Projects/enumtesttwo/Saved/MyEnumA13F29FC4088606D3403E0889FE257AA.tmp' to '../../../../../../Users/Remolus/Documents/Unreal Projects/enumtesttwo/Content/MyEnum.uasset'
[2016.04.06-19.56.16:109][  8]LogSavePackage: Total save time: 29.93ms
[2016.04.06-19.56.16:109][  8]LogSavePackage:Display: Finished SavePackage ../../../../../../Users/Remolus/Documents/Unreal Projects/enumtesttwo/Content/MyEnum.uasset
[2016.04.06-19.56.19:096][225]LogContentBrowser: Native class hierarchy updated for 'BlueprintGraph' in 0.0006 seconds. Added 108 classes and 0 folders.
[2016.04.06-19.56.35:788][491]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/MyGameInstance" FILE="../../../../../../Users/Remolus/Documents/Unreal Projects/enumtesttwo/Content/MyGameInstance.uasset" SILENT=true
[2016.04.06-19.56.35:791][491]LogSavePackage: Save=1.82ms
[2016.04.06-19.56.35:791][491]LogSavePackage: Moving '../../../../../../Users/Remolus/Documents/Unreal Projects/enumtesttwo/Saved/MyGameInstanceEAD29BBF45D378CD8C0E1AA5475ACF64.tmp' to '../../../../../../Users/Remolus/Documents/Unreal Projects/enumtesttwo/Content/MyGameInstance.uasset'
[2016.04.06-19.56.35:792][491]LogSavePackage: Total save time: 3.39ms
[2016.04.06-19.56.35:792][491]LogSavePackage:Display: Finished SavePackage ../../../../../../Users/Remolus/Documents/Unreal Projects/enumtesttwo/Content/MyGameInstance.uasset
[2016.04.06-19.56.36:550][544]BlueprintLog: New page: Compile MyGameInstance
[2016.04.06-19.56.36:692][544]BlueprintEditorCompileResults: Info [0078,69] Compile of MyGameInstance successful! [in 140 ms]
[2016.04.06-19.57.32:429][ 57]BlueprintLog: New page: Compile MyGameInstance
[2016.04.06-19.57.32:470][ 57]BlueprintEditorCompileResults: Info [0134,46] Compile of MyGameInstance successful! [in 40 ms]
[2016.04.06-19.57.45:382][195]BlueprintLog: New page: Compile MyGameInstance
[2016.04.06-19.57.45:423][195]BlueprintEditorCompileResults: Info [0147,42] Compile of MyGameInstance successful! [in 40 ms]
[2016.04.06-19.57.46:640][277]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/MyGameInstance" FILE="../../../../../../Users/Remolus/Documents/Unreal Projects/enumtesttwo/Content/MyGameInstance.uasset" SILENT=true
[2016.04.06-19.57.46:666][277]LogSavePackage: Save=24.29ms
[2016.04.06-19.57.46:666][277]LogSavePackage: Moving '../../../../../../Users/Remolus/Documents/Unreal Projects/enumtesttwo/Saved/MyGameInstanceCBD5693240F643B6CC6598AB24184311.tmp' to '../../../../../../Users/Remolus/Documents/Unreal Projects/enumtesttwo/Content/MyGameInstance.uasset'
[2016.04.06-19.57.46:667][277]LogSavePackage: Total save time: 26.90ms
[2016.04.06-19.57.46:668][277]LogSavePackage:Display: Finished SavePackage ../../../../../../Users/Remolus/Documents/Unreal Projects/enumtesttwo/Content/MyGameInstance.uasset
[2016.04.06-19.57.47:403][331]BlueprintLog: New page: Compile MyGameInstance
[2016.04.06-19.57.47:446][331]BlueprintEditorCompileResults: Info [0149,44] Compile of MyGameInstance successful! [in 42 ms]
[2016.04.06-19.57.50:888][655]BlueprintLog: New page: Compile MyGameInstance
[2016.04.06-19.57.50:929][655]BlueprintEditorCompileResults: Info [0152,92] Compile of MyGameInstance successful! [in 40 ms]
[2016.04.06-19.57.51:795][716]BlueprintLog: New page: Compile MyGameInstance
[2016.04.06-19.57.51:837][716]BlueprintEditorCompileResults: Info [0153,83] Compile of MyGameInstance successful! [in 41 ms]
[2016.04.06-19.57.58:126][164]BlueprintLog: New page: Compile MyGameInstance
[2016.04.06-19.57.58:166][164]BlueprintEditorCompileResults: Info [0160,16] Compile of MyGameInstance successful! [in 40 ms]
[2016.04.06-19.58.01:874][432]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/MyGameInstance" FILE="../../../../../../Users/Remolus/Documents/Unreal Projects/enumtesttwo/Content/MyGameInstance.uasset" SILENT=true
[2016.04.06-19.58.01:883][432]LogSavePackage: Save=7.34ms
[2016.04.06-19.58.01:883][432]LogSavePackage: Moving '../../../../../../Users/Remolus/Documents/Unreal Projects/enumtesttwo/Saved/MyGameInstance9A55752B4BEF67C18B4E98801BA92FFA.tmp' to '../../../../../../Users/Remolus/Documents/Unreal Projects/enumtesttwo/Content/MyGameInstance.uasset'
[2016.04.06-19.58.01:884][432]LogSavePackage: Total save time: 8.78ms
[2016.04.06-19.58.01:884][432]LogSavePackage:Display: Finished SavePackage ../../../../../../Users/Remolus/Documents/Unreal Projects/enumtesttwo/Content/MyGameInstance.uasset
[2016.04.06-19.58.02:391][471]BlueprintLog: New page: Compile MyGameInstance
[2016.04.06-19.58.02:432][471]BlueprintEditorCompileResults: Info [0164,43] Compile of MyGameInstance successful! [in 40 ms]
[2016.04.06-19.58.03:118][519]BlueprintLog: New page: Compile MyGameInstance
[2016.04.06-19.58.03:159][519]BlueprintEditorCompileResults: Info [0165,15] Compile of MyGameInstance successful! [in 40 ms]
[2016.04.06-19.58.03:694][558]BlueprintLog: New page: Compile MyGameInstance
[2016.04.06-19.58.03:735][558]BlueprintEditorCompileResults: Info [0165,73] Compile of MyGameInstance successful! [in 40 ms]
[2016.04.06-19.58.22:449][ 22]BlueprintLog: New page: Compile MyGameInstance
[2016.04.06-19.58.22:516][ 22]BlueprintEditorCompileResults: Info [0184,51] Compile of MyGameInstance successful! [in 67 ms]
[2016.04.06-19.58.26:224][262]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/MyGameInstance" FILE="../../../../../../Users/Remolus/Documents/Unreal Projects/enumtesttwo/Content/MyGameInstance.uasset" SILENT=true
[2016.04.06-19.58.26:233][262]LogSavePackage: Save=7.66ms
[2016.04.06-19.58.26:234][262]LogSavePackage: Moving '../../../../../../Users/Remolus/Documents/Unreal Projects/enumtesttwo/Saved/MyGameInstance22E2E3A04E87B89F6676748CB0B05763.tmp' to '../../../../../../Users/Remolus/Documents/Unreal Projects/enumtesttwo/Content/MyGameInstance.uasset'
[2016.04.06-19.58.26:235][262]LogSavePackage: Total save time: 9.82ms
[2016.04.06-19.58.26:235][262]LogSavePackage:Display: Finished SavePackage ../../../../../../Users/Remolus/Documents/Unreal Projects/enumtesttwo/Content/MyGameInstance.uasset
[2016.04.06-19.58.31:025][736]BlueprintLog: New page: Compile MyGameInstance
[2016.04.06-19.58.31:068][736]BlueprintEditorCompileResults: Info [0193,06] Compile of MyGameInstance successful! [in 42 ms]
[2016.04.06-19.58.37:107][204]BlueprintLog: New page: Compile MyGameInstance
[2016.04.06-19.58.37:147][204]BlueprintEditorCompileResults: Info [0199,14] Compile of MyGameInstance successful! [in 40 ms]
[2016.04.06-19.58.58:264][952]BlueprintLog: New page: Compile MyGameInstance
[2016.04.06-19.58.58:308][952]BlueprintEditorCompileResults: Info [0220,30] Compile of MyGameInstance successful! [in 43 ms]
[2016.04.06-19.58.58:946][996]BlueprintLog: New page: Compile MyGameInstance
[2016.04.06-19.58.58:975][996]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/MyGameInstance" FILE="../../../../../../Users/Remolus/Documents/Unreal Projects/enumtesttwo/Content/MyGameInstance.uasset" SILENT=true
[2016.04.06-19.58.58:977][996]LogWindows:Error: Windows GetLastError: Der Vorgang wurde erfolgreich beendet. (0)
[2016.04.06-19.58.59:942][996]LogCrashTracker: 


[2016.04.06-19.59.00:042][996]LogCrashTracker: 


[2016.04.06-19.59.00:042][996]LogWindows:Error: === Critical error: ===
Assertion failed: ((UObject*)ContainerPtr)->IsA((UClass*)GetOuter()) [File:D:\BuildFarm\buildmachine_++UE4+Release-4.11\Engine\Source\Runtime\CoreUObject\Public\UObject\UnrealType.h] [Line: 311] 
'Default__MyGameInstance_C' is of class 'REINST_MyGameInstance_C_118' however property 'MyEnum' belongs to class 'MyGameInstance_C'




[2016.04.06-19.59.00:078][996]LogExit: Executing StaticShutdownAfterError
[2016.04.06-19.59.00:080][996]LogPhysics:Warning: PHYSX: ..\..\PhysX\src\NpScene.cpp (2946) 8 : PxScene::unlockWrite() called without matching call to PxScene::lockWrite(), behaviour will be undefined.
[2016.04.06-19.59.00:080][996]LogPhysics:Warning: PHYSX: ..\..\PhysX\src\NpScene.cpp (2946) 8 : PxScene::unlockWrite() called without matching call to PxScene::lockWrite(), behaviour will be undefined.
[2016.04.06-19.59.00:080][996]LogPhysics:Warning: PHYSX: ..\..\PhysX\src\NpScene.cpp (2946) 8 : PxScene::unlockWrite() called without matching call to PxScene::lockWrite(), behaviour will be undefined.
[2016.04.06-19.59.00:081][996]LogPhysics:Warning: PHYSX: ..\..\PhysX\src\NpScene.cpp (2946) 8 : PxScene::unlockWrite() called without matching call to PxScene::lockWrite(), behaviour will be undefined.
[2016.04.06-19.59.00:081][996]LogWindows: FPlatformMisc::RequestExit(1)
[2016.04.06-19.59.00:081][996]Log file closed, 04/06/16 21:59:00

MachineID: FED3005943F162975C70FA8DEEAEF6F6

reproduced it in a second new blank project.

Log file open, 04/06/16 21:55:18
LogInit:Display: Running engine for game: enumtesttwo
LogPlatformFile: Not using cached read wrapper
LogInit:Display: RandInit(-1484170994) SRandInit(-1484170993).
LogTaskGraph: Started task graph with 4 named threads and 7 total threads.
LogStats: Stats thread started at 0.068087
LogHMD: Can't find Oculus library dev build: is proper Runtime installed? Version: 0.8.0.0
LogInit: Version: 4.11.0-2896623+++UE4+Release-4.11
LogInit: API Version: 2896623
LogInit: Compiled (64-bit): Mar  7 2016 02:13:15
LogInit: Compiled with Visual C++: 19.00.23026.00
LogInit: Build Configuration: Development
LogInit: Branch Name: ++UE4+Release-4.11
LogInit: Command line: -EpicPortal 
LogInit: Base directory: D:/Entwicklung/Epic Games/4.11/Engine/Binaries/Win64/
LogInit: Installed Engine Build: 1
LogInit: Using libcurl 7.41.0
LogInit:  - built for x86_64-pc-win32
LogInit:  - supports SSL with WinSSL
LogInit:  - other features:
LogInit:      CURL_VERSION_SSL
LogInit:      CURL_VERSION_IPV6
LogInit:      CURL_VERSION_ASYNCHDNS
LogInit:      CURL_VERSION_LARGEFILE
LogInit:      CURL_VERSION_IDN
LogInit:  CurlRequestOptions (configurable via config and command line):
LogInit:  - bVerifyPeer = true  - Libcurl will verify peer certificate
LogInit:  - bUseHttpProxy = false  - Libcurl will NOT use HTTP proxy
LogInit:  - bDontReuseConnections = false  - Libcurl will reuse connections
LogInit:  - CertBundlePath = nullptr  - Libcurl will use whatever was configured at build time.
LogInit: Presizing for max 16777216 objects, including 0 objects not considered by GC, pre-allocating 0 bytes for permanent pool.
LogInit: Object subsystem initialized
[2016.04.06-19.55.18:598][  0]LogInit: Selected Device Profile: [Windows]
[2016.04.06-19.55.18:598][  0]LogInit: Applying CVar settings loaded from the selected device profile: [Windows]
[2016.04.06-19.55.18:603][  0]LogInit: Computer: REMOLUS
[2016.04.06-19.55.18:603][  0]LogInit: User: AlexanderFaustmann
[2016.04.06-19.55.18:603][  0]LogInit: CPU Page size=65536, Cores=4
[2016.04.06-19.55.18:603][  0]LogInit: High frequency timer resolution =3.428038 MHz
[2016.04.06-19.55.18:603][  0]LogMemory: Memory total: Physical=31.9GB (32GB approx)
[2016.04.06-19.55.18:603][  0]LogMemory: Platform Memory Stats for Windows
[2016.04.06-19.55.18:603][  0]LogMemory: Process Physical Memory: 312.49 MB used, 312.49 MB peak
[2016.04.06-19.55.18:603][  0]LogMemory: Process Virtual Memory: 314.89 MB used, 314.89 MB peak
[2016.04.06-19.55.18:603][  0]LogMemory: Physical Memory: 6104.18 MB used, 32712.48 MB total
[2016.04.06-19.55.18:603][  0]LogMemory: Virtual Memory: 653.05 MB used, 134217728.00 MB total
[2016.04.06-19.55.18:631][  0]LogTextLocalizationManager: No specific translations for ('en_150') exist, so ('en') translations will be used.
[2016.04.06-19.55.18:953][  0]LogD3D11RHI: D3D11 adapters:
[2016.04.06-19.55.18:970][  0]LogD3D11RHI:    0. 'NVIDIA GeForce GTX 560 ' (Feature Level 11_0)
[2016.04.06-19.55.18:970][  0]LogD3D11RHI:       978MB of dedicated video memory, 0MB of dedicated system memory, and 16356MB of shared system memory, 1 output[s]
[2016.04.06-19.55.19:008][  0]LogD3D11RHI:    1. 'NVIDIA GeForce GTX 560 ' (Feature Level 11_0)
[2016.04.06-19.55.19:008][  0]LogD3D11RHI:       979MB of dedicated video memory, 0MB of dedicated system memory, and 16356MB of shared system memory, 1 output[s]
[2016.04.06-19.55.19:009][  0]LogD3D11RHI:    2. 'Microsoft Basic Render Driver' (Feature Level 11_0)
[2016.04.06-19.55.19:009][  0]LogD3D11RHI:       0MB of dedicated video memory, 0MB of dedicated system memory, and 16356MB of shared system memory, 0 output[s]
[2016.04.06-19.55.19:009][  0]LogD3D11RHI: Chosen D3D11 Adapter: 0
[2016.04.06-19.55.19:012][  0]LogD3D11RHI: Creating new Direct3DDevice
[2016.04.06-19.55.19:012][  0]LogD3D11RHI:     Adapter Name: NVIDIA GeForce GTX 560 
[2016.04.06-19.55.19:012][  0]LogD3D11RHI:   Driver Version: 10.18.13.6191 (internal 10.18.13.6191)
[2016.04.06-19.55.19:012][  0]LogD3D11RHI:      Driver Date: 2-8-2016
[2016.04.06-19.55.19:012][  0]LogRHI: Texture pool is 684 MB (70% of 978 MB)
[2016.04.06-19.55.19:024][  0]LogD3D11RHI: Async texture creation enabled
[2016.04.06-19.55.19:040][  0]LogShaderCompilers: Guid format shader working directory is -33 characters bigger than the processId version (../../../../../../Users/Remolus/Documents/Unreal Projects/enumtesttwo/Intermediate/Shaders/WorkingDirectory/11180/).
[2016.04.06-19.55.19:040][  0]LogShaderCompilers: Cleaned the shader compiler working directory 'C:/Users/ALEXAN~1/AppData/Local/Temp/UnrealShaderWorkingDir/F8AEA406499798C10CC40181100EA7A6/'.
[2016.04.06-19.55.19:040][  0]LogShaderCompilers:Display: Using Local Shader Compiler.
[2016.04.06-19.55.19:843][  0]LogTemp:Display: Loaded TP AllDesktopTargetPlatform
[2016.04.06-19.55.19:847][  0]LogTemp:Display: Loaded TP WindowsClientTargetPlatform
[2016.04.06-19.55.19:851][  0]LogTemp:Display: Loaded TP WindowsNoEditorTargetPlatform
[2016.04.06-19.55.19:855][  0]LogTemp:Display: Loaded TP WindowsServerTargetPlatform
[2016.04.06-19.55.19:859][  0]LogTemp:Display: Loaded TP WindowsTargetPlatform
[2016.04.06-19.55.19:861][  0]LogTemp:Display: Loaded TP AndroidTargetPlatform
[2016.04.06-19.55.19:863][  0]LogTemp:Display: Loaded TP Android_ASTCTargetPlatform
[2016.04.06-19.55.19:866][  0]LogTemp:Display: Loaded TP Android_ATCTargetPlatform
[2016.04.06-19.55.19:869][  0]LogTemp:Display: Loaded TP Android_DXTTargetPlatform
[2016.04.06-19.55.19:871][  0]LogTemp:Display: Loaded TP Android_ETC1TargetPlatform
[2016.04.06-19.55.19:874][  0]LogTemp:Display: Loaded TP Android_ETC2TargetPlatform
[2016.04.06-19.55.19:879][  0]LogTemp:Display: Loaded TP Android_MultiTargetPlatform
[2016.04.06-19.55.19:879][  0]LogTemp:Display: Loaded TP Android_PVRTCTargetPlatform
[2016.04.06-19.55.19:880][  0]LogTemp:Display: Loaded TP HTML5TargetPlatform
[2016.04.06-19.55.19:896][  0]LogTemp:Display: Loaded TP IOSTargetPlatform
[2016.04.06-19.55.19:898][  0]LogTemp:Display: Loaded TP TVOSTargetPlatform
[2016.04.06-19.55.19:900][  0]LogTemp:Display: Loaded TP LinuxNoEditorTargetPlatform
[2016.04.06-19.55.19:903][  0]LogTemp:Display: Loaded TP LinuxServerTargetPlatform
[2016.04.06-19.55.19:905][  0]LogTemp:Display: Loaded TP LinuxTargetPlatform
[2016.04.06-19.55.19:905][  0]LogTargetPlatformManager:Display: Building Assets For Windows
[2016.04.06-19.55.19:970][  0]LogDerivedDataCache:Display: Max Cache Size: 512 MB
[2016.04.06-19.55.20:004][  0]LogDerivedDataCache: Loaded boot cache 0.03s 47MB C:/Users/Remolus/AppData/Local/UnrealEngine/4.11/DerivedDataCache/Boot.ddc.
[2016.04.06-19.55.20:004][  0]LogDerivedDataCache:Display: Loaded Boot cache: C:/Users/Remolus/AppData/Local/UnrealEngine/4.11/DerivedDataCache/Boot.ddc
[2016.04.06-19.55.20:004][  0]LogDerivedDataCache: FDerivedDataBackendGraph:  Pak pak cache file ../../../../../../Users/Remolus/Documents/Unreal Projects/enumtesttwo/DerivedDataCache/DDC.ddp not found, will not use a pak cache.
[2016.04.06-19.55.20:004][  0]LogDerivedDataCache: Unable to find inner node Pak for hierarchical cache Hierarchy.
[2016.04.06-19.55.20:004][  0]LogDerivedDataCache: FDerivedDataBackendGraph:  CompressedPak pak cache file ../../../../../../Users/Remolus/Documents/Unreal Projects/enumtesttwo/DerivedDataCache/Compressed.ddp not found, will not use a pak cache.
[2016.04.06-19.55.20:004][  0]LogDerivedDataCache: Unable to find inner node CompressedPak for hierarchical cache Hierarchy.
[2016.04.06-19.55.20:021][  0]LogDerivedDataCache:Display: Pak cache opened for reading ../../../Engine/DerivedDataCache/Compressed.ddp.
[2016.04.06-19.55.20:033][  0]LogDerivedDataCache: Using Local data cache path C:/Users/Remolus/AppData/Local/UnrealEngine/Common/DerivedDataCache: Writable
[2016.04.06-19.55.20:174][  0]LogInit: Selected Device Profile: [Windows]
[2016.04.06-19.55.20:175][  0]LogContentStreaming: Texture pool size is 0.00 MB
[2016.04.06-19.55.20:213][  0]LogMaterial: Uniform references updated for custom material expression Custom.
[2016.04.06-19.55.20:315][  0]LogMeshUtilities: No automatic mesh reduction module available
[2016.04.06-19.55.20:315][  0]LogMeshUtilities: No automatic mesh merging module available
[2016.04.06-19.55.20:315][  0]LogMeshUtilities: No distributed automatic mesh merging module available
[2016.04.06-19.55.20:497][  0]LogInit: WinSock: version 1.1 (2.2), MaxSocks=32767, MaxUdp=65467
[2016.04.06-19.55.20:564][  0]LogSlate: SlateFontCache - WITH_FREETYPE: 1, WITH_HARFBUZZ: 1
[2016.04.06-19.55.20:564][  0]LogSlate: SlateFontCache - WITH_FREETYPE: 1, WITH_HARFBUZZ: 1
[2016.04.06-19.55.20:640][  0]LogStreaming:Warning: Failed to read file '../../../Engine/Content/Editor/Slate/Common/Selection_16x.png' error.
[2016.04.06-19.55.20:640][  0]LogSlate: Could not find file for Slate resource: ../../../Engine/Content/Editor/Slate/Common/Selection_16x.png
[2016.04.06-19.55.20:640][  0]LogStreaming:Warning: Failed to read file '../../../Engine/Content/Editor/Slate/Common/Selection_16x.png' error.
[2016.04.06-19.55.20:640][  0]LogSlate: Could not find file for Slate resource: ../../../Engine/Content/Editor/Slate/Common/Selection_16x.png
[2016.04.06-19.55.20:640][  0]LogStreaming:Warning: Failed to read file '../../../Engine/Content/Editor/Slate/Common/Selection_16x.png' error.
[2016.04.06-19.55.20:640][  0]LogSlate: Could not find file for Slate resource: ../../../Engine/Content/Editor/Slate/Common/Selection_16x.png
[2016.04.06-19.55.21:110][  0]LogUdpMessaging: Initializing bridge on interface 0.0.0.0:0 to multicast group 230.0.0.1:6666.
[2016.04.06-19.55.21:208][  0]LogAssetRegistry: FAssetRegistry took 0.0220 seconds to start up
[2016.04.06-19.55.21:316][  0]SourceControl: Info Source control is disabled
[2016.04.06-19.55.21:317][  0]SourceControl: Info Source control is disabled
[2016.04.06-19.55.21:324][  0]SourceControl: Info Source control is disabled
[2016.04.06-19.55.21:331][  0]SourceControl: Info Source control is disabled
[2016.04.06-19.55.21:475][  0]LogUObjectArray: 30022 objects as part of root set at end of initial load.
[2016.04.06-19.55.21:475][  0]LogUObjectAllocator: 6409584 out of 0 bytes used by permanent object pool.
[2016.04.06-19.55.21:475][  0]LogUObjectArray: CloseDisregardForGC: 0/0 objects in disregard for GC pool
[2016.04.06-19.55.21:522][  0]LogEngine: Initializing Engine...
[2016.04.06-19.55.21:524][  0]LogHMD: SteamVR failed to initialize.  Err: 105
[2016.04.06-19.55.21:635][  0]LogAIModule: Creating AISystem for world NewWorld
[2016.04.06-19.55.21:641][  0]LogInit: XAudio2 using 'Lautsprecher (Realtek High Definition Audio)' : 2 channels at 48 kHz using 32 bits per sample (channel mask 0x3)
[2016.04.06-19.55.21:660][  0]LogInit: FAudioDevice initialized.
[2016.04.06-19.55.21:675][  0]LogDerivedDataCache: Saved boot cache 0.02s 47MB C:/Users/Remolus/AppData/Local/UnrealEngine/4.11/DerivedDataCache/Boot.ddc.
[2016.04.06-19.55.21:677][  0]LogInit: Texture streaming: Enabled
[2016.04.06-19.55.21:697][  0]LogInit: Transaction tracking system initialized
[2016.04.06-19.55.21:716][  0]BlueprintLog: New page: Editor Load
[2016.04.06-19.55.21:831][  0]LogInit:Warning: CVar named 'r.MobileHDR' marked up in RendererSettings was not found or is set to read-only
[2016.04.06-19.55.22:657][  0]LocalizationService: Info Localization service is disabled
[2016.04.06-19.55.23:052][  0]LogConsoleResponse:Display: 
[2016.04.06-19.55.23:173][  0]LogFileCache: Scanning file cache for directory 'D:/Users/Remolus/Documents/Unreal Projects/enumtesttwo/Content/' took 0.01s
[2016.04.06-19.55.23:173][  0]LogCook:Display: Max memory allowance for cook 8192mb
[2016.04.06-19.55.23:173][  0]LogCook:Display: Mobile HDR setting 1
[2016.04.06-19.55.23:173][  0]LogCook:Display: Done creating registry. It took  0.00s.
[2016.04.06-19.55.23:217][  0]SourceControl: Info Source control is disabled
[2016.04.06-19.55.23:217][  0]Cmd: MAP LOAD FILE="../../../Engine/Content/Maps/Templates/Template_Default.umap" TEMPLATE=1 SHOWPROGRESS=1 FEATURELEVEL=3
[2016.04.06-19.55.23:217][  0]LightingResults: New page: Lighting Build
[2016.04.06-19.55.23:220][  0]MapCheck: New page: Map Check
[2016.04.06-19.55.23:220][  0]LightingResults: New page: Lighting Build
[2016.04.06-19.55.23:427][  0]LogAIModule: Creating AISystem for world Untitled_1
[2016.04.06-19.55.23:430][  0]LogEditorServer: Finished looking for orphan Actors (0.000 secs)
[2016.04.06-19.55.23:434][  0]Cmd: MAP CHECKDEP NOCLEARLOG
[2016.04.06-19.55.23:459][  0]MapCheck: Info Map check complete: 0 Error(s), 0 Warning(s), took 25,173ms to complete.
[2016.04.06-19.55.23:459][  0]LogFileHelpers: Loading map 'Template_Default' took 0.242
[2016.04.06-19.55.25:145][  0]LogCollectionManager: Loaded 0 collections in 0.001589 seconds
[2016.04.06-19.55.25:512][  0]LogFileCache: Scanning file cache for directory 'D:/Users/Remolus/Documents/Unreal Projects/enumtesttwo/Saved/Collections/' took 0.01s
[2016.04.06-19.55.25:512][  0]LogFileCache: Scanning file cache for directory 'D:/Users/Remolus/Documents/Unreal Projects/enumtesttwo/Content/Developers/AlexanderFaustmann/Collections/' took 0.01s
[2016.04.06-19.55.25:512][  0]LogFileCache: Scanning file cache for directory 'D:/Users/Remolus/Documents/Unreal Projects/enumtesttwo/Content/Collections/' took 0.01s
[2016.04.06-19.55.25:512][  0]LogCollectionManager: Rebuilt the GUID cache for 0 collections in 0.000002 seconds
[2016.04.06-19.55.25:565][  0]LogContentBrowser: Native class hierarchy populated in 0.0533 seconds. Added 1985 classes and 346 folders.
[2016.04.06-19.55.26:052][  0]LogStats: UGameplayTagsManager::ConstructGameplayTagTree: Construct from data asset -  0.000 s
[2016.04.06-19.55.26:053][  0]LogStats: UGameplayTagsManager::ConstructGameplayTagTree: GameplayTagTreeChangedEvent.Broadcast -  0.000 s
[2016.04.06-19.55.26:053][  0]LogContentBrowser: Native class hierarchy updated for 'GameplayTags' in 0.0004 seconds. Added 12 classes and 0 folders.
[2016.04.06-19.55.26:139][  0]LogContentBrowser: Native class hierarchy updated for 'WidgetCarousel' in 0.0003 seconds. Added 0 classes and 0 folders.
[2016.04.06-19.55.28:357][  0]LogContentBrowser: Native class hierarchy updated for 'AddContentDialog' in 0.0003 seconds. Added 0 classes and 0 folders.
[2016.04.06-19.55.28:522][  0]LogContentBrowser: Native class hierarchy updated for 'SceneOutliner' in 0.0004 seconds. Added 1 classes and 2 folders.
[2016.04.06-19.55.31:738][  0]LogCrashTracker: Crashtracker disabled due to settings.
[2016.04.06-19.55.32:135][  0]LogUObjectGlobals:Warning: Failed to find object 'Class None.'
[2016.04.06-19.55.32:253][  0]LogContentBrowser: Native class hierarchy updated for 'HierarchicalLODOutliner' in 0.0003 seconds. Added 1 classes and 2 folders.
[2016.04.06-19.55.32:253][  0]LogLoad: Full Startup: 14.25 seconds (BP compile: 0.03 seconds)
[2016.04.06-19.55.32:253][  0]LogExternalProfiler: Found external profiler: VSPerf
[2016.04.06-19.55.32:253][  0]LogExternalProfiler: Using external profiler: VSPerf
[2016.04.06-19.55.32:262][  0]LogWindowsTextInputMethodSystem:Display: IME system now deactivated.
[2016.04.06-19.55.32:263][  0]LogOcInput: Can't find Oculus library dev build: is proper Runtime installed? Version: 0.8.0.0
[2016.04.06-19.55.33:230][  0]LogContentStreaming: Texture pool size now 1000 MB
[2016.04.06-19.55.34:159][  0]LogRenderer: Reallocating scene render targets to support 1208x580 (Frame:2).
[2016.04.06-19.55.34:355][  1]LogAssetRegistry: Asset discovery search completed in 13.1687 seconds
[2016.04.06-19.55.34:355][  1]LogCollectionManager: Rebuilt the object cache for 0 collections in 0.000001 seconds (found 0 objects)
[2016.04.06-19.55.34:355][  1]LogCollectionManager: Fixed up redirectors for 0 collections in 0.000076 seconds (updated 0 objects)
[2016.04.06-19.56.14:627][909]LogEnum:Warning: In asset 'None', there is an enum property of type 'MyEnum' with an invalid value of 'MyEnum::NewEnumerator0'
[2016.04.06-19.56.15:013][936]LogEnum:Warning: In asset 'None', there is an enum property of type 'MyEnum' with an invalid value of 'MyEnum::NewEnumerator1'
[2016.04.06-19.56.16:079][  8]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/MyEnum" FILE="../../../../../../Users/Remolus/Documents/Unreal Projects/enumtesttwo/Content/MyEnum.uasset" SILENT=true
[2016.04.06-19.56.16:094][  8]LogSavePackage: Save=14.50ms
[2016.04.06-19.56.16:094][  8]LogSavePackage: Moving '../../../../../../Users/Remolus/Documents/Unreal Projects/enumtesttwo/Saved/MyEnumA13F29FC4088606D3403E0889FE257AA.tmp' to '../../../../../../Users/Remolus/Documents/Unreal Projects/enumtesttwo/Content/MyEnum.uasset'
[2016.04.06-19.56.16:109][  8]LogSavePackage: Total save time: 29.93ms
[2016.04.06-19.56.16:109][  8]LogSavePackage:Display: Finished SavePackage ../../../../../../Users/Remolus/Documents/Unreal Projects/enumtesttwo/Content/MyEnum.uasset
[2016.04.06-19.56.19:096][225]LogContentBrowser: Native class hierarchy updated for 'BlueprintGraph' in 0.0006 seconds. Added 108 classes and 0 folders.
[2016.04.06-19.56.35:788][491]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/MyGameInstance" FILE="../../../../../../Users/Remolus/Documents/Unreal Projects/enumtesttwo/Content/MyGameInstance.uasset" SILENT=true
[2016.04.06-19.56.35:791][491]LogSavePackage: Save=1.82ms
[2016.04.06-19.56.35:791][491]LogSavePackage: Moving '../../../../../../Users/Remolus/Documents/Unreal Projects/enumtesttwo/Saved/MyGameInstanceEAD29BBF45D378CD8C0E1AA5475ACF64.tmp' to '../../../../../../Users/Remolus/Documents/Unreal Projects/enumtesttwo/Content/MyGameInstance.uasset'
[2016.04.06-19.56.35:792][491]LogSavePackage: Total save time: 3.39ms
[2016.04.06-19.56.35:792][491]LogSavePackage:Display: Finished SavePackage ../../../../../../Users/Remolus/Documents/Unreal Projects/enumtesttwo/Content/MyGameInstance.uasset
[2016.04.06-19.56.36:550][544]BlueprintLog: New page: Compile MyGameInstance
[2016.04.06-19.56.36:692][544]BlueprintEditorCompileResults: Info [0078,69] Compile of MyGameInstance successful! [in 140 ms]
[2016.04.06-19.57.32:429][ 57]BlueprintLog: New page: Compile MyGameInstance
[2016.04.06-19.57.32:470][ 57]BlueprintEditorCompileResults: Info [0134,46] Compile of MyGameInstance successful! [in 40 ms]
[2016.04.06-19.57.45:382][195]BlueprintLog: New page: Compile MyGameInstance
[2016.04.06-19.57.45:423][195]BlueprintEditorCompileResults: Info [0147,42] Compile of MyGameInstance successful! [in 40 ms]
[2016.04.06-19.57.46:640][277]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/MyGameInstance" FILE="../../../../../../Users/Remolus/Documents/Unreal Projects/enumtesttwo/Content/MyGameInstance.uasset" SILENT=true
[2016.04.06-19.57.46:666][277]LogSavePackage: Save=24.29ms
[2016.04.06-19.57.46:666][277]LogSavePackage: Moving '../../../../../../Users/Remolus/Documents/Unreal Projects/enumtesttwo/Saved/MyGameInstanceCBD5693240F643B6CC6598AB24184311.tmp' to '../../../../../../Users/Remolus/Documents/Unreal Projects/enumtesttwo/Content/MyGameInstance.uasset'
[2016.04.06-19.57.46:667][277]LogSavePackage: Total save time: 26.90ms
[2016.04.06-19.57.46:668][277]LogSavePackage:Display: Finished SavePackage ../../../../../../Users/Remolus/Documents/Unreal Projects/enumtesttwo/Content/MyGameInstance.uasset
[2016.04.06-19.57.47:403][331]BlueprintLog: New page: Compile MyGameInstance
[2016.04.06-19.57.47:446][331]BlueprintEditorCompileResults: Info [0149,44] Compile of MyGameInstance successful! [in 42 ms]
[2016.04.06-19.57.50:888][655]BlueprintLog: New page: Compile MyGameInstance
[2016.04.06-19.57.50:929][655]BlueprintEditorCompileResults: Info [0152,92] Compile of MyGameInstance successful! [in 40 ms]
[2016.04.06-19.57.51:795][716]BlueprintLog: New page: Compile MyGameInstance
[2016.04.06-19.57.51:837][716]BlueprintEditorCompileResults: Info [0153,83] Compile of MyGameInstance successful! [in 41 ms]
[2016.04.06-19.57.58:126][164]BlueprintLog: New page: Compile MyGameInstance
[2016.04.06-19.57.58:166][164]BlueprintEditorCompileResults: Info [0160,16] Compile of MyGameInstance successful! [in 40 ms]
[2016.04.06-19.58.01:874][432]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/MyGameInstance" FILE="../../../../../../Users/Remolus/Documents/Unreal Projects/enumtesttwo/Content/MyGameInstance.uasset" SILENT=true
[2016.04.06-19.58.01:883][432]LogSavePackage: Save=7.34ms
[2016.04.06-19.58.01:883][432]LogSavePackage: Moving '../../../../../../Users/Remolus/Documents/Unreal Projects/enumtesttwo/Saved/MyGameInstance9A55752B4BEF67C18B4E98801BA92FFA.tmp' to '../../../../../../Users/Remolus/Documents/Unreal Projects/enumtesttwo/Content/MyGameInstance.uasset'
[2016.04.06-19.58.01:884][432]LogSavePackage: Total save time: 8.78ms
[2016.04.06-19.58.01:884][432]LogSavePackage:Display: Finished SavePackage ../../../../../../Users/Remolus/Documents/Unreal Projects/enumtesttwo/Content/MyGameInstance.uasset
[2016.04.06-19.58.02:391][471]BlueprintLog: New page: Compile MyGameInstance
[2016.04.06-19.58.02:432][471]BlueprintEditorCompileResults: Info [0164,43] Compile of MyGameInstance successful! [in 40 ms]
[2016.04.06-19.58.03:118][519]BlueprintLog: New page: Compile MyGameInstance
[2016.04.06-19.58.03:159][519]BlueprintEditorCompileResults: Info [0165,15] Compile of MyGameInstance successful! [in 40 ms]
[2016.04.06-19.58.03:694][558]BlueprintLog: New page: Compile MyGameInstance
[2016.04.06-19.58.03:735][558]BlueprintEditorCompileResults: Info [0165,73] Compile of MyGameInstance successful! [in 40 ms]
[2016.04.06-19.58.22:449][ 22]BlueprintLog: New page: Compile MyGameInstance
[2016.04.06-19.58.22:516][ 22]BlueprintEditorCompileResults: Info [0184,51] Compile of MyGameInstance successful! [in 67 ms]
[2016.04.06-19.58.26:224][262]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/MyGameInstance" FILE="../../../../../../Users/Remolus/Documents/Unreal Projects/enumtesttwo/Content/MyGameInstance.uasset" SILENT=true
[2016.04.06-19.58.26:233][262]LogSavePackage: Save=7.66ms
[2016.04.06-19.58.26:234][262]LogSavePackage: Moving '../../../../../../Users/Remolus/Documents/Unreal Projects/enumtesttwo/Saved/MyGameInstance22E2E3A04E87B89F6676748CB0B05763.tmp' to '../../../../../../Users/Remolus/Documents/Unreal Projects/enumtesttwo/Content/MyGameInstance.uasset'
[2016.04.06-19.58.26:235][262]LogSavePackage: Total save time: 9.82ms
[2016.04.06-19.58.26:235][262]LogSavePackage:Display: Finished SavePackage ../../../../../../Users/Remolus/Documents/Unreal Projects/enumtesttwo/Content/MyGameInstance.uasset
[2016.04.06-19.58.31:025][736]BlueprintLog: New page: Compile MyGameInstance
[2016.04.06-19.58.31:068][736]BlueprintEditorCompileResults: Info [0193,06] Compile of MyGameInstance successful! [in 42 ms]
[2016.04.06-19.58.37:107][204]BlueprintLog: New page: Compile MyGameInstance
[2016.04.06-19.58.37:147][204]BlueprintEditorCompileResults: Info [0199,14] Compile of MyGameInstance successful! [in 40 ms]
[2016.04.06-19.58.58:264][952]BlueprintLog: New page: Compile MyGameInstance
[2016.04.06-19.58.58:308][952]BlueprintEditorCompileResults: Info [0220,30] Compile of MyGameInstance successful! [in 43 ms]
[2016.04.06-19.58.58:946][996]BlueprintLog: New page: Compile MyGameInstance
[2016.04.06-19.58.58:975][996]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/MyGameInstance" FILE="../../../../../../Users/Remolus/Documents/Unreal Projects/enumtesttwo/Content/MyGameInstance.uasset" SILENT=true
[2016.04.06-19.58.58:977][996]LogWindows:Error: Windows GetLastError: Der Vorgang wurde erfolgreich beendet. (0)
[2016.04.06-19.58.59:942][996]LogCrashTracker: 


[2016.04.06-19.59.00:042][996]LogCrashTracker: 


[2016.04.06-19.59.00:042][996]LogWindows:Error: === Critical error: ===
Assertion failed: ((UObject*)ContainerPtr)->IsA((UClass*)GetOuter()) [File:D:\BuildFarm\buildmachine_++UE4+Release-4.11\Engine\Source\Runtime\CoreUObject\Public\UObject\UnrealType.h] [Line: 311] 
'Default__MyGameInstance_C' is of class 'REINST_MyGameInstance_C_118' however property 'MyEnum' belongs to class 'MyGameInstance_C'




[2016.04.06-19.59.00:078][996]LogExit: Executing StaticShutdownAfterError
[2016.04.06-19.59.00:080][996]LogPhysics:Warning: PHYSX: ..\..\PhysX\src\NpScene.cpp (2946) 8 : PxScene::unlockWrite() called without matching call to PxScene::lockWrite(), behaviour will be undefined.
[2016.04.06-19.59.00:080][996]LogPhysics:Warning: PHYSX: ..\..\PhysX\src\NpScene.cpp (2946) 8 : PxScene::unlockWrite() called without matching call to PxScene::lockWrite(), behaviour will be undefined.
[2016.04.06-19.59.00:080][996]LogPhysics:Warning: PHYSX: ..\..\PhysX\src\NpScene.cpp (2946) 8 : PxScene::unlockWrite() called without matching call to PxScene::lockWrite(), behaviour will be undefined.
[2016.04.06-19.59.00:081][996]LogPhysics:Warning: PHYSX: ..\..\PhysX\src\NpScene.cpp (2946) 8 : PxScene::unlockWrite() called without matching call to PxScene::lockWrite(), behaviour will be undefined.
[2016.04.06-19.59.00:081][996]LogWindows: FPlatformMisc::RequestExit(1)
[2016.04.06-19.59.00:081][996]Log file closed, 04/06/16 21:59:00

Done. See the Answer. :slight_smile:

Hello,

After looking at your crashes, I see that you seem to be using an older preview version of 4.11. Please upgrade to the official 4.11 release, as the crash you are getting (UE-27509) is fixed in the release of 4.11. (Currently, 4.11.1 is the latest version, so upgrade to that if you’d like this crash to be resolved).

Have a great day

Okay.Didn’t know that i’ve used an older Preview since i had have done the latest update that were available through the epic games launcher. 4.11.1 seems to be released today. I’ll try to reproduce it after the update. Hope that 4.11.1 really helps :slight_smile: