Template:CELL ERROR FACILITY HID - 0x012

From PS3 Developer wiki
Jump to navigation Jump to search

KB errors[edit source]

Name Errorcode Remarks
CELL_KB_ERROR_FATAL 0x80121001
CELL_KB_ERROR_INVALID_PARAMETER 0x80121002
CELL_KB_ERROR_ALREADY_INITIALIZED 0x80121003
CELL_KB_ERROR_UNINITIALIZED 0x80121004
CELL_KB_ERROR_RESOURCE_ALLOCATION_FAILED 0x80121005
CELL_KB_ERROR_DATA_READ_FAILED 0x80121006
CELL_KB_ERROR_NO_DEVICE 0x80121007
CELL_KB_ERROR_SYS_SETTING_FAILED 0x80121008

PAD errors[edit source]

Name Errorcode Remarks
CELL_PAD_ERROR_FATAL 0x80121101
CELL_PAD_ERROR_INVALID_PARAMETER 0x80121102
CELL_PAD_ERROR_ALREADY_INITIALIZED 0x80121103
CELL_PAD_ERROR_UNINITIALIZED 0x80121104
CELL_PAD_ERROR_RESOURCE_ALLOCATION_FAILED 0x80121105
CELL_PAD_ERROR_DATA_READ_FAILED 0x80121106
CELL_PAD_ERROR_NO_DEVICE 0x80121107
CELL_PAD_ERROR_UNSUPPORTED_GAMEPAD 0x80121108
CELL_PAD_ERROR_TOO_MANY_DEVICES 0x80121109
CELL_PAD_ERROR_EBUSY 0x8012110a

MOUSE errors[edit source]

Name Errorcode Remarks
CELL_MOUSE_ERROR_FATAL 0x80121201
CELL_MOUSE_ERROR_INVALID_PARAMETER 0x80121202
CELL_MOUSE_ERROR_ALREADY_INITIALIZED 0x80121203
CELL_MOUSE_ERROR_UNINITIALIZED 0x80121204
CELL_MOUSE_ERROR_RESOURCE_ALLOCATION_FAILED 0x80121205
CELL_MOUSE_ERROR_DATA_READ_FAILED 0x80121206
CELL_MOUSE_ERROR_NO_DEVICE 0x80121207
CELL_MOUSE_ERROR_SYS_SETTING_FAILED 0x80121208

K2C errors[edit source]

Name Errorcode Remarks
CELL_K2C_ERROR_FATAL 0x80121301
CELL_K2C_ERROR_INVALID_HANDLE 0x80121302
CELL_K2C_ERROR_INVALID_PARAMETER 0x80121303
CELL_K2C_ERROR_ALREADY_INITIALIZED 0x80121304
CELL_K2C_ERROR_UNINITIALIZED 0x80121305
CELL_K2C_ERROR_OTHER 0x80121306

PADFILTER errors[edit source]

Name Errorcode Remarks
CELL_PADFILTER_ERROR_INVALID_PARAMETER 0x80121401

GEM errors[edit source]

Name Errorcode Remarks
CELL_GEM_ERROR_RESOURCE_ALLOCATION_FAILED 0x80121801 libgem initialization failed to allocate the required resources.
CELL_GEM_ERROR_ALREADY_INITIALIZED 0x80121802 libgem initialization failed as the library is already initialized.
CELL_GEM_ERROR_UNINITIALIZED 0x80121803 Call failed because libgem is not initialized.
CELL_GEM_ERROR_INVALID_PARAMETER 0x80121804 Call failed because one or more parameters passed was not valid.
CELL_GEM_ERROR_INVALID_ALIGNMENT 0x80121805 Call failed because the video buffer could not be read.
CELL_GEM_ERROR_UPDATE_NOT_FINISHED 0x80121806 cellGemUpdateStart() call failed because it was called before cellGemUpdateFinish() completed.
CELL_GEM_ERROR_UPDATE_NOT_STARTED 0x80121807 cellGemUpdateFinish() call failed because it was called before cellGemUpdateStart().
CELL_GEM_ERROR_CONVERT_NOT_FINISHED 0x80121808 cellGemConvertVideoStart() call failed because it was called before cellGemConvertVideoFinish().
CELL_GEM_ERROR_CONVERT_NOT_STARTED 0x80121809 cellGemConvertVideoFinish() call failed because it was called before cellGemConvertVideoStart().
CELL_GEM_ERROR_WRITE_NOT_FINISHED 0x8012180A cellGemWriteExternalPort() call failed because it was called before previous cellGemWriteExternalPort() completed.
CELL_GEM_ERROR_NOT_A_HUE 0x8012180B Returned by cellGemGetTrackerHue() if the controller is not currently being tracked.