KAVALIPOST

Thursday 27 June 2013


SYSTEM ERROR CODES 1 TO 99

Error Code 1

System error code 1 means "Incorrect function." This error code may also display as "ERROR_INVALID_FUNCTION" or as the value 0x1.

Error Code 2

System error code 2 means "The system cannot find the file specified." This error code may also display as "ERROR_FILE_NOT_FOUND" or as the value 0x2.

Error Code 3

System error code 3 means "The system cannot find the path specified." This error code may also display as "ERROR_PATH_NOT_FOUND" or as the value 0x3.

Error Code 4

System error code 4 means "The system cannot open the file." This error code may also display as "ERROR_TOO_MANY_OPEN_FILES" or as the value 0x4.

Error Code 5

System error code 5 means "Access is denied." This error code may also display as "ERROR_ACCESS_DENIED" or as the value 0x5.

Error Code 6

System error code 6 means "The handle is invalid." This error code may also display as "ERROR_INVALID_HANDLE" or as the value 0x6.

Error Code 7

System error code 7 means "The storage control blocks were destroyed." This error code may also display as "ERROR_ARENA_TRASHED" or as the value 0x7.

Error Code 8

System error code 8 means "Not enough storage is available to process this command." This error code may also display as "ERROR_NOT_ENOUGH_MEMORY" or as the value 0x8.

Error Code 9

System error code 9 means "The storage control block address is invalid." This error code may also display as "ERROR_INVALID_BLOCK" or as the value 0x9.

Error Code 10

System error code 10 means "The environment is incorrect." This error code may also display as "ERROR_BAD_ENVIRONMENT" or as the value 0xA.

Error Code 11

System error code 11 means "An attempt was made to load a program with an incorrect format." This error code may also display as "ERROR_BAD_FORMAT" or as the value 0xB.

Error Code 12

System error code 12 means "The access code is invalid." This error code may also display as "ERROR_INVALID_ACCESS" or as the value 0xC.

Error Code 13

System error code 13 means "The data is invalid." This error code may also display as "ERROR_INVALID_DATA" or as the value 0xD.

Error Code 14

System error code 14 means "Not enough storage is available to complete this operation." This error code may also display as "ERROR_OUTOFMEMORY" or as the value 0xE.

Error Code 15

System error code 15 means "The system cannot find the drive specified." This error code may also display as "ERROR_INVALID_DRIVE" or as the value 0xF.

Error Code 16

System error code 16 means "The directory cannot be removed." This error code may also display as "ERROR_CURRENT_DIRECTORY" or as the value 0x10.

Error Code 17

System error code 17 means "The system cannot move the file to a different disk drive." This error code may also display as "ERROR_NOT_SAME_DEVICE" or as the value 0x11.

Error Code 18

System error code 18 means "There are no more files." This error code may also display as "ERROR_NO_MORE_FILES" or as the value 0x12.

Error Code 19

System error code 19 means "The media is write protected." This error code may also display as "ERROR_WRITE_PROTECT" or as the value 0x13.

Error Code 20

System error code 20 means "The system cannot find the device specified." This error code may also display as "ERROR_BAD_UNIT" or as the value 0x14.

Error Code 21

System error code 21 means "The device is not ready." This error code may also display as "ERROR_NOT_READY" or as the value 0x15.

Error Code 22

System error code 22 means "The device does not recognize the command." This error code may also display as "ERROR_BAD_COMMAND" or as the value 0x16.

Error Code 23

System error code 23 means "Data error (cyclic redundancy check)." This error code may also display as "ERROR_CRC" or as the value 0x17.

Error Code 24

System error code 24 means "The program issued a command but the command length is incorrect." This error code may also display as "ERROR_BAD_LENGTH" or as the value 0x18.

Error Code 25

System error code 25 means "The drive cannot locate a specific area or track on the disk." This error code may also display as "ERROR_SEEK" or as the value 0x19.

Error Code 26

System error code 26 means "The specified disk or diskette

Error Code 27

System error code 27 means "The drive cannot find the sector requested." This error code may also display as "ERROR_SECTOR_NOT_FOUND" or as the value 0x1B.

Error Code 28

System error code 28 means "The printer is out of paper." This error code may also display as "ERROR_OUT_OF_PAPER" or as the value 0x1C.

Error Code 29

System error code 29 means "The system cannot write to the specified device." This error code may also display as "ERROR_WRITE_FAULT" or as the value 0x1D.

Error Code 30

System error code 30 means "The system cannot read from the specified device." This error code may also display as "ERROR_READ_FAULT" or as the value 0x1E.

Error Code 31

System error code 31 means "A device attached to the system is not functioning." This error code may also display as "ERROR_GEN_FAILURE" or as the value 0x1F.

Error Code 32

System error code 32 means "The process cannot access the file because it is being used by another process." This error code may also display as "ERROR_SHARING_VIOLATION" or as the value 0x20.

Error Code 33

System error code 33 means "The process cannot access the file because another process has locked a portion of the file." This error code may also display as "ERROR_LOCK_VIOLATION" or as the value 0x21.

Error Code 34

System error code 34 means "The wrong diskette is in the drive. Insert %2 (Volume Serial Number: %3) into drive %1." This error code may also display as "ERROR_WRONG_DISK" or as the value 0x22.

Error Code 36

System error code 36 means "Too many files opened for sharing." This error code may also display as "ERROR_SHARING_BUFFER_EXCEEDED" or as the value 0x24.

Error Code 38

System error code 38 means "Reached the end of the file." This error code may also display as "ERROR_HANDLE_EOF" or as the value 0x26.

Error Code 39

System error code 39 means "The disk is full." This error code may also display as "ERROR_HANDLE_DISK_FULL" or as the value 0x27.

Error Code 50

System error code 50 means "The request is not supported." This error code may also display as "ERROR_NOT_SUPPORTED" or as the value 0x32.

Error Code 51

System error code 51 means "Windows cannot find the network path. Verify that the network path is correct and the destination computer is not busy or turned off. If Windows still cannot find the network path contact your network administrator." This error code may also display as "ERROR_REM_NOT_LIST" or as the value 0x33.

Error Code 52

System error code 52 means "You were not connected because a duplicate name exists on the network. If joining a domain, go to System in Control Panel to change the computer name and try again. If joining a workgroup choose another workgroup name." This error code may also display as "ERROR_DUP_NAME" or as the value 0x34.

Error Code 53

System error code 53 means "The network path was not found." This error code may alsodisplay as "ERROR_BAD_NETPATH" or as the value 0x35.

Error Code 54

System error code 54 means "The network is busy." This error code may also display as "ERROR_NETWORK_BUSY" or as the value 0x36.

Error Code 55

System error code 55 means "The specified network resource or device is no longer available." This error code may also display as "ERROR_DEV_NOT_EXIST" or as the value 0x37.

Error Code 56

System error code 56 means "The network BIOS command limit has been reached." This error code may also display as "ERROR_TOO_MANY_CMDS" or as the value 0x38.

Error Code 57

System error code 57 means "A network adapter hardware error occurred." This error code may also display as "ERROR_ADAP_HDW_ERR" or as the value 0x39.

Error Code 58

System error code 58 means "The specified server cannot perform the requested operation." This error code may also display as "ERROR_BAD_NET_RESP" or as the value 0x3A.

Error Code 59

System error code 59 means "An unexpected network error occurred." This error code may also display as "ERROR_UNEXP_NET_ERR" or as the value 0x3B.

Error Code 60

System error code 60 means "The remote adapter is not compatible." This error code may also display as "ERROR_BAD_REM_ADAP" or as the value 0x3C.

Error Code 61

System error code 61 means "The printer queue is full." This error code may also display as "ERROR_PRINTQ_FULL" or as the value 0x3D.

Error Code 62

System error code 62 means "Space to store the file waiting to be printed is not available on the server." This error code may also display as "ERROR_NO_SPOOL_SPACE" or as the value 0x3E.

Error Code 63

System error code 63 means "Your file waiting to be printed was deleted." This error code may also display as "ERROR_PRINT_CANCELLED" or as the value 0x3F.

Error Code 64

System error code 64 means "The specified network name is no longer available." This error code may also display as "ERROR_NETNAME_DELETED" or as the value 0x40.

Error Code 65

System error code 65 means "Network access is denied." This error code may also display as "ERROR_NETWORK_ACCESS_DENIED" or as the value 0x41.

Error Code 66

System error code 66 means "The network resource type is not correct." This error code may also display as "ERROR_BAD_DEV_TYPE" or as the value 0x42.

Error Code 67

System error code 67 means "The network name cannot be found." This error code may also display as "ERROR_BAD_NET_NAME" or as the value 0x43.

Error Code 68

System error code 68 means "The name limit for the local computer network adapter card was exceeded." This error code may also display as "ERROR_TOO_MANY_NAMES" or as the value 0x44.

Error Code 69

System error code 69 means "The network BIOS session limit was exceeded." This error code may also display as "ERROR_TOO_MANY_SESS" or as the value 0x45.

Error Code 70

System error code 70 means "The remote server has been paused or is in the process of being started." This error code may also display as "ERROR_SHARING_PAUSED" or as the value 0x46.

Error Code 71

System error code 71 means "No more connections can be made to this remote computer at this time because there are already as many connections as the computer can accept." This error code may also display as "ERROR_REQ_NOT_ACCEP" or as the value 0x47.

Error Code 72

System error code 72 means "The specified printer or disk device has been paused." This error code may also display as "ERROR_REDIR_PAUSED" or as the value 0x48.

Error Code 80

System error code 80 means "The file exists." This error code may also display as "ERROR_FILE_EXISTS" or as the value 0x50.

Error Code 82

System error code 82 means "The directory or file cannot be created." This error code may also display as "ERROR_CANNOT_MAKE" or as the value 0x52.

Error Code 83

System error code 83 means "Fail on INT 24." This error code may also display as "ERROR_FAIL_I24" or as the value 0x53.

Error Code 84

System error code 84 means "Storage to process

Error Code 85

System error code 85 means "The local device name is already in use." This error code may also display as "ERROR_ALREADY_ASSIGNED" or as the value 0x55.

Error Code 86

System error code 86 means "The specified network password is not correct." This error code may also display as "ERROR_INVALID_PASSWORD" or as the value 0x56.

Error Code 87

System error code 87 means "The parameter is incorrect." This error code may also display as "ERROR_INVALID_PARAMETER" or as the value 0x57.

Error Code 88

System error code 88 means "A write fault occurred on the network." This error code may also display as "ERROR_NET_WRITE_FAULT" or as the value 0x58.

Error Code 89

System error code 89 means "The system cannot start another process at this time." This error code may also display as "ERROR_NO_PROC_SLOTS" or as the value 0x59.

System Error Codes: Code 100 to Code 199


Error Code 100

System error code 100 means "Cannot create another system semaphore." This error code may also display as "ERROR_TOO_MANY_SEMAPHORES" or as the value 0x64.

Error Code 101

System error code 101 means "The exclusive semaphore is owned by another process." This error code may also display as "ERROR_EXCL_SEM_ALREADY_OWNED" or as the value 0x65.

Error Code 102

System error code 102 means "The semaphore is set and cannot be closed." This error code may also display as "ERROR_SEM_IS_SET" or as the value 0x66.

Error Code 103

System error code 103 means "The semaphore cannot be set again." This error code may also display as "ERROR_TOO_MANY_SEM_REQUESTS" or as the value 0x67.

Error Code 104

System error code 104 means "Cannot request exclusive semaphores at interrupt time." This error code may also display as "ERROR_INVALID_AT_INTERRUPT_TIME" or as the value 0x68.

Error Code 105

System error code 105 means "The previous ownership of this semaphore has ended." This error code may also display as "ERROR_SEM_OWNER_DIED" or as the value 0x69.

Error Code 106

System error code 106 means "Insert the diskette for drive %1." This error code may also display as "ERROR_SEM_USER_LIMIT" or as the value 0x6A.

Error Code 107

