Template:CELL ERROR FACILITY SOUND - 0x031: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
(Created page with "{{ed right|CELL ERROR FACILITY SOUND - 0x031}} === LIBMIXER errors === {| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px...")
 
 
(3 intermediate revisions by the same user not shown)
Line 24: Line 24:
|-
|-
| CELL_LIBMIXER_ERROR_NO_EFFECT || 0x8031000B ||  
| CELL_LIBMIXER_ERROR_NO_EFFECT || 0x8031000B ||  
|-
|}
=== SYNTH2 errors ===
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Name !! <abbr title="0x8*******">Errorcode</abbr> !! Remarks
|-
| CELL_SOUND_SYNTH2_ERROR_FATAL || 0x80310201 ||
|-
| CELL_SOUND_SYNTH2_ERROR_INVALID_PARAMETER || 0x80310202 ||
|-
| CELL_SOUND_SYNTH2_ERROR_ALREADY_INITIALIZED || 0x80310203 ||
|-
|}
=== SND3 errors ===
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Name !! <abbr title="0x8*******">Errorcode</abbr> !! Remarks
|-
| CELL_SND3_ERROR_PARAM || 0x80310301 || badargument
|-
| CELL_SND3_ERROR_CREATE_MUTEX || 0x80310302 || cannot create mutex
|-
| CELL_SND3_ERROR_SYNTH || 0x80310303 || error in soft synth
|-
| CELL_SND3_ERROR_ALREADY || 0x80310304 || already initial
|-
| CELL_SND3_ERROR_NOTINIT || 0x80310305 || not initial
|-
| CELL_SND3_ERROR_SMFFULL || 0x80310306 || sfm bind full
|-
| CELL_SND3_ERROR_HD3ID || 0x80310307 || bad hd3ID
|-
| CELL_SND3_ERROR_SMF || 0x80310308 || bad SMF address
|-
| CELL_SND3_ERROR_SMFCTX || 0x80310309 || bad CellSnd3SmfCtx address
|-
| CELL_SND3_ERROR_FORMAT || 0x8031030a || bad SMF format
|-
| CELL_SND3_ERROR_SMFID || 0x8031030b || bad smdID
|-
| CELL_SND3_ERROR_SOUNDDATAFULL || 0x8031030c || sound data bind full
|-
| CELL_SND3_ERROR_VOICENUM || 0x8031030d || bad voice num
|-
| CELL_SND3_ERROR_RESERVEDVOICE || 0x8031030e || voice is reserved by user
|-
| CELL_SND3_ERROR_REQUESTQUEFULL || 0x8031030f || request queue is full
|-
| CELL_SND3_ERROR_OUTPUTMODE || 0x80310310 || out of output mode
|-
|}
=== AUDIO errors ===
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Name !! <abbr title="0x8*******">Errorcode</abbr> !! Remarks
|-
| CELL_AUDIO_ERROR_ALREADY_INIT || 0x80310701 || already init
|-
| CELL_AUDIO_ERROR_AUDIOSYSTEM || 0x80310702 || error in AudioSystem.
|-
| CELL_AUDIO_ERROR_NOT_INIT || 0x80310703 || not init
|-
| CELL_AUDIO_ERROR_PARAM || 0x80310704 || param error
|-
| CELL_AUDIO_ERROR_PORT_FULL || 0x80310705 || audio port is full
|-
| CELL_AUDIO_ERROR_PORT_ALREADY_RUN || 0x80310706 || audio port is already run
|-
| CELL_AUDIO_ERROR_PORT_NOT_OPEN || 0x80310707 || audio port is close
|-
| CELL_AUDIO_ERROR_PORT_NOT_RUN || 0x80310708 || audio port is not run
|-
| CELL_AUDIO_ERROR_TRANS_EVENT || 0x80310709 || trans event error
|-
| CELL_AUDIO_ERROR_PORT_OPEN || 0x8031070a || error in port open
|-
| CELL_AUDIO_ERROR_SHAREDMEMORY || 0x8031070b || error in shared memory
|-
| CELL_AUDIO_ERROR_MUTEX || 0x8031070c || error in mutex
|-
| CELL_AUDIO_ERROR_EVENT_QUEUE || 0x8031070d || error in event queue
|-
| CELL_AUDIO_ERROR_AUDIOSYSTEM_NOT_FOUND || 0x8031070e ||
|-
| CELL_AUDIO_ERROR_TAG_NOT_FOUND || 0x8031070f ||
|-
|}
=== VOICE errors ===
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Name !! <abbr title="0x8*******">Errorcode</abbr> !! Remarks
|-
| CELL_VOICE_ERROR_LIBVOICE_NOT_INIT || 0x80310801 || The libvoice library has not been initialized
|-
| CELL_VOICE_ERROR_LIBVOICE_INITIALIZED || 0x80310802 || The libvoice library has already been initialized
|-
| CELL_VOICE_ERROR_GENERAL || 0x80310803 || Errors that do not belong to any other category
|-
| CELL_VOICE_ERROR_PORT_INVALID || 0x80310804 || Invalid port
|-
| CELL_VOICE_ERROR_ARGUMENT_INVALID || 0x80310805 || Invalid argument
|-
| CELL_VOICE_ERROR_CONTAINER_INVALID || 0x80310806 || Invalid container
|-
| CELL_VOICE_ERROR_TOPOLOGY || 0x80310807 || Topology error
|-
| CELL_VOICE_ERROR_RESOURCE_INSUFFICIENT || 0x80310808 || Insufficient resources
|-
| CELL_VOICE_ERROR_NOT_IMPLEMENTED || 0x80310809 || Feature not yet implemented
|-
| CELL_VOICE_ERROR_ADDRESS_INVALID || 0x8031080a || Invalid address
|-
| CELL_VOICE_ERROR_SERVICE_DETACHED || 0x8031080b || System Voice Service is detached
|-
| CELL_VOICE_ERROR_SERVICE_ATTACHED || 0x8031080c || System Voice Service is attached
|-
| CELL_VOICE_ERROR_SERVICE_NOT_FOUND || 0x8031080d || System Voice Service not found
|-
| CELL_VOICE_ERROR_SHAREDMEMORY || 0x8031080e || Shared memory error
|-
| CELL_VOICE_ERROR_EVENT_QUEUE || 0x8031080f || Event Queue error
|-
| CELL_VOICE_ERROR_SERVICE_HANDLE || 0x80310810 || Invalid System Voice Service Handler
|-
| CELL_VOICE_ERROR_EVENT_DISPATCH || 0x80310811 || Voice event dispatch fails
|-
| CELL_VOICE_ERROR_DEVICE_NOT_PRESENT || 0x80310812 || Device was not present
|-
|-
|}<noinclude>[[Category:Development]][[Category:Main]]</noinclude>
|}<noinclude>[[Category:Development]][[Category:Main]]</noinclude>

