Windows error 0x4000001E, 1073741854

Detailed Error Information

HRESULT analysis[1]

FlagsSeveritySuccess

This code indicates success, rather than an error. This may not be the correct interpretation of this code, or possibly the program is handling errors incorrectly.

Reserved (R)true
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode0 (0x000)
NameFACILITY_NULL[1][2]
DescriptionThe default facility code.[1][2]
Error Code30 (0x001e)

Questions

1vote
0answers

intel_pt data cannot be imported properly into Intel VTune 2018

I am using Intel VTune 2018 to profile and derive the control flow dependencies by making use of the Intel_PT PMU under the system: Kernel: 4.15.0-13-generic, 64bit Ubuntu CPU: Intel® Core™ i7-7820X @ 3.60GHz × 16 I started with the following commands: 1- amplxe-perf record -o a.perf -T -e intel_pt// [...] read more
intel
trace
perf
vtune
pt
1vote
1answer

Error 0x4000001e in Intel Advisor XE: Can not load raw collector data

I'm using Intel Advisor XE, part of Parallel Studio XE 2013 with Ubuntu 2014. Program for Prime number is as: #include "stdio.h" #include "stdlib.h" int isPrime(long unsigned int x) { long unsigned int i; for (i = 2; i < x; i += 1) { if(x%i==0) return 0; } if(i==x) [...] read more
intel-parallel-studio
0votes
0answers

Windows Media Player crashes due to DRM issue

When I tried to play an audio file that uses Digital Rights Management (DRM) on my Windows 8 machine, Windows Media Player promptly crashes, recording this error in the Windows event log: Event id 1000 Faulting application name: wmplayer.exe, version: 12.0.9200.16420, time stamp: 0x505aa40e Faulting module name: Indiv01.key, version: 11.0.6001.8029, [...] read more
windows-8
crash
windows-media-player
drm

Comments

Leave a comment

(plain text only)

Sources

  1. https://msdn.microsoft.com/en-us/library/cc231198.aspx
  2. winerror.h from Windows SDK 10.0.14393.0

User contributions licensed under CC BY-SA 3.0