System error code 107 means "The program stopped because an alternate diskette was not inserted." This error code may also display as "ERROR_DISK_CHANGE" or as the value 0x6B.

Error Code 108

System error code 108 means "The disk is in use or locked by another process." This error code may also display as "ERROR_DRIVE_LOCKED" or as the value 0x6C.

Error Code 109

System error code 109 means "The pipe has been ended." This error code may also display as "ERROR_BROKEN_PIPE" or as the value 0x6D.

Error Code 110

System error code 110 means "The system cannot open the device or file specified." This error code may also display as "ERROR_OPEN_FAILED" or as the value 0x6E.

Error Code 111

System error code 111 means "The file name is too long." This error code may also display as "ERROR_BUFFER_OVERFLOW" or as the value 0x6F.

Error Code 112

System error code 112 means "There is not enough space on the disk." This error code may also display as "ERROR_DISK_FULL" or as the value 0x70.

Error Code 113

System error code 113 means "No more internal file identifiers available." This error code may also display as "ERROR_NO_MORE_SEARCH_HANDLES" or as the value 0x71.

Error Code 114

System error code 114 means "The target internal file identifier is incorrect." This error code may also display as "ERROR_INVALID_TARGET_HANDLE" or as the value 0x72.

Error Code 117

System error code 117 means "The IOCTL call made by the application program is not correct." This error code may also display as "ERROR_INVALID_CATEGORY" or as the value 0x75.

Error Code 118

System error code 118 means "The verify-on-write switch parameter value is not correct." This error code may also display as "ERROR_INVALID_VERIFY_SWITCH" or as the value 0x76.

Error Code 119

System error code 119 means "The system does not support the command requested." This error code may also display as "ERROR_BAD_DRIVER_LEVEL" or as the value 0x77

Error Code 120

System error code 120 means "This function is not supported on this system." This error code may also display as "ERROR_CALL_NOT_IMPLEMENTED" or as the value 0x78.

Error Code 121

System error code 121 means "The semaphore timeout period has expired." This error code may also display as "ERROR_SEM_TIMEOUT" or as the value 0x79.

Error Code 122

System error code 122 means "The data area passed to a system call is too small." This error code may also display as "ERROR_INSUFFICIENT_BUFFER" or as the value 0x7A.

Error Code 123

System error code 123 means "The filename, directory name or volume label syntax is incorrect." This error code may also display as "ERROR_INVALID_NAME" or as the value 0x7B.

Error Code 124

System error code 124 means "The system call level is not correct." This error code may also display as "ERROR_INVALID_LEVEL" or as the value 0x7C.

Error Code 125

System error code 125 means "The disk has no volume label." This error code may also display as "ERROR_NO_VOLUME_LABEL" or as the value 0x7D.

Error Code 126

System error code 126 means "The specified module could not be found." This error code may also display as "ERROR_MOD_NOT_FOUND" or as the value 0x7E.

Error Code 127

System error code 127 means "The specified procedure could not be found." This error code may also display as "ERROR_PROC_NOT_FOUND" or as the value 0x7F.

Error Code 128

System error code 128 means "There are no child processes to wait for." This error code may also display as "ERROR_WAIT_NO_CHILDREN" or as the value 0x80.

Error Code 129

System error code 129 means "The %1 application cannot be run in Win32 mode." This error code may also display as "ERROR_CHILD_NOT_COMPLETE" or as the value 0x81.

Error Code 130

System error code 130 means "Attempt to use a file handle to an open disk partition for an operation other than raw disk I/O." This error code may also display as "ERROR_DIRECT_ACCESS_HANDLE" or as the value 0x82.

Error Code 131

System error code 131 means "An attempt was made to move the file pointer before the beginning of the file." This error code may also display as "ERROR_NEGATIVE_SEEK" or as the value 0x83.

Error Code 132

System error code 132 means "The file pointer cannot be set on the specified device or file." This error code may also display as "ERROR_SEEK_ON_DEVICE" or as the value 0x84.

Error Code 133

System error code 133 means "A JOIN or SUBST command cannot be used for a drive thatcontains previously joined drives." This error code may also display as "ERROR_IS_JOIN_TARGET" or as the value 0x85.

Error Code 134

System error code 134 means "An attempt was made to use a JOIN or SUBST command on a drive that has already been joined." This error code may also display as "ERROR_IS_JOINED" or as the value 0x86.

Error Code 135

System error code 135 means "An attempt was made to use a JOIN or SUBST command on a drive that has already been substituted." This error code may also display as "ERROR_IS_SUBSTED" or as the value 0x87.

Error Code 136

System error code 136 means "The system tried to delete the JOIN of a drive that is not joined." This error code may also display as "ERROR_NOT_JOINED" or as the value 0x88.

Error Code 137

System error code 137 means "The system tried to delete the substitution of a drive that is not substituted." This error code may also display as "ERROR_NOT_SUBSTED" or as the value 0x89.

Error Code 138

System error code 138 means "The system tried to join a drive to a directory on a joined drive." This error code may also display as "ERROR_JOIN_TO_JOIN" or as the value 0x8A.

Error Code 139

System error code 139 means "The system tried to substitute a drive to a directory on a substituted drive." This error code may also display as "ERROR_SUBST_TO_SUBST" or as the value 0x8B.

Error Code 140

System error code 140 means "The system tried to join a drive to a directory on a substituted drive." This error code may also display as "ERROR_JOIN_TO_SUBST" or as the value 0x8C.

Error Code 141

System error code 141 means "The system tried to SUBST a drive to a directory on a joined drive." This error code may also display as "ERROR_SUBST_TO_JOIN" or as the value 0x8D.

Error Code 142

System error code 142 means "The system cannot perform a JOIN or SUBST at this time." This error code may also display as "ERROR_BUSY_DRIVE" or as the value 0x8E.

Error Code 143

System error code 143 means "The system cannot join or substitute a drive to or for a directory on the same drive." This error code may also display as "ERROR_SAME_DRIVE" or as the value 0x8F.

Error Code 144

System error code 144 means "The directory is not a subdirectory of the root directory." This error code may also display as "ERROR_DIR_NOT_ROOT" or as the value 0x90.

Error Code 145

System error code 145 means "The directory is not empty." This error code may also display as "ERROR_DIR_NOT_EMPTY" or as the value 0x91.

Error Code 146

System error code 146 means "The path specified is being used in a substitute." This error code may also display as "ERROR_IS_SUBST_PATH" or as the value 0x92.

Error Code 147

System error code 147 means "Not enough resources are available to process this command." This error code may also display as "ERROR_IS_JOIN_PATH" or as the value 0x93.

Error Code 148

System error code 148 means "The path specified cannot be used at this time." This error code may also display as "ERROR_PATH_BUSY" or as the value 0x94.

Error Code 149

System error code 149 means "An attempt was made to join or substitute a drive for which a directory on the drive is the target of a previous substitute." This error code may also display as "ERROR_IS_SUBST_TARGET" or as the value 0x95.

Error Code 150

System error code 150 means "System trace information was not specified in your CONFIG.SYS file or tracing is disallowed." This error code may also display as "ERROR_SYSTEM_TRACE" or as the value 0x96.

Error Code 151

System error code 151 means "The number of specified semaphore events for DosMuxSemWait is not correct." This error code may also display as "ERROR_INVALID_EVENT_COUNT" or as the value 0x97.

Error Code 152

System error code 152 means "DosMuxSemWait did not execute too many semaphores are already set." This error code may also display as "ERROR_TOO_MANY_MUXWAITERS" or as the value 0x98.

Error Code 153

System error code 153 means "The DosMuxSemWait list is not correct." This error code may also display as "ERROR_INVALID_LIST_FORMAT" or as the value 0x99.

Error Code 154

System error code 154 means "The volume label you entered exceeds the label character limit of the target file system." This error code may also display as "ERROR_LABEL_TOO_LONG" or as the value 0x9A.

Error Code 155

System error code 155 means "Cannot create another thread." This error code may also display as "ERROR_TOO_MANY_TCBS" or as the value 0x9B.

Error Code 156

System error code 156 means "The recipient process has refused the signal." This error code may also display as "ERROR_SIGNAL_REFUSED" or as the value 0x9C.

Error Code 157

System error code 157 means "The segment is already discarded and cannot be locked." This error code may also display as "ERROR_DISCARDED" or as the value 0x9D.

Error Code 158

System error code 158 means "The segment is already unlocked." This error code may also display as "ERROR_NOT_LOCKED" or as the value 0x9E.

Error Code 159

System error code 159 means "The address for the thread ID is not correct." This error code may also display as "ERROR_BAD_THREADID_ADDR" or as the value 0x9F.

Error Code 160

System error code 160 means "One or more arguments are not correct." This error code may also display as "ERROR_BAD_ARGUMENTS" or as the value 0xA0.

Error Code 161

System error code 161 means "The specified path is invalid." This error code may also display as "ERROR_BAD_PATHNAME" or as the value 0xA1.

Error Code 162

System error code 162 means "A signal is already pending." This error code may also displayas "ERROR_SIGNAL_PENDING" or as the value 0xA2

Error Code 164

System error code 164 means "No more threads can be created in the system." This error code may also display as "ERROR_MAX_THRDS_REACHED" or as the value 0xA4.

Error Code 167

System error code 167 means "Unable to lock a region of a file." This error code may also display as "ERROR_LOCK_FAILED" or as the value 0xA7.

Error Code 170

System error code 170 means "The requested resource is in use." This error code may also display as "ERROR_BUSY" or as the value 0xAA.

Error Code 173

System error code 173 means "A lock request was not outstanding for the supplied cancel region." This error code may also display as "ERROR_CANCEL_VIOLATION" or as the value 0xAD.

Error Code 174

System error code 174 means "The file system does not support atomic changes to the lock type." This error code may also display as "ERROR_ATOMIC_LOCKS_NOT_SUPPORTED" or as the value 0xAE.

Error Code 180

System error code 180 means "The system detected a segment number that was not correct." This error code may also display as "ERROR_INVALID_SEGMENT_NUMBER" or as the value 0xB4.

Error Code 182

System error code 182 means "The operating system cannot run %1." This error code may also display as "ERROR_INVALID_ORDINAL" or as the value 0xB6.

Error Code 183

System error code 183 means "Cannot create a file when that file already exists." This error code may also display as "ERROR_ALREADY_EXISTS" or as the value 0xB7.

Error Code 186

System error code 186 means "The flag passed is not correct." This error code may also display as "ERROR_INVALID_FLAG_NUMBER" or as the value 0xBA.

Error Code 187

System error code 187 means "The specified system semaphore name was not found." This error code may also display as "ERROR_SEM_NOT_FOUND" or as the value 0xBB.

Error Code 188

System error code 188 means "The operating system cannot run %1." This error code may also display as "ERROR_INVALID_STARTING_CODESEG" or as the value 0xBC.

Error Code 189

System error code 189 means "The operating system cannot run %1." This error code may also display as "ERROR_INVALID_STACKSEG" or as the value 0xBD.

Error Code 190

System error code 190 means "The operating system cannot run %1." This error code may also display as "ERROR_INVALID_MODULETYPE" or as the value 0xBE.

Error Code 191

System error code 191 means "Cannot run %1 in Win32 mode." This error code may also display as "ERROR_INVALID_EXE_SIGNATURE" or as the value 0xBF.

Error Code 192

System error code 192 means "The operating system cannot run %1." This error code may also display as "ERROR_EXE_MARKED_INVALID" or as the value 0xC0.

Error Code 193

System error code 193 means "%1 is not a valid Win32 application." This error code may also display as "ERROR_BAD_EXE_FORMAT" or as the value 0xC1.

Error Code 194

System error code 194 means "The operating system cannot run %1." This error code may also display as "ERROR_ITERATED_DATA_EXCEEDS_64k" or as the value 0xC2.

Error Code 195

System error code 195 means "The operating system cannot run %1." This error code may also display as "ERROR_INVALID_MINALLOCSIZE" or as the value 0xC3.