Latest revision as of 09:33, 11 July 2015

LIBMIXER errors[edit source]

Name Errorcode Remarks
CELL_LIBMIXER_ERROR_UNDEFINED 0x80310001
CELL_LIBMIXER_ERROR_NOT_INITIALIZED 0x80310002
CELL_LIBMIXER_ERROR_INVALID_PARAMETER 0x80310003
CELL_LIBMIXER_ERROR_NO_MEMORY 0x80310005
CELL_LIBMIXER_ERROR_ALREADY_EXIST 0x80310006
CELL_LIBMIXER_ERROR_FULL 0x80310007
CELL_LIBMIXER_ERROR_NOT_EXIST 0x80310008
CELL_LIBMIXER_ERROR_TYPE_MISMATCH 0x80310009
CELL_LIBMIXER_ERROR_NOT_FOUND 0x8031000A
CELL_LIBMIXER_ERROR_NO_EFFECT 0x8031000B

SYNTH2 errors[edit source]

Name Errorcode Remarks
CELL_SOUND_SYNTH2_ERROR_FATAL 0x80310201
CELL_SOUND_SYNTH2_ERROR_INVALID_PARAMETER 0x80310202
CELL_SOUND_SYNTH2_ERROR_ALREADY_INITIALIZED 0x80310203

SND3 errors[edit source]

