Windows error 0x000003E3, 995

Detailed Error Information

OPERATION_ABORTED[1]

MessageThe I/O operation has been aborted because of either a thread exit or an application request.
Declared inwinerror.h

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

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 Code995 (0x03e3)

Questions

8votes
2answers

Windows 7 contains duplicate, identical builtin print forms (Letter, Legal) but only one of the 2 successfully prints

I have a Windows 7 64-bit machine with a Lexmark E360dn printer. Whenever the user attempts to print anything, the printer defaults to "Letter" size, as expected. When the user clicks PRINT, the printer shows an error asking them to load "Custom Size 6", whatever that is. The problem is [...] read more
windows-7
printing
3votes
1answer

kinect for windows V2.0 Developer Preview, camera working, depth sensor not working

I installed KinectSDK-v2.0-DevPreview1311 in my Windows 8.1 Operating System. While running KinectService.exe the status is ConnectionManager - DeviceNotification VVTechs SwitchVersion failed 0x80070057 ConnectionManager - DeviceNotification ConnectionManager::_OnDeviceStatus - Connected As a result camera is detected but depth sensor is not detected. My Hardware specifications are Core i3 Ideapad, 4GB RAM OS: [...] read more
windows
kinect
kinect-sdk
1vote
0answers

Copying large file with robocopy during remote-desktop session failed with ERROR_OPERATION_ABORTED

Today, it was necessary for me to copy a rather large file from one PC A to another PC B. I'm using Windows on both PCs, so that I thought robocopy would be the tool of my choice. The file was about 2GB is size. For this I used robocopy [...] read more
windows
remote-desktop
file-transfer
robocopy
0votes
1answer

Binary bomb- phase 6

This is the disassembly of phase_6: 08048dbf <phase_6>: 8048dbf: 55 push %ebp 8048dc0: 89 e5 mov %esp,%ebp 8048dc2: 83 ec 18 sub $0x18,%esp 8048dc5: c7 44 24 0c 00 00 00 movl $0x0,0xc(%esp) 8048dcc: 00 8048dcd: c7 44 24 08 0a 00 00 movl $0xa,0x8(%esp) 8048dd4: 00 8048dd5: c7 44 [...] read more
assembly
x86
reverse-engineering

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