Error Code 196

System error code 196 means "The operating system cannot run this application program." This error code may also display as "ERROR_DYNLINK_FROM_INVALID_RING" or as the value 0xC4.

Error Code 197

System error code 197 means "The operating system is not presently configured to run this application." This error code may also display as "ERROR_IOPL_NOT_ENABLED" or as the value 0xC5.

Error Code 198

System error code 198 means "The operating system cannot run %1." This error code may also display as "ERROR_INVALID_SEGDPL" or as the value 0xC6.

Error Code 199

System error code 199 means "The operating system cannot run this application program." This error code may also display as "ERROR_AUTODATASEG_EXCEEDS_64k" or as the value 0xC7.

System Error Codes: Code 200 to Code 299


Error Code 200

System error code 200 means "The code segment cannot be greater than or equal to 64K." This error code may also display as "ERROR_RING2SEG_MUST_BE_MOVABLE" or as the value 0xC8.

Error Code 201

System error code 201 means "The operating system cannot run %1." This error code may also display as "ERROR_RELOC_CHAIN_XEEDS_SEGLIM" or as the value 0xC9.

Error Code 202

System error code 202 means "The operating system cannot run %1." This error code may also display as "ERROR_INFLOOP_IN_RELOC_CHAIN" or as the value 0xCA.

Error Code 203

System error code 203 means "The system could not find the environment option that wasentered." This error code may also display as "ERROR_ENVVAR_NOT_FOUND" or as the value 0xCB.

Error Code 205

System error code 205 means "No process in the command subtree has a signal handler." This error code may also display as "ERROR_NO_SIGNAL_SENT" or as the value 0xCD.

Error Code 206

System error code 206 means "The filename or extension is too long." This error code may also display as "ERROR_FILENAME_EXCED_RANGE" or as the value 0xCE.

Error Code 207

System error code 207 means "The ring 2 stack is in use." This error code may also display as "ERROR_RING2_STACK_IN_USE" or as the value 0xCF.

Error Code 208

System error code 208 means "The global filename characters, * or ?, are entered incorrectlyor too many global filename characters are specified." This error code may also display as "ERROR_META_EXPANSION_TOO_LONG" or as the value 0xD0.

Error Code 209

System error code 209 means "The signal being posted is not correct." This error code may also display as "ERROR_INVALID_SIGNAL_NUMBER" or as the value 0xD1.

Error Code 210

System error code 210 means "The signal handler cannot be set." This error code may also display as "ERROR_THREAD_1_INACTIVE" or as the value 0xD2.

Error Code 212

System error code 212 means "The segment is locked and cannot be reallocated." This error code may also display as "ERROR_LOCKED" or as the value 0xD4

Error Code 214

System error code 214 means "Too many dynamic-link modules are attached to this program or dynamic-link module." This error code may also display as "ERROR_TOO_MANY_MODULES" or as the value 0xD6.

Error Code 215

System error code 215 means "Cannot nest calls to LoadModule." This error code may also display as "ERROR_NESTING_NOT_ALLOWED" or as the value 0xD7.

Error Code 216

System error code 216 means "The version of %1 is not compatible with the version you'rerunning. Check your computer's system information to see whether you need a x86 (32-bit) or x64 (64-bit) version of the program, and then contact the software publisher." This error code may also display as "ERROR_EXE_MACHINE_TYPE_MISMATCH" or as the value 0xD8.

Error Code 217

System error code 217 means "The image file %1 is signed, unable to modify." This error code may also display as "ERROR_EXE_CANNOT_MODIFY_SIGNED_BINARY" or as the value 0xD9.

Error Code 218

System error code 218 means "The image file %1 is strong signed, unable to modify." This error code may also display as "ERROR_EXE_CANNOT_MODIFY_STRONG_SIGNED_BINARY" or as the value 0xDA.

Error Code 220

System error code 220 means "This file is checked out or locked for editing by another user." This error code may also display as "ERROR_FILE_CHECKED_OUT" or as the value 0xDC.

Error Code 221

System error code 221 means "The file must be checked out before saving changes." This error code may also display as "ERROR_CHECKOUT_REQUIRED" or as the value 0xDD.

Error Code 222

System error code 222 means "The file type being saved or retrieved has been blocked." This error code may also display as "ERROR_BAD_FILE_TYPE" or as the value 0xDE.

Error Code 223

System error code 223 means "The file size exceeds the limit allowed and cannot be saved." This error code may also display as "ERROR_FILE_TOO_LARGE" or as the value 0xDF.

Error Code 224

System error code 224 means "Access Denied. Before opening files in this location, you must first add the web site to your trusted sites list, browse to the web site and select the option to login automatically." This error code may also display as "ERROR_FORMS_AUTH_REQUIRED" or as the value 0xE0.

Error Code 225

System error code 225 means "Operation did not complete successfully because the file contains a virus." This error code may also display as "ERROR_VIRUS_INFECTED" or as the value 0xE1.

Error Code 226

System error code 226 means "This file contains a virus and cannot be opened. Due to the nature of this virus, the file has been removed from this location." This error code may also display as "ERROR_VIRUS_DELETED" or as the value 0xE2.

Error Code 229

System error code 229 means "The pipe is local." This error code may also display as "ERROR_PIPE_LOCAL" or as the value 0xE5.

Error Code 230

System error code 230 means "The pipe state is invalid." This error code may also display as "ERROR_BAD_PIPE" or as the value 0xE6.

Error Code 231

System error code 231 means "All pipe instances are busy." This error code may also display as "ERROR_PIPE_BUSY" or as the value 0xE7.

Error Code 232

System error code 232 means "The pipe is being closed." This error code may also display as "ERROR_NO_DATA" or as the value 0xE8.

Error Code 233

System error code 233 means "No process is on the other end of the pipe." This error code may also display as "ERROR_PIPE_NOT_CONNECTED" or as the value 0xE9.

Error Code 234

System error code 234 means "More data is available." This error code may also display as "ERROR_MORE_DATA" or as the value 0xEA.

Error Code 240

System error code 240 means "The session was canceled." This error code may also display as "ERROR_VC_DISCONNECTED" or as the value 0xF0.

Error Code 254

System error code 254 means "The specified extended attribute name was invalid." This error code may also display as "ERROR_INVALID_EA_NAME" or as the value 0xFE.

Error Code 255

System error code 255 means "The extended attributes are inconsistent." This error code may also display as "ERROR_EA_LIST_INCONSISTENT" or as the value 0xFF.

Error Code 258

System error code 258 means "The wait operation timed out." This error code may also display as "WAIT_TIMEOUT" or as the value 0x102.

Error Code 259

System error code 259 means "No more data is available." This error code may also display as "ERROR_NO_MORE_ITEMS" or as the value 0x103.

Error Code 266

System error code 266 means "The copy functions cannot be used." This error code may also display as "ERROR_CANNOT_COPY" or as the value 0x10A.

Error Code 267

System error code 267 means "The directory name is invalid." This error code may also display as "ERROR_DIRECTORY" or as the value 0x10B.

Error Code 275

System error code 275 means "The extended attributes did not fit in the buffer." This error code may also display as "ERROR_EAS_DIDNT_FIT" or as the value 0x113.

Error Code 276

System error code 276 means "The extended attribute file on the mounted file system is corrupt." This error code may also display as "ERROR_EA_FILE_CORRUPT" or as the value 0x114.

Error Code 277

System error code 277 means "The extended attribute table file is full." This error code may also display as "ERROR_EA_TABLE_FULL" or as the value 0x115.

Error Code 278

System error code 278 means "The specified extended attribute handle is invalid." This error code may also display as "ERROR_INVALID_EA_HANDLE" or as the value 0x116.

Error Code 282

System error code 282 means "The mounted file system does not support extended attributes." This error code may also display as "ERROR_EAS_NOT_SUPPORTED" or as the value 0x11A.

Error Code 288

System error code 288 means "Attempt to release mutex not owned by caller." This error code may also display as "ERROR_NOT_OWNER" or as the value 0x120.

Error Code 298

System error code 298 means "Too many posts were made to a semaphore." This error code may also display as "ERROR_TOO_MANY_POSTS" or as the value 0x12A.

Error Code 299

System error code 299 means "Only part of a ReadProcessMemory or WriteProcessMemoryrequest was completed." This error code may also display as "ERROR_PARTIAL_COPY" or as the value 0x12B.

System Error Codes: Code 300 to Code 399


Error Code 300

System error code 300 means "The oplock request is denied." This error code may also display as "ERROR_OPLOCK_NOT_GRANTED" or as the value 0x12C.

Error Code 301

System error code 301 means "An invalid oplock acknowledgment was received by the system." This error code may also display as "ERROR_INVALID_OPLOCK_PROTOCOL" or as the value 0x12D.

Error Code 302

System error code 302 means "The volume is too fragmented to complete this operation." This error code may also display as "ERROR_DISK_TOO_FRAGMENTED" or as the value 0x12E.

Error Code 303

System error code 303 means "The file cannot be opened because it is in the process of being deleted." This error code may also display as "ERROR_DELETE_PENDING" or as the value 0x12F.

Error Code 317

System error code 317 means "The system cannot find message text for message number 0x%1 in the message file for %2." This error code may also display as "ERROR_MR_MID_NOT_FOUND" or as the value 0x13D.

Error Code 318

System error code 318 means "The scope specified was not found." This error code may also display as "ERROR_SCOPE_NOT_FOUND" or as the value 0x13E.

Error Code 350

System error code 350 means "No action was taken as a system reboot is required." This error code may also display as "ERROR_FAIL_NOACTION_REBOOT" or as the value 0x15E.

Error Code 351

System error code 351 means "The shutdown operation failed." This error code may also display as "ERROR_FAIL_SHUTDOWN" or as the value 0x15F.

Error Code 352

System error code 352 means "The restart operation failed." This error code may also display as "ERROR_FAIL_RESTART" or as the value 0x160.

Error Code 353

System error code 353 means "The maximum number of sessions has been reached." This error code may also display as "ERROR_MAX_SESSIONS_REACHED" or as the value 0x161.

System Error Codes: Code 400 to Code 499


Error Code 400

System error code 400 means "The thread is already in background processing mode." This error code may also display as "ERROR_THREAD_MODE_ALREADY_BACKGROUND" or as the value 0x190.

Error Code 401

System error code 401 means "The thread is not in background processing mode." This error code may also display as "ERROR_THREAD_MODE_NOT_BACKGROUND" or as the value 0x191.

Error Code 402

System error code 402 means "The process is already in background processing mode." This error code may also display as "ERROR_PROCESS_MODE_ALREADY_BACKGROUND" or as the value 0x192.

Error Code 403

System error code 403 means "The process is not in background processing mode." This error code may also display as "ERROR_PROCESS_MODE_NOT_BACKGROUND" or as the value 0x193.

Error Code 487

System error code 487 means "Attempt to access invalid address." This error code may also display as "ERROR_INVALID_ADDRESS" or as the value 0x1E7.

System Error Codes: Code 500 to Code 599


Error Code 500

System error code 500 means "User profile cannot be loaded." This error code may alsodisplay as "ERROR_USER_PROFILE_LOAD" or as the value 0x1F4.

Error Code 534

System error code 534 means "Arithmetic result exceeded 32 bits." This error code may also display as "ERROR_ARITHMETIC_OVERFLOW" or as the value 0x216.

Error Code 535

System error code 535 means "There is a process on other end of the pipe." This error code may also display as "ERROR_PIPE_CONNECTED" or as the value 0x217.

Error Code 536

System error code 536 means "Waiting for a process to open the other end of the pipe." This error code may also display as "ERROR_PIPE_LISTENING" or as the value 0x218.

Error Code 537

System error code 537 means "Application verifier has found an error in the current process." This error code may also display as "ERROR_VERIFIER_STOP" or as the value 0x219.

Error Code 538

