This topic lists XTF specific errors that can be returned by any of the remote console tools or XTF APIs. Note that this is not a complete list of possible error codes and it is possible for an error code to be returned that is not on this list.
| HRESULT | Message ID | Error Text | Action |
|---|---|---|---|
| (0x8C1101FF) | E_PROTOCOL_MISMATCH | Protocol mismatch between PC and devkit | There is a version mismatch between the server software and this application. You will need to update your client and/or server to ensure that both are up to date. |
| (0x8C1101FE) | E_AGENT_PROHIBITED | The remote agent is prohibited | None |
| (0x8C1101FD) | E_EXTENSION_NOT_FOUND | The specified extension was not found | The required service on the console is not available. Verify that your console has been setup as a devkit and provisioned. |
| (0x8C1101FC) | E_SESSION_NOT_FOUND | The specified session was not found | None |
| (0x8C1101FB) | E_OPERATION_NOT_FOUND | The specified operation was not found | The required service on the console is not available. Verify that your console has been setup as a devkit and provisioned. |
| (0x8C1101F9) | E_SERVER_AGENT_FAILURE | The remote agent encountered an error | None |
| (0x8C1101F8) | E_EXTENSION_FAILURE | The remote extension encountered an error | None |
| (0x8C1101FA) | E_EXTENSION_REDIRECT | The remote extension was redirected | None |
| (0x8C1102FF) | E_UNEXPECTED_MSG_DISCONNECT | Unexpected message type received | None |
| (0x8C1102FE) | E_UNEXPECTED_MSG_SESSION_REQ | Unexpected message type received | None |
| (0x8C1102FD) | E_UNEXPECTED_MSG_SESSION_RESP | Unexpected message type received | None |
| (0x8C1102FC) | E_UNEXPECTED_MSG_CLOSE_SESSION | Unexpected message type received | None |
| (0x8C110201) | E_UNEXPECTED_MSG_ONEWAY | Unexpected message type received | None |
| (0x8C110202) | E_UNEXPECTED_MSG_BEGIN | Unexpected message type received | None |
| (0x8C110203) | E_UNEXPECTED_MSG_MORE | Unexpected message type received | None |
| (0x8C110204) | E_UNEXPECTED_MSG_END | Unexpected message type received | None |
| (0x8C110301) | E_UNEXPECTED_SEND_ERROR | An unexpected send error occurred | None |
| (0x8C110302) | E_INCOMPLETE_BUFFER_SEND | An unexpected send error occurred | None |
| (0x8C110303) | E_COULD_NOT_CONNECT | Failed to connect to the specified devkit | No connection could be made to the target console. Verify the specified HostName or IP address. Check firewall, network settings, and ability to ping the console. |
| (0x8C110304) | E_COULD_NOT_OPEN_PORT | Failed to open the specified port | The Xbox tool server does not appear to be running on the Xbox console. Verify that it is operational, and then try again. |
| (0x8C110305) | E_UNEXPECTED_SERVER_SOCKET | An unexpected transport error occurred | None |
| (0x8C110306) | E_UNEXPECTED_EXCHANGE_ID | An unexpected transport error occurred | None |
| (0x8C110307) | E_REDIRECT_NOT_SPECIFIED | An unexpected transport error occurred | None |
| (0x8C110308) | E_INVALID_REDIRECT_FORMAT | An unexpected transport error occurred | None |
| (0x8C110309) | E_UNEXPECTED_HEADER_MISSING | An unexpected transport error occurred | None |
| (0x8C11030A) | E_SOCKET_CLOSED | Connection closed | None |
| (0x8C11030B) | E_INCOMPLETE_BUFFER_RECEIVE | A message was not completely received before timeout | The request to the Xbox console has timed out. Please verify your connection to the server, and then try again. |
| (0x8C110401) | E_UNEXPECTED_JSON_TRANSLATION | An unexpected message was received | None |
| (0x8C110402) | E_JSON_BODY_FORMAT | An unexpected message was received | None |
| (0x8C110403) | E_DISCONNECT_RECEIVED | The session with the console was closed | None |
| (0x8C110404) | E_CLOSE_SESSION_RECEIVED | The session with the console was closed | None |
| (0x8C110405) | E_SESSION_CLOSED | The session with the console was closed | None |
| (0x8C110406) | E_HOST_IP_NOT_AVAILABLE | Unrecognized error | None |
| (0x8C110407) | E_NO_IPADDRESS_IN_CONNSTR | No devkit address supplied | Run xbconnect or use the /X switch to specify a console address. |
| (0x8C110408) | E_INVALID_VM_TARGET | The VM target in the devkit address is not valid | None |
| (0x8C110409) | E_HANDLER_EXITED | Unrecognized error | None |
| (0x8C11040A) | E_SYS_HOST_UNRECEIVED | Unrecognized error | None |
| (0x8C11040B) | E_INVALID_SESSION_KEY | Access to this console is limited and requires specifying the correct key to access | You must supply the correct access key for this console. You can reset the access key in the Developer Settings page on the console. |
| (0x8C11040C) | E_OPERATION_ID_OUT_OF_RANGE | Unrecognized error | None |
| (0x8C11040D) | E_TITLE_VM_NOT_AVAILABLE | Title is not running on target console | Start the title and re-try the command. |
| (0x8C11040E) | E_SYSTEM_NOT_READY | The system has not finished booting. Re-try the command after a short wait. | This means that the remote transport listener is up and running, but it knows that the system is still booting and many fundamental services are not yet ready. The remote transport listener waits until the system has reached a certain minimum point of readiness before allowing incoming requests, as otherwise the results are unpredictable. |
| (0x8C11040F) | E_UNNECESSARY_SESSION_KEY | An unnecessary session key was received. | None. |
| 0x8D160100 | E_XTFAPP_PACKAGE_NOT_REGISTERED | The package is not registered on the console. | This will occur if the game you’re trying to query isn’t installed on the console you’re connected to. |
| 0x8D160101 | E_XTFAPP_PACKAGE_NOT_FOUND | The package was not found. | Check the path or package name. |
| 0x8D160102 | E_XTFAPP_PACKAGE_INVALID | The package is invalid, or contains invalid features. | Check that the package is a valid Xbox One package. |
| 0x8D160103 | E_XTFAPP_PACKAGE_SIGNATURE_INVALID | The package doesn’t appear to have a valid signature. | |
| 0x8D160104 | E_XTFAPP_PACKAGE_MISSING_REQUIRED_FILE | The package is missing a required file. | Check the package contents. |
| 0x8D160105 | E_XTFAPP_PACKAGE_CORRUPT | The package appears to be corrupt. | Check the package. |
| 0x8D160106 | E_XTFAPP_PACKAGE_MANIFEST_INVALID | The package’s appxmanifest appears to be invalid. | Run this command again using the /VM flag to enable detailed manifest validation. |
| 0x8D160107 | E_XTFAPP_PACKAGE_REMOVE_FAILED | The package could not be removed. | Verify the package is installed. |
| 0x8D160108 | E_XTFAPP_PACKAGE_INSTALL_CONFLICT | The content id of the package differs from the content id of the currently registered package. | Uninstall the existing package first. |
| 0x8D160109 | E_XTFAPP_PACKAGE_IN_USE | The package could not be accessed because it is in use by the system. | Retry the operation or reboot the console. |
| 0x8D16010A | E_XTFAPP_PACKAGE_ENCRYPTION_INVALID | The package does not appear to have a valid encryption. | |
| 0x8D16010B | E_XTFAPP_PACKAGE_DOWNGRADE | The package could not be installed because a higher version of this package is already installed. | |
| 0x8D16010C | E_XTFAPP_PACKAGE_ALREADY_EXISTS | The package being installed already exists. | Uninstall the existing package first. |
| 0x8D16010D | E_XTFAPP_PACKAGE_UPDATE_CONFLICT | The package being updated does not exist or there is a contentid or encryption mismatch. | Check that the package can be updated. |
| 0x8D16010E | E_XTFAPP_PACKAGE_MOUNT_REF_COUNT | Installation of this package has failed. | You must reboot this console before attempting another installation. |
| 0x8D16010F | E_XTFAPP_PACKAGE_SYM_LINK | One or more installed packages have become corrupted. | You should factory reset this console. |
| 0x8D160110 | E_XTFAPP_PACKAGE_DEPLOY_TYPE_INVALID | The package was not deployed with folder based deployment. | Use xbapp uninstall to remove the package. |
| 0x8D160111 | E_XTFAPP_PACKAGE_MISSING_GAMEOS | Unable to find a Game OS for this package. | Ensure ERA.xvd is included in the package contents. |
| 0x8D160112 | E_XTFAPP_DISK_FULL | The package could not be installed because there is not enough storage on the console. | |
| 0x8D160113 | E_XTFAPP_PACKAGE_REGISTRATION_FAILED | Registration of the package failed. It is possible this is due to a bad or inaccessible appxmanifest or other registration files. | Verify all files are available and run this command again using the /VM flag to enable detailed manifest validation. |
| 0x8D160120 | E_XTFAPP_APPLICATION_NOT_FOUND | The application was not found. Please check the app id for accuracy. | |
| 0x8D160121 | E_XTFAPP_APPLICATION_ID_INVALID | The application parameter is missing or invalid. | |
| 0x8D160122 | E_XTFAPP_APPLICATION_EXITED_BEFORE_ACTIVATION_COMPLETE | The application has exited or crashed before completing activation. | |
| 0x8D160123 | E_XTFAPP_APPLICATION_TIMED_OUT | The application did not complete activation in the required time. | |
| 0x8D160124 | E_XTFAPP_APPLICATION_EXITED_BEFORE_PROCESS_START | The application did not start properly. | Verify the executable and its dependencies are valid and that the executable initializes the application model. |
| 0x8D160130 | E_XTFAPP_PLM_MISMATCHED_IDENTIFIER | The package name specified is not in the expected format. | Ensure the correct package name is passed in. |
| 0x8D160131 | E_XTFAPP_PLM_STATE_CHANGE_INVALID | The package is not in a valid state to make the requested transition. | |
| 0x8D160132 | E_XTFAPP_PLM_PACKAGE_TYPE_INVALID | The requested operation is not valid for this package type. | |
| 0x8D160133 | E_XTFAPP_PLM_PLATFORM_NOT_READY | The operation failed because the console cannot process app requests at this time. | Reboot the console and try again. |
| 0x8D160134 | E_XTFAPP_PLM_EXEMPT | The target package is exempt from this operation. | |
| 0x8D160135 | E_XTFAPP_PLM_APP_SWITCH_FAILED | The attempt to switch apps failed. | |
| 0x8D160136 | E_XTFAPP_PLM_REQUIRES_DEBUGGING | This operation requires debug mode. See ‘xbapp help debug’ for more information. | |
| 0x8D160137 | E_XTFAPP_PLM_REQUIRES_NO_DEBUGGING | This operation cannot be performed under debug mode. See ‘xbapp help nodebug’ for more information. | |
| 0x8D160138 | E_XTFAPP_PLM_NOT_ACTIVE | The package does not appear to be currently running. | |
| 0x8D160139 | E_XTFAPP_PLM_REGISTRY | The registry on your console appears to be corrupted. | Reboot the console and try again. If this error persists, use ‘xbcleanup /F’ to factory reset your console. |
| 0x8D16013A | E_XTFAPP_PLM | An unexpected error occurred. | Reboot the console and try again. |
| 0x8D16013B | E_XTFAPP_PLM_DEBUG_TERMINATE | The package must be terminated before changing debug mode. | |
| 0x8D16013C | E_XTFAPP_PLM_STATE_CHANGE_TIMEOUT | The operation timed out while waiting for the application to reach the desired state. | Use xbapp query to view the state of the application. |
| 0x8D160150 | E_XTFAPP_XBL_TITLE_CONFIG | The application failed because of an error in the Xbox LIVE configuration. | Verify the application’s Xbox LIVE configuration. |
| 0x8D160151 | E_XTFAPP_XBL_TITLE_CONFIG_ACCESS | The application failed because Xbox LIVE rejected the title. | Verify the application’s Xbox LIVE configuration and that you or this console have access to the title. |
| 0x8D160152 | E_XTFAPP_XBL_TITLE_CONFIG_UNKNOWN | The application failed because the title is not configured in Xbox LIVE. | Verify the application’s Xbox LIVE configuration. |
| 0x8D160153 | E_XTFAPP_XBL_SYSTEM_UPDATE_REQUIRED | This console needs to be updated to the latest recovery before you can install this package. | Install the latest recovery from XGD and try again. |
| 0x8D160154 | E_XTFAPP_MULTIPLE_PACKAGES_IN_FAMILY | Multiple installed packages have the same package family name. | |
| 0x8D160160 | E_XTFAPP_LICENSE | Licensing failed for an unknown reason. | Verify the package’s Xbox LIVE configuration, your console’s local and Xbox LIVE configuration. |
| 0x8D160161 | E_XTFAPP_LICENSE_CONTENT_NOT_CONFIGURED | Licensing failed because a license is not configured in Xbox LIVE. | Verify the package’s Xbox LIVE configuration. |
| 0x8D160162 | E_XTFAPP_LICENSE_SERVICE | Licensing failed because of an Xbox LIVE service error. | Wait and try again later. |
| 0x8D160163 | E_XTFAPP_LICENSE_SERVICE_INTERFACE | Licensing failed because the console requested the license incorrectly. | Verify your console is properly configured. |
| 0x8D160164 | E_XTFAPP_LICENSE_CONTENT_NOT_OWNED | Licensing failed because no current user nor this console own the content. | Purchase the content. |
| 0x8D160165 | E_XTFAPP_LICENSE_REGION | Licensing failed because it is not available in this geographic region. | Change your location to a valid region. |
| 0x8D160166 | E_XTFAPP_LICENSE_CONTENT_REQUIRES_USER | Licensing failed because it requires a user to be signed in. | Sign in a user who is entitled to the content. |
| 0x8D160167 | E_XTFAPP_LICENSE_CONCURRENCY | Licensing failed because too many licenses are currently being used. | |
| 0x8D160168 | E_XTFAPP_LICENSE_CONTENT_CONFIGURATION | Licensing failed because of an error in the Xbox LIVE configuration. | Verify the package’s Xbox LIVE configuration. |
| 0x8D160169 | E_XTFAPP_LICENSE_ROOT | Licensing failed because the console does not have a usable user or console root license and could not acquire one. | |
| 0x8D16016A | E_XTFAPP_OUT_OF_DISK_SPACE | There is not enough disk space on your console. Please free up some space and try again. | |
| 0x8D160170 | E_XTFAPP_MISSING_DEPENDENCY | Failed to resolve one or more dependencies. | Check the appxmanifest for PackageDependency nodes and make sure all stated dependencies (vclibs, WinJS, package-specific…) are installed before attempting to deploy the package. |
| 0x8D160171 | E_XTFAPP_BAD_STORAGE_DEVICE | Failed to find the specified storage device. | Make sure the device is valid and correctly attached to the console before attempting to deploy the package. |
| 0x8D160172 | E_XTFAPP_INVALID_SPECIFIERS | Failed to find one or more of the supplied specifiers in the target package. | Please verify your specifiers are correct and try again. |
| 0x8D160FFF | E_XTFAPP_UNEXPECTED | An unexpected error has occurred. |