Windows error 0x000002C4, 708

Detailed Error Information

RECEIVE_EXPEDITED[1]

MessageThe network transport returned data to its client that was marked as expedited by the remote system.
Declared inwinerror.h

This appears to be a raw Win32 error. More information may be available in error 0x800702C4.

HRESULT analysis[2]

This is probably not the correct interpretation of this error. The Win32 error above is more likely to indicate the actual problem.
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)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode0 (0x000)
NameFACILITY_NULL[2][1]
DescriptionThe default facility code.[2][1]
Error Code708 (0x02c4)

Questions

2votes
2answers

How to load HTML string to embedded WebBrowser control?

I know there are a lot of articles about this on the internet, and I tried many of them. Although I can make my browser load a webpage on internet, somehow I can't manage to make it load HTML from memory. Most of the time, the two methods below just [...] read more
c++
winapi
ihtmldocument2
2votes
0answers

C# Treeview error Attempted to read or write protected memory

I have a treeview and when I press my up arrow which should move the node up I get randomly the error Attempted to read or write protected memory. Theo following code is my up button click event void pbUp_Click(object sender, PActionEventArgs e) { int nIndex = 0; int nPrevIndex [...] read more
c#
treeview
runtime-error
0votes
1answer

An Outlook plugin memory leak when using CComVariant

I'm analyzing a handle leak and memory leak in a Outlook plugin. I put my analysis step here, as I hardly have any c++ knowledge (Last time I used c++ is 7 years ago). After searching from Google, I used WinDbg's !htrace -diff command to find the handle leak. Also, [...] read more
c++
memory-leaks
-1votes
1answer

why is mstsc crashing when using directX video in browser: TOR, Chrome, et al

using RDP on windows 10. RDP crashes when rendering directX video in any browser. exception: Faulting application name: mstsc.exe, version: 10.0.15063.0, time stamp: 0x57950623 Faulting module name: d3d11.dll, version: 10.0.15063.0, time stamp: 0x6a789089 Exception code: 0xc0000005 Fault offset: 0x00000000000d52df Faulting process id: 0x2654 Faulting application start time: 0x01d3686b519f9468 Faulting application [...] read more
directx
rdp
mstsc

Comments

Leave a comment

(plain text only)

Sources

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

User contributions licensed under CC BY-SA 3.0