System error code 538 means "An error occurred in the ABIOS subsystem." This error code may also display as "ERROR_ABIOS_ERROR" or as the value 0x21A.

Error Code 539

System error code 539 means "A warning occurred in the WX86 subsystem." This error code may also display as "ERROR_WX86_WARNING" or as the value 0x21B.

Error Code 540

System error code 540 means "An error occurred in the WX86 subsystem." This error code may also display as "ERROR_WX86_ERROR" or as the value 0x21C.

Error Code 541

System error code 541 means "An attempt was made to cancel or set a timer that has an associated APC and the subject thread is not the thread that originally set the timer with an associated APC routine." This error code may also display as "ERROR_TIMER_NOT_CANCELED" or as the value 0x21D.

Error Code 542

System error code 542 means "Unwind exception code." This error code may also display as "ERROR_UNWIND" or as the value 0x21E

Error Code 543

System error code 543 means "An invalid or unaligned stack was encountered during an unwind operation." This error code may also display as "ERROR_BAD_STACK" or as the value 0x21F.

Error Code 544

System error code 544 means "An invalid unwind target was encountered during an unwind operation." This error code may also display as "ERROR_INVALID_UNWIND_TARGET" or as the value 0x220.

Error Code 545

System error code 545 means "Invalid Object Attributes specified to NtCreatePort or invalid Port Attributes specified to NtConnectPort" This error code may also display as "ERROR_INVALID_PORT_ATTRIBUTES" or as the value 0x221.

Error Code 546

System error code 546 means "Length of message passed to NtRequestPort or NtRequestWaitReplyPort was longer than the maximum message allowed by the port." This error code may also display as "ERROR_PORT_MESSAGE_TOO_LONG" or as the value 0x222.

Error Code 547

System error code 547 means "An attempt was made to lower a quota limit below the current usage." This error code may also display as "ERROR_INVALID_QUOTA_LOWER" or as the value 0x223.

Error Code 548

System error code 548 means "An attempt was made to attach to a device that was already attached to another device." This error code may also display as "ERROR_DEVICE_ALREADY_ATTACHED" or as the value 0x224.

Error Code 549

System error code 549 means "An attempt was made to execute an instruction at an unaligned address and the host system does not support unaligned instruction references." This error code may also display as "ERROR_INSTRUCTION_MISALIGNMENT" or as the value 0x225.

Error Code 550

System error code 550 means "Profiling not started." This error code may also display as "ERROR_PROFILING_NOT_STARTED" or as the value 0x226.

Error Code 551

System error code 551 means "Profiling not stopped." This error code may also display as "ERROR_PROFILING_NOT_STOPPED" or as the value 0x227.

Error Code 552

System error code 552 means "The passed ACL did not contain the minimum required information." This error code may also display as "ERROR_COULD_NOT_INTERPRET" or as the value 0x228.

Error Code 553

System error code 553 means "The number of active profiling objects is at the maximum and no more may be started." This error code may also display as "ERROR_PROFILING_AT_LIMIT" or as the value 0x229.

Error Code 554

System error code 554 means "Used to indicate that an operation cannot continue withoutblocking for I/O." This error code may also display as "ERROR_CANT_WAIT" or as the value 0x22A.

Error Code 555

System error code 555 means "Indicates that a thread attempted to terminate itself by default (called NtTerminateThread with NULL) and it was the last thread in the current process." This error code may also display as "ERROR_CANT_TERMINATE_SELF" or as the value 0x22B.

Error Code 556

System error code 556 means "If an MM error is returned which is not defined in the standard FsRtl filter" This error code may also display as "ERROR_UNEXPECTED_MM_CREATE_ERR" or as the value 0x22C.

Error Code 557

System error code 557 means "If an MM error is returned which is not defined in the standard FsRtl filter" This error code may also display as "ERROR_UNEXPECTED_MM_MAP_ERROR" or as the value 0x22D.

Error Code 558

System error code 558 means "If an MM error is returned which is not defined in the standard FsRtl filter" This error code may also display as "ERROR_UNEXPECTED_MM_EXTEND_ERR" or as the value 0x22E.

Error Code 559

System error code 559 means "A malformed function table was encountered during an unwindoperation." This error code may also display as "ERROR_BAD_FUNCTION_TABLE" or as the value 0x22F.

Error Code 560

System error code 560 means "Indicates that an attempt was made to assign protection to a file system file or directory and one of the SIDs in the security descriptor could not be translated into a GUID that could be stored by the file system. This causes the protection attempt to fail" This error code may also display as "ERROR_NO_GUID_TRANSLATION" or as the value 0x230.

Error Code 561

System error code 561 means "Indicates that an attempt was made to grow an LDT by setting its size" This error code may also display as "ERROR_INVALID_LDT_SIZE" or as the value 0x231.

Error Code 563

System error code 563 means "Indicates that the starting value for the LDT information was not an integral multiple of the selector size." This error code may also display as "ERROR_INVALID_LDT_OFFSET" or as the value 0x233.

Error Code 564

System error code 564 means "Indicates that the user supplied an invalid descriptor when trying to set up Ldt descriptors." This error code may also display as "ERROR_INVALID_LDT_DESCRIPTOR" or as the value 0x234.

Error Code 565

System error code 565 means "Indicates a process has too many threads to perform the requested action. For example" This error code may also display as "ERROR_TOO_MANY_THREADS" or as the value 0x235.

Error Code 566

System error code 566 means "An attempt was made to operate on a thread within a specific process" This error code may also display as "ERROR_THREAD_NOT_IN_PROCESS" or as the value 0x236.

Error Code 567

System error code 567 means "Page file quota was exceeded." This error code may also display as "ERROR_PAGEFILE_QUOTA_EXCEEDED" or as the value 0x237.

Error Code 568

System error code 568 means "The Netlogon service cannot start because another Netlogon service running in the domain conflicts with the specified role." This error code may also display as "ERROR_LOGON_SERVER_CONFLICT" or as the value 0x238.

Error Code 569

System error code 569 means "The SAM database on a Windows Server is significantly out of synchronization with the copy on the Domain Controller. A complete synchronization is required." This error code may also display as "ERROR_SYNCHRONIZATION_REQUIRED" or as the value 0x239.

Error Code 570

System error code 570 means "The NtCreateFile API failed. This error should never be returned to an application" This error code may also display as "ERROR_NET_OPEN_FAILED" or as the value 0x23A.

Error Code 571

System error code 571 means "{Privilege Failed} The I/O permissions for the process could not be changed." This error code may also display as "ERROR_IO_PRIVILEGE_FAILED" or as the value 0x23B.

Error Code 572

System error code 572 means "{Application Exit by CTRL+C} The application terminated as a result of a CTRL+C." This error code may also display as "ERROR_CONTROL_C_EXIT" or as the value 0x23C.

Error Code 573

System error code 573 means "{Missing System File} The required system file %hs is bad or missing." This error code may also display as "ERROR_MISSING_SYSTEMFILE" or as the value 0x23D.

Error Code 574

System error code 574 means "{Application Error} The exception %s (0x%08lx) occurred in the application at location 0x%08lx." This error code may also display as "ERROR_UNHANDLED_EXCEPTION" or as the value 0x23E.

Error Code 575

System error code 575 means "{Application Error} The application failed to initialize properly (0x%lx). Click OK to terminate the application." This error code may also display as "ERROR_APP_INIT_FAILURE" or as the value 0x23F.

Error Code 576

System error code 576 means "{Unable to Create Paging File} The creation of the paging file %hs failed (%lx). The requested size was %ld." This error code may also display as "ERROR_PAGEFILE_CREATE_FAILED" or as the value 0x240.

Error Code 577

System error code 577 means "Windows cannot verify the digital signature for this file. A recent hardware or software change might have installed a file that is signed incorrectly or damaged" This error code may also display as "ERROR_INVALID_IMAGE_HASH" or as the value 0x241.

Error Code 578

System error code 578 means "{No Paging File Specified} No paging file was specified in the system configuration." This error code may also display as "ERROR_NO_PAGEFILE" or as the value 0x242.

Error Code 579

System error code 579 means "{EXCEPTION} A real-mode application issued a floating-pointinstruction and floating-point hardware is not present." This error code may also display as "ERROR_ILLEGAL_FLOAT_CONTEXT" or as the value 0x243.

Error Code 580

System error code 580 means "An event pair synchronization operation was performed using the thread specific client/server event pair object" This error code may also display as "ERROR_NO_EVENT_PAIR" or as the value 0x244.

Error Code 581

System error code 581 means "A Windows Server has an incorrect configuration." This error code may also display as "ERROR_DOMAIN_CTRLR_CONFIG_ERROR" or as the value 0x245.

Error Code 582

System error code 582 means "An illegal character was encountered. For a multi-byte character set this includes a lead byte without a succeeding trail byte. For the Unicode character set this includes the characters 0xFFFF and 0xFFFE." This error code may also display as "ERROR_ILLEGAL_CHARACTER" or as the value 0x246.

Error Code 583

System error code 583 means "The Unicode character is not defined in the Unicode character set installed on the system." This error code may also display as "ERROR_UNDEFINED_CHARACTER" or as the value 0x247.

Error Code 584

System error code 584 means "The paging file cannot be created on a floppy diskette." This error code may also display as "ERROR_FLOPPY_VOLUME" or as the value 0x248.

Error Code 585

System error code 585 means "The system BIOS failed to connect a system interrupt to the device or bus for which the device is connected." This error code may also display as "ERROR_BIOS_FAILED_TO_CONNECT_INTERRUPT" or as the value 0x249.

Error Code 586

System error code 586 means "This operation is only allowed for the Primary Domain Controller of the domain." This error code may also display as "ERROR_BACKUP_CONTROLLER" or as the value 0x24A.

Error Code 587

System error code 587 means "An attempt was made to acquire a mutant such that its maximum count would have been exceeded." This error code may also display as "ERROR_MUTANT_LIMIT_EXCEEDED" or as the value 0x24B.

Error Code 588

System error code 588 means "A volume has been accessed for which a file system driver is required that has not yet been loaded." This error code may also display as "ERROR_FS_DRIVER_REQUIRED" or as the value 0x24C.

Error Code 589

System error code 589 means "{Registry File Failure} The registry cannot load the hive (file): %hs or its log or alternate. It is corrupt" This error code may also display as "ERROR_CANNOT_LOAD_REGISTRY_FILE" or as the value 0x24D.

Error Code 590

System error code 590 means "{Unexpected Failure in DebugActiveProcess} An unexpected failure occurred while processing a DebugActiveProcess API request. You may choose OK to terminate the process" This error code may also display as "ERROR_DEBUG_ATTACH_FAILED" or as the value 0x24E.

Error Code 591

System error code 591 means "{Fatal System Error} The %hs system process terminatedunexpectedly with a status of 0x%08x (0x%08x 0x%08x). The system has been shut down." This error code may also display as "ERROR_SYSTEM_PROCESS_TERMINATED" or as the value 0x24F.

Error Code 592

System error code 592 means "{Data Not Accepted} The TDI client could not handle the data received during an indication." This error code may also display as "ERROR_DATA_NOT_ACCEPTED" or as the value 0x250.

Error Code 593

System error code 593 means "NTVDM encountered a hard error." This error code may also display as "ERROR_VDM_HARD_ERROR" or as the value 0x251.

Error Code 594

System error code 594 means "{Cancel Timeout} The driver %hs failed to complete a canceled I/O request in the allotted time." This error code may also display as "ERROR_DRIVER_CANCEL_TIMEOUT" or as the value 0x252

Error Code 595

System error code 595 means "{Reply Message Mismatch} An attempt was made to reply to an LPC message" This error code may also display as "ERROR_REPLY_MESSAGE_MISMATCH" or as the value 0x253.

Error Code 596

System error code 596 means "{Delayed Write Failed} Windows was unable to save all the data for the file %hs. The data has been lost. This error may be caused by a failure of your computer hardware or network connection. Please try to save this file elsewhere." This error code may also display as "ERROR_LOST_WRITEBEHIND_DATA" or as the value 0x254.