Name Errorcode Remarks
CELL_SND3_ERROR_PARAM 0x80310301 badargument
CELL_SND3_ERROR_CREATE_MUTEX 0x80310302 cannot create mutex
CELL_SND3_ERROR_SYNTH 0x80310303 error in soft synth
CELL_SND3_ERROR_ALREADY 0x80310304 already initial
CELL_SND3_ERROR_NOTINIT 0x80310305 not initial
CELL_SND3_ERROR_SMFFULL 0x80310306 sfm bind full
CELL_SND3_ERROR_HD3ID 0x80310307 bad hd3ID
CELL_SND3_ERROR_SMF 0x80310308 bad SMF address
CELL_SND3_ERROR_SMFCTX 0x80310309 bad CellSnd3SmfCtx address
CELL_SND3_ERROR_FORMAT 0x8031030a bad SMF format
CELL_SND3_ERROR_SMFID 0x8031030b bad smdID
CELL_SND3_ERROR_SOUNDDATAFULL 0x8031030c sound data bind full
CELL_SND3_ERROR_VOICENUM 0x8031030d bad voice num
CELL_SND3_ERROR_RESERVEDVOICE 0x8031030e voice is reserved by user
CELL_SND3_ERROR_REQUESTQUEFULL 0x8031030f request queue is full
CELL_SND3_ERROR_OUTPUTMODE 0x80310310 out of output mode

AUDIO errors[edit source]

Name Errorcode Remarks
CELL_AUDIO_ERROR_ALREADY_INIT 0x80310701 already init
CELL_AUDIO_ERROR_AUDIOSYSTEM 0x80310702 error in AudioSystem.
CELL_AUDIO_ERROR_NOT_INIT 0x80310703 not init
CELL_AUDIO_ERROR_PARAM 0x80310704 param error
CELL_AUDIO_ERROR_PORT_FULL 0x80310705 audio port is full
CELL_AUDIO_ERROR_PORT_ALREADY_RUN 0x80310706 audio port is already run
CELL_AUDIO_ERROR_PORT_NOT_OPEN 0x80310707 audio port is close
CELL_AUDIO_ERROR_PORT_NOT_RUN 0x80310708 audio port is not run
CELL_AUDIO_ERROR_TRANS_EVENT 0x80310709 trans event error
CELL_AUDIO_ERROR_PORT_OPEN 0x8031070a error in port open
CELL_AUDIO_ERROR_SHAREDMEMORY 0x8031070b error in shared memory
CELL_AUDIO_ERROR_MUTEX 0x8031070c error in mutex
CELL_AUDIO_ERROR_EVENT_QUEUE 0x8031070d error in event queue
CELL_AUDIO_ERROR_AUDIOSYSTEM_NOT_FOUND 0x8031070e
CELL_AUDIO_ERROR_TAG_NOT_FOUND 0x8031070f

VOICE errors[edit source]

Name Errorcode Remarks
CELL_VOICE_ERROR_LIBVOICE_NOT_INIT 0x80310801 The libvoice library has not been initialized
CELL_VOICE_ERROR_LIBVOICE_INITIALIZED 0x80310802 The libvoice library has already been initialized
CELL_VOICE_ERROR_GENERAL 0x80310803 Errors that do not belong to any other category
CELL_VOICE_ERROR_PORT_INVALID 0x80310804 Invalid port
CELL_VOICE_ERROR_ARGUMENT_INVALID 0x80310805 Invalid argument
CELL_VOICE_ERROR_CONTAINER_INVALID 0x80310806 Invalid container
CELL_VOICE_ERROR_TOPOLOGY 0x80310807 Topology error
CELL_VOICE_ERROR_RESOURCE_INSUFFICIENT 0x80310808 Insufficient resources
CELL_VOICE_ERROR_NOT_IMPLEMENTED 0x80310809 Feature not yet implemented
CELL_VOICE_ERROR_ADDRESS_INVALID 0x8031080a Invalid address
CELL_VOICE_ERROR_SERVICE_DETACHED 0x8031080b System Voice Service is detached
CELL_VOICE_ERROR_SERVICE_ATTACHED 0x8031080c System Voice Service is attached
CELL_VOICE_ERROR_SERVICE_NOT_FOUND 0x8031080d System Voice Service not found
CELL_VOICE_ERROR_SHAREDMEMORY 0x8031080e Shared memory error
CELL_VOICE_ERROR_EVENT_QUEUE 0x8031080f Event Queue error
CELL_VOICE_ERROR_SERVICE_HANDLE 0x80310810 Invalid System Voice Service Handler
CELL_VOICE_ERROR_EVENT_DISPATCH 0x80310811 Voice event dispatch fails
CELL_VOICE_ERROR_DEVICE_NOT_PRESENT 0x80310812 Device was not present