Strings: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 137: | Line 137: | ||
SPU tag count Prxy tag count SPU Sb/Lb/Fb Prxy Sb/Fb | SPU tag count Prxy tag count SPU Sb/Lb/Fb Prxy Sb/Fb | ||
#%02d %02d #%02d %02d #%02d %1d #%02d %1d #%1x %c%c%c %c%c | #%02d %02d #%02d %02d #%02d %1d #%02d %1d #%1x %c%c%c %c%c | ||
</pre> | |||
==== BT ==== | |||
<pre> | |||
BT: deprecate! @ bt_cancel_connect_accept_controller() | |||
BT: permission denied | |||
BT: Invalid message!! | |||
BT: copyin() failed! (%x) | |||
BT: copyout() failed! (%x) | |||
BT: Database::Lookup() failed! | |||
BT: Invalid command!! (%d) | |||
BT: mutex_create() failed! => (%x) | |||
BT: bt_set_device_info() failed! => 0x%x | |||
BT: bt_unregister_ops() failed! => 0x%x | |||
BT: bt_register_ops() failed! => 0x%x | |||
PlayStation(R) Controller | |||
BT: bt_get_device_info() failed! => 0x%x | |||
BT: bt_get_all_device_addr() failed! => 0x%x | |||
BT: Unknown service mask!! (0x%02x) | |||
BT: address duplicate!! | |||
BT: connection over!! | |||
BT: no memory! | |||
BT: no SDP Info!! (%x) | |||
BT: invalid blockLength! | |||
BT: invalid subband! | |||
BT: invalid allocation method! | |||
BT: bt_port_control(RX, SET_CONF) failed! => 0x%x | |||
BT: bt_port_control(TX, SET_CONF) failed! => 0x%x | |||
BT: too big!! (%d) | |||
BT: page_allocate() failed! (%x) | |||
BT: bt_port_control(RX, GET_LEN) failed! => 0x%x | |||
BT: bt_port_control(CRX, TRANSFER) failed! => 0x%x | |||
BT: bt_port_control(TX, SET_STATUS) failed! => 0x%x | |||
BT: bt_port_control(RX, SET_GAIN) failed! => 0x%x | |||
BT: bt_port_control(ITX, ALLOC) failed! => 0x%x | |||
BT: bt_port_control(IRX, ALLOC) failed! => 0x%x | |||
BT: bt_port_control(CTX, ALLOC) failed! => 0x%x | |||
BT: bt_port_control(CRX, ALLOC) failed! => 0x%x | |||
BT: config_service::get_instance() failed! | |||
BT: register_service() => (%x) | |||
BT: no BusDriver!! @ Available() | |||
BT: config_service::get_instance() => (ENOMEM) | |||
BT: unregister_service() failed! => (%x) | |||
BT: no BusDriver!! @ Unavailable() | |||
BT: no address!! | |||
BT: bt_port_control(TX, GET_LEN) failed! => 0x%x | |||
BT: get_id_table() failed! | |||
BT: reserve_id() failed! (%x) | |||
BT: event_port_create() failed! (%x) | |||
BT: event_port_connect() failed! (%x) | |||
BT: page_export_to_proc() failed! (%x) | |||
BT: event_port_send() failed! (%x) | |||
BT: callback inhibited. | |||
BT: bt_send_passkey(Reject) failed! => (%x) | |||
BT: bt_send_passkey() failed! => (%x) | |||
BT: bt_send_passkey() failed! => (%x) @ onPasskey() | |||
BT: Bluetooth is not active! | |||
BT: bt_inquiry_cancel() failed! => (%x) | |||
BT: bt_inquiry_start() failed! => (%x) | |||
BT: bt_send_passkey() failed! => (%x) @ SendPasskey() | |||
BT: bt_connect_start() failed! => (%x) | |||
BT: bt_connect_cancel() failed! => (%x) | |||
BT: encapsulation error! | |||
BT: No memory!! | |||
BT: no SDP Info!! (m_pSdp) | |||
BT: no SDP Info!! (isValid) | |||
BT: inhibit onUnavailable! | |||
BT: no DeviceInterface! | |||
BT: inhibit onAvailable! | |||
BT: no place!! | |||
BT: SetReport(InputReport) is not supported yet. | |||
BT: SetReport(OutputReport) is not supported yet. | |||
BT: GetReport(InputReport) is not supported yet. | |||
BT: GetReport(OutputReport) is not supported yet. | |||
BT: no device!! | |||
BT: GetProtocol() is not supported yet. | |||
BT: GetIdle() is not supported yet. | |||
BT: SDPDataElementParser error! | |||
USBBTAUDIO: deprecate! | |||
USBBTAUDIO: permission denied | |||
USBBTAUDIO: Invalid command!! (%d) | |||
USBBTAUDIO: mutex_create() failed! => (%x) | |||
USBBTAUDIO | |||
USBBTAUDIO: failed to send event. (Bluetooth device disabled) | |||
USBBTAUDIO: * message crossed! (same address) | |||
USBBTAUDIO: * connection is full!! | |||
USBBTAUDIO: failed to send event. (USB device disabled) | |||
USBBTAUDIO: failed to record! | |||
USBBTAUDIO: USBD is not active! | |||
USBBTAUDIO: unregister_service() => (%x) | |||
USBBTAUDIO: register_service() => (%x) | |||
USBBTAUDIO: no memory! | |||
USBBTAUDIO: no space! | |||
USBBTAUDIO: no ServiceInfo! | |||
USBBTAUDIO: failed to send event. | |||
USBBTAUDIO: Bt close error! => (%x) | |||
USBBTAUDIO: invalid frequency! | |||
USBBTAUDIO: invalid block length! | |||
USBBTAUDIO: invalid channel mode! | |||
USBBTAUDIO: invalid allocation method! | |||
USBBTAUDIO: invalid subband! | |||
USBBTAUDIO: Handle full!! | |||
</pre> | </pre> | ||
Revision as of 15:23, 24 November 2013
Description
Strings. Arrays of chars. In this case these arrays make sense and display information about what is happening inside the console. The goal of this page is to find as many strings as possible for documentative purposes.
Are these strings legal
They're words. I don't know any case of illegal words, but in case this is somewhat illegal, the moderator can delete the page and it'll be done.
Tools used
Only one tool was used. The strings linux command. The extraction of the pup was made with pupexplode. Cygwin x86 was used as a command line interface.
Strings
aim_spu_module
(spu)start aim spu module! (spu) PU DMA area start address is not align 16byte (spu) PU EID area start address is not align 16byte (spu) PU DMA area size is not equall to AIM_DMA_SIZE
emer_init
First Chunk
factory/recover mode references
is factory mode ret[%x] get recover mode ret[%x] factory mode ON recover flag[%x] factory mode ON recover flag[%x] --> [%x] set recover mode ret[%x]
cellPad references
cellPadEnd() %x cellPadGetPadInfo2 [%08x] cellPadConfigSetLed [%08x]
file references
ss::g_emer_init::get_pup_filepath() error ss::g_emer_init::get_pup_filepath() error File open error [%s] file read error [%s] return value %d file read error segment_table [%s] return value [%d] file seek error [%s] seek value [%lld] return value %d file read error [%s] return value [%d] CELL_FS_IOS:PATA1_HDD_DRIVE CELL_FS_FAT
emer_init references
emer_init::search_update_package() ERROR %d emer_init::probe_hdd() ERROR %d emer_init::search_regions() ERROR %d emer_init::prepare_partitions() ERROR %d emer_init::setup_updating_environment() ERROR %d
others
PowerStateError!! [%d] RescueUtilityGetTvSetting %x argc [%d] argv[1] [%s] Gcm Init Memory Shortage. Gcm Init Memory Shortage. -mode=safe Resolution Error %d Format Error %d texture tex_ratio position color modelViewProj ramE /dev_hdd1/PS3UPDATE Unknown ERROR!!!! %d ErrorPage[%d] Code[%d] /dev_hdd1 The hard disk cannot be accessed. (01) %x The hard disk cannot be accessed. (03) %x cellSsAimIsCEX() %x g_vshTarget : [%d] Thread join failed. Thread join failed. Not Create Thread!! Not Create Thread!! ErrorCode [%d] countdown_thread update_manager_if::set_update_status() ERROR %d
lv2 dump (Rebug 4.46)
Game IDs
BLES00012 BLUS30013 BLAS50004 NPJA00007 NPUA80001 NPEA00021 BLUS30020 BLES00029 BLJM60016
MFC
MFC_DAR 0x%lx, MFC_DSISR 0x%lx PFN MFC_CNTL %x PGR MFC_CNTL %x MFC FIR DSI segment, MFC_DAR 0x%llx %s #%x DSI storage, MFC_DSISR 0x%llx, MFC_DAR 0x%llx %s #%x mfceieio mfcsync MFC context: SPU %4sQ #%1x: EA %016llx LSA %05x Size %04x Op %02x Tag %02x R/T %01x%01x LtAddr %04x LtSize %03x Lt/No/Q/Ea/Ce/eV/lB/Sb/Ib %c%c%c%c%c%c%c%c%c SPU tag count Prxy tag count SPU Sb/Lb/Fb Prxy Sb/Fb #%02d %02d #%02d %02d #%02d %1d #%02d %1d #%1x %c%c%c %c%c
BT
BT: deprecate! @ bt_cancel_connect_accept_controller() BT: permission denied BT: Invalid message!! BT: copyin() failed! (%x) BT: copyout() failed! (%x) BT: Database::Lookup() failed! BT: Invalid command!! (%d) BT: mutex_create() failed! => (%x) BT: bt_set_device_info() failed! => 0x%x BT: bt_unregister_ops() failed! => 0x%x BT: bt_register_ops() failed! => 0x%x PlayStation(R) Controller BT: bt_get_device_info() failed! => 0x%x BT: bt_get_all_device_addr() failed! => 0x%x BT: Unknown service mask!! (0x%02x) BT: address duplicate!! BT: connection over!! BT: no memory! BT: no SDP Info!! (%x) BT: invalid blockLength! BT: invalid subband! BT: invalid allocation method! BT: bt_port_control(RX, SET_CONF) failed! => 0x%x BT: bt_port_control(TX, SET_CONF) failed! => 0x%x BT: too big!! (%d) BT: page_allocate() failed! (%x) BT: bt_port_control(RX, GET_LEN) failed! => 0x%x BT: bt_port_control(CRX, TRANSFER) failed! => 0x%x BT: bt_port_control(TX, SET_STATUS) failed! => 0x%x BT: bt_port_control(RX, SET_GAIN) failed! => 0x%x BT: bt_port_control(ITX, ALLOC) failed! => 0x%x BT: bt_port_control(IRX, ALLOC) failed! => 0x%x BT: bt_port_control(CTX, ALLOC) failed! => 0x%x BT: bt_port_control(CRX, ALLOC) failed! => 0x%x BT: config_service::get_instance() failed! BT: register_service() => (%x) BT: no BusDriver!! @ Available() BT: config_service::get_instance() => (ENOMEM) BT: unregister_service() failed! => (%x) BT: no BusDriver!! @ Unavailable() BT: no address!! BT: bt_port_control(TX, GET_LEN) failed! => 0x%x BT: get_id_table() failed! BT: reserve_id() failed! (%x) BT: event_port_create() failed! (%x) BT: event_port_connect() failed! (%x) BT: page_export_to_proc() failed! (%x) BT: event_port_send() failed! (%x) BT: callback inhibited. BT: bt_send_passkey(Reject) failed! => (%x) BT: bt_send_passkey() failed! => (%x) BT: bt_send_passkey() failed! => (%x) @ onPasskey() BT: Bluetooth is not active! BT: bt_inquiry_cancel() failed! => (%x) BT: bt_inquiry_start() failed! => (%x) BT: bt_send_passkey() failed! => (%x) @ SendPasskey() BT: bt_connect_start() failed! => (%x) BT: bt_connect_cancel() failed! => (%x) BT: encapsulation error! BT: No memory!! BT: no SDP Info!! (m_pSdp) BT: no SDP Info!! (isValid) BT: inhibit onUnavailable! BT: no DeviceInterface! BT: inhibit onAvailable! BT: no place!! BT: SetReport(InputReport) is not supported yet. BT: SetReport(OutputReport) is not supported yet. BT: GetReport(InputReport) is not supported yet. BT: GetReport(OutputReport) is not supported yet. BT: no device!! BT: GetProtocol() is not supported yet. BT: GetIdle() is not supported yet. BT: SDPDataElementParser error! USBBTAUDIO: deprecate! USBBTAUDIO: permission denied USBBTAUDIO: Invalid command!! (%d) USBBTAUDIO: mutex_create() failed! => (%x) USBBTAUDIO USBBTAUDIO: failed to send event. (Bluetooth device disabled) USBBTAUDIO: * message crossed! (same address) USBBTAUDIO: * connection is full!! USBBTAUDIO: failed to send event. (USB device disabled) USBBTAUDIO: failed to record! USBBTAUDIO: USBD is not active! USBBTAUDIO: unregister_service() => (%x) USBBTAUDIO: register_service() => (%x) USBBTAUDIO: no memory! USBBTAUDIO: no space! USBBTAUDIO: no ServiceInfo! USBBTAUDIO: failed to send event. USBBTAUDIO: Bt close error! => (%x) USBBTAUDIO: invalid frequency! USBBTAUDIO: invalid block length! USBBTAUDIO: invalid channel mode! USBBTAUDIO: invalid allocation method! USBBTAUDIO: invalid subband! USBBTAUDIO: Handle full!!