Error Code 597

System error code 597 means "The parameter(s) passed to the server in the client/server shared memory window were invalid. Too much data may have been put in the shared memory window." This error code may also display as "ERROR_CLIENT_SERVER_PARAMETERS_INVALID" or as the value 0x255.

Error Code 598

System error code 598 means "The stream is not a tiny stream." This error code may also display as "ERROR_NOT_TINY_STREAM" or as the value 0x256.

Error Code 599

System error code 599 means "The request must be handled by the stack overflow code." This error code may also display as "ERROR_STACK_OVERFLOW_READ" or as the value 0x257.

System Error Codes: Code 600 to Code 699


Error Code 600

System error code 600 means "Internal OFS status codes indicating how an allocationoperation is handled. Either it is retried after the containing onode is moved or the extent stream is converted to a large stream." This error code may also display as "ERROR_CONVERT_TO_LARGE" or as the value 0x258.

Error Code 601

System error code 601 means "The attempt to find the object found an object matching by ID on the volume but it is out of the scope of the handle used for the operation." This error code may also display as "ERROR_FOUND_OUT_OF_SCOPE" or as the value 0x259.

Error Code 602

System error code 602 means "The bucket array must be grown. Retry transaction after doing so." This error code may also display as "ERROR_ALLOCATE_BUCKET" or as the value 0x25A.

Error Code 603

System error code 603 means "The user/kernel marshalling buffer has overflowed." This error code may also display as "ERROR_MARSHALL_OVERFLOW" or as the value 0x25B.

Error Code 604

System error code 604 means "The supplied variant structure contains invalid data." This error code may also display as "ERROR_INVALID_VARIANT" or as the value 0x25C.

Error Code 605

System error code 605 means "The specified buffer contains ill-formed data." This error code may also display as "ERROR_BAD_COMPRESSION_BUFFER" or as the value 0x25D.

Error Code 606

System error code 606 means "{Audit Failed} An attempt to generate a security audit failed." This error code may also display as "ERROR_AUDIT_FAILED" or as the value 0x25E.

Error Code 607

System error code 607 means "The timer resolution was not previously set by the currentprocess." This error code may also display as "ERROR_TIMER_RESOLUTION_NOT_SET" or as the value 0x25F.

Error Code 608

System error code 608 means "There is insufficient account information to log you on." This error code may also display as "ERROR_INSUFFICIENT_LOGON_INFO" or as the value 0x260.

Error Code 609

System error code 609 means "{Invalid DLL Entrypoint} The dynamic link library %hs is not written correctly. The stack pointer has been left in an inconsistent state. The entrypoint should be declared as WINAPI or STDCALL. Select YES to fail the DLL load. Select NO to continue execution. Selecting NO may cause the application to operate incorrectly." This error code may also display as "ERROR_BAD_DLL_ENTRYPOINT" or as the value 0x261.

Error Code 610

System error code 610 means "{Invalid Service Callback Entrypoint} The %hs service is not written correctly. The stack pointer has been left in an inconsistent state. The callback entrypoint should be declared as WINAPI or STDCALL. Selecting OK will cause the service to continue operation. However" This error code may also display as "ERROR_BAD_SERVICE_ENTRYPOINT" or as the value 0x262.

Error Code 611

System error code 611 means "There is an IP address conflict with another system on the network" This error code may also display as "ERROR_IP_ADDRESS_CONFLICT1" or as the value 0x263.

Error Code 612

System error code 612 means "There is an IP address conflict with another system on the network" This error code may also display as "ERROR_IP_ADDRESS_CONFLICT2" or as the value 0x264.

Error Code 613

System error code 613 means "{Low On Registry Space} The system has reached the maximum size allowed for the system part of the registry. Additional storage requests will be ignored." This error code may also display as "ERROR_REGISTRY_QUOTA_LIMIT" or as the value 0x265.

Error Code 614

System error code 614 means "A callback return system service cannot be executed when no callback is active." This error code may also display as "ERROR_NO_CALLBACK_ACTIVE" or as the value 0x266.

Error Code 615

System error code 615 means "The password provided is too short to meet the policy of your user account. Please choose a longer password." This error code may also display as "ERROR_PWD_TOO_SHORT" or as the value 0x267.

Error Code 616

System error code 616 means "The policy of your user account does not allow you to change passwords too frequently. This is done to prevent users from changing back to a familiar" This error code may also display as "ERROR_PWD_TOO_RECENT" or as the value 0x268.

Error Code 617

System error code 617 means "You have attempted to change your password to one that you have used in the past. The policy of your user account does not allow this. Please select a password that you have not previously used." This error code may also display as "ERROR_PWD_HISTORY_CONFLICT" or as the value 0x269.

Error Code 618

System error code 618 means "The specified compression format is unsupported." This error code may also display as "ERROR_UNSUPPORTED_COMPRESSION" or as the value 0x26A.

Error Code 619

System error code 619 means "The specified hardware profile configuration is invalid." This error code may also display as "ERROR_INVALID_HW_PROFILE" or as the value 0x26B.

Error Code 620

System error code 620 means "The specified Plug and Play registry device path is invalid." This error code may also display as "ERROR_INVALID_PLUGPLAY_DEVICE_PATH" or as the value 0x26C.

Error Code 621

System error code 621 means "The specified quota list is internally inconsistent with itsdescriptor." This error code may also display as "ERROR_QUOTA_LIST_INCONSISTENT" or as the value 0x26D.

Error Code 622

System error code 622 means "{Windows Evaluation Notification} The evaluation period for this installation of Windows has expired. This system will shutdown in 1 hour. To restore access to this installation of Windows" This error code may also display as "ERROR_EVALUATION_EXPIRATION" or as the value 0x26E.

Error Code 623

System error code 623 means "{Illegal System DLL Relocation} The system DLL %hs was relocated in memory. The application will not run properly. The relocation occurred because the DLL %hs occupied an address range reserved for Windows system DLLs. The vendor supplying the DLL should be contacted for a new DLL." This error code may also display as "ERROR_ILLEGAL_DLL_RELOCATION" or as the value 0x26F.

Error Code 624

System error code 624 means "{DLL Initialization Failed} The application failed to initialize because the window station is shutting down." This error code may also display as "ERROR_DLL_INIT_FAILED_LOGOFF" or as the value 0x270.

Error Code 625

System error code 625 means "The validation process needs to continue on to the next step." This error code may also display as "ERROR_VALIDATE_CONTINUE" or as the value 0x271.

Error Code 626

System error code 626 means "There are no more matches for the current index enumeration." This error code may also display as "ERROR_NO_MORE_MATCHES" or as the value 0x272.

Error Code 627

System error code 627 means "The range could not be added to the range list because of a conflict." This error code may also display as "ERROR_RANGE_LIST_CONFLICT" or as the value 0x273.

Error Code 628

System error code 628 means "The server process is running under a SID different than that required by client." This error code may also display as "ERROR_SERVER_SID_MISMATCH" or as the value 0x274.

Error Code 629

System error code 629 means "A group marked use for deny only cannot be enabled." This error code may also display as "ERROR_CANT_ENABLE_DENY_ONLY" or as the value 0x275.

Error Code 630

System error code 630 means "{EXCEPTION} Multiple floating point faults." This error code may also display as "ERROR_FLOAT_MULTIPLE_FAULTS" or as the value 0x276.

Error Code 631

System error code 631 means "{EXCEPTION} Multiple floating point traps." This error code may also display as "ERROR_FLOAT_MULTIPLE_TRAPS" or as the value 0x277.

Error Code 632

System error code 632 means "The requested interface is not supported." This error code may also display as "ERROR_NOINTERFACE" or as the value 0x278.

Error Code 633

System error code 633 means "{System Standby Failed} The driver %hs does not support standby mode. Updating this driver may allow the system to go to standby mode." This error code may also display as "ERROR_DRIVER_FAILED_SLEEP" or as the value 0x279.

Error Code 634

System error code 634 means "The system file %1 has become corrupt and has been replaced." This error code may also display as "ERROR_CORRUPT_SYSTEM_FILE" or as the value 0x27A.

Error Code 635

System error code 635 means "{Virtual Memory Minimum Too Low} Your system is low on virtual memory. Windows is increasing the size of your virtual memory paging file. During this process" This error code may also display as "ERROR_COMMITMENT_MINIMUM" or as the value 0x27B.

Error Code 636

System error code 636 means "A device was removed so enumeration must be restarted." This error code may also display as "ERROR_PNP_RESTART_ENUMERATION" or as the value 0x27C.

Error Code 637

System error code 637 means "{Fatal System Error} The system image %s is not properly signed. The file has been replaced with the signed file. The system has been shut down." This error code may also display as "ERROR_SYSTEM_IMAGE_BAD_SIGNATURE" or as the value 0x27D.

Error Code 638

System error code 638 means "Device will not start without a reboot." This error code may also display as "ERROR_PNP_REBOOT_REQUIRED" or as the value 0x27E.

Error Code 639

System error code 639 means "There is not enough power to complete the requestedoperation." This error code may also display as "ERROR_INSUFFICIENT_POWER" or as the value 0x27F.

Error Code 640

System error code 640 means "ERROR_MULTIPLE_FAULT_VIOLATION" This error code may alsodisplay as "ERROR_MULTIPLE_FAULT_VIOLATION" or as the value 0x280.

Error Code 641

System error code 641 means "The system is in the process of shutting down." This error code may also display as "ERROR_SYSTEM_SHUTDOWN" or as the value 0x281.

Error Code 642

System error code 642 means "An attempt to remove a processes DebugPort was made" This error code may also display as "ERROR_PORT_NOT_SET" or as the value 0x282.

Error Code 643

System error code 643 means "This version of Windows is not compatible with the behavior version of directory forest" This error code may also display as "ERROR_DS_VERSION_CHECK_FAILURE" or as the value 0x283.

Error Code 644

System error code 644 means "The specified range could not be found in the range list." This error code may also display as "ERROR_RANGE_NOT_FOUND" or as the value 0x284.

Error Code 646

System error code 646 means "The driver was not loaded because the system is booting into safe mode." This error code may also display as "ERROR_NOT_SAFE_MODE_DRIVER" or as the value 0x286.

Error Code 647

System error code 647 means "The driver was not loaded because it failed it's initialization call." This error code may also display as "ERROR_FAILED_DRIVER_ENTRY" or as the value 0x287.

Error Code 648

System error code 648 means "The "%hs" encountered an error while applying power or reading the device configuration. This may be caused by a failure of your hardware or by a poor connection." This error code may also display as "ERROR_DEVICE_ENUMERATION_ERROR" or as the value 0x288.

Error Code 649

System error code 649 means "The create operation failed because the name contained at least one mount point which resolves to a volume to which the specified device object is not attached." This error code may also display as "ERROR_MOUNT_POINT_NOT_RESOLVED" or as the value 0x289.

Error Code 650

System error code 650 means "The device object parameter is either not a valid device object or is not attached to the volume specified by the file name." This error code may also display as "ERROR_INVALID_DEVICE_OBJECT_PARAMETER" or as the value 0x28A.

Error Code 651

System error code 651 means "A Machine Check Error has occurred. Please check the system eventlog for additional information." This error code may also display as "ERROR_MCA_OCCURED" or as the value 0x28B.

Error Code 652

System error code 652 means "There was error [%2] processing the driver database." This error code may also display as "ERROR_DRIVER_DATABASE_ERROR" or as the value 0x28C.

Error Code 653

System error code 653 means "System hive size has exceeded its limit." This error code may also display as "ERROR_SYSTEM_HIVE_TOO_LARGE" or as the value 0x28D.

Error Code 654

System error code 654 means "The driver could not be loaded because a previous version of the driver is still in memory." This error code may also display as "ERROR_DRIVER_FAILED_PRIOR_UNLOAD" or as the value 0x28E.

Error Code 655

System error code 655 means "{Volume Shadow Copy Service} Please wait while the Volume Shadow Copy Service prepares volume %hs for hibernation." This error code may also display as "ERROR_VOLSNAP_PREPARE_HIBERNATE" or as the value 0x28F.

Error Code 656

System error code 656 means "The system has failed to hibernate (The error code is %hs). Hibernation will be disabled until the system is restarted." This error code may also display as "ERROR_HIBERNATION_FAILURE" or as the value 0x290.

Error Code 665

System error code 665 means "The requested operation could not be completed due to a file system limitation" This error code may also display as "ERROR_FILE_SYSTEM_LIMITATION" or as the value 0x299.

Error Code 668

System error code 668 means "An assertion failure has occurred." This error code may also display as "ERROR_ASSERTION_FAILURE" or as the value 0x29C.

Error Code 669

System error code 669 means "An error occurred in the ACPI subsystem." This error code may also display as "ERROR_ACPI_ERROR" or as the value 0x29D.

Error Code 670

System error code 670 means "WOW Assertion Error." This error code may also display as "ERROR_WOW_ASSERTION" or as the value 0x29E.

Error Code 671

System error code 671 means "A device is missing in the system BIOS MPS table. This device will not be used. Please contact your system vendor for system BIOS update." This error code may also display as "ERROR_PNP_BAD_MPS_TABLE" or as the value 0x29F

Error Code 672

System error code 672 means "A translator failed to translate resources." This error code may also display as "ERROR_PNP_TRANSLATION_FAILED" or as the value 0x2A0.

Error Code 673

System error code 673 means "A IRQ translator failed to translate resources." This error code may also display as "ERROR_PNP_IRQ_TRANSLATION_FAILED" or as the value 0x2A1.

Error Code 674

System error code 674 means "Driver %2 returned invalid ID for a child device (%3)." This error code may also display as "ERROR_PNP_INVALID_ID" or as the value 0x2A2.

Error Code 675

System error code 675 means "{Kernel Debugger Awakened} the system debugger was awakened by an interrupt." This error code may also display as "ERROR_WAKE_SYSTEM_DEBUGGER" or as the value 0x2A3.

Error Code 676

System error code 676 means "{Handles Closed} Handles to objects have been automatically closed as a result of the requested operation." This error code may also display as "ERROR_HANDLES_CLOSED" or as the value 0x2A4.

Error Code 677

System error code 677 means "{Too Much Information} The specified access control list (ACL)contained more information than was expected." This error code may also display as "ERROR_EXTRANEOUS_INFORMATION" or as the value 0x2A5.

Error Code 678

System error code 678 means "This warning level status indicates that the transaction state already exists for the registry sub-tree" This error code may also display as "ERROR_RXACT_COMMIT_NECESSARY" or as the value 0x2A6.

Error Code 679

System error code 679 means "{Media Changed} The media may have changed." This error code may also display as "ERROR_MEDIA_CHECK" or as the value 0x2A7.

Error Code 680

System error code 680 means "{GUID Substitution} During the translation of a global identifier (GUID) to a Windows security ID (SID)" This error code may also display as "ERROR_GUID_SUBSTITUTION_MADE" or as the value 0x2A8.

Error Code 681

System error code 681 means "The create operation stopped after reaching a symbolic link" This error code may also display as "ERROR_STOPPED_ON_SYMLINK" or as the value 0x2A9.

Error Code 682

System error code 682 means "A long jump has been executed." This error code may also display as "ERROR_LONGJUMP" or as the value 0x2AA.

Error Code 683

System error code 683 means "The Plug and Play query operation was not successful." This error code may also display as "ERROR_PLUGPLAY_QUERY_VETOED" or as the value 0x2AB.

Error Code 684

System error code 684 means "A frame consolidation has been executed." This error code may also display as "ERROR_UNWIND_CONSOLIDATE" or as the value 0x2AC.

Error Code 685

System error code 685 means "{Registry Hive Recovered} Registry hive (file): %hs was corrupted and it has been recovered. Some data might have been lost." This error code may also display as "ERROR_REGISTRY_HIVE_RECOVERED" or as the value 0x2AD.

Error Code 686

System error code 686 means "The application is attempting to run executable code from the module %hs. This may be insecure. An alternative" This error code may also display as "ERROR_DLL_MIGHT_BE_INSECURE" or as the value 0x2AE.

Error Code 687

System error code 687 means "The application is loading executable code from the module %hs. This is secure" This error code may also display as "ERROR_DLL_MIGHT_BE_INCOMPATIBLE" or as the value 0x2AF.

Error Code 688

System error code 688 means "Debugger did not handle the exception." This error code may also display as "ERROR_DBG_EXCEPTION_NOT_HANDLED" or as the value 0x2B0.

Error Code 689

System error code 689 means "Debugger will reply later." This error code may also display as "ERROR_DBG_REPLY_LATER" or as the value 0x2B1.

Error Code 690

System error code 690 means "Debugger cannot provide handle." This error code may also display as "ERROR_DBG_UNABLE_TO_PROVIDE_HANDLE" or as the value 0x2B2.

Error Code 691

System error code 691 means "Debugger terminated thread." This error code may also display as "ERROR_DBG_TERMINATE_THREAD" or as the value 0x2B3.

Error Code 692

System error code 692 means "Debugger terminated process." This error code may also display as "ERROR_DBG_TERMINATE_PROCESS" or as the value 0x2B4.

Error Code 693

System error code 693 means "Debugger got control C." This error code may also display as "ERROR_DBG_CONTROL_C" or as the value 0x2B5.

Error Code 694

System error code 694 means "Debugger printed exception on control C." This error code may also display as "ERROR_DBG_PRINTEXCEPTION_C" or as the value 0x2B6.

Error Code 695

System error code 695 means "Debugger received RIP exception." This error code may also display as "ERROR_DBG_RIPEXCEPTION" or as the value 0x2B7.

Error Code 696

System error code 696 means "Debugger received control break." This error code may also display as "ERROR_DBG_CONTROL_BREAK" or as the value 0x2B8.

Error Code 697

System error code 697 means "Debugger command communication exception." This error code may also display as "ERROR_DBG_COMMAND_EXCEPTION" or as the value 0x2B9.

Error Code 698

System error code 698 means "{Object Exists} An attempt was made to create an object and the object name already existed." This error code may also display as "ERROR_OBJECT_NAME_EXISTS" or as the value 0x2BA.

Error Code 699

System error code 699 means "{Thread Suspended} A thread termination occurred while the thread was suspended. The thread was resumed" This error code may also display as "ERROR_THREAD_WAS_SUSPENDED" or as the value 0x2BB.

System Error Codes: Code 700 to Code 799


Error Code 700

System error code 700 means "{Image Relocated} An image file could not be mapped at the address specified in the image file. Local fixups must be performed on this image." This error code may also display as "ERROR_IMAGE_NOT_AT_BASE" or as the value 0x2BC.

Error Code 701

System error code 701 means "This informational level status indicates that a specified registry sub-tree transaction state did not yet exist and had to be created." This error code may also display as "ERROR_RXACT_STATE_CREATED" or as the value 0x2BD.

Error Code 702

System error code 702 means "{Segment Load} A virtual DOS machine (VDM) is loading" This error code may also display as "ERROR_SEGMENT_NOTIFICATION" or as the value 0x2BE.

Error Code 703

System error code 703 means "{Invalid Current Directory} The process cannot switch to the startup current directory %hs. Select OK to set current directory to %hs" This error code may also display as "ERROR_BAD_CURRENT_DIRECTORY" or as the value 0x2BF.

Error Code 704

System error code 704 means "{Redundant Read} To satisfy a read request" This error code may also display as "ERROR_FT_READ_RECOVERY_FROM_BACKUP" or as the value 0x2C0.

Error Code 705

System error code 705 means "{Redundant Write} To satisfy a write request" This error code may also display as "ERROR_FT_WRITE_RECOVERY" or as the value 0x2C1.

Error Code 706

System error code 706 means "{Machine Type Mismatch} The image file %hs is valid" This error code may also display as "ERROR_IMAGE_MACHINE_TYPE_MISMATCH" or as the value 0x2C2.

Error Code 707

System error code 707 means "{Partial Data Received} The network transport returned partial data to its client. The remaining data will be sent later." This error code may also display as "ERROR_RECEIVE_PARTIAL" or as the value 0x2C3.

Error Code 708

System error code 708 means "{Expedited Data Received} The network transport returned data to its client that was marked as expedited by the remote system." This error code may also display as "ERROR_RECEIVE_EXPEDITED" or as the value 0x2C4.

Error Code 709

System error code 709 means "{Partial Expedited Data Received} The network transport returned partial data to its client and this data was marked as expedited by the remote system. The remaining data will be sent later." This error code may also display as "ERROR_RECEIVE_PARTIAL_EXPEDITED" or as the value 0x2C5.

Error Code 710

System error code 710 means "{TDI Event Done} The TDI indication has completed successfully." This error code may also display as "ERROR_EVENT_DONE" or as the value 0x2C6.

Error Code 711

System error code 711 means "{TDI Event Pending} The TDI indication has entered the pending state." This error code may also display as "ERROR_EVENT_PENDING" or as the value 0x2C7.

Error Code 712

System error code 712 means "Checking file system on %wZ" This error code may also display as "ERROR_CHECKING_FILE_SYSTEM" or as the value 0x2C8.

Error Code 713

System error code 713 means "{Fatal Application Exit} %hs" This error code may also display as "ERROR_FATAL_APP_EXIT" or as the value 0x2C9.

Error Code 714

System error code 714 means "The specified registry key is referenced by a predefined handle." This error code may also display as "ERROR_PREDEFINED_HANDLE" or as the value 0x2CA.

Error Code 715

System error code 715 means "{Page Unlocked} The page protection of a locked page was changed to 'No Access' and the page was unlocked from memory and from the process." This error code may also display as "ERROR_WAS_UNLOCKED" or as the value 0x2CB.

Error Code 716

System error code 716 means "%hs" This error code may also display as "ERROR_SERVICE_NOTIFICATION" or as the value 0x2CC.

Error Code 717

System error code 717 means "{Page Locked} One of the pages to lock was already locked." This error code may also display as "ERROR_WAS_LOCKED" or as the value 0x2CD.

Error Code 718

System error code 718 means "Application popup: %1 : %2" This error code may also display as "ERROR_LOG_HARD_ERROR" or as the value 0x2CE.

Error Code 719

System error code 719 means "ERROR_ALREADY_WIN32" This error code may also display as "ERROR_ALREADY_WIN32" or as the value 0x2CF.

Error Code 720

System error code 720 means "{Machine Type Mismatch} The image file %hs is valid" This error code may also display as "ERROR_IMAGE_MACHINE_TYPE_MISMATCH_EXE" or as the value 0x2D0.

Error Code 721

System error code 721 means "A yield execution was performed and no thread was available to run." This error code may also display as "ERROR_NO_YIELD_PERFORMED" or as the value 0x2D1.

Error Code 722

System error code 722 means "The resumable flag to a timer API was ignored." This error code may also display as "ERROR_TIMER_RESUME_IGNORED" or as the value 0x2D2.

Error Code 723

System error code 723 means "The arbiter has deferred arbitration of these resources to its parent" This error code may also display as "ERROR_ARBITRATION_UNHANDLED" or as the value 0x2D3.

Error Code 724

System error code 724 means "The inserted CardBus device cannot be started because of a configuration error on "%hs"." This error code may also display as "ERROR_CARDBUS_NOT_SUPPORTED" or as the value 0x2D4.

Error Code 725

System error code 725 means "The CPUs in this multiprocessor system are not all the same revision level. To use all processors the operating system restricts itself to the features of the least capable processor in the system. Should problems occur with this system" This error code may also display as "ERROR_MP_PROCESSOR_MISMATCH" or as the value 0x2D5.

Error Code 726

System error code 726 means "The system was put into hibernation." This error code may also display as "ERROR_HIBERNATED" or as the value 0x2D6.

