Below is a list of system error codes from Code 100 to Code 199, along with a description of what the error code means.
Looking for system error codes outside of this range? See my Complete List of System Error Codes for error code details from Code 1 to Code 15299.
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.