Windows error 0x00000218, 536

Detailed Error Information

PIPE_LISTENING[1]

MessageWaiting for a process to open the other end of the pipe.
Declared inwinerror.h

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

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 Code536 (0x0218)

Questions

1vote
0answers

system.argumentexception on UIElement_TransformToVisual

Hy everyone, I received a StackTraceData from Microsoft where I have a system.argumentexception: Frame Image Function Offset 0 system_windows_ni MS.Internal.XcpImports.MethodEx 0x000000de 1 system_windows_ni MS.Internal.XcpImports.MethodPack 0x00000218 2 system_windows_ni MS.Internal.XcpImports.UIElement_TransformToVisual 0x0000004c 3 microsoft_phone_ni Microsoft.Phone.Controls.Panorama.ReleaseMouseCaptureAtGestureOrigin 0x00000064 4 microsoft_phone_ni Microsoft.Phone.Controls.Panorama.OnManipulationCompleted 0x00000118 5 system_windows_ni MS.Internal.CoreInvokeHandler.InvokeEventHandler 0x000003ae 6 system_windows_ni MS.Internal.JoltHelper.FireEvent 0x00000334 In my app I have [...] read more
c#
xaml
windows-phone
panorama-control
argumentexception
0votes
1answer

AMD A8-3850 APU with Radeon HD 6550D increase power (Memory, Clocks)

I have set up my own PC - not so much experience at all with this stuff - and I am facing now some problems with gaming. Benchmarks told me that most of the games ( actually Borderlands 2 ) should run straight well. But when I am playing the [...] read more
bios
amd-radeon
0votes
1answer

pvcreate not able to initialize physical volume

I got some application which will call the pvcreate each time. I can see the volumes in my vm as follow: $ pvscan PV /dev/vda5 VG ubuntu-vg lvm2 [99.52 GiB / 0 free] Total: 1 [99.52 GiB] / in use: 1 [99.52 GiB] / in no VG: 0 [0 ] [...] read more
lvm

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