Error Code 727

System error code 727 means "The system was resumed from hibernation." This error code may also display as "ERROR_RESUME_HIBERNATION" or as the value 0x2D7.

Error Code 728

System error code 728 means "Windows has detected that the system firmware (BIOS) was updated [previous firmware date = %2" This error code may also display as "ERROR_FIRMWARE_UPDATED" or as the value 0x2D8.

Error Code 729

System error code 729 means "A device driver is leaking locked I/O pages causing system degradation. The system has automatically enabled tracking code in order to try and catch the culprit." This error code may also display as "ERROR_DRIVERS_LEAKING_LOCKED_PAGES" or as the value 0x2D9.

Error Code 730

System error code 730 means "The system has awoken" This error code may also display as "ERROR_WAKE_SYSTEM" or as the value 0x2DA.

Error Code 731

System error code 731 means "ERROR_WAIT_1" This error code may also display as "ERROR_WAIT_1" or as the value 0x2DB.

Error Code 732

System error code 732 means "ERROR_WAIT_2" This error code may also display as "ERROR_WAIT_2" or as the value 0x2DC.

Error Code 733

System error code 733 means "ERROR_WAIT_3" This error code may also display as "ERROR_WAIT_3" or as the value 0x2DD.

Error Code 734

System error code 734 means "ERROR_WAIT_63" This error code may also display as "ERROR_WAIT_63" or as the value 0x2DE.

Error Code 735

System error code 735 means "ERROR_ABANDONED_WAIT_0" This error code may also display as "ERROR_ABANDONED_WAIT_0" or as the value 0x2DF.

Error Code 736

System error code 736 means "ERROR_ABANDONED_WAIT_63" This error code may also display as "ERROR_ABANDONED_WAIT_63" or as the value 0x2E0.

Error Code 737

System error code 737 means "ERROR_USER_APC" This error code may also display as "ERROR_USER_APC" or as the value 0x2E1.

Error Code 738

System error code 738 means "ERROR_KERNEL_APC" This error code may also display as "ERROR_KERNEL_APC" or as the value 0x2E2.

Error Code 739

System error code 739 means "ERROR_ALERTED" This error code may also display as "ERROR_ALERTED" or as the value 0x2E3.

Error Code 740

System error code 740 means "The requested operation requires elevation." This error code may also display as "ERROR_ELEVATION_REQUIRED" or as the value 0x2E4.

Error Code 741

System error code 741 means "A reparse should be performed by the Object Manager since the name of the file resulted in a symbolic link." This error code may also display as "ERROR_REPARSE" or as the value 0x2E5.

Error Code 742

System error code 742 means "An open/create operation completed while an oplock break is underway." This error code may also display as "ERROR_OPLOCK_BREAK_IN_PROGRESS" or as the value 0x2E6.

Error Code 743

System error code 743 means "A new volume has been mounted by a file system." This error code may also display as "ERROR_VOLUME_MOUNTED" or as the value 0x2E7.

Error Code 744

System error code 744 means "This success level status indicates that the transaction state already exists for the registry sub-tree" This error code may also display as "ERROR_RXACT_COMMITTED" or as the value 0x2E8.

Error Code 745

System error code 745 means "This indicates that a notify change request has been completed due to closing the handle which made the notify change request." This error code may also display as "ERROR_NOTIFY_CLEANUP" or as the value 0x2E9.

Error Code 746

System error code 746 means "{Connect Failure on Primary Transport} An attempt was made to connect to the remote server %hs on the primary transport" This error code may also display as "ERROR_PRIMARY_TRANSPORT_CONNECT_FAILED" or as the value 0x2EA.

Error Code 747

System error code 747 means "Page fault was a transition fault." This error code may also display as "ERROR_PAGE_FAULT_TRANSITION" or as the value 0x2EB.

Error Code 748

System error code 748 means "Page fault was a demand zero fault." This error code may also display as "ERROR_PAGE_FAULT_DEMAND_ZERO" or as the value 0x2EC.

Error Code 749

System error code 749 means "Page fault was a demand zero fault." This error code may also display as "ERROR_PAGE_FAULT_COPY_ON_WRITE" or as the value 0x2ED

Error Code 750

System error code 750 means "Page fault was a demand zero fault." This error code may alsodisplay as "ERROR_PAGE_FAULT_GUARD_PAGE" or as the value 0x2EE.

Error Code 751

System error code 751 means "Page fault was satisfied by reading from a secondary storage device." This error code may also display as "ERROR_PAGE_FAULT_PAGING_FILE" or as the value 0x2EF.

Error Code 752

System error code 752 means "Cached page was locked during operation." This error code may also display as "ERROR_CACHE_PAGE_LOCKED" or as the value 0x2F0.

Error Code 753

System error code 753 means "Crash dump exists in paging file." This error code may also display as "ERROR_CRASH_DUMP" or as the value 0x2F1.

Error Code 754

System error code 754 means "Specified buffer contains all zeros." This error code may also display as "ERROR_BUFFER_ALL_ZEROS" or as the value 0x2F2.

Error Code 755

System error code 755 means "A reparse should be performed by the Object Manager since the name of the file resulted in a symbolic link." This error code may also display as "ERROR_REPARSE_OBJECT" or as the value 0x2F3.

Error Code 756

System error code 756 means "The device has succeeded a query-stop and its resource requirements have changed." This error code may also display as "ERROR_RESOURCE_REQUIREMENTS_CHANGED" or as the value 0x2F4.

Error Code 757

System error code 757 means "The translator has translated these resources into the global space and no further translations should be performed." This error code may also display as "ERROR_TRANSLATION_COMPLETE" or as the value 0x2F5.

Error Code 758

System error code 758 means "A process being terminated has no threads to terminate." This error code may also display as "ERROR_NOTHING_TO_TERMINATE" or as the value 0x2F6.

Error Code 759

System error code 759 means "The specified process is not part of a job." This error code may also display as "ERROR_PROCESS_NOT_IN_JOB" or as the value 0x2F7.

Error Code 760

System error code 760 means "The specified process is part of a job." This error code may also display as "ERROR_PROCESS_IN_JOB" or as the value 0x2F8.

Error Code 761

System error code 761 means "{Volume Shadow Copy Service} The system is now ready for hibernation." This error code may also display as "ERROR_VOLSNAP_HIBERNATE_READY" or as the value 0x2F9.

Error Code 762

System error code 762 means "A file system or file system filter driver has successfully completed an FsFilter operation." This error code may also display as "ERROR_FSFILTER_OP_COMPLETED_SUCCESSFULLY" or as the value 0x2FA.

Error Code 763

System error code 763 means "The specified interrupt vector was already connected." This error code may also display as "ERROR_INTERRUPT_VECTOR_ALREADY_CONNECTED" or as the value 0x2FB.

Error Code 764

System error code 764 means "The specified interrupt vector is still connected." This error code may also display as "ERROR_INTERRUPT_STILL_CONNECTED" or as the value 0x2FC.

Error Code 765

System error code 765 means "An operation is blocked waiting for an oplock." This error code may also display as "ERROR_WAIT_FOR_OPLOCK" or as the value 0x2FD.

Error Code 766

System error code 766 means "Debugger handled exception" This error code may also display as "ERROR_DBG_EXCEPTION_HANDLED" or as the value 0x2FE.

Error Code 767

System error code 767 means "Debugger continued" This error code may also display as "ERROR_DBG_CONTINUE" or as the value 0x2FF.

Error Code 768

System error code 768 means "An exception occurred in a user mode callback and the kernel callback frame should be removed." This error code may also display as "ERROR_CALLBACK_POP_STACK" or as the value 0x300.

Error Code 769

System error code 769 means "Compression is disabled for this volume." This error code may also display as "ERROR_COMPRESSION_DISABLED" or as the value 0x301.

Error Code 770

System error code 770 means "The data provider cannot fetch backwards through a result set." This error code may also display as "ERROR_CANTFETCHBACKWARDS" or as the value 0x302.

Error Code 771

System error code 771 means "The data provider cannot scroll backwards through a result set." This error code may also display as "ERROR_CANTSCROLLBACKWARDS" or as the value 0x303.

Error Code 772

System error code 772 means "The data provider requires that previously fetched data is released before asking for more data." This error code may also display as "ERROR_ROWSNOTRELEASED" or as the value 0x304.

Error Code 773

System error code 773 means "The data provider was not able to interpret the flags set for a column binding in an accessor." This error code may also display as "ERROR_BAD_ACCESSOR_FLAGS" or as the value 0x305.

Error Code 774

System error code 774 means "One or more errors occurred while processing the request." This error code may also display as "ERROR_ERRORS_ENCOUNTERED" or as the value 0x306.

Error Code 775

System error code 775 means "The implementation is not capable of performing the request." This error code may also display as "ERROR_NOT_CAPABLE" or as the value 0x307.

Error Code 776

System error code 776 means "The client of a component requested an operation which is not valid given the state of the component instance." This error code may also display as "ERROR_REQUEST_OUT_OF_SEQUENCE" or as the value 0x308.

Error Code 777

System error code 777 means "A version number could not be parsed." This error code may also display as "ERROR_VERSION_PARSE_ERROR" or as the value 0x309.

Error Code 778

System error code 778 means "The iterator's start position is invalid." This error code may also display as "ERROR_BADSTARTPOSITION" or as the value 0x30A.

Error Code 779

System error code 779 means "The hardware has reported an uncorrectable memory error." This error code may also display as "ERROR_MEMORY_HARDWARE" or as the value 0x30B.

Error Code 780

System error code 780 means "The attempted operation required self healing to be enabled." This error code may also display as "ERROR_DISK_REPAIR_DISABLED" or as the value 0x30C.

Error Code 781

System error code 781 means "The Desktop heap encountered an error while allocatingsession memory. There is more information in the system event log." This error code may also display as "ERROR_INSUFFICIENT_RESOURCE_FOR_SPECIFIED_SHARED_SECTION_SIZE" or as the value 0x30D.

Error Code 782

System error code 782 means "The system power state is transitioning from %2 to %3." This error code may also display as "ERROR_SYSTEM_POWERSTATE_TRANSITION" or as the value 0x30E.

Error Code 783

System error code 783 means "The system power state is transitioning from %2 to %3 but could enter %4." This error code may also display as "ERROR_SYSTEM_POWERSTATE_COMPLEX_TRANSITION" or as the value 0x30F.

Error Code 784

System error code 784 means "A thread is getting dispatched with MCA EXCEPTION because of MCA." This error code may also display as "ERROR_MCA_EXCEPTION" or as the value 0x310.

Error Code 785

System error code 785 means "Access to %1 is monitored by policy rule %2." This error code may also display as "ERROR_ACCESS_AUDIT_BY_POLICY" or as the value 0x311.

Error Code 786

System error code 786 means "Access to %1 has been restricted by your Administrator by policy rule %2." This error code may also display as "ERROR_ACCESS_DISABLED_NO_SAFER_UI_BY_POLICY" or as the value 0x312.

Error Code 787

System error code 787 means "A valid hibernation file has been invalidated and should be abandoned." This error code may also display as "ERROR_ABANDON_HIBERFILE" or as the value 0x313.

Error Code 788

System error code 788 means "{Delayed Write Failed} Windows was unable to save all the data for the file %hs; the data has been lost. This error may be caused by network connectivity issues. Please try to save this file elsewhere." This error code may also display as "ERROR_LOST_WRITEBEHIND_DATA_NETWORK_DISCONNECTED" or as the value 0x314.

Error Code 789

System error code 789 means "{Delayed Write Failed} Windows was unable to save all the data for the file %hs; the data has been lost. This error was returned by the server on which the file exists. Please try to save this file elsewhere." This error code may also display as "ERROR_LOST_WRITEBEHIND_DATA_NETWORK_SERVER_ERROR" or as the value 0x315.

Error Code 790

