Difference between revisions of "Error codes"

From Vita Development Wiki
Jump to navigation Jump to search
Line 7: Line 7:
 
! Name !! Hex !! Error code !! Remarks
 
! Name !! Hex !! Error code !! Remarks
 
|-
 
|-
| || 0x800f0029 || C1-6432-5 || SceSblAuthMgrForKernel_0x89CCDA2C / SceSblAuthMgrForKernel_0xBC422443: Returned after a failed SceSblAuthMgrForKernel_0xF3411881 (?)
+
| || 0x800f0029 || C1-6432-5 || [[SceSblAuthMgr#sceSblAuthMgrLoadSelfSegmentForKernel|sceSblAuthMgrLoadSelfSegmentForKernel]] / [[SceSblAuthMgr#sceSblAuthMgrLoadSelfBlockForKernel|sceSblAuthMgrLoadSelfBlockForKernel]]: Returned after a failed [[SceSblAuthMgr#sceSblAuthMgrAuthHeaderForKernel|sceSblAuthMgrAuthHeaderForKernel]] (?)
 
|-
 
|-
| || 0x800f0516 || C1-6703-6 || SCE_SBL_ERROR_SRTC_EINVAL, happens when trying to run PSM
+
| SCE_SBL_ERROR_SRTC_EINVAL || 0x800f0516 || C1-6703-6 || "You must update this application", happens when trying to run PSM Dev Assistant
 
|-
 
|-
| || 0x800f0616 || C1-6761-0 || SceSblAuthMgrForKernel_0xF3411881: FW version mismatch (?)
+
| || 0x800f0616 || C1-6761-0 || [[SceSblAuthMgr#sceSblAuthMgrAuthHeaderForKernel|sceSblAuthMgrAuthHeaderForKernel]]: FW version mismatch (?)
 
|-
 
|-
| || 0x800f0b32 || C1-7079-3 || SceSblAuthMgrForKernel_0xF3411881: Invalid [[SceKernelModulemgr#Partition Code|partition code]]
+
| || 0x800f0b32 || C1-7079-3 || [[SceSblAuthMgr#sceSblAuthMgrAuthHeaderForKernel|sceSblAuthMgrAuthHeaderForKernel]]: Invalid [[SceSblACMgr#PathId|PathId]]
 
|}
 
|}

Revision as of 21:02, 2 December 2018

0x800f

These seem to be coming from various signature checks/crypto routines.

Name Hex Error code Remarks
0x800f0029 C1-6432-5 sceSblAuthMgrLoadSelfSegmentForKernel / sceSblAuthMgrLoadSelfBlockForKernel: Returned after a failed sceSblAuthMgrAuthHeaderForKernel (?)
SCE_SBL_ERROR_SRTC_EINVAL 0x800f0516 C1-6703-6 "You must update this application", happens when trying to run PSM Dev Assistant
0x800f0616 C1-6761-0 sceSblAuthMgrAuthHeaderForKernel: FW version mismatch (?)
0x800f0b32 C1-7079-3 sceSblAuthMgrAuthHeaderForKernel: Invalid PathId