System error code 790 means "{Delayed Write Failed} Windows was unable to save all the data for the file %hs; the data has been lost. This error may be caused if the device has been removed or the media is write-protected." This error code may also display as "ERROR_LOST_WRITEBEHIND_DATA_LOCAL_DISK_ERROR" or as the value 0x316.

Error Code 791

System error code 791 means "The resources required for this device conflict with the MCFG table." This error code may also display as "ERROR_BAD_MCFG_TABLE" or as the value 0x317

System Error Codes: Code 900 to Code 999


Error Code 994

System error code 994 means "Access to the extended attribute was denied." This error code may also display as "ERROR_EA_ACCESS_DENIED" or as the value 0x3E2.

Error Code 995

System error code 995 means "The I/O operation has been aborted because of either a thread exit or an application request." This error code may also display as "ERROR_OPERATION_ABORTED" or as the value 0x3E3.

Error Code 996

System error code 996 means "Overlapped I/O event is not in a signaled state." This error code may also display as "ERROR_IO_INCOMPLETE" or as the value 0x3E4.

Error Code 997

System error code 997 means "Overlapped I/O operation is in progress." This error code may also display as "ERROR_IO_PENDING" or as the value 0x3E5.

Error Code 998

System error code 998 means "Invalid access to memory location." This error code may also display as "ERROR_NOACCESS" or as the value 0x3E6.

Error Code 999

System error code 999 means "Error performing inpage operation." This error code may also display as "ERROR_SWAPERROR" or as the value 0x3E7.

System Error Codes: Code 1000 to Code 1099


Error Code 1001

System error code 1001 means "Recursion too deep; the stack overflowed." This error code may also display as "ERROR_STACK_OVERFLOW" or as the value 0x3E9.

Error Code 1002

System error code 1002 means "The window cannot act on the sent message." This error code may also display as "ERROR_INVALID_MESSAGE" or as the value 0x3EA.

Error Code 1003

System error code 1003 means "Cannot complete this function." This error code may also display as "ERROR_CAN_NOT_COMPLETE" or as the value 0x3EB.

Error Code 1004

System error code 1004 means "Invalid flags." This error code may also display as "ERROR_INVALID_FLAGS" or as the value 0x3EC.

Error Code 1005

System error code 1005 means "The volume does not contain a recognized file system. Please make sure that all required file system drivers are loaded and that the volume is not corrupted." This error code may also display as "ERROR_UNRECOGNIZED_VOLUME" or as the value 0x3ED.

Error Code 1006

System error code 1006 means "The volume for a file has been externally altered so that the opened file is no longer valid." This error code may also display as "ERROR_FILE_INVALID" or as the value 0x3EE.

Error Code 1007

System error code 1007 means "The requested operation cannot be performed in full-screen mode." This error code may also display as "ERROR_FULLSCREEN_MODE" or as the value 0x3EF.

Error Code 1008

System error code 1008 means "An attempt was made to reference a token that does not exist." This error code may also display as "ERROR_NO_TOKEN" or as the value 0x3F0.

Error Code 1009

System error code 1009 means "The configuration registry database is corrupt." This error code may also display as "ERROR_BADDB" or as the value 0x3F1.

Error Code 1010

System error code 1010 means "The configuration registry key is invalid." This error code may also display as "ERROR_BADKEY" or as the value 0x3F2.

Error Code 1011

System error code 1011 means "The configuration registry key could not be opened." This error code may also display as "ERROR_CANTOPEN" or as the value 0x3F3.

Error Code 1012

System error code 1012 means "The configuration registry key could not be read." This error code may also display as "ERROR_CANTREAD" or as the value 0x3F4.

Error Code 1013

System error code 1013 means "The configuration registry key could not be written." This error code may also display as "ERROR_CANTWRITE" or as the value 0x3F5.

Error Code 1014

System error code 1014 means "One of the files in the registry database had to be recoveredby use of a log or alternate copy. The recovery was successful." This error code may also display as "ERROR_REGISTRY_RECOVERED" or as the value 0x3F6.

Error Code 1015

System error code 1015 means "The registry is corrupted. The structure of one of the files containing registry data is corrupted or the system's memory image of the file is corrupted or the file could not be recovered because the alternate copy or log was absent or corrupted." This error code may also display as "ERROR_REGISTRY_CORRUPT" or as the value 0x3F7.

Error Code 1016

System error code 1016 means "An I/O operation initiated by the registry failed unrecoverably. The registry could not read in or write out or flush one of the files that contain the system's image of the registry." This error code may also display as "ERROR_REGISTRY_IO_FAILED" or as the value 0x3F8.

Error Code 1017

System error code 1017 means "The system has attempted to load or restore a file into the registry but the specified file is not in a registry file format." This error code may also display as "ERROR_NOT_REGISTRY_FILE" or as the value 0x3F9.

Error Code 1018

System error code 1018 means "Illegal operation attempted on a registry key that has been marked for deletion." This error code may also display as "ERROR_KEY_DELETED" or as the value 0x3FA.

Error Code 1019

System error code 1019 means "System could not allocate the required space in a registry log." This error code may also display as "ERROR_NO_LOG_SPACE" or as the value 0x3FB.

Error Code 1020

System error code 1020 means "Cannot create a symbolic link in a registry key that already has subkeys or values." This error code may also display as "ERROR_KEY_HAS_CHILDREN" or as the value 0x3FC.

Error Code 1021

System error code 1021 means "Cannot create a stable subkey under a volatile parent key." This error code may also display as "ERROR_CHILD_MUST_BE_VOLATILE" or as the value 0x3FD.

Error Code 1022

System error code 1022 means "A notify change request is being completed and the information is not being returned in the caller's buffer. The caller now needs to enumerate the files to find the changes." This error code may also display as "ERROR_NOTIFY_ENUM_DIR" or as the value 0x3FE.

Error Code 1051

System error code 1051 means "A stop control has been sent to a service that other running services are dependent on." This error code may also display as "ERROR_DEPENDENT_SERVICES_RUNNING" or as the value 0x41B.

Error Code 1052

System error code 1052 means "The requested control is not valid for this service." This error code may also display as "ERROR_INVALID_SERVICE_CONTROL" or as the value 0x41C.

Error Code 1053

System error code 1053 means "The service did not respond to the start or control request in a timely fashion." This error code may also display as "ERROR_SERVICE_REQUEST_TIMEOUT" or as the value 0x41D.

Error Code 1054

System error code 1054 means "A thread could not be created for the service." This error code may also display as "ERROR_SERVICE_NO_THREAD" or as the value 0x41E.

Error Code 1055

System error code 1055 means "The service database is locked." This error code may also display as "ERROR_SERVICE_DATABASE_LOCKED" or as the value 0x41F.

Error Code 1056

System error code 1056 means "An instance of the service is already running." This error code may also display as "ERROR_SERVICE_ALREADY_RUNNING" or as the value 0x420.

Error Code 1057

System error code 1057 means "The account name is invalid or does not exist or the password is invalid for the account name specified." This error code may also display as "ERROR_INVALID_SERVICE_ACCOUNT" or as the value 0x421.

Error Code 1058

System error code 1058 means "The service cannot be started either because it is disabled or because it has no enabled devices associated with it." This error code may also display as "ERROR_SERVICE_DISABLED" or as the value 0x422.

Error Code 1059

System error code 1059 means "Circular service dependency was specified." This error code may also display as "ERROR_CIRCULAR_DEPENDENCY" or as the value 0x423.

Error Code 1060

System error code 1060 means "The specified service does not exist as an installed service." This error code may also display as "ERROR_SERVICE_DOES_NOT_EXIST" or as the value 0x424.

Error Code 1061

System error code 1061 means "The service cannot accept control messages at this time." This error code may also display as "ERROR_SERVICE_CANNOT_ACCEPT_CTRL" or as the value 0x425.

Error Code 1062

System error code 1062 means "The service has not been started." This error code may also display as "ERROR_SERVICE_NOT_ACTIVE" or as the value 0x426.

Error Code 1063

System error code 1063 means "The service process could not connect to the servicecontroller." This error code may also display as "ERROR_FAILED_SERVICE_CONTROLLER_CONNECT" or as the value 0x427.

Error Code 1064

System error code 1064 means "An exception occurred in the service when handling the control request." This error code may also display as "ERROR_EXCEPTION_IN_SERVICE" or as the value 0x428.

Error Code 1065

System error code 1065 means "The database specified does not exist." This error code may also display as "ERROR_DATABASE_DOES_NOT_EXIST" or as the value 0x429.

Error Code 1066

System error code 1066 means "The service has returned a service-specific error code." This error code may also display as "ERROR_SERVICE_SPECIFIC_ERROR" or as the value 0x42A.

Error Code 1067

System error code 1067 means "The process terminated unexpectedly." This error code may also display as "ERROR_PROCESS_ABORTED" or as the value 0x42B.

Error Code 1068

System error code 1068 means "The dependency service or group failed to start." This error code may also display as "ERROR_SERVICE_DEPENDENCY_FAIL" or as the value 0x42C.

Error Code 1069

System error code 1069 means "The service did not start due to a logon failure." This error code may also display as "ERROR_SERVICE_LOGON_FAILED" or as the value 0x42D.

Error Code 1070

System error code 1070 means "After starting the service hung in a start-pending state." This error code may also display as "ERROR_SERVICE_START_HANG" or as the value 0x42E.

Error Code 1071

System error code 1071 means "The specified service database lock is invalid." This error code may also display as "ERROR_INVALID_SERVICE_LOCK" or as the value 0x42F.

Error Code 1072

System error code 1072 means "The specified service has been marked for deletion." This error code may also display as "ERROR_SERVICE_MARKED_FOR_DELETE" or as the value 0x430.

Error Code 1073

System error code 1073 means "The specified service already exists." This error code may also display as "ERROR_SERVICE_EXISTS" or as the value 0x431.

Error Code 1074

System error code 1074 means "The system is currently running with the last-known-goodconfiguration." This error code may also display as "ERROR_ALREADY_RUNNING_LKG" or as the value 0x432.

Error Code 1075

System error code 1075 means "The dependency service does not exist or has been marked for deletion." This error code may also display as "ERROR_SERVICE_DEPENDENCY_DELETED" or as the value 0x433.

Error Code 1076

System error code 1076 means "The current boot has already been accepted for use as the last-known-good control set." This error code may also display as "ERROR_BOOT_ALREADY_ACCEPTED" or as the value 0x434.

Error Code 1077

System error code 1077 means "No attempts to start the service have been made since the last boot." This error code may also display as "ERROR_SERVICE_NEVER_STARTED" or as the value 0x435.

Error Code 1078

System error code 1078 means "The name is already in use as either a service name or a service display name." This error code may also display as "ERROR_DUPLICATE_SERVICE_NAME" or as the value 0x436.

Error Code 1079

System error code 1079 means "The account specified for this service is different from the account specified for other services running in the same process." This error code may also display as "ERROR_DIFFERENT_SERVICE_ACCOUNT" or as the value 0x437.

Error Code 1080

System error code 1080 means "Failure actions can only be set for Win32 services not for drivers." This error code may also display as "ERROR_CANNOT_DETECT_DRIVER_FAILURE" or as the value 0x438.

Error Code 1081

System error code 1081 means "This service runs in the same process as the service control manager. Therefore the service control manager cannot take action if this service's processterminates unexpectedly." This error code may also display as "ERROR_CANNOT_DETECT_PROCESS_ABORT" or as the value 0x439.

Error Code 1082

System error code 1082 means "No recovery program has been configured for this service." This error code may also display as "ERROR_NO_RECOVERY_PROGRAM" or as the value 0x43A.

Error Code 1083

System error code 1083 means "The executable program that this service is configured to run in does not implement the service." This error code may also display as "ERROR_SERVICE_NOT_IN_EXE" or as the value 0x43B.

Error Code 1084

System error code 1084 means "This service cannot be started in Safe Mode" This error code may also display as "ERROR_NOT_SAFEBOOT_SERVICE" or as the value 0x43C.























No comments:

